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

  /external/chromium_org/v8/test/mjsunit/
debug-toggle-mirror-cache.js 34 var handle2 = debug.MakeMirror(123).handle(); variable
35 assertEquals(undefined, handle2);
36 assertThrows(function() { debug.LookupMirror(handle2) });
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-module-unloaded.cc 34 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/
lock_unittest.cc 200 PlatformThreadHandle handle2; local
204 ASSERT_TRUE(PlatformThread::Create(0, &thread2, &handle2));
210 PlatformThread::Join(handle2);
  /external/chromium_org/content/browser/loader/
upload_data_stream_builder_unittest.cc 115 scoped_ptr<BlobDataHandle> handle2 = local
  /external/chromium_org/third_party/sfntly/cpp/src/test/
lock_test.cc 214 PlatformThreadHandle handle2 = kNullThreadHandle; local
218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2));
224 PlatformThread::Join(handle2);
  /external/sfntly/cpp/src/test/
lock_test.cc 214 PlatformThreadHandle handle2 = kNullThreadHandle; local
218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2));
224 PlatformThread::Join(handle2);
  /bionic/tests/
dlfcn_test.cpp 84 void* handle2 = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); local
86 ASSERT_TRUE(handle2 != NULL);
87 ASSERT_TRUE(handle == handle2);
89 ASSERT_EQ(0, dlclose(handle2));
434 void* handle2 = dlopen("libdlext_test_v2.so", RTLD_NOW); local
436 ASSERT_TRUE(handle2 != NULL);
437 ASSERT_EQ(handle1, handle2);
  /external/chromium_org/components/autofill/core/browser/webdata/
web_data_service_unittest.cc 344 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_consumer2.handle())
    [all...]
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_service_unittest.cc 176 scoped_ptr<ViewerHandle> handle2 = service_->ViewUrl( local
  /external/chromium_org/ipc/
ipc_channel_posix_unittest.cc 336 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/mojo/android/system/
core_impl.cc 89 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/net/socket/
transport_client_socket_pool_unittest.cc 350 ClientSocketHandle handle2; local
357 handle2.Init("a", params_, kDefaultPriority, callback2.callback(),
363 handle2.Reset();
    [all...]
websocket_transport_client_socket_pool_unittest.cc 276 ClientSocketHandle handle2; local
287 handle2.Init("a",
297 handle2.Reset();
    [all...]
ssl_client_socket_pool_unittest.cc 304 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.socket())
502 ClientSocketHandle handle2; local
581 ClientSocketHandle handle2; local
662 ClientSocketHandle handle2; local
    [all...]
client_socket_pool_base_unittest.cc 1787 ClientSocketHandle handle2; local
1988 ClientSocketHandle handle2; local
2036 ClientSocketHandle handle2; local
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...]
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 103 ion_user_handle_t handle2; member in struct:private_handle_t
116 handle2(0)
128 handle(0), handle1(0), handle2(0)
140 handle(0), handle1(0), handle2(0)
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 467 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));
directory_unittest.cc 441 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 == handles[0])
663 int64 handle1, handle2; local
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyService.cpp 856 audio_patch_handle_t handle2; local
859 handle2 = ((CreateAudioPatchData *)command2->mParam.get())->mHandle;
862 handle2 = ((ReleaseAudioPatchData *)command2->mParam.get())->mHandle;
864 if (handle != handle2) break;
    [all...]
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/
CoreImplTest.java 218 SharedBufferHandle handle2 = handle.duplicate(null); local
220 addHandleToClose(handle2);
222 assertEquals(core, handle2.getCore());
  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 1140 webrtc::RefCountImpl<FakeNativeHandle>* handle2 = local
    [all...]
  /external/chromium_org/base/debug/
trace_event_unittest.cc 1383 TraceEventHandle handle2 = local
1413 TraceEventHandle handle2 = local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 13734 CopyableObject handle2; 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 865 milliseconds