/external/libmojo/mojo/edk/test/ |
D | test_utils_win.cc | 21 OVERLAPPED overlapped = {0}; in BlockingWrite() 41 OVERLAPPED overlapped = {0}; in BlockingRead() 61 OVERLAPPED overlapped = {0}; in NonBlockingRead()
|
/external/libusb/libusb/os/ |
D | poll_windows.c | 197 static OVERLAPPED *create_overlapped(void) in create_overlapped() 199 OVERLAPPED *overlapped = (OVERLAPPED*) calloc(1, sizeof(OVERLAPPED)); in create_overlapped() 211 static void free_overlapped(OVERLAPPED *overlapped) in free_overlapped() 264 OVERLAPPED* overlapped; in usbi_pipe() 324 OVERLAPPED* overlapped = NULL; in usbi_create_fd() 478 struct winfd overlapped_to_winfd(OVERLAPPED* overlapped) in overlapped_to_winfd()
|
D | poll_windows.h | 86 OVERLAPPED* overlapped; // what will report our I/O status 106 struct winfd overlapped_to_winfd(OVERLAPPED* overlapped);
|
D | windows_winusb.c | 3273 struct windows_transfer_priv *tp, size_t *size, OVERLAPPED *overlapped, int report_type) in _hid_get_report() 3351 struct windows_transfer_priv *tp, size_t *size, OVERLAPPED *overlapped, int report_type) in _hid_set_report() 3421 size_t *size, OVERLAPPED *overlapped) in _hid_class_request()
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_ndis.c | 77 OVERLAPPED rx_overlapped; 98 OVERLAPPED overlapped; in l2_packet_send() 100 OVERLAPPED *o; in l2_packet_send()
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | bind_io_completion_callback.cc | 36 OVERLAPPED ov;
|
/external/libevent/ |
D | event_iocp.c | 55 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry() 73 OVERLAPPED *overlapped=NULL; in loop()
|
D | iocp-internal.h | 52 OVERLAPPED overlapped;
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | lock.py | 24 _OVERLAPPED = pywintypes.OVERLAPPED()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_server.h | 284 OVERLAPPED overlapped_;
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.h | 38 OVERLAPPED data;
|
D | mDNSWin32.c | 3189 ZeroMemory( &sock->overlapped.data, sizeof( OVERLAPPED ) ); in UDPBeginRecv()
|
/external/fio/engines/ |
D | windowsaio.c | 20 OVERLAPPED o; 366 OVERLAPPED *ovl; in IoCompletionRoutine()
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
D | serialwin32.py | 69 self._overlappedRead = win32.OVERLAPPED() 71 self._overlappedWrite = win32.OVERLAPPED()
|
D | win32.py | 60 OVERLAPPED = _OVERLAPPED variable
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 133 OVERLAPPED overlapped; in run() 228 OVERLAPPED overlapped; in run()
|
/external/skia/src/ports/ |
D | SkOSFile_win.cpp | 135 OVERLAPPED overlapped = {0}; in sk_qread()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 62 OVERLAPPED overlap; 542 OVERLAPPED overlap;
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_manager_win.cc | 575 OVERLAPPED* pOverlapped = 0; in Process()
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | RewriteToChromeStyle.cpp | 923 OVERLAPPED overlapped = {}; in main()
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 439 OVERLAPPED* context() { return &context_.overlapped; } in context()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 40168 OVERLAPPED ovlp; 40169 memset(&ovlp, 0, sizeof(OVERLAPPED)); 40199 OVERLAPPED ovlp; 40200 memset(&ovlp, 0, sizeof(OVERLAPPED)); 40364 OVERLAPPED overlapped; /* The offset for ReadFile. */ 40405 memset(&overlapped, 0, sizeof(OVERLAPPED)); 40482 OVERLAPPED overlapped; /* The offset for WriteFile. */ 40490 memset(&overlapped, 0, sizeof(OVERLAPPED));
|
/external/sqlite/dist/ |
D | sqlite3.c | 40168 OVERLAPPED ovlp; 40169 memset(&ovlp, 0, sizeof(OVERLAPPED)); 40199 OVERLAPPED ovlp; 40200 memset(&ovlp, 0, sizeof(OVERLAPPED)); 40364 OVERLAPPED overlapped; /* The offset for ReadFile. */ 40405 memset(&overlapped, 0, sizeof(OVERLAPPED)); 40482 OVERLAPPED overlapped; /* The offset for WriteFile. */ 40490 memset(&overlapped, 0, sizeof(OVERLAPPED));
|