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

  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 100 struct ion_handle *handle1; member in struct:private_handle_t
113 vstride(vstride), gamut(0), chroma(0), base(0), handle(0), handle1(0),
126 handle(0), handle1(0), handle2(0)
138 handle(0), handle1(0), handle2(0)
  /external/chromium/base/synchronization/
lock_unittest.cc 197 PlatformThreadHandle handle1 = kNullThreadHandle; local
201 ASSERT_TRUE(PlatformThread::Create(0, &thread1, &handle1));
207 PlatformThread::Join(handle1);
  /external/chromium_org/base/synchronization/
lock_unittest.cc 199 PlatformThreadHandle handle1; local
203 ASSERT_TRUE(PlatformThread::Create(0, &thread1, &handle1));
209 PlatformThread::Join(handle1);
  /external/sfntly/cpp/src/test/
lock_test.cc 213 PlatformThreadHandle handle1 = kNullThreadHandle; local
217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1));
223 PlatformThread::Join(handle1);
  /external/chromium_org/net/socket/
client_socket_pool_base_unittest.cc 2866 ClientSocketHandle handle1; local
2924 ClientSocketHandle handle1; local
2984 ClientSocketHandle handle1; local
3047 ClientSocketHandle handle1; local
3085 ClientSocketHandle handle1; local
3158 ClientSocketHandle handle1; local
3194 ClientSocketHandle handle1; local
3242 ClientSocketHandle handle1; local
3342 ClientSocketHandle handle1; local
3369 ClientSocketHandle handle1; local
3446 ClientSocketHandle handle1; local
3525 ClientSocketHandle handle1; local
3588 ClientSocketHandle handle1; local
3826 ClientSocketHandle handle1; local
3863 ClientSocketHandle handle1; local
3928 ClientSocketHandle handle1; local
    [all...]
  /hardware/samsung_slsi/exynos5/gralloc/
mapper.cpp 115 ret = ion_import(getIonFd(module), hnd->fd1, &hnd->handle1);
117 ALOGE("error importing handle1 %d %x\n", hnd->fd1, hnd->format);
142 if (hnd->handle1)
143 ion_free(getIonFd(module), hnd->handle1);
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 721 int64 handle1, handle2; local
730 handle1 = e1.Get(META_HANDLE);
748 MutableEntry e3(&trans, GET_BY_HANDLE, handle1);
757 ASSERT_TRUE(handle1 == handles[0]);
768 if (handle1 == handles[0]) {
772 ASSERT_TRUE(handle1 == handles[1]);
775 MutableEntry e5(&trans, GET_BY_HANDLE, handle1);
792 int64 handle1, handle2; local
801 handle1 = e1.Get(META_HANDLE);
821 MutableEntry e3(&trans, GET_BY_HANDLE, handle1);
1166 int64 handle1 = 0; local
1249 int64 handle1 = 0; local
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base_unittest.cc 2497 ClientSocketHandle handle1; local
2555 ClientSocketHandle handle1; local
2615 ClientSocketHandle handle1; local
2678 ClientSocketHandle handle1; local
2716 ClientSocketHandle handle1; local
2788 ClientSocketHandle handle1; local
2822 ClientSocketHandle handle1; local
2866 ClientSocketHandle handle1; local
2958 ClientSocketHandle handle1; local
2983 ClientSocketHandle handle1; local
3054 ClientSocketHandle handle1; local
3120 ClientSocketHandle handle1; local
3150 ClientSocketHandle handle1; local
    [all...]
  /external/chromium_org/sandbox/win/src/
unload_dll_test.cc 78 base::win::ScopedHandle handle1(::CreateEvent(
sync_policy_test.cc 129 base::win::ScopedHandle handle1(::CreateEvent(NULL, FALSE, FALSE, L"test1"));
  /frameworks/base/tests/CoreTests/android/core/
RequestAPITest.java 236 RequestHandle handle1 = mRequestQueue.queueRequest( local
239 handle1.waitUntilComplete();
403 RequestHandle handle1 = mRequestQueue.queueRequest( local
407 handle1.waitUntilComplete();
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 764 int64 handle1 = 0; local
774 handle1 = item1.Get(META_HANDLE);
827 tmp.put(META_HANDLE, handle1);
857 tmp.put(META_HANDLE, handle1);
866 EXPECT_TRUE(delete_journal->delete_journals_to_purge_.count(handle1));
920 int64 handle1, handle2; local
929 handle1 = e1.Get(META_HANDLE)
991 int64 handle1, handle2; local
1927 int64 handle1 = 0; local
2009 int64 handle1 = 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...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 5029 String handle1 = "test@gmail.com"; local
5065 String handle1 = "test@gmail.com"; 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 1357 milliseconds