Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 1107) sorted by relevance

12345678910>>...45

/third_party/mindspore/mindspore-src/source/mindspore/lite/test/st/python/python_api/
Dtest_lite_llm_engine_error_code.py20 def mock_failed_link_clusters(self, clusters_inners, timeout): argument
34 def mock_success_unlink_clusters(self, clusters_inners, timeout): argument
49 def mock_param_invalid(self, clusters_inners, timeout): argument
62 def mock_handle_WaitProcessTimeOut(self, clusters_inners, timeout): argument
74 def mock_handle_KVCacheNotExist(self, clusters_inners, timeout): argument
87 def mock_handle_LLM_REPEAT_REQUEST(self, clusters_inners, timeout): argument
100 def mock_handle_LLM_REQUEST_ALREADY_COMPLETED(self, clusters_inners, timeout): argument
114 def mock_handle_LLM_ENGINE_FINALIZED(self, clusters_inners, timeout): argument
127 def mock_handle_LLM_NOT_YET_LINK(self, clusters_inners, timeout): argument
140 def mock_handle_LLM_DEVICE_OUT_OF_MEMORY(self, clusters_inners, timeout): argument
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Dqueue.py81 def put_until(self, data, timeout=None, exit_signal=None): argument
94 def put(self, data, timeout=None): argument
151 def get_until(self, timeout=None, exit_signal=None): argument
170 def get(self, timeout=None): argument
220 def put_until(self, data, timeout=None, exit_signal=None): argument
233 def get_until(self, timeout=None, exit_signal=None): argument
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_multi_callable.py27 def __call__(self, request, timeout=None, metadata=None, credentials=None): argument
37 def with_call(self, request, timeout=None, metadata=None, credentials=None): argument
47 def future(self, request, timeout=None, metadata=None, credentials=None): argument
63 def __call__(self, request, timeout=None, metadata=None, credentials=None): argument
80 self, request_iterator, timeout=None, metadata=None, credentials=None argument
93 self, request_iterator, timeout=None, metadata=None, credentials=None argument
106 self, request_iterator, timeout=None, metadata=None, credentials=None argument
125 self, request_iterator, timeout=None, metadata=None, credentials=None argument
/third_party/musl/libc-test/src/functionalext/supplement/select/
Dpselect.c61 struct timespec timeout; in pselect_normal_0100() local
80 struct timespec timeout; in pselect_error_0100() local
99 struct timespec timeout; in pselect_timeout_0100() local
120 struct timespec timeout; in pselect_time64_normal_0100() local
Dselect.c39 struct timeval timeout; in select_0100() local
60 struct timeval timeout; in select_0200() local
80 struct timeval timeout; in select_0300() local
100 struct timeval timeout; in select_time64_0100() local
/third_party/mesa3d/src/util/
Dfutex.c41 static inline long sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *a… in sys_futex()
51 int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait()
73 int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait()
102 int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait()
138 int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait()
Dos_time.c91 os_time_get_absolute_timeout(uint64_t timeout) in os_time_get_absolute_timeout()
113 os_wait_until_zero(volatile int *var, uint64_t timeout) in os_wait_until_zero()
147 os_wait_until_zero_abs_timeout(volatile int *var, int64_t timeout) in os_wait_until_zero_abs_timeout()
/third_party/grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py106 def result(self, timeout=None): argument
116 def exception(self, timeout=None): argument
128 def traceback(self, timeout=None): argument
188 timeout, argument
227 timeout, argument
254 timeout, argument
281 timeout, argument
320 timeout, argument
347 timeout, argument
390 timeout, argument
[all …]
Dutilities.py39 def _block(self, timeout): argument
106 def result(self, timeout=None): argument
110 def exception(self, timeout=None): argument
114 def traceback(self, timeout=None): argument
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dppoll.c35 struct timespec timeout; in ppoll_0100() local
58 struct timespec timeout; in ppoll_0200() local
73 struct timespec timeout; in ppoll_0300() local
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py366 timeout, argument
393 def future(self, request, timeout, metadata=None, protocol_options=None): argument
418 timeout, argument
445 def __call__(self, request, timeout, metadata=None, protocol_options=None): argument
469 timeout, argument
499 timeout, argument
527 self, request_iterator, timeout, metadata=None, protocol_options=None argument
552 timeout, argument
580 self, request_iterator, timeout, metadata=None, protocol_options=None argument
604 timeout, argument
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dmtx_timedlock.c32 struct timespec timeout; in mtx_timedlock_0100() local
60 struct timespec timeout; in mtx_timedlock_0200() local
91 struct timespec timeout; in mtx_timedlock_time64_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dpthread_cond_test.cpp63 … clock, int (*testWaitFunc)(pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout)) in MakeTimeout()
156 …imeout(CLOCK_MONOTONIC, [](pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout) { in __anon0a60de7f0102()
160 …imeout(CLOCK_MONOTONIC, [](pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout) { in __anon0a60de7f0202()
177 …Timeout(CLOCK_REALTIME, [](pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout) { in __anon0a60de7f0302()
181 …Timeout(CLOCK_REALTIME, [](pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout) { in __anon0a60de7f0402()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
Dp2p_listen.py50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
115 timeout = 0 variable
141 timeout = value variable
Dp2p_find.py53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
125 timeout = 0 variable
151 timeout = value variable
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop.h11 void *timeout) in sys_semtimedop()
17 size_t nsops, void *timeout) in sys_semtimedop_time64()
35 struct sembuf *sops, size_t nsops, void *timeout) in call_semop()
/third_party/cups/cups/
Dbackchannel.c47 double timeout) /* I - Timeout in seconds, typically 0.0 to poll */ in cupsBackChannelRead()
99 double timeout) /* I - Timeout in seconds, typically 1.0 */ in cupsBackChannelWrite()
175 double timeout) /* I - Timeout in seconds */ in cups_setup()
Dsidechannel.c60 double timeout) /* I - Timeout in seconds */ in cupsSideChannelDoRequest()
100 double timeout) /* I - Timeout in seconds */ in cupsSideChannelRead()
299 double timeout) /* I - Timeout in seconds */ in cupsSideChannelSNMPGet()
403 double timeout, /* I - Timeout for each query in seconds */ in cupsSideChannelSNMPWalk()
525 double timeout) /* I - Timeout in seconds */ in cupsSideChannelWrite()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/
Dp2p_listen.py50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
115 timeout = 0 variable
141 timeout = value variable
Dp2p_find.py53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
125 timeout = 0 variable
151 timeout = value variable
/third_party/mesa3d/src/mesa/main/
Dsyncobj.c120 GLbitfield flags, GLuint64 timeout) in __client_wait_sync()
341 GLbitfield flags, GLuint64 timeout) in client_wait_sync()
372 _mesa_ClientWaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync_no_error()
382 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync()
407 GLbitfield flags, GLuint64 timeout) in wait_sync()
440 _mesa_WaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync_no_error()
450 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync()
/third_party/grpc/src/python/grpcio/grpc/framework/foundation/
Dfuture.py138 def result(self, timeout=None): argument
161 def exception(self, timeout=None): argument
184 def traceback(self, timeout=None): argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/stub/ps/
Dps_core_stub.cc37 … const Protos &protos, const void *data, size_t size, const uint32_t &timeout) { in SendMessageSync()
41 const uint32_t &timeout) { in SendMessageSync()
55 bool SchedulerNode::Start(const uint32_t &timeout) { return true; } in Start()
57 bool SchedulerNode::Finish(const uint32_t &timeout) { return true; } in Finish()
66 bool PSWorkerNode::Start(const uint32_t &timeout) { return true; } in Start()
68 bool PSWorkerNode::Finish(const uint32_t &timeout) { return true; } in Finish()
/third_party/skia/m133/infra/bots/recipe_modules/flavor/examples/full.expected/
Dcpu_scale_failed.json163 "timeout": 30 number
179 "timeout": 30, number
195 "timeout": 30 number
208 "timeout": 180 number
222 "timeout": 30 number
235 "timeout": 30 number
249 "timeout": 180 number
261 "timeout": 180 number
277 "timeout": 30, number
293 "timeout": 30 number
[all …]
Dcpu_scale_failed_golo.json163 "timeout": 30 number
179 "timeout": 30, number
195 "timeout": 30 number
208 "timeout": 180 number
222 "timeout": 30 number
235 "timeout": 30 number
249 "timeout": 180 number
261 "timeout": 180 number
277 "timeout": 30, number
293 "timeout": 30 number
[all …]

12345678910>>...45