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

  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 101 struct ion_handle *handle2; member in struct:private_handle_t
114 handle2(0)
126 handle(0), handle1(0), handle2(0)
138 handle(0), handle1(0), handle2(0)
  /external/chromium/base/synchronization/
lock_unittest.cc 198 PlatformThreadHandle handle2 = kNullThreadHandle; local
202 ASSERT_TRUE(PlatformThread::Create(0, &thread2, &handle2));
208 PlatformThread::Join(handle2);
  /external/chromium/chrome/browser/webdata/
web_data_service_unittest.cc 317 WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&consumer2); local
319 EXPECT_EQ(handle2, consumer2.handle());
365 WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&consumer2); local
367 EXPECT_EQ(handle2, consumer2.handle());
436 WebDataService::Handle handle2 = wds_->GetCreditCards(&consumer2); local
438 EXPECT_EQ(handle2, consumer2.handle());
485 WebDataService::Handle handle2 = wds_->GetCreditCards(&consumer2); local
487 EXPECT_EQ(handle2, consumer2.handle());
562 WebDataService::Handle handle2 = local
565 EXPECT_EQ(handle2, profile_consumer2.handle())
    [all...]
  /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/components/autofill/core/browser/webdata/
web_data_service_unittest.cc 379 WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&consumer2); local
381 EXPECT_EQ(handle2, consumer2.handle());
423 WebDataService::Handle handle2 = wds_->GetAutofillProfiles(&consumer2); local
425 EXPECT_EQ(handle2, consumer2.handle());
470 WebDataService::Handle handle2 = wds_->GetCreditCards(&consumer2); local
472 EXPECT_EQ(handle2, consumer2.handle());
504 WebDataService::Handle handle2 = wds_->GetCreditCards(&consumer2); local
506 EXPECT_EQ(handle2, consumer2.handle());
560 WebDataService::Handle handle2 = local
563 EXPECT_EQ(handle2, profile_consumer2.handle())
    [all...]
  /external/sfntly/cpp/src/test/
lock_test.cc 214 PlatformThreadHandle handle2 = kNullThreadHandle; local
218 EXPECT_TRUE(PlatformThread::Create(&thread2, &handle2));
224 PlatformThread::Join(handle2);
  /external/chromium_org/ipc/
ipc_channel_posix_unittest.cc 280 base::ProcessHandle handle2 = SpawnChild("IPCChannelPosixTestConnectionProc", local
282 ASSERT_TRUE(handle2);
293 EXPECT_TRUE(base::WaitForExitCode(handle2, &exit_code));
314 IPC::ChannelHandle handle2(kTooLongName);
315 IPC::Channel channel2(handle2, IPC::Channel::MODE_NAMED_SERVER, NULL);
336 base::ProcessHandle handle2 = SpawnChild("IPCChannelPosixFailConnectionProc", local
338 ASSERT_TRUE(handle2);
341 EXPECT_TRUE(base::WaitForExitCode(handle2, &exit_code));
  /external/chromium_org/net/socket/
client_socket_pool_base_unittest.cc 1762 ClientSocketHandle handle2; local
1963 ClientSocketHandle handle2; local
2011 ClientSocketHandle handle2; local
2057 ClientSocketHandle handle2; local
2255 ClientSocketHandle handle2; local
2333 ClientSocketHandle handle2; local
2406 ClientSocketHandle handle2; local
2837 ClientSocketHandle handle2; local
2883 ClientSocketHandle handle2; local
2941 ClientSocketHandle handle2; local
3001 ClientSocketHandle handle2; local
3061 ClientSocketHandle handle2; local
3094 ClientSocketHandle handle2; local
3167 ClientSocketHandle handle2; local
3214 ClientSocketHandle handle2; local
3251 ClientSocketHandle handle2; local
3456 ClientSocketHandle handle2; local
3602 ClientSocketHandle handle2; local
    [all...]
transport_client_socket_pool_unittest.cc 718 ClientSocketHandle handle2; local
725 handle2.Init("a", params_, kDefaultPriority, callback2.callback(),
731 handle2.Reset();
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 1600 ClientSocketHandle handle2; local
1780 ClientSocketHandle handle2; local
1893 ClientSocketHandle handle2; local
1967 ClientSocketHandle handle2; local
2040 ClientSocketHandle handle2; local
2468 ClientSocketHandle handle2; local
2514 ClientSocketHandle handle2; local
2572 ClientSocketHandle handle2; local
2632 ClientSocketHandle handle2; local
2692 ClientSocketHandle handle2; local
2725 ClientSocketHandle handle2; local
2797 ClientSocketHandle handle2; local
2840 ClientSocketHandle handle2; local
2875 ClientSocketHandle handle2; local
3064 ClientSocketHandle handle2; local
3164 ClientSocketHandle handle2; local
    [all...]
transport_client_socket_pool_unittest.cc 636 ClientSocketHandle handle2; local
641 EXPECT_EQ(ERR_IO_PENDING, handle2.Init("a", params_, kDefaultPriority,
647 handle2.Reset();
    [all...]
  /hardware/samsung_slsi/exynos5/gralloc/
mapper.cpp 120 ret = ion_import(getIonFd(module), hnd->fd2, &hnd->handle2);
122 ALOGE("error importing handle2 %d %x\n", hnd->fd2, hnd->format);
144 if (hnd->handle2)
145 ion_free(getIonFd(module), hnd->handle2);
  /external/chromium/net/base/
dnsrr_resolver_unittest.cc 112 DnsRRResolver::Handle handle2; local
116 handle2 = resolver.Resolve("nx.testing.notatld", kDNS_TESTING, 0,
118 ASSERT_TRUE(handle2 != DnsRRResolver::kInvalidHandle);
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 721 int64 handle1, handle2; local
737 handle2 = e2.Get(META_HANDLE);
759 MutableEntry e4(&trans, GET_BY_HANDLE, handle2);
769 ASSERT_TRUE(handle2 == handles[1]);
771 ASSERT_TRUE(handle2 == handles[0]);
786 ASSERT_TRUE(handle2 == handles[0]);
792 int64 handle1, handle2; local
809 handle2 = e2.Get(META_HANDLE);
832 MutableEntry e4(&trans, GET_BY_HANDLE, handle2);
842 ASSERT_TRUE(handle2 == handles[1])
1204 int64 handle2 = 0; local
    [all...]
  /external/chromium_org/sandbox/win/src/
sync_policy_test.cc 130 base::win::ScopedHandle handle2(::CreateEvent(NULL, FALSE, FALSE, L"test2"));
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 765 int64 handle2 = 0; local
779 handle2 = item2.Get(META_HANDLE);
829 tmp.put(META_HANDLE, handle2);
834 to_purge.insert(handle2);
842 EXPECT_TRUE(delete_journal->delete_journals_to_purge_.count(handle2));
920 int64 handle1, handle2; local
991 int64 handle1, handle2; local
1963 int64 handle2 = 0; 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...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 12509 v8::Persistent<v8::Object> handle1, handle2; local
12541 v8::Persistent<v8::Object> handle1, handle2; local
12571 v8::Persistent<v8::Object> handle1, handle2, handle3; local
    [all...]

Completed in 1750 milliseconds