Home
last modified time | relevance | path

Searched defs:socket_error (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Dsl4a_session_test.py19 from socket import error as socket_error unknown
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/io/
H A Dsocket.cc114 int socket_error = 0; in GetSocketError() local
/aosp_15_r20/external/python/cpython2/Lib/
Dssl.py140 from socket import socket, _fileobject, _delegate_methods, error as socket_error unknown
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/
Dsyscall_windows.go233 socket_error = uintptr(^uint32(0)) const
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dsyscall_windows.go736 const socket_error = uintptr(^uint32(0)) const
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dssl.py268 socket_error = OSError # keep that public name in module namespace variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dssl.py268 socket_error = OSError # keep that public name in module namespace variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dssl.py268 socket_error = OSError # keep that public name in module namespace variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dssl.py268 socket_error = OSError # keep that public name in module namespace variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dssl.py268 socket_error = OSError # keep that public name in module namespace variable
/aosp_15_r20/external/python/cpython3/Lib/
Dssl.py268 socket_error = OSError # keep that public name in module namespace variable
/aosp_15_r20/external/python/oauth2client/tests/
Dtest_client.py367 def _environment_check_gce_helper(self, status_ok=True, socket_error=False, argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dsyscall_windows.go842 const socket_error = uintptr(^uint32(0)) const
/aosp_15_r20/external/python/cpython2/Modules/
Dsocketmodule.c466 static PyObject *socket_error; variable