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

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-toggle-mirror-cache.js34 var handle2 = debug.MakeMirror(123).handle(); variable
35 assertEquals(undefined, handle2);
36 assertThrows(function() { debug.LookupMirror(handle2) });
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-module-unloaded.cc34 void *handle2 = local
36 assert(handle2);
37 void (*bar2)() = (void (*)())dlsym(handle2, "bar");
44 dlclose(bar1 < bar2 ? handle1 : handle2);
46 dlclose(bar1 < bar2 ? handle2 : handle1);
/external/chromium_org/base/synchronization/
H A Dlock_unittest.cc200 PlatformThreadHandle handle2; local
204 ASSERT_TRUE(PlatformThread::Create(0, &thread2, &handle2));
210 PlatformThread::Join(handle2);
/external/chromium_org/content/browser/loader/
H A Dupload_data_stream_builder_unittest.cc115 scoped_ptr<BlobDataHandle> handle2 = local
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dlock_test.cc214 PlatformThreadHandle handle2 = kNullThreadHandle; local
218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2));
224 PlatformThread::Join(handle2);
/external/sfntly/cpp/src/test/
H A Dlock_test.cc214 PlatformThreadHandle handle2 = kNullThreadHandle; local
218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2));
224 PlatformThread::Join(handle2);
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dweb_data_service_unittest.cc344 WebDataServiceBase::Handle handle2 = wds_->GetAutofillProfiles(&consumer2); local
346 EXPECT_EQ(handle2, consumer2.handle());
391 WebDataServiceBase::Handle handle2 = wds_->GetAutofillProfiles(&consumer2); local
393 EXPECT_EQ(handle2, consumer2.handle());
438 WebDataServiceBase::Handle handle2 = wds_->GetCreditCards(&consumer2); local
440 EXPECT_EQ(handle2, consumer2.handle());
474 WebDataServiceBase::Handle handle2 = wds_->GetCreditCards(&consumer2); local
476 EXPECT_EQ(handle2, consumer2.handle());
531 WebDataServiceBase::Handle handle2 = local
534 EXPECT_EQ(handle2, profile_consumer
[all...]
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_service_unittest.cc176 scoped_ptr<ViewerHandle> handle2 = service_->ViewUrl( local
/external/chromium_org/ipc/
H A Dipc_channel_posix_unittest.cc336 base::ProcessHandle handle2 = SpawnChild("IPCChannelPosixTestConnectionProc"); local
337 ASSERT_TRUE(handle2);
348 EXPECT_TRUE(base::WaitForExitCode(handle2, &exit_code));
370 IPC::ChannelHandle handle2(kTooLongName);
372 handle2, IPC::Channel::MODE_NAMED_SERVER, NULL));
393 base::ProcessHandle handle2 = SpawnChild("IPCChannelPosixFailConnectionProc"); local
394 ASSERT_TRUE(handle2);
397 EXPECT_TRUE(base::WaitForExitCode(handle2, &exit_code));
/external/chromium_org/net/socket/
H A Dtransport_client_socket_pool_unittest.cc350 ClientSocketHandle handle2; local
357 handle2.Init("a", params_, kDefaultPriority, callback2.callback(),
363 handle2.Reset();
H A Dwebsocket_transport_client_socket_pool_unittest.cc276 ClientSocketHandle handle2; local
287 handle2.Init("a",
297 handle2.Reset();
H A Dssl_client_socket_pool_unittest.cc304 ClientSocketHandle handle2; local
314 handle2.Init(
325 EXPECT_FALSE(handle2.socket());
362 ClientSocketHandle handle2; local
370 handle2.Init(
399 EXPECT_TRUE(handle2.socket()->IsConnected());
434 ClientSocketHandle handle2; local
442 handle2.Init(
454 pool_->CancelRequest("b", &handle2);
462 EXPECT_FALSE(handle2
502 ClientSocketHandle handle2; local
581 ClientSocketHandle handle2; local
662 ClientSocketHandle handle2; local
[all...]
H A Dclient_socket_pool_base_unittest.cc1787 ClientSocketHandle handle2; local
1799 handle2.Init("a",
1812 handle2.Reset();
1988 ClientSocketHandle handle2; local
1990 rv = handle2.Init("a",
2002 EXPECT_EQ(LOAD_STATE_CONNECTING, handle2.GetLoadState());
2009 EXPECT_EQ(LOAD_STATE_SSL_HANDSHAKE, handle2.GetLoadState());
2015 EXPECT_EQ(LOAD_STATE_CONNECTING, handle2.GetLoadState());
2036 ClientSocketHandle handle2; local
2038 rv = handle2
2082 ClientSocketHandle handle2; local
2280 ClientSocketHandle handle2; local
2358 ClientSocketHandle handle2; local
2431 ClientSocketHandle handle2; local
2863 ClientSocketHandle handle2; local
2909 ClientSocketHandle handle2; local
2967 ClientSocketHandle handle2; local
3027 ClientSocketHandle handle2; local
3087 ClientSocketHandle handle2; local
3120 ClientSocketHandle handle2; local
3193 ClientSocketHandle handle2; local
3240 ClientSocketHandle handle2; local
3277 ClientSocketHandle handle2; local
3482 ClientSocketHandle handle2; local
3628 ClientSocketHandle handle2; local
[all...]
/external/chromium_org/mojo/android/system/
H A Dcore_impl.cc89 MojoHandle handle2; local
90 MojoResult result = MojoCreateMessagePipe(options, &handle1, &handle2);
91 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2)
109 MojoHandle handle2; local
110 MojoResult result = MojoCreateDataPipe(options, &handle1, &handle2);
111 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2)
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc467 int64 handle2 = 0; local
485 handle2 = kids_on_block.GetMetahandle();
490 EXPECT_TRUE(IsInDirtyMetahandles(handle2));
503 Entry kids(&trans, GET_BY_HANDLE, handle2);
506 EXPECT_TRUE(IsInDirtyMetahandles(handle2));
H A Ddirectory_unittest.cc441 int64 handle2 = 0; local
455 handle2 = item2.GetMetahandle();
505 tmp.put(META_HANDLE, handle2);
510 to_purge.insert(handle2);
518 EXPECT_TRUE(delete_journal->delete_journals_to_purge_.count(handle2));
592 int64 handle1, handle2; local
608 handle2 = e2.GetMetahandle();
630 MutableEntry e4(&trans, GET_BY_HANDLE, handle2);
640 ASSERT_TRUE(handle2 == handles[1]);
642 ASSERT_TRUE(handle2
663 int64 handle1, handle2; local
[all...]
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc1383 TraceEventHandle handle2 = local
1391 const TraceEvent* event2 = tracer->GetEventByHandle(handle2);
1413 TraceEventHandle handle2 = local
1421 const TraceEvent* event2 = tracer->GetEventByHandle(handle2);
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream_tests.cc1140 webrtc::RefCountImpl<FakeNativeHandle>* handle2 = local
1145 input_frames.push_back(new TextureVideoFrame(handle2, width, height, 2, 2));
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc13734 CopyableObject handle2; local
13735 handle2 = handle1;
13736 CHECK(handle1 == handle2);
13738 CopyableObject handle3(handle2);
13793 v8::Persistent<v8::Object> handle1, handle2; local
13798 handle2.Reset(isolate, v8::Object::New(isolate));
13805 handle2.Reset();
13824 v8::Persistent<v8::Object> handle1, handle2; local
13828 handle2.Reset(isolate, v8::Object::New(isolate));
13831 to_be_disposed.Reset(isolate, handle2);
13853 v8::Persistent<v8::Object> handle1, handle2, handle3; local
[all...]

Completed in 6523 milliseconds