HomeSort by relevance Sort by last modified time
    Searched defs:handle1 (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/v8/test/mjsunit/
debug-toggle-mirror-cache.js 30 var handle1 = debug.MakeMirror(123).handle(); variable
31 assertEquals("number", debug.LookupMirror(handle1).type());
  /external/compiler-rt/test/asan/TestCases/Android/
coverage-android.cc 56 void *handle1 = local
58 assert(handle1);
59 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-direct.cc 35 void *handle1 = local
37 assert(handle1);
38 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
coverage-module-unloaded.cc 28 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/chromium_org/mojo/public/c/system/tests/
core_unittest_pure_c.c 44 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/
lock_unittest.cc 199 PlatformThreadHandle handle1; local
203 ASSERT_TRUE(PlatformThread::Create(0, &thread1, &handle1));
209 PlatformThread::Join(handle1);
  /external/chromium_org/mojo/public/cpp/system/
message_pipe.h 40 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/content/browser/loader/
upload_data_stream_builder_unittest.cc 107 scoped_ptr<BlobDataHandle> handle1 = local
  /external/chromium_org/third_party/sfntly/cpp/src/test/
lock_test.cc 213 PlatformThreadHandle handle1 = kNullThreadHandle; local
217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1));
223 PlatformThread::Join(handle1);
  /external/sfntly/cpp/src/test/
lock_test.cc 213 PlatformThreadHandle handle1 = kNullThreadHandle; local
217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1));
223 PlatformThread::Join(handle1);
  /bionic/tests/
dlfcn_test.cpp 433 void* handle1 = dlopen("libdlext_test.so", RTLD_NOW); local
435 ASSERT_TRUE(handle1 != NULL);
437 ASSERT_EQ(handle1, handle2);
  /external/chromium_org/mojo/bindings/js/
core.cc 52 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));
  /frameworks/base/tests/CoreTests/android/core/
RequestAPITest.java 236 RequestHandle handle1 = mRequestQueue.queueRequest( local
239 handle1.waitUntilComplete();
403 RequestHandle handle1 = mRequestQueue.queueRequest( local
407 handle1.waitUntilComplete();
  /external/chromium_org/mojo/android/system/
core_impl.cc 88 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)
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 102 ion_user_handle_t handle1; member in struct:private_handle_t
115 vstride(vstride), gamut(0), chroma(0), base(0), handle(0), handle1(0),
128 handle(0), handle1(0), handle2(0)
140 handle(0), handle1(0), handle2(0)
  /external/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 303 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...]
client_socket_pool_base_unittest.cc 2892 ClientSocketHandle handle1; local
2950 ClientSocketHandle handle1; local
3010 ClientSocketHandle handle1; local
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/
syncable_unittest.cc 431 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...]
directory_unittest.cc 440 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 == handles[0])
663 int64 handle1, handle2; local
    [all...]
  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 1138 webrtc::RefCountImpl<FakeNativeHandle>* handle1 = local
    [all...]
  /external/chromium_org/base/debug/
trace_event_unittest.cc 1378 TraceEventHandle handle1 = local
1406 TraceEventHandle handle1 = local
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 5542 String handle1 = "test@gmail.com"; local
5578 String handle1 = "test@gmail.com"; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 13728 CopyableObject handle1; local
13793 v8::Persistent<v8::Object> handle1, handle2; local
13824 v8::Persistent<v8::Object> handle1, handle2; local
13853 v8::Persistent<v8::Object> handle1, handle2, handle3; local
    [all...]

Completed in 1019 milliseconds