Home
last modified time | relevance | path

Searched +defs:val +defs:timeout (Results 176 – 200 of 1657) sorted by relevance

12345678910>>...67

/aosp_15_r20/libcore/ojluni/src/main/java/java/net/
H A DPlainSocketImpl.java116 protected void socketSetOption(int opt, Object val) throws SocketException { in socketSetOption()
137 void socketConnect(InetAddress address, int port, int timeout) throws IOException { in socketConnect()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/net/
DPlainSocketImpl.java116 protected void socketSetOption(int opt, Object val) throws SocketException { in socketSetOption()
137 void socketConnect(InetAddress address, int port, int timeout) throws IOException { in socketConnect()
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationEGL.cpp102 bool ValidateStreamAttribute(const ValidationContext *val, in ValidateStreamAttribute()
142 bool ValidateCreateImageMipLevelCommon(const ValidationContext *val, in ValidateCreateImageMipLevelCommon()
172 bool ValidateConfigAttribute(const ValidationContext *val, in ValidateConfigAttribute()
278 bool ValidateConfigAttributeValue(const ValidationContext *val, in ValidateConfigAttributeValue()
400 bool ValidateConfigAttributes(const ValidationContext *val, in ValidateConfigAttributes()
416 bool ValidateColorspaceAttribute(const ValidationContext *val, in ValidateColorspaceAttribute()
500 bool ValidatePlatformType(const ValidationContext *val, in ValidatePlatformType()
569 bool ValidateGetPlatformDisplayCommon(const ValidationContext *val, in ValidateGetPlatformDisplayCommon()
1030 bool ValidateStream(const ValidationContext *val, const Display *display, const Stream *stream) in ValidateStream()
1050 bool ValidateLabeledObject(const ValidationContext *val, in ValidateLabeledObject()
[all …]
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DEmulatedEglFenceSync.cpp138 EGLint EmulatedEglFenceSync::wait(uint64_t timeout) { in wait()
153 EGLint val; in isSignaled() local
/aosp_15_r20/external/mesa3d/src/c11/impl/
H A Dthreads_win32.c136 void* val = tss_get(impl_tss_dtor_tbl[i].key); in impl_tss_dtor_invoke() local
200 const DWORD timeout = impl_abs2relmsec(abs_time); in cnd_timedwait() local
446 tss_set(tss_t key, void *val) in tss_set()
/aosp_15_r20/external/virglrenderer/src/mesa/compat/c11/
H A Dthreads_win32.h181 void* val = tss_get(impl_tss_dtor_tbl[i].key); in impl_tss_dtor_invoke() local
259 const DWORD timeout = impl_abs2relmsec(abs_time); in cnd_timedwait() local
502 tss_set(tss_t key, void *val) in tss_set()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSocketImplTest.java129 public void setOption(int optID, Object val) throws SocketException { in setOption()
132 protected void connect(SocketAddress remoteAddr, int timeout) in connect()
/aosp_15_r20/external/libcups/cups/
H A Dhttp-addrlist.c59 int val; /* Socket option value */ in httpAddrConnect2() local
79 struct timeval timeout; /* Timeout */ in httpAddrConnect2() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dftplib.py110 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None, *, argument
139 def connect(self, host='', port=0, timeout=-999, source_address=None): argument
181 def set_pasv(self, val): argument
720 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None, *, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dftplib.py110 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None, *, argument
139 def connect(self, host='', port=0, timeout=-999, source_address=None): argument
181 def set_pasv(self, val): argument
720 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None, *, argument
/aosp_15_r20/external/python/cpython3/Lib/
Dftplib.py110 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None, *, argument
139 def connect(self, host='', port=0, timeout=-999, source_address=None): argument
181 def set_pasv(self, val): argument
720 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None, *, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dftplib.py110 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None, *, argument
139 def connect(self, host='', port=0, timeout=-999, source_address=None): argument
181 def set_pasv(self, val): argument
720 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None, *, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dftplib.py110 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None, *, argument
139 def connect(self, host='', port=0, timeout=-999, source_address=None): argument
181 def set_pasv(self, val): argument
720 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None, *, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dftplib.py110 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None, *, argument
139 def connect(self, host='', port=0, timeout=-999, source_address=None): argument
181 def set_pasv(self, val): argument
720 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None, *, argument
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DSubmissionPublisher.java608 public int offer(T item, long timeout, TimeUnit unit, in offer()
1053 long timeout; // Long.MAX_VALUE if untimed wait field in SubmissionPublisher.BufferedSubscription
1098 final boolean weakCasCtl(int cmp, int val) { in weakCasCtl()
1111 final boolean casDemand(long cmp, long val) { in casDemand()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DSubmissionPublisher.java608 public int offer(T item, long timeout, TimeUnit unit, in offer()
1053 long timeout; // Long.MAX_VALUE if untimed wait field in SubmissionPublisher.BufferedSubscription
1098 final boolean weakCasCtl(int cmp, int val) { in weakCasCtl()
1111 final boolean casDemand(long cmp, long val) { in casDemand()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DSubmissionPublisher.java608 public int offer(T item, long timeout, TimeUnit unit, in offer()
1053 long timeout; // Long.MAX_VALUE if untimed wait field in SubmissionPublisher.BufferedSubscription
1098 final boolean weakCasCtl(int cmp, int val) { in weakCasCtl()
1111 final boolean casDemand(long cmp, long val) { in casDemand()
/aosp_15_r20/external/libcups/backend/
H A Ddnssd.c141 struct timeval timeout; /* Timeout for select() */ in main() local
926 int timeout, /* I - Timeout in milliseconds (unused) */ in poll_callback()
929 int val; /* Return value */ in poll_callback() local
/aosp_15_r20/external/mesa3d/src/freedreno/drm/
H A Dfreedreno_pipe.c20 uint64_t val; in fd_pipe_new2() local
168 uint64_t timeout) in fd_pipe_wait_timeout()
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp222 struct timeval* timeout) { in ConnectWithTimeout()
310 SharedFDSet* error_set, struct timeval* timeout) { in Select()
348 int SharedFD::Poll(std::vector<PollSharedFd>& fds, int timeout) { in Poll()
352 int SharedFD::Poll(PollSharedFd* fds, size_t num_fds, int timeout) { in Poll()
554 struct timeval timeout = {timeout_seconds, 0}; in SocketLocalClient() local
578 std::chrono::seconds timeout) { in SocketClient()
596 int port, int type, std::chrono::seconds timeout) { in Socket6Client()
895 int FileInstance::Ioctl(int request, void* val) { in Ioctl()
/aosp_15_r20/external/python/cpython2/Lib/
Dftplib.py117 timeout=_GLOBAL_DEFAULT_TIMEOUT): argument
124 def connect(self, host='', port=0, timeout=-999): argument
157 def set_pasv(self, val): argument
662 timeout=_GLOBAL_DEFAULT_TIMEOUT, source_address=None): argument
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8195/drivers/apusys/
Dapupll.c160 uint64_t timeout = timeout_init_us(PLL_READY_TIME_20US); in _fhctl_mon_done() local
194 uint32_t val; in _pll_get_postdiv_reg() local
/aosp_15_r20/art/runtime/base/
H A Dmutex-inl.h38 static inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, in futex()
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/uiautomator_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/uiautomator/cmds/uiautomator/uiautomator/android_common/combined/
Duiautomator.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12345678910>>...67