HomeSort by relevance Sort by last modified time
    Searched refs:PipeHandle (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/asyncio/
windows_utils.py 20 __all__ = ['socketpair', 'pipe', 'Popen', 'PIPE', 'PipeHandle']
131 class PipeHandle:
179 The stdin, stdout, stderr are None or instances of PipeHandle.
213 self.stdin = PipeHandle(stdin_wh)
215 self.stdout = PipeHandle(stdout_rh)
217 self.stderr = PipeHandle(stderr_rh)
windows_events.py 274 pipe = windows_utils.PipeHandle(h)
557 return windows_utils.PipeHandle(handle)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usb.h 254 USBD_PIPE_HANDLE PipeHandle;
305 USBD_PIPE_HANDLE PipeHandle;
456 USBD_PIPE_HANDLE PipeHandle;
469 USBD_PIPE_HANDLE PipeHandle;
485 USBD_PIPE_HANDLE PipeHandle;
502 USBD_PIPE_HANDLE PipeHandle;
519 USBD_PIPE_HANDLE PipeHandle;
526 USBD_PIPE_HANDLE PipeHandle;
  /external/python/cpython3/Lib/test/test_asyncio/
test_windows_utils.py 114 p = windows_utils.PipeHandle(h)
148 self.assertIsInstance(f, windows_utils.PipeHandle)
  /external/python/cpython3/Modules/
overlapped.c 1149 HANDLE PipeHandle;
1159 PipeHandle = CreateFileW(Address,
1166 if (PipeHandle == INVALID_HANDLE_VALUE)
1168 return Py_BuildValue(F_HANDLE, PipeHandle);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbdlib.h 12 #define UsbBuildInterruptOrBulkTransferRequest(urb,length, pipeHandle, transferBuffer, transferBufferMDL, transferBufferLength, transferFlags, link) \
16 (urb)->UrbBulkOrInterruptTransfer.PipeHandle = (pipeHandle); \

Completed in 213 milliseconds