Searched refs:handle2 (Results 1 - 10 of 10) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcoverage-module-unloaded.cc33 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/curl/tests/libtest/
H A Dlib544.c73 CURL *handle2; local
74 handle2 = curl_easy_duphandle(curl);
77 curl = handle2;
/external/libchrome/base/synchronization/
H A Dlock_unittest.cc199 PlatformThreadHandle handle2; local
203 ASSERT_TRUE(PlatformThread::Create(0, &thread2, &handle2));
209 PlatformThread::Join(handle2);
/external/sfntly/cpp/src/test/
H A Dlock_test.cc214 PlatformThreadHandle handle2 = kNullThreadHandle; local
218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2));
224 PlatformThread::Join(handle2);
/external/libmojo/mojo/android/system/
H A Dcore_impl.cc115 MojoHandle handle2; local
116 MojoResult result = MojoCreateMessagePipe(options, &handle1, &handle2);
117 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2);
135 MojoHandle handle2; local
136 MojoResult result = MojoCreateDataPipe(options, &handle1, &handle2);
137 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2);
/external/libjpeg-turbo/
H A Dtjunittest.c416 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);
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dunion_unittest.cc1070 HandleUnionPtr handle2(HandleUnion::New());
1071 mojo::internal::Deserialize<HandleUnionPtr>(data, &handle2, &context);
1077 ReadTextMessage(handle2->get_f_message_pipe().get(), &actual);
1189 HandleUnionPtr handle2(HandleUnion::New());
1190 mojo::internal::Deserialize<HandleUnionPtr>(data, &handle2, &context);
1192 handle2->get_f_small_cache()->SetIntValue(10);
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
H A DCoreImplTest.java247 SharedBufferHandle handle2 = handle.duplicate(null);
249 addHandleToClose(handle2);
251 assertEquals(core, handle2.getCore());
/external/libchrome/base/trace_event/
H A Dtrace_event_unittest.cc1572 TraceEventHandle handle2 = local
1581 const TraceEvent* event2 = tracer->GetEventByHandle(handle2);
1605 TraceEventHandle handle2 = local
1614 const TraceEvent* event2 = tracer->GetEventByHandle(handle2);
/external/webrtc/webrtc/video/
H A Dvideo_send_stream_tests.cc1161 test::FakeNativeHandle* handle2 = new test::FakeNativeHandle(); local
1166 handle2, width, height, 2, 2, kVideoRotation_0));

Completed in 508 milliseconds