/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-module-unloaded.cc | 33 void *handle2 = dlopen(argv[2], RTLD_LAZY); // %dynamiclib2 in main() local 34 assert(handle2); in main() 35 void (*bar2)() = (void (*)())dlsym(handle2, "bar"); in main() 42 dlclose(bar1 < bar2 ? handle1 : handle2); in main() 44 dlclose(bar1 < bar2 ? handle2 : handle1); in main()
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_manageprotocols.c | 35 static efi_handle_t handle2; variable 107 ret = boottime->install_multiple_protocol_interfaces(&handle2, in setup() 113 if (!handle2 || handle1 == handle2) { in setup() 177 ret = find_in_buffer(handle2, count, buffer); in execute() 190 handle2, in execute() 219 ret = find_in_buffer(handle2, count, buffer); in execute() 246 ret = find_in_buffer(handle2, count, buffer); in execute() 270 handle2, in execute()
|
D | efi_selftest_devicepath.c | 16 static efi_handle_t handle2; variable 155 ret = boottime->install_protocol_interface(&handle2, in setup() 163 ret = boottime->install_protocol_interface(&handle2, in setup() 208 ret = boottime->uninstall_protocol_interface(handle2, in teardown() 215 ret = boottime->uninstall_protocol_interface(handle2, in teardown() 370 if (handle != handle2) { in execute()
|
/external/perfetto/src/profiling/memory/ |
D | system_property_unittest.cc | 54 { auto handle2 = prop.SetAll(); } in TEST() local 79 auto handle2 = prop.SetProperty("system_server"); in TEST() local 95 { auto handle2 = prop.SetProperty("system_server"); } in TEST() local 110 { auto handle2 = prop.SetProperty("system_server"); } in TEST() local 127 auto handle2 = prop.SetProperty("system_server"); in TEST() local
|
/external/curl/tests/libtest/ |
D | lib544.c | 77 CURL *handle2; in test() local 78 handle2 = curl_easy_duphandle(curl); in test() 81 curl = handle2; in test()
|
/external/curl/lib/ |
D | urlapi.c | 1220 CURLU *handle2; in curl_url_set() local 1223 handle2 = curl_url(); in curl_url_set() 1224 if(!handle2) in curl_url_set() 1226 result = parseurl(part, handle2, flags); in curl_url_set() 1228 mv_urlhandle(handle2, u); in curl_url_set() 1230 curl_url_cleanup(handle2); in curl_url_set() 1237 handle2 = curl_url(); in curl_url_set() 1238 if(!handle2) in curl_url_set() 1240 result = parseurl(part, handle2, flags); in curl_url_set() 1242 mv_urlhandle(handle2, u); in curl_url_set() [all …]
|
/external/perfetto/src/protozero/ |
D | message_unittest.cc | 325 MessageHandle<FakeRootMessage> handle2(ignored_msg); in TEST_F() local 326 handle2 = MessageHandle<FakeRootMessage>(msg2); in TEST_F() 327 handle2->AppendBytes(1 /* field_id */, kTestBytes, 2 /* size */); in TEST_F() 333 handle_swp = std::move(handle2); in TEST_F() 400 MessageHandle<FakeRootMessage> handle2{}; in TEST_F() local 402 handle2 = std::move(handle1); in TEST_F()
|
/external/swiftshader/third_party/LLVM/test/Transforms/LICM/ |
D | scalar_promote.ll | 78 %handle2 = alloca i8* 84 store i8* %tmp, i8** %handle2 89 %offsetx2 = load i8** %handle2 92 store i8* %newoffsetx2, i8** %handle2 97 ; Should have promoted 'handle2' accesses.
|
/external/libchrome/mojo/public/java/system/ |
D | core_impl.cc | 42 MojoHandle handle2; in JNI_CoreImpl_CreateMessagePipe() local 43 MojoResult result = MojoCreateMessagePipe(options, &handle1, &handle2); in JNI_CoreImpl_CreateMessagePipe() 44 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2); in JNI_CoreImpl_CreateMessagePipe() 62 MojoHandle handle2; in JNI_CoreImpl_CreateDataPipe() local 63 MojoResult result = MojoCreateDataPipe(options, &handle1, &handle2); in JNI_CoreImpl_CreateDataPipe() 64 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2); in JNI_CoreImpl_CreateDataPipe()
|
/external/sfntly/cpp/src/test/ |
D | lock_test.cc | 214 PlatformThreadHandle handle2 = kNullThreadHandle; in MutexFourThreads() local 218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2)); in MutexFourThreads() 224 PlatformThread::Join(handle2); in MutexFourThreads()
|
/external/llvm/test/Transforms/LICM/ |
D | scalar_promote.ll | 81 %handle2 = alloca i8* 87 store i8* %tmp, i8** %handle2 92 %offsetx2 = load i8*, i8** %handle2 95 store i8* %newoffsetx2, i8** %handle2 100 ; Should have promoted 'handle2' accesses.
|
/external/libchrome/base/synchronization/ |
D | lock_unittest.cc | 241 PlatformThreadHandle handle2; in TEST() local 245 ASSERT_TRUE(PlatformThread::Create(0, &thread2, &handle2)); in TEST() 251 PlatformThread::Join(handle2); in TEST()
|
/external/libjpeg-turbo/ |
D | tjunittest.c | 380 tjhandle handle2 = tjInitCompress(); in compTest() local 382 if (!handle2) THROW_TJ(); in compTest() 389 TRY_TJ(tjEncodeYUV3(handle2, srcBuf, w, 0, h, pf, yuvBuf, pad, subsamp, in compTest() 391 tjDestroy(handle2); in compTest() 440 tjhandle handle2 = tjInitDecompress(); in _decompTest() local 442 if (!handle2) THROW_TJ(); in _decompTest() 460 TRY_TJ(tjDecodeYUV(handle2, yuvBuf, pad, subsamp, dstBuf, scaledWidth, 0, in _decompTest() 462 tjDestroy(handle2); in _decompTest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/ |
D | scalar-promote.ll | 81 %handle2 = alloca i8* 87 store i8* %tmp, i8** %handle2 92 %offsetx2 = load i8*, i8** %handle2 95 store i8* %newoffsetx2, i8** %handle2 100 ; Should have promoted 'handle2' accesses.
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/ |
D | CoreImplTest.java | 182 SharedBufferHandle handle2 = handle.duplicate(null); in testGetCore() local 184 addHandleToClose(handle2); in testGetCore() 186 Assert.assertEquals(core, handle2.getCore()); in testGetCore()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | union_unittest.cc | 1075 HandleUnionPtr handle2(HandleUnion::New()); in TEST() local 1076 mojo::internal::Deserialize<HandleUnionDataView>(data, &handle2, &context); in TEST() 1082 ReadTextMessage(handle2->get_f_message_pipe().get(), &actual); in TEST() 1194 HandleUnionPtr handle2(HandleUnion::New()); in TEST() local 1195 mojo::internal::Deserialize<HandleUnionDataView>(data, &handle2, &context); in TEST() 1197 ptr.Bind(std::move(handle2->get_f_small_cache())); in TEST()
|
/external/tensorflow/tensorflow/compiler/xrt/tests/ |
D | raw_api_test.cc | 425 auto handle2 = ops::XRTAllocate(root, value2); in TEST() local 430 TF_EXPECT_OK(session.Run({handle1, handle2}, &outputs)); in TEST()
|
/external/webrtc/webrtc/video/ |
D | video_send_stream_tests.cc | 1161 test::FakeNativeHandle* handle2 = new test::FakeNativeHandle(); in TEST_F() local 1166 handle2, width, height, 2, 2, kVideoRotation_0)); in TEST_F()
|