/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ext4/ext4_es_shrink/ |
D | format | 13 field:int retried; offset:28; size:4; signed:1; 15 …retried %d", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1)))…
|
/external/ltp/testcases/kernel/device-drivers/zram/ |
D | zram03.c | 147 int retried = 0; in setup() local 154 if (retried) { in setup() 163 retried = 1; in setup()
|
/external/u-boot/drivers/mtd/ubi/ |
D | fastmap-wl.c | 206 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/ |
D | budget.c | 435 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/ |
D | master.proto | 145 // 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
|
D | worker.proto | 334 // 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/ |
D | 3.5.0a3.rst | 283 :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
|
D | 3.5.0a4.rst | 496 select.select() is now retried automatically with the recomputed timeout
|
/external/autotest/client/site_tests/cellular_ModemControl/ |
D | control.novatel-e362 | 19 # failures go away if the test is retried. See crbug.com/224026,
|
/external/python/cpython3/Doc/library/ |
D | select.rst | 161 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
|
D | selectors.rst | 166 The selector is now retried with a recomputed timeout when interrupted
|
D | signal.rst | 444 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/ |
D | urllib2.py | 958 self.retried = 0 963 self.retried = 0 967 if self.retried > 5: 976 self.retried += 1
|
/external/grpc-grpc/doc/ |
D | statuscodes.md | 52 …tions must make their own determination as to which status codes should cause an RPC to be retried.
|
D | PROTOCOL-HTTP2.md | 193 * 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/ |
D | suspend.proto | 31 // attempt fails, it will be retried automatically, but additional
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 1066 self.retried = 0 1071 self.retried = 0 1075 if self.retried > 5: 1084 self.retried += 1
|
/external/skia/site/dev/testing/ |
D | automated_testing.md | 19 may automatically retry tasks within its set limits. Jobs are not retried.
|
/external/skqp/site/dev/testing/ |
D | automated_testing.md | 19 may automatically retry tasks within its set limits. Jobs are not retried.
|
/external/python/httplib2/ |
D | CHANGELOG | 235 #67 - HEAD requests cause next request to be retried
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | ext4.proto | 202 optional int32 retried = 5; field
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7b1.rst | 391 are always retried by OpenSSL itself. (See also: bpo-8222)
|
/external/dnsmasq/ |
D | CHANGELOG | 53 is retried. This should improve performance when there
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 509 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/ |
D | device_utils.md | 19 operation should be retried on failure if no explicit value is provided.
|