Searched refs:handle2 (Results 1 - 9 of 9) 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/v8/test/mjsunit/
H A Ddebug-toggle-mirror-cache.js34 var handle2 = debug.MakeMirror(123).handle(); variable
35 assertEquals(undefined, handle2);
36 assertThrows(function() { debug.LookupMirror(handle2) });
/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/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/libchrome/base/trace_event/
H A Dtrace_event_unittest.cc1467 TraceEventHandle handle2 = local
1475 const TraceEvent* event2 = tracer->GetEventByHandle(handle2);
1498 TraceEventHandle handle2 = local
1506 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));
/external/v8/test/cctest/
H A Dtest-api.cc14037 CopyableObject handle2; local
14038 handle2 = handle1;
14039 CHECK(handle1 == handle2);
14041 CopyableObject handle3(handle2);
14103 v8::Persistent<v8::Object> handle1, handle2; local
14108 handle2.Reset(isolate, v8::Object::New(isolate));
14116 handle2.Reset();
14142 v8::Persistent<v8::Object> handle1, handle2; local
14146 handle2.Reset(isolate, v8::Object::New(isolate));
14150 to_be_disposed.Reset(isolate, handle2);
14178 v8::Persistent<v8::Object> handle1, handle2, handle3; local
[all...]

Completed in 409 milliseconds