Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/
H A DSingleton_test.cpp42 void* handle2 = dlopen(lib.c_str(), RTLD_NOW); in TEST() local
/aosp12/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 …]
/aosp12/system/bt/bta/test/
H A Dbta_dm_cust_uuid_test.cc46 uint32_t handle2 = 2; variable
/aosp12/bionic/tests/
H A Dcfi_test.cpp116 void* handle2 = dlopen("libcfi-test.so", RTLD_NOW | RTLD_LOCAL); in TEST_F() local
H A Ddlext_test.cpp205 void* handle2 = android_dlopen_ext(symlink_name.c_str(), RTLD_NOW, &extinfo); in TEST() local
225 void* handle2 = android_dlopen_ext("libdlext_test.so", RTLD_NOW, &extinfo); in TEST() local
847 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
1394 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
1525 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); in TEST() local
H A Ddlfcn_test.cpp226 void* handle2 = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); in TEST() local
609 void* handle2 = dlopen("libtest_two_parents_parent2.so", RTLD_NOW | RTLD_LOCAL); in TEST() local
969 void* handle2 = dlopen(android::base::GetExecutablePath().c_str(), RTLD_NOW); in TEST() local
1161 void* handle2 = dlopen(symlink_name.c_str(), RTLD_NOW); in TEST() local
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A Dutils.cpp187 const native_handle_t *handle2 = handles2[i].getNativeHandle(); in areWindowNativeHandlesLessThan() local
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DCallServiceNotifier.java147 PhoneAccountHandle handle2 = new PhoneAccountHandle( in registerPhoneAccount() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java383 long handle2 = mLocalService.addEscrowToken(token2, PRIMARY_USER_ID, null); in testActivateMultipleEscrowTokens() local
/aosp12/system/bt/gd/hci/acl_manager/
H A Dround_robin_scheduler_test.cc271 uint16_t handle2 = 0x02; in TEST_F() local
/aosp12/system/security/keystore2/legacykeystore/
H A Dlib.rs675 let handle2 = thread::spawn(move || { in concurrent_legacy_keystore_entry_test() localVariable
/aosp12/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DVtsHalGraphicsComposerV2_1TargetTest.cpp819 auto handle2 = allocate(); in TEST_P() local
/aosp12/art/test/957-methodhandle-transforms/src/
H A DMain.java1254 MethodHandle handle2 = MethodHandles.lookup().findStatic( in testInvokeWithArguments() local
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java1456 private boolean areHandlesEqual(Uri handle1, Uri handle2) { in areHandlesEqual()
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp2285 audio_patch_handle_t handle2; in insertCommand_l() local
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp475 auto handle2 = native_handle_create(0, 1); in TEST_F() local
/aosp12/art/runtime/
H A Dthread.cc3182 MutableHandle<mirror::ObjectArray<mirror::Object>> handle2( in CreateAnnotatedStackTrace() local
/aosp12/system/security/keystore2/src/
H A Ddatabase.rs4791 let handle2 = thread::spawn(move || { in test_large_number_of_concurrent_db_manipulations() localVariable