/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/python/oauth2client/oauth2client/contrib/ |
D | _win32_opener.py | 72 pywintypes.OVERLAPPED()) 100 pywintypes.OVERLAPPED())
|
/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/libevent/ |
D | event_iocp.c | 56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry() 74 OVERLAPPED *overlapped=NULL; in loop()
|
D | iocp-internal.h | 52 OVERLAPPED overlapped;
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | bind_io_completion_callback.cc | 36 OVERLAPPED ov;
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | socket_windows.h | 44 OVERLAPPED overlapped;
|
D | iocp_windows.cc | 40 static OVERLAPPED g_iocp_custom_overlap;
|
D | tcp_windows.cc | 254 memset(&tcp->socket->read_info.overlapped, 0, sizeof(OVERLAPPED)); in win_read() 354 memset(&socket->write_info.overlapped, 0, sizeof(OVERLAPPED)); in win_write()
|
/external/python/cpython3/Modules/ |
D | overlapped.c | 46 OVERLAPPED overlapped; 179 OVERLAPPED *Overlapped = NULL; in overlapped_GetQueuedCompletionStatus() 215 OVERLAPPED *Overlapped; in overlapped_PostQueuedCompletionStatus() 514 mark_as_completed(OVERLAPPED *ov) in mark_as_completed() 557 memset(&self->overlapped, 0, sizeof(OVERLAPPED)); in Overlapped_new() 1408 offsetof(OverlappedObject, overlapped) + offsetof(OVERLAPPED, hEvent),
|
D | _winapi.c | 89 OVERLAPPED overlapped; 291 offsetof(OverlappedObject, overlapped) + offsetof(OVERLAPPED, hEvent), 349 memset(&self->overlapped, 0, sizeof(OVERLAPPED)); in new_overlapped()
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | lock.py | 26 _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;
|
/external/chromium-trace/catapult/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/skqp/src/ports/ |
D | SkOSFile_win.cpp | 138 OVERLAPPED overlapped; in sk_qread()
|
/external/skia/src/ports/ |
D | SkOSFile_win.cpp | 138 OVERLAPPED overlapped; in sk_qread()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 62 OVERLAPPED overlap; 541 OVERLAPPED overlap;
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_manager_win.cc | 575 OVERLAPPED* pOverlapped = 0; in Process()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_ev_driver_windows.cc | 116 memset(&winsocket_->read_info.overlapped, 0, sizeof(OVERLAPPED)); in RegisterForOnReadableLocked()
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | windows_file_system.cc | 58 OVERLAPPED overlapped = {0}; in pread()
|