HomeSort by relevance Sort by last modified time
    Searched refs:handle2 (Results 1 - 9 of 9) 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/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/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...]

Completed in 254 milliseconds