/aosp_15_r20/libcore/ojluni/src/main/java/java/net/ |
H A D | PlainSocketImpl.java | 116 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/ |
D | PlainSocketImpl.java | 116 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 D | validationEGL.cpp | 102 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/ |
D | EmulatedEglFenceSync.cpp | 138 EGLint EmulatedEglFenceSync::wait(uint64_t timeout) { in wait() 153 EGLint val; in isSignaled() local
|
/aosp_15_r20/external/mesa3d/src/c11/impl/ |
H A D | threads_win32.c | 136 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 D | threads_win32.h | 181 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 D | SocketImplTest.java | 129 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 D | http-addrlist.c | 59 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/ |
D | ftplib.py | 110 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/ |
D | ftplib.py | 110 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/ |
D | ftplib.py | 110 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/ |
D | ftplib.py | 110 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/ |
D | ftplib.py | 110 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 D | ftplib.py | 110 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 D | SubmissionPublisher.java | 608 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/ |
D | SubmissionPublisher.java | 608 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/ |
D | SubmissionPublisher.java | 608 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 D | dnssd.c | 141 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 D | freedreno_pipe.c | 20 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/ |
D | shared_fd.cpp | 222 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/ |
D | ftplib.py | 117 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/ |
D | apupll.c | 160 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 D | mutex-inl.h | 38 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/ |
D | classes.jar | META-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/ |
D | uiautomator.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |