/external/gtest/src/ |
gtest-death-test.cc | 270 // severity. On Windows, the message is read from a pipe handle. On other 553 // necessary to acquire the handle to the write end of the pipe. 585 // Handle to the write end of the pipe to the child process. 587 // Child process handle. 590 // acquired the handle to the write end of the pipe. After seeing this 605 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; 618 // We release the handle on our side and continue. 627 // handle or not. 662 HANDLE read_handle, write_handle; 722 NULL, // Retuned process handle is not inheritable [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest-death-test.cc | 270 // severity. On Windows, the message is read from a pipe handle. On other 552 // necessary to acquire the handle to the write end of the pipe. 584 // Handle to the write end of the pipe to the child process. 586 // Child process handle. 589 // acquired the handle to the write end of the pipe. After seeing this 604 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; 617 // We release the handle on our side and continue. 626 // handle or not. 661 HANDLE read_handle, write_handle; 721 NULL, // Retuned process handle is not inheritable [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | 270 // severity. On Windows, the message is read from a pipe handle. On other 553 // necessary to acquire the handle to the write end of the pipe. 585 // Handle to the write end of the pipe to the child process. 587 // Child process handle. 590 // acquired the handle to the write end of the pipe. After seeing this 605 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; 618 // We release the handle on our side and continue. 627 // handle or not. 662 HANDLE read_handle, write_handle; 722 NULL, // Retuned process handle is not inheritable [all...] |
/external/open-vcdiff/gtest/src/ |
gtest-death-test.cc | 257 // severity. On Windows, the message is read from a pipe handle. On other 505 // necessary to acquire the handle to the write end of the pipe. 537 // Handle to the write end of the pipe to the child process. 539 // Child process handle. 542 // acquired the handle to the write end of the pipe. After seeing this 557 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; 570 // We release the handle on our side and continue. 579 // handle or not. 614 HANDLE read_handle, write_handle; 674 NULL, // Retuned process handle is not inheritable [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 257 // severity. On Windows, the message is read from a pipe handle. On other 505 // necessary to acquire the handle to the write end of the pipe. 537 // Handle to the write end of the pipe to the child process. 539 // Child process handle. 542 // acquired the handle to the write end of the pipe. After seeing this 557 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; 570 // We release the handle on our side and continue. 579 // handle or not. 614 HANDLE read_handle, write_handle; 674 NULL, // Retuned process handle is not inheritable [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-death-test.cc | 310 // severity. On Windows, the message is read from a pipe handle. On other 593 // necessary to acquire the handle to the write end of the pipe. 625 // Handle to the write end of the pipe to the child process. 627 // Child process handle. 630 // acquired the handle to the write end of the pipe. After seeing this 645 const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; 658 // We release the handle on our side and continue. 667 // handle or not. 702 HANDLE read_handle, write_handle; 758 NULL, // Retuned process handle is not inheritable [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
os_win.c | 104 HANDLE h; /* Handle for accessing the file */ 114 HANDLE hMutex; /* Mutex used to control access to shared lock */ 115 HANDLE hShared; /* Shared memory segment used for locking */ 342 ** Acquire a lock on the handle h 344 static void winceMutexAcquire(HANDLE h){ 402 /* If we succeeded in making the shared memory handle, map it. */ 406 /* If mapping failed, close the shared memory handle and erase it */ 454 /* De-reference and close our copy of the shared memory handle */ 469 HANDLE *phFile [all...] |
/system/core/adb/ |
sysdeps_win32.c | 23 HANDLE file; 99 HANDLE handle; member in union:FHRec_::__anon62559 104 HANDLE event; 111 #define fh_handle u.handle 868 HANDLE evt_write; /* event signaled when one can write to a buffer */ 870 HANDLE evt_read; /* event signaled when one can read from a buffer */ [all...] |
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_main.cc | 125 HANDLE std_out_; 126 HANDLE std_in_;
|
/external/chromium/chrome/common/ |
zip.cc | 109 HANDLE hf; 119 HANDLE file = 0;
|
/external/chromium/googleurl/base/ |
logging.cc | 55 // this file is lazily opened and the handle may be NULL 56 HANDLE log_file = NULL; 76 HANDLE log_mutex = NULL;
|
/external/chromium/net/disk_cache/ |
file_win.cc | 31 // Helper class to handle the IO completion notifications from the message loop. 158 // prevent the completion to happen with an invalid handle (if the file is 238 HANDLE file = platform_file(); 248 HANDLE file = platform_file();
|
/external/chromium_org/base/memory/ |
shared_memory_win.cc | 44 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only) 45 : mapped_file_(handle), 53 SharedMemory::SharedMemory(SharedMemoryHandle handle, bool read_only, 61 ::DuplicateHandle(process, handle, 75 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) { 76 return handle != NULL; 85 void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) { 86 DCHECK(handle != NULL); 87 ::CloseHandle(handle); 195 HANDLE mapped_file = mapped_file_ 256 SharedMemoryHandle SharedMemory::handle() const { function in class:base::SharedMemory [all...] |
/external/chromium_org/base/process/ |
memory_unittest.cc | 33 (HANDLE, HEAP_INFORMATION_CLASS, PVOID, SIZE_T, PSIZE_T); 77 HANDLE heaps[1024] = { 0 };
|
/external/chromium_org/chrome/installer/util/ |
lzma_util.cc | 21 SRes LzmaReadFile(HANDLE file, void *data, size_t *size) { 64 value.LowPart = SetFilePointer(s->file.handle, value.LowPart, &value.HighPart, 73 return LzmaReadFile(s->file.handle, buffer, size); 136 archiveStream.file.handle = archive_handle_; 196 HANDLE hFile;
|
/external/chromium_org/content/browser/renderer_host/ |
backing_store_win.cc | 22 HANDLE CreateDIB(HDC dc, int width, int height, int color_depth) { 45 HANDLE dib = CreateDIBSection(dc, reinterpret_cast<BITMAPINFO*>(&hdr),
|
/external/chromium_org/net/disk_cache/ |
file_win.cc | 31 // Helper class to handle the IO completion notifications from the message loop. 161 // prevent the completion to happen with an invalid handle (if the file is 241 HANDLE file = platform_file(); 251 HANDLE file = platform_file();
|
/external/chromium_org/remoting/host/ |
clipboard_win.cc | 70 void SetData(UINT uFormat, HANDLE hMem) { 75 // The caller must not close the handle that ::SetClipboardData returns. 79 // The caller must not free the handle. The caller should lock the handle, 80 // copy the clipboard data, and unlock the handle. All this must be done 82 HANDLE GetData(UINT format) { 190 // Currently we only handle UTF-8 text.
|
/external/chromium_org/sandbox/win/src/ |
handle_closer.cc | 90 HANDLE child = target->Process(); 98 // Copy the handle buffer over. 140 // Copy the handle names. 177 bool GetHandleName(HANDLE handle, string16* handle_name) { 189 result = QueryObject(handle, ObjectNameInformation, name.get(),
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
simplethread.cpp | 152 HANDLE fHandle; 174 // we own the Windows HANDLE for the thread and must 195 imp->fHandle = (HANDLE) _beginthreadex( 236 // No handle, thread must not be running.
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
wince_usb.c | 45 HANDLE timer_thread = NULL; 46 HANDLE timer_mutex = NULL; 49 HANDLE timer_request[2] = { NULL, NULL }; 50 HANDLE timer_response = NULL; 51 HANDLE driver_handle = INVALID_HANDLE_VALUE; 172 HANDLE semaphore; 203 // try to open a handle to the driver 284 HANDLE semaphore; 408 static int wince_open(struct libusb_device_handle *handle) 410 // Nothing to do to open devices as a handle to it ha [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
th-lock.c | 110 static HANDLE *lock_cs; 116 lock_cs=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(HANDLE));
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
nm-pdb.c | 116 static void ShowSymbolInfo(HANDLE process, ULONG64 module_base) { 185 HANDLE process;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
nm-pdb.c | 116 static void ShowSymbolInfo(HANDLE process, ULONG64 module_base) { 189 HANDLE process;
|
/external/chromium_org/tools/memory_watcher/ |
memory_watcher.cc | 97 void MemoryWatcher::OnTrack(HANDLE heap, int32 id, int32 size) { 144 void MemoryWatcher::OnUntrack(HANDLE heap, int32 id, int32 size) {
|