Home
last modified time | relevance | path

Searched refs:retried (Results 1 – 25 of 38) sorted by relevance

12

/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ext4/ext4_es_shrink/
Dformat13 field:int retried; offset:28; size:4; signed:1;
15retried %d", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)))…
/external/ltp/testcases/kernel/device-drivers/zram/
Dzram03.c147 int retried = 0; in setup() local
154 if (retried) { in setup()
163 retried = 1; in setup()
/external/u-boot/drivers/mtd/ubi/
Dfastmap-wl.c206 int ret, retried = 0; in ubi_wl_get_peb() local
231 if (retried) { in ubi_wl_get_peb()
236 retried = 1; in ubi_wl_get_peb()
/external/u-boot/fs/ubifs/
Dbudget.c435 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
496 if (!retried) { in ubifs_budget_space()
497 retried = 1; in ubifs_budget_space()
/external/tensorflow/tensorflow/core/protobuf/
Dmaster.proto145 // have a unique request_id, and retried RunStepRequest must have
195 // have a unique request_id, and retried PartialRunSetupRequest must have
294 // have a unique request_id, and retried MakeCallableRequest must have
323 // have a unique request_id, and retried RunCallableRequest must have
Dworker.proto334 // unique request_id, and retried RecvTensorRequests must have the same
339 // delivered to a previous retry. Workers use request_ids to reject retried
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a3.rst283 :func:`signal.sigwaitinfo` and :func:`signal.sigtimedwait` are now retried
286 timeout with a monotonic clock when it is retried.
306 If time.sleep() is interrupted by a signal, the sleep is now retried with
D3.5.0a4.rst496 select.select() is now retried automatically with the recomputed timeout
/external/autotest/client/site_tests/cellular_ModemControl/
Dcontrol.novatel-e36219 # failures go away if the test is retried. See crbug.com/224026,
/external/python/cpython3/Doc/library/
Dselect.rst161 The function is now retried with a recomputed timeout when interrupted by
267 The function is now retried with a recomputed timeout when interrupted by
364 The function is now retried with a recomputed timeout when interrupted by
452 The function is now retried with a recomputed timeout when interrupted by
492 The function is now retried with a recomputed timeout when interrupted by
Dselectors.rst166 The selector is now retried with a recomputed timeout when interrupted
Dsignal.rst444 The function is now retried if interrupted by a signal not in *sigset*
463 The function is now retried with the recomputed *timeout* if interrupted
/external/python/cpython2/Lib/
Durllib2.py958 self.retried = 0
963 self.retried = 0
967 if self.retried > 5:
976 self.retried += 1
/external/grpc-grpc/doc/
Dstatuscodes.md52 …tions must make their own determination as to which status codes should cause an RPC to be retried.
DPROTOCOL-HTTP2.md193 * Calls that cannot be proven to have started will not be retried.
223 REFUSED_STREAM|UNAVAILABLE - Indicates that no processing occurred and the request can be retried, …
/external/cros/system_api/dbus/power_manager/
Dsuspend.proto31 // attempt fails, it will be retried automatically, but additional
/external/python/cpython3/Lib/urllib/
Drequest.py1066 self.retried = 0
1071 self.retried = 0
1075 if self.retried > 5:
1084 self.retried += 1
/external/skia/site/dev/testing/
Dautomated_testing.md19 may automatically retry tasks within its set limits. Jobs are not retried.
/external/skqp/site/dev/testing/
Dautomated_testing.md19 may automatically retry tasks within its set limits. Jobs are not retried.
/external/python/httplib2/
DCHANGELOG235 #67 - HEAD requests cause next request to be retried
/external/perfetto/protos/perfetto/trace/ftrace/
Dext4.proto202 optional int32 retried = 5; field
/external/python/cpython2/Misc/NEWS.d/
D2.7b1.rst391 are always retried by OpenSSL itself. (See also: bpo-8222)
/external/dnsmasq/
DCHANGELOG53 is retried. This should improve performance when there
/external/python/cpython3/Doc/whatsnew/
D3.5.rst509 the system call is only retried if the signal handler does not raise an
512 Below is a list of functions which are now retried when interrupted
530 :py:data:`~errno.EINTR` errors; the syscall is not retried (see the PEP
2398 * :pep:`475`: System calls are now retried when interrupted by a signal instead
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md19 operation should be retried on failure if no explicit value is provided.

12