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

  /external/chromium/base/synchronization/
lock_unittest.cc 197 PlatformThreadHandle handle1 = kNullThreadHandle; local
201 ASSERT_TRUE(PlatformThread::Create(0, &thread1, &handle1));
207 PlatformThread::Join(handle1);
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 721 int64 handle1, handle2; local
730 handle1 = e1.Get(META_HANDLE);
748 MutableEntry e3(&trans, GET_BY_HANDLE, handle1);
757 ASSERT_TRUE(handle1 == handles[0]);
768 if (handle1 == handles[0]) {
772 ASSERT_TRUE(handle1 == handles[1]);
775 MutableEntry e5(&trans, GET_BY_HANDLE, handle1);
792 int64 handle1, handle2; local
801 handle1 = e1.Get(META_HANDLE);
821 MutableEntry e3(&trans, GET_BY_HANDLE, handle1);
1166 int64 handle1 = 0; local
1249 int64 handle1 = 0; local
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 2497 ClientSocketHandle handle1; local
2555 ClientSocketHandle handle1; local
2615 ClientSocketHandle handle1; local
2678 ClientSocketHandle handle1; local
2716 ClientSocketHandle handle1; local
2788 ClientSocketHandle handle1; local
2822 ClientSocketHandle handle1; local
2866 ClientSocketHandle handle1; local
2958 ClientSocketHandle handle1; local
2983 ClientSocketHandle handle1; local
3054 ClientSocketHandle handle1; local
3120 ClientSocketHandle handle1; local
3150 ClientSocketHandle handle1; local
    [all...]
  /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();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 4480 String handle1 = "test@gmail.com"; local
4516 String handle1 = "test@gmail.com"; local
    [all...]
  /external/v8/test/cctest/
test-api.cc 10756 v8::Persistent<v8::Object> handle1, handle2; local
10785 v8::Persistent<v8::Object> handle1, handle2; local
10810 v8::Persistent<v8::Object> handle1, handle2, handle3; local
    [all...]

Completed in 244 milliseconds