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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dderror.h 15 #define ERROR_IO_PENDING 997
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcnterr.h 18 #define RPC_S_ASYNC_CALL_PENDING ERROR_IO_PENDING
winsock2.h 355 #define WSA_IO_PENDING (ERROR_IO_PENDING)
    [all...]
winerror.h 246 #define ERROR_IO_PENDING __MSABI_LONG(997)
    [all...]
  /development/host/windows/usb/api/
adb_legacy_io_completion.cpp 61 // ERROR_IO_PENDING. So, lets give it an up to a 20 ms loop!
65 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
75 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
adb_legacy_endpoint_object.cpp 113 if (!res && (ERROR_IO_PENDING != error)) {
175 if (!ret && (ERROR_IO_PENDING != GetLastError())) {
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 69 // ERROR_IO_PENDING. So, lets give it an up to a 20 ms loop!
73 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
83 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
adb_winusb_endpoint_object.cpp 145 if (!res && (ERROR_IO_PENDING != error)) {
211 if (!ret && (ERROR_IO_PENDING != GetLastError())) {
  /external/compiler-rt/test/asan/TestCases/Windows/
bind_io_completion_callback.cc 62 GetLastError() != ERROR_IO_PENDING)
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 317 case ERROR_IO_PENDING:
377 if (success || error_code == ERROR_IO_PENDING) {
497 } else if (error_code == ERROR_IO_PENDING) {
701 if (!success && error_code != ERROR_IO_PENDING) {
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialwin32.py 259 if not err and win32.GetLastError() != win32.ERROR_IO_PENDING:
269 if not err and win32.GetLastError() != win32.ERROR_IO_PENDING:
288 if not err and win32.GetLastError() != win32.ERROR_IO_PENDING:
win32.py 198 ERROR_IO_PENDING = 997 # Variable c_long
312 'ERROR_IO_PENDING', 'EscapeCommFunction', 'GENERIC_READ',
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 133 if (err == ERROR_IO_PENDING) {
258 if (err != ERROR_IO_PENDING) {
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_win.cc 403 if(error != ERROR_IO_PENDING)
409 if(retVal == 0 || (retVal == SOCKET_ERROR && error == ERROR_IO_PENDING))
603 if(rxError != ERROR_IO_PENDING)
619 if((rxError == ERROR_IO_PENDING) || (nRet == 0))
    [all...]
  /external/deqp/execserver/
xsWin32TestProcess.cpp 148 if (err != ERROR_IO_PENDING)
261 else if (err != ERROR_IO_PENDING)
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 191 case ERROR_IO_PENDING:
623 case ERROR_IO_PENDING:
  /external/deqp/framework/delibs/deutil/
deTimer.c 142 if (err == ERROR_IO_PENDING)
  /external/fio/engines/
windowsaio.c 353 if (success || GetLastError() == ERROR_IO_PENDING)
  /external/libevent/
bufferevent_async.c 644 if (rc || WSAGetLastError() == ERROR_IO_PENDING)
listener.c 568 if (error != ERROR_IO_PENDING) {
  /external/libchrome/base/message_loop/
message_loop_unittest.cc 530 EXPECT_EQ(static_cast<DWORD>(ERROR_IO_PENDING), GetLastError());
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 1271 milliseconds