Searched defs:handle1 (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-toggle-mirror-cache.js30 var handle1 = debug.MakeMirror(123).handle(); variable
31 assertEquals("number", debug.LookupMirror(handle1).type());
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-direct.cc35 void *handle1 = local
37 assert(handle1);
38 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
H A Dcoverage-module-unloaded.cc28 void *handle1 = local
30 assert(handle1);
31 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
44 dlclose(bar1 < bar2 ? handle1 : handle2);
46 dlclose(bar1 < bar2 ? handle2 : handle1);
/external/compiler-rt/test/asan/TestCases/Android/
H A Dcoverage-android.cc56 void *handle1 = local
58 assert(handle1);
59 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
/external/chromium_org/mojo/public/c/system/tests/
H A Dcore_unittest_pure_c.c44 MojoHandle handle0, handle1; local
60 handle1 = MOJO_HANDLE_INVALID;
61 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(NULL, &handle0, &handle1));
77 MojoWait(handle1, MOJO_HANDLE_SIGNAL_READABLE, MOJO_DEADLINE_INDEFINITE));
81 MojoReadMessage(handle1,
91 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(handle1));
/external/chromium_org/base/synchronization/
H A Dlock_unittest.cc199 PlatformThreadHandle handle1; local
203 ASSERT_TRUE(PlatformThread::Create(0, &thread1, &handle1));
209 PlatformThread::Join(handle1);
/external/chromium_org/content/browser/loader/
H A Dupload_data_stream_builder_unittest.cc107 scoped_ptr<BlobDataHandle> handle1 = local
/external/chromium_org/mojo/public/cpp/system/
H A Dmessage_pipe.h40 MessagePipeHandle handle1; local
43 handle1.mutable_value());
47 message_pipe1->reset(handle1);
83 ScopedMessagePipeHandle handle1; member in class:mojo::MessagePipe
88 CreateMessagePipe(NULL, &handle0, &handle1);
94 CreateMessagePipe(&options, &handle0, &handle1);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dlock_test.cc213 PlatformThreadHandle handle1 = kNullThreadHandle; local
217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1));
223 PlatformThread::Join(handle1);
/external/sfntly/cpp/src/test/
H A Dlock_test.cc213 PlatformThreadHandle handle1 = kNullThreadHandle; local
217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1));
223 PlatformThread::Join(handle1);
/external/chromium_org/mojo/bindings/js/
H A Dcore.cc52 MojoHandle handle1 = MOJO_HANDLE_INVALID; local
58 result = MojoCreateMessagePipe(NULL, &handle0, &handle1);
71 result = MojoCreateMessagePipe(&options, &handle0, &handle1);
80 dictionary.Set("handle1", mojo::Handle(handle1));
/external/chromium_org/mojo/android/system/
H A Dcore_impl.cc88 MojoHandle handle1; local
90 MojoResult result = MojoCreateMessagePipe(options, &handle1, &handle2);
91 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2)
108 MojoHandle handle1; local
110 MojoResult result = MojoCreateDataPipe(options, &handle1, &handle2);
111 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2)
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool_unittest.cc303 ClientSocketHandle handle1; local
312 handle1.Init(
324 EXPECT_FALSE(handle1.socket());
361 ClientSocketHandle handle1; local
368 handle1.Init(
398 EXPECT_TRUE(handle1.socket()->IsConnected());
433 ClientSocketHandle handle1; local
440 handle1.Init(
461 EXPECT_TRUE(handle1.socket()->IsConnected());
501 ClientSocketHandle handle1; local
580 ClientSocketHandle handle1; local
661 ClientSocketHandle handle1; local
[all...]
H A Dclient_socket_pool_base_unittest.cc2892 ClientSocketHandle handle1; local
2895 handle1.Init("a",
2923 handle1.Reset();
2950 ClientSocketHandle handle1; local
2953 handle1.Init("a",
2981 handle1.Reset();
3010 ClientSocketHandle handle1; local
3013 handle1.Init("a",
3041 handle1.Reset();
3073 ClientSocketHandle handle1; local
3111 ClientSocketHandle handle1; local
3184 ClientSocketHandle handle1; local
3220 ClientSocketHandle handle1; local
3268 ClientSocketHandle handle1; local
3368 ClientSocketHandle handle1; local
3395 ClientSocketHandle handle1; local
3472 ClientSocketHandle handle1; local
3551 ClientSocketHandle handle1; local
3614 ClientSocketHandle handle1; local
3893 ClientSocketHandle handle1; local
3930 ClientSocketHandle handle1; local
3995 ClientSocketHandle handle1; local
[all...]
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc431 int64 handle1 = 0; local
439 handle1 = e1.GetMetahandle();
444 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
453 MutableEntry aguilera(&trans, GET_BY_HANDLE, handle1);
459 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
471 MutableEntry aguilera(&trans, GET_BY_HANDLE, handle1);
476 EXPECT_FALSE(IsInDirtyMetahandles(handle1));
479 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
500 Entry e1(&trans, GET_BY_HANDLE, handle1);
508 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
513 int64 handle1 = 0; local
[all...]
H A Ddirectory_unittest.cc440 int64 handle1 = 0; local
450 handle1 = item1.GetMetahandle();
503 tmp.put(META_HANDLE, handle1);
533 tmp.put(META_HANDLE, handle1);
542 EXPECT_TRUE(delete_journal->delete_journals_to_purge_.count(handle1));
592 int64 handle1, handle2; local
601 handle1 = e1.GetMetahandle();
619 MutableEntry e3(&trans, GET_BY_HANDLE, handle1);
628 ASSERT_TRUE(handle1 == handles[0]);
639 if (handle1
663 int64 handle1, handle2; local
[all...]
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc1378 TraceEventHandle handle1 = local
1390 const TraceEvent* event1 = tracer->GetEventByHandle(handle1);
1406 TraceEventHandle handle1 = local
1420 const TraceEvent* event1 = tracer->GetEventByHandle(handle1);
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream_tests.cc1138 webrtc::RefCountImpl<FakeNativeHandle>* handle1 = local
1144 input_frames.push_back(new TextureVideoFrame(handle1, width, height, 1, 1));
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc13728 CopyableObject handle1; local
13731 handle1.Reset(isolate, v8::Object::New(isolate));
13735 handle2 = handle1;
13736 CHECK(handle1 == handle2);
13739 CHECK(handle1 == handle3);
13793 v8::Persistent<v8::Object> handle1, handle2; local
13797 handle1.Reset(isolate, v8::Object::New(isolate));
13804 handle1.SetWeak(&handle1, NewPersistentHandleCallback);
13824 v8::Persistent<v8::Object> handle1, handle local
13853 v8::Persistent<v8::Object> handle1, handle2, handle3; local
[all...]

Completed in 761 milliseconds