Searched defs:handle3 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-toggle-mirror-cache.js39 var handle3 = debug.MakeMirror(123).handle(); variable
40 assertEquals("number", debug.LookupMirror(handle3).type());
/external/chromium_org/base/synchronization/
H A Dlock_unittest.cc201 PlatformThreadHandle handle3; local
205 ASSERT_TRUE(PlatformThread::Create(0, &thread3, &handle3));
211 PlatformThread::Join(handle3);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dlock_test.cc215 PlatformThreadHandle handle3 = kNullThreadHandle; local
219 EXPECT_TRUE(PlatformThread::Create(&thread3, &handle3));
225 PlatformThread::Join(handle3);
/external/sfntly/cpp/src/test/
H A Dlock_test.cc215 PlatformThreadHandle handle3 = kNullThreadHandle; local
219 EXPECT_TRUE(PlatformThread::Create(&thread3, &handle3));
225 PlatformThread::Join(handle3);
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool_unittest.cc305 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...]
H A Dclient_socket_pool_base_unittest.cc2094 ClientSocketHandle handle3; local
2096 rv = handle3.Init("a",
2108 EXPECT_EQ(LOAD_STATE_WAITING_FOR_STALLED_SOCKET_POOL, handle3.GetLoadState());
2112 EXPECT_EQ(LOAD_STATE_WAITING_FOR_STALLED_SOCKET_POOL, handle3.GetLoadState());
2116 EXPECT_EQ(LOAD_STATE_WAITING_FOR_STALLED_SOCKET_POOL, handle3.GetLoadState());
2122 EXPECT_EQ(LOAD_STATE_CONNECTING, handle3.GetLoadState());
2441 ClientSocketHandle handle3; local
2443 rv = handle3.Init("a",
2469 EXPECT_FALSE(handle3.is_reused());
3128 ClientSocketHandle handle3; local
3286 ClientSocketHandle handle3; local
3947 ClientSocketHandle handle3; local
4012 ClientSocketHandle handle3; local
[all...]
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream_tests.cc1142 webrtc::RefCountImpl<FakeNativeHandle>* handle3 = local
1148 input_frames.push_back(new TextureVideoFrame(handle3, width, height, 3, 3));
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc13738 CopyableObject handle3(handle2);
13739 CHECK(handle1 == handle3);
13853 v8::Persistent<v8::Object> handle1, handle2, handle3; local
13856 handle3.Reset(isolate, v8::Object::New(isolate));
13861 handle3.SetWeak(&handle3, HandleCreatingCallback);

Completed in 4498 milliseconds