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

  /external/chromium_org/base/synchronization/
lock_unittest.cc 201 PlatformThreadHandle handle3; local
205 ASSERT_TRUE(PlatformThread::Create(0, &thread3, &handle3));
211 PlatformThread::Join(handle3);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
lock_test.cc 215 PlatformThreadHandle handle3 = kNullThreadHandle; local
219 EXPECT_TRUE(PlatformThread::Create(&thread3, &handle3));
225 PlatformThread::Join(handle3);
  /external/sfntly/cpp/src/test/
lock_test.cc 215 PlatformThreadHandle handle3 = kNullThreadHandle; local
219 EXPECT_TRUE(PlatformThread::Create(&thread3, &handle3));
225 PlatformThread::Join(handle3);
  /external/chromium_org/v8/test/mjsunit/
debug-toggle-mirror-cache.js 39 var handle3 = debug.MakeMirror(123).handle(); variable
40 assertEquals("number", debug.LookupMirror(handle3).type());
  /external/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 305 ClientSocketHandle handle3; local
316 handle3.Init(
326 EXPECT_FALSE(handle3.socket());
363 ClientSocketHandle handle3; local
372 handle3.Init(
400 EXPECT_TRUE(handle3.socket()->IsConnected());
435 ClientSocketHandle handle3; local
444 handle3.Init(
463 EXPECT_TRUE(handle3.socket()->IsConnected());
503 ClientSocketHandle handle3; local
582 ClientSocketHandle handle3; local
663 ClientSocketHandle handle3; local
    [all...]
client_socket_pool_base_unittest.cc 2094 ClientSocketHandle handle3; local
2441 ClientSocketHandle handle3; local
3128 ClientSocketHandle handle3; local
3286 ClientSocketHandle handle3; local
3947 ClientSocketHandle handle3; local
4012 ClientSocketHandle handle3; local
    [all...]
  /external/chromium_org/sandbox/win/src/
sync_policy_test.cc 132 base::win::ScopedHandle handle3(::CreateEvent(NULL, FALSE, FALSE, L"test3"));
  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 1142 webrtc::RefCountImpl<FakeNativeHandle>* handle3 = local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 13853 v8::Persistent<v8::Object> handle1, handle2, handle3; local
    [all...]

Completed in 1035 milliseconds