HomeSort by relevance Sort by last modified time
    Searched refs:handle1 (Results 1 - 8 of 8) 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);
  /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...]
  /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();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 4971 String handle1 = "test@gmail.com"; local
5007 String handle1 = "test@gmail.com"; 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 115 milliseconds