/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/chromium_org/third_party/sfntly/cpp/src/test/ |
lock_test.cc | 213 PlatformThreadHandle handle1 = kNullThreadHandle; local 217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1)); 223 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/sync/syncable/ |
syncable_unittest.cc | 764 int64 handle1 = 0; local 774 handle1 = item1.GetMetahandle(); 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.GetMetahandle(); 991 int64 handle1, handle2; local 1927 int64 handle1 = 0; local 2009 int64 handle1 = 0; local [all...] |
/external/chromium_org/net/socket/ |
client_socket_pool_base_unittest.cc | 2870 ClientSocketHandle handle1; local 2928 ClientSocketHandle handle1; local 2988 ClientSocketHandle handle1; local 3051 ClientSocketHandle handle1; local 3089 ClientSocketHandle handle1; local 3162 ClientSocketHandle handle1; local 3198 ClientSocketHandle handle1; local 3246 ClientSocketHandle handle1; local 3346 ClientSocketHandle handle1; local 3373 ClientSocketHandle handle1; local 3450 ClientSocketHandle handle1; local 3529 ClientSocketHandle handle1; local 3592 ClientSocketHandle handle1; local 3831 ClientSocketHandle handle1; local 3868 ClientSocketHandle handle1; local 3933 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/content/browser/loader/ |
upload_data_stream_builder_unittest.cc | 106 scoped_ptr<BlobDataHandle> handle1 = local
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_proxy.cc | 205 ScopedKernelHandle handle1(new KernelHandle(stream_mount_, node)); 208 if (handle0->Init(O_RDONLY) || handle1->Init(O_WRONLY)) { 214 pipefds[1] = AllocateFD(handle1); [all...] |
/external/chromium_org/base/debug/ |
trace_event_unittest.cc | 1313 base::debug::TraceEventHandle handle1 = local 1341 base::debug::TraceEventHandle handle1 = 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 | 13133 CopyableObject handle1; local 13198 v8::Persistent<v8::Object> handle1, handle2; local 13229 v8::Persistent<v8::Object> handle1, handle2; local 13257 v8::Persistent<v8::Object> handle1, handle2, handle3; local [all...] |