Home
last modified time | relevance | path

Searched refs:handle2 (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-module-unloaded.cc33 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/curl/tests/libtest/
Dlib544.c73 CURL *handle2; in test() local
74 handle2 = curl_easy_duphandle(curl); in test()
77 curl = handle2; in test()
/external/swiftshader/third_party/LLVM/test/Transforms/LICM/
Dscalar_promote.ll78 %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/libmojo/mojo/android/system/
Dcore_impl.cc115 MojoHandle handle2; in CreateMessagePipe() local
116 MojoResult result = MojoCreateMessagePipe(options, &handle1, &handle2); in CreateMessagePipe()
117 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2); in CreateMessagePipe()
135 MojoHandle handle2; in CreateDataPipe() local
136 MojoResult result = MojoCreateDataPipe(options, &handle1, &handle2); in CreateDataPipe()
137 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2); in CreateDataPipe()
/external/sfntly/cpp/src/test/
Dlock_test.cc214 PlatformThreadHandle handle2 = kNullThreadHandle; in MutexFourThreads() local
218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2)); in MutexFourThreads()
224 PlatformThread::Join(handle2); in MutexFourThreads()
/external/libchrome/base/synchronization/
Dlock_unittest.cc199 PlatformThreadHandle handle2; in TEST() local
203 ASSERT_TRUE(PlatformThread::Create(0, &thread2, &handle2)); in TEST()
209 PlatformThread::Join(handle2); in TEST()
/external/llvm/test/Transforms/LICM/
Dscalar_promote.ll81 %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/libjpeg-turbo/
Dtjunittest.c416 tjhandle handle2=tjInitCompress(); in compTest() local
417 if(!handle2) _throwtj(); in compTest()
424 _tj(tjEncodeYUV3(handle2, srcBuf, w, 0, h, pf, yuvBuf, pad, subsamp, in compTest()
426 tjDestroy(handle2); in compTest()
478 tjhandle handle2=tjInitDecompress(); in _decompTest() local
479 if(!handle2) _throwtj(); in _decompTest()
497 _tj(tjDecodeYUV(handle2, yuvBuf, pad, subsamp, dstBuf, scaledWidth, 0, in _decompTest()
499 tjDestroy(handle2); in _decompTest()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dunion_unittest.cc1070 HandleUnionPtr handle2(HandleUnion::New()); in TEST() local
1071 mojo::internal::Deserialize<HandleUnionPtr>(data, &handle2, &context); in TEST()
1077 ReadTextMessage(handle2->get_f_message_pipe().get(), &actual); in TEST()
1189 HandleUnionPtr handle2(HandleUnion::New()); in TEST() local
1190 mojo::internal::Deserialize<HandleUnionPtr>(data, &handle2, &context); in TEST()
1192 handle2->get_f_small_cache()->SetIntValue(10); in TEST()
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java247 SharedBufferHandle handle2 = handle.duplicate(null); in testGetCore() local
249 addHandleToClose(handle2); in testGetCore()
251 assertEquals(core, handle2.getCore()); in testGetCore()
/external/libchrome/base/trace_event/
Dtrace_event_unittest.cc1572 TraceEventHandle handle2 = in TEST_F() local
1581 const TraceEvent* event2 = tracer->GetEventByHandle(handle2); in TEST_F()
1605 TraceEventHandle handle2 = in TEST_F() local
1614 const TraceEvent* event2 = tracer->GetEventByHandle(handle2); in TEST_F()
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc1161 test::FakeNativeHandle* handle2 = new test::FakeNativeHandle(); in TEST_F() local
1166 handle2, width, height, 2, 2, kVideoRotation_0)); in TEST_F()