/external/compiler-rt/test/asan/TestCases/Posix/ |
coverage-module-unloaded.cc | 33 void *handle2 = dlopen(argv[2], RTLD_LAZY); // %dynamiclib2 local 34 assert(handle2); 35 void (*bar2)() = (void (*)())dlsym(handle2, "bar"); 42 dlclose(bar1 < bar2 ? handle1 : handle2); 44 dlclose(bar1 < bar2 ? handle2 : handle1);
|
/external/v8/test/mjsunit/ |
debug-toggle-mirror-cache.js | 34 var handle2 = debug.MakeMirror(123).handle(); variable 35 assertEquals(undefined, handle2); 36 assertThrows(function() { debug.LookupMirror(handle2) });
|
/external/curl/tests/libtest/ |
lib544.c | 73 CURL *handle2; local 74 handle2 = curl_easy_duphandle(curl); 77 curl = handle2;
|
/external/libchrome/base/synchronization/ |
lock_unittest.cc | 199 PlatformThreadHandle handle2; local 203 ASSERT_TRUE(PlatformThread::Create(0, &thread2, &handle2)); 209 PlatformThread::Join(handle2);
|
/external/sfntly/cpp/src/test/ |
lock_test.cc | 214 PlatformThreadHandle handle2 = kNullThreadHandle; local 218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2)); 224 PlatformThread::Join(handle2);
|
/bionic/tests/ |
dlfcn_test.cpp | 180 void* handle2 = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); local 182 ASSERT_TRUE(handle2 != nullptr); 183 ASSERT_TRUE(handle == handle2); 185 ASSERT_EQ(0, dlclose(handle2)); 503 void* handle2 = dlopen("libtest_two_parents_parent2.so", RTLD_NOW | RTLD_LOCAL); local 504 ASSERT_TRUE(handle2 != nullptr) << dlerror(); 507 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle2, "check_order_reloc_get_answer")); 517 fn = reinterpret_cast<fn_t>(dlsym(handle2, "check_order_reloc_get_answer")); 521 ASSERT_EQ(0, dlclose(handle2)); 827 void* handle2 = dlopen(get_executable_path().c_str(), RTLD_NOW) local 992 void* handle2 = dlopen("libdlext_test_v2.so", RTLD_NOW); local [all...] |
dlext_test.cpp | 210 void* handle2 = android_dlopen_ext("libdlext_test_v2.so", RTLD_NOW, &extinfo); local 211 ASSERT_DL_NOTNULL(handle2); 212 ASSERT_TRUE(handle != handle2); 214 dlclose(handle2); 228 void* handle2 = android_dlopen_ext("libdlext_test.so", RTLD_NOW, &extinfo); local 230 ASSERT_DL_NOTNULL(handle2); 231 ASSERT_TRUE(handle == handle2); 233 dlclose(handle2); 674 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); local 675 ASSERT_TRUE(handle2 != nullptr) << dlerror() 800 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); local 902 void* handle2 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); local [all...] |
/external/libjpeg-turbo/ |
tjunittest.c | 416 tjhandle handle2=tjInitCompress(); local 417 if(!handle2) _throwtj(); 424 _tj(tjEncodeYUV3(handle2, srcBuf, w, 0, h, pf, yuvBuf, pad, subsamp, 426 tjDestroy(handle2); 478 tjhandle handle2=tjInitDecompress(); local 479 if(!handle2) _throwtj(); 497 _tj(tjDecodeYUV(handle2, yuvBuf, pad, subsamp, dstBuf, scaledWidth, 0, 499 tjDestroy(handle2);
|
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyService.cpp | 1012 audio_patch_handle_t handle2; local [all...] |
/external/libchrome/base/trace_event/ |
trace_event_unittest.cc | 1467 TraceEventHandle handle2 = local 1498 TraceEventHandle handle2 = local [all...] |
/external/webrtc/webrtc/video/ |
video_send_stream_tests.cc | 1161 test::FakeNativeHandle* handle2 = new test::FakeNativeHandle(); local [all...] |
/external/v8/test/cctest/ |
test-api.cc | 13545 CopyableObject handle2; local 13611 v8::Persistent<v8::Object> handle1, handle2; local 13650 v8::Persistent<v8::Object> handle1, handle2; local 13686 v8::Persistent<v8::Object> handle1, handle2, handle3; local [all...] |