/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/ |
H A D | JsonKeysetReaderTest.java | 83 private void assertKeysetHandle(KeysetHandle handle1, KeysetHandle handle2) throws Exception { in assertKeysetHandle() 97 KeysetHandle handle2 = in testRead_singleKey_shouldWork() local 121 KeysetHandle handle2 = in testRead_multipleKeys_shouldWork() local 172 KeysetHandle handle2 = in testRead_urlSafeKeyset_shouldWork() local 287 KeysetHandle handle2 = in testRead_jsonKeysetWriter_shouldWork() local 296 KeysetHandle handle2 = in testRead_staticMethods_validKeyset_shouldWork() local 318 KeysetHandle handle2 = in testReadEncrypted_singleKey_shouldWork() local 353 KeysetHandle handle2 = in testReadEncrypted_multipleKeys_shouldWork() local 375 KeysetHandle handle2 = in testReadEncrypted_missingKeysetInfo_shouldSucceed() local 407 KeysetHandle handle2 = in testReadEncrypted_jsonKeysetWriter_shouldWork() local
|
H A D | BinaryKeysetReaderTest.java | 43 private void assertKeysetHandle(KeysetHandle handle1, KeysetHandle handle2) throws Exception { in assertKeysetHandle() 58 KeysetHandle handle2 = in testReadWithInputStream_singleKey_shouldWork() local 84 KeysetHandle handle2 = in testReadWithInputStream_multipleKeys_shouldWork() local 101 KeysetHandle handle2 = CleartextKeysetHandle.read(reader); in testReadWithBytes_shouldWork() local 128 KeysetHandle handle2 = in testReadEncrypted_singleKey_shouldWork() local 163 KeysetHandle handle2 = in testReadEncrypted_multipleKeys_shouldWork() local
|
H A D | JsonKeysetWriterTest.java | 43 private void assertKeysetHandle(KeysetHandle handle1, KeysetHandle handle2) throws Exception { in assertKeysetHandle() 55 KeysetHandle handle2 = in testWrite_shouldWork() local 93 KeysetHandle handle2 = in testWriteEncrypted_shouldWork() local
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/certprovider/ |
H A D | CertificateProviderStoreTest.java | 133 CertificateProviderStore.Handle handle2 = certificateProviderStore.createOrGetProvider( in onePluginSameConfig_sameInstance() local 214 CertificateProviderStore.Handle handle2 = certificateProviderStore.createOrGetProvider( in onePluginTwoInstances_notifyError() local 232 CertificateProviderStore.Handle handle2 = certificateProviderStore.createOrGetProvider( in onePluginDifferentConfig_differentInstance() local 245 CertificateProviderStore.Handle handle2 = certificateProviderStore.createOrGetProvider( in onePluginDifferentCertName_differentInstance() local 258 CertificateProviderStore.Handle handle2 = certificateProviderStore.createOrGetProvider( in onePluginDifferentNotifyValue_sameInstance() local 272 CertificateProviderStore.Handle handle2 = certificateProviderStore.createOrGetProvider( in twoPlugins_differentInstance() local 284 CertificateProviderStore.Handle handle2, in checkDifferentInstances()
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | client_socket_pool_base_unittest.cc | 1992 ClientSocketHandle handle2; in TEST_F() local 2030 ClientSocketHandle handle2; in TEST_F() local 2191 ClientSocketHandle handle2; in TEST_F() local 2383 ClientSocketHandle handle2; in TEST_F() local 2433 ClientSocketHandle handle2; in TEST_F() local 2475 ClientSocketHandle handle2; in TEST_F() local 2666 ClientSocketHandle handle2; in TEST_F() local 2746 ClientSocketHandle handle2; in TEST_F() local 3237 ClientSocketHandle handle2; in TEST_F() local 3281 ClientSocketHandle handle2; in TEST_F() local [all …]
|
H A D | transport_client_socket_pool_unittest.cc | 299 ClientSocketHandle handle2; in TEST_F() local 552 ClientSocketHandle handle2; in TEST_F() local 735 ClientSocketHandle handle2; in TEST_F() local 1200 ClientSocketHandle handle2; in TEST_P() local 1608 ClientSocketHandle handle2; in TEST_F() local 1719 ClientSocketHandle handle2; in TEST_F() local 1932 ClientSocketHandle handle2; in TEST_F() local 2001 ClientSocketHandle handle2; in TEST_F() local 2080 ClientSocketHandle handle2; in TEST_F() local 2163 ClientSocketHandle handle2; in TEST_F() local
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | system_property_unittest.cc | 55 { auto handle2 = prop.SetAll(); } in TEST() local 80 auto handle2 = prop.SetProperty("system_server"); in TEST() local 96 { auto handle2 = prop.SetProperty("system_server"); } in TEST() local 111 { auto handle2 = prop.SetProperty("system_server"); } in TEST() local 128 auto handle2 = prop.SetProperty("system_server"); in TEST() local
|
/aosp_15_r20/system/core/trusty/storage/tests/ |
H A D | main.cpp | 506 file_handle_t handle2; in TEST_P() local 1164 file_handle_t handle2; in TEST_P() local 1377 file_handle_t handle2; in TEST_P() local 2136 file_handle_t handle2; in TEST_P() local 2214 file_handle_t handle2; in TEST_P() local 2597 file_handle_t handle2; in TEST_P() local 2644 file_handle_t handle2; in TEST_P() local 2698 file_handle_t handle2; in TEST_P() local 2769 file_handle_t handle2; in TEST_P() local 2849 file_handle_t handle2; in TEST_P() local [all …]
|
/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/ |
H A D | HandleTest.java | 48 Handle handle2 = new Handle(Opcodes.H_INVOKESPECIAL, "owner", "name", "descriptor"); in testDeprecatedConstructor() local 71 Handle handle2 = new Handle(Opcodes.H_GETFIELD, "owner", "name", "descriptor", false); in testEquals() local 101 Handle handle2 = new Handle(Opcodes.H_INVOKESTATIC, "owner", "name", "descriptor", true); in testHashCode() local
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/ |
H A D | KmsEnvelopeAeadKeyManagerTest.java | 245 KeysetHandle handle2 = in multipleAeadsWithSameKekAndSameDekTemplate_canDecryptEachOther() local 269 KeysetHandle handle2 = in keysetsWithTwoKmsEnvelopeAeadKeys_canDecryptWithBoth() local 297 KeysetHandle handle2 = in multipleAeadsWithSameKekAndDifferentDekTemplateOfSameKeyType_canDecryptEachOther() local 322 KeysetHandle handle2 = in multipleAeadsWithSameKekAndDifferentDekTemplateKeyType_cannotDecryptEachOther() local
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/integration/awskms/ |
H A D | AwsKmsClientTest.java | 157 KeysetHandle handle2 = KeysetHandle.generateNew(kmsTemplate2); in registerWithKeyUriAndFakeAwsKms_kmsAeadCanOnlyBeCreatedForRegisteredKeyUri() local 183 KeysetHandle handle2 = KeysetHandle.generateNew(envelopeTemplate2); in registerBoundWithFakeAwsKms_kmsEnvelopeAeadCanOnlyBeCreatedForBoundedUri() local 211 KeysetHandle handle2 = KeysetHandle.generateNew(kmsTemplate2); in registerTwoBoundWithFakeAwsKms_kmsAeadWorks() local 258 KeysetHandle handle2 = KeysetHandle.generateNew(kmsTemplate2); in kmsAeadCannotDecryptCiphertextOfDifferentUri() local
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/integration/gcpkms/ |
H A D | GcpKmsClientTest.java | 164 KeysetHandle handle2 = KeysetHandle.generateNew(kmsTemplate2); in registerWithKeyUriAndFakeCloudKms_kmsAeadCanOnlyBeCreatedForRegisteredKeyUri() local 189 KeysetHandle handle2 = KeysetHandle.generateNew(envelopeTemplate2); in registerWithKeyUriAndFakeCloudKms_kmsEnvelopeAeadCanOnlyBeCreatedForBoundedUri() local 217 KeysetHandle handle2 = KeysetHandle.generateNew(kmsTemplate2); in registerWithTwoKeyUriAndFakeCloudKms_kmsAeadWorks() local 281 KeysetHandle handle2 = KeysetHandle.generateNew(kmsTemplate2); in kmsAeadCannotDecryptCiphertextOfDifferentUri() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | sync_once_cell.rs | 155 let handle2 = rt.spawn(async { ONCE.get_or_init(func2).await }); in get_or_init() localVariable 181 let handle2 = rt.spawn(async { ONCE.get_or_init(func_panic).await }); in get_or_init_panic() localVariable 239 let handle2 = rt.spawn(async { advance_time_and_set(&ONCE, 10).await }); in set_while_initializing() localVariable 263 let handle2 = rt.spawn(async { ONCE.get_or_try_init(func_ok).await }); in get_or_try_init() localVariable
|
/aosp_15_r20/external/tpm2-tss/test/integration/ |
H A D | sapi-session-util.c | 108 TPM2_HANDLE handle2, in compute_session_auth() 167 TPM2_HANDLE handle2, in compute_command_hmac() 219 TPM2_HANDLE handle2, in check_response_hmac() 343 TPM2_HANDLE handle2, in tpm_calc_phash()
|
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/ |
H A D | PhoneAccountTest.java | 51 PhoneAccountHandle handle2 = new PhoneAccountHandle( in testPhoneAccountSetCallingRestriction() local 82 PhoneAccountHandle handle2 = new PhoneAccountHandle( in testPhoneAccountClearCallingRestriction() local
|
H A D | PhoneAccountRegistrarTest.java | 617 PhoneAccountHandle handle2 = TestUtils.createPhoneAccountHandle( in testGetCallCapablePhoneAccountsAcrossProfiles() local 633 TestUtils.enablePhoneAccount(getInstrumentation(), handle2); in testGetCallCapablePhoneAccountsAcrossProfiles() local 646 TestUtils.disablePhoneAccount(getInstrumentation(), handle2); in testGetCallCapablePhoneAccountsAcrossProfiles() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/kotlin/ |
H A D | DisposableHandlesTest.kt | 53 val handle2 = DisposableHandle { handleDisposeCount2++ } in replaceCallsDispose() constant
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/ |
H A D | DropArgumentsTest.java | 100 …MethodHandle handle2 = MethodHandles.dropArgumentsToMatch(cat, 0, bigTypewithVoid.parameterList(),… in dropArgumentsToMatchTestWithVoid() local 125 … MethodHandle handle2 = dropArgumentsToMatch(mh2, 1, Collections.singletonList(int.class), 0); in dropArgumentsToMatchPosSkipRange() local
|
/aosp_15_r20/external/openscreen/platform/impl/ |
H A D | socket_handle_waiter_posix_unittest.cc | 53 SocketHandle handle2{2}; in TEST() local 74 SocketHandle handle2{2}; in TEST() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientServiceTest.java | 937 final int handle2 = 1; in testNotRemovingCachedBroadcastOnFailEstablishWithoutScanning() local 2456 final int handle2 = 2; in testActiveSyncedSource_AddRemoveGet() local 2863 final int handle2 = 1; in testSelectSource_queueAndRemoveAfterMaxLimit() local 3062 final int handle2 = 1; in testSelectSource_removeAfterMaxLimit_notSyncedToAnySink() local 3157 final int handle2 = 1; in testSelectSource_removeAfterMaxLimit_firstIfAllSyncedToSinks() local 3288 final int handle2 = 1; in testAddSourceToUnsyncedSource_causesSyncBeforeAddingSource() local 5621 final int handle2 = 1; in monitorBroadcastAfterSyncMaxLimit() local
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/custom/ |
H A D | CustomAeadKeyManagerTest.java | 233 KeysetHandle handle2 = in keysetWithCustomAndTinkKeys_decrypts() local 256 KeysetHandle handle2 = in serializeAndParse_decrypts() local
|
/aosp_15_r20/hardware/google/gfxstream/host/tests/ |
D | StalePtrRegistry_unittest.cpp | 171 uint64_t handle2 = (uint64_t)(uintptr_t)ptr2; in TEST() local 191 uint64_t handle2 = (uint64_t)(uintptr_t)ptr2; in TEST() local
|
/aosp_15_r20/frameworks/av/media/utils/tests/ |
H A D | service_singleton_tests.cpp | 233 auto handle2 = mediautils::requestServiceNotification<aidl::IServiceSingletonTest>( in TEST() local 417 auto handle2= mediautils::requestDeathNotification(stale_service2, [&] { ++postDied; }); in TEST() local
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_chromium_client_session_test.cc | 469 std::unique_ptr<QuicChromiumClientSession::Handle> handle2 = in TEST_P() local 661 std::unique_ptr<QuicChromiumClientSession::Handle> handle2 = in TEST_P() local 748 std::unique_ptr<QuicChromiumClientSession::Handle> handle2 = in TEST_P() local 809 std::unique_ptr<QuicChromiumClientSession::Handle> handle2 = in TEST_P() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | prime_self_import.c | 57 check_bo(int fd1, uint32_t handle1, int fd2, uint32_t handle2) in check_bo() 115 uint32_t handle1, handle2, handle_import; in test_with_two_bos() local
|