Home
last modified time | relevance | path

Searched defs:handle2 (Results 1 – 25 of 128) sorted by relevance

123456

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DJsonKeysetReaderTest.java83 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 DBinaryKeysetReaderTest.java43 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 DJsonKeysetWriterTest.java43 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 DCertificateProviderStoreTest.java133 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 Dclient_socket_pool_base_unittest.cc1992 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 Dtransport_client_socket_pool_unittest.cc299 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 Dsystem_property_unittest.cc55 { 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 Dmain.cpp506 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 DHandleTest.java48 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 DKmsEnvelopeAeadKeyManagerTest.java245 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 DAwsKmsClientTest.java157 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 DGcpKmsClientTest.java164 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/
Dsync_once_cell.rs155 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 Dsapi-session-util.c108 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 DPhoneAccountTest.java51 PhoneAccountHandle handle2 = new PhoneAccountHandle( in testPhoneAccountSetCallingRestriction() local
82 PhoneAccountHandle handle2 = new PhoneAccountHandle( in testPhoneAccountClearCallingRestriction() local
H A DPhoneAccountRegistrarTest.java617 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 DDisposableHandlesTest.kt53 val handle2 = DisposableHandle { handleDisposeCount2++ } in replaceCallsDispose() constant
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/
H A DDropArgumentsTest.java100 …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 Dsocket_handle_waiter_posix_unittest.cc53 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/
DBassClientServiceTest.java937 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 DCustomAeadKeyManagerTest.java233 KeysetHandle handle2 = in keysetWithCustomAndTinkKeys_decrypts() local
256 KeysetHandle handle2 = in serializeAndParse_decrypts() local
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DStalePtrRegistry_unittest.cpp171 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 Dservice_singleton_tests.cpp233 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 Dquic_chromium_client_session_test.cc469 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 Dprime_self_import.c57 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

123456