/external/mockito/src/test/java/org/mockitoutil/ |
D | RetryRule.java | 17 public static RetryRule attempts(final int attempts) { in attempts() method in RetryRule 30 private final int attempts; field in RetryRule.NumberedAttempts 32 NumberedAttempts(int attempts) { in NumberedAttempts() 33 assert attempts > 1; in NumberedAttempts() local
|
/external/python/cpython3/Objects/stringlib/ |
D | replace.h | 22 int attempts = 10; in STRINGLIB() local
|
/external/vboot_reference/firmware/lib/ |
D | rollback_index.c | 87 int attempts = 3; in ReadSpaceFirmware() local 128 int attempts = 3; in WriteSpaceFirmware() local 184 int attempts = 3; in ReadSpaceKernel() local 223 int attempts = 3; in WriteSpaceKernel() local
|
/external/compiler-rt/test/asan/android_commands/ |
D | android_common.py | 11 def adb(args, attempts = 1): argument
|
/external/autotest/server/site_tests/servo_ConsoleStress/ |
D | servo_ConsoleStress.py | 41 def run_once(self, attempts, cmd_type, cmd): argument
|
/external/skqp/experimental/Networking/ |
D | SkSockets.cpp | 97 int attempts = 0; in readPacket() local 184 int attempts = 0; in writePacket() local
|
/external/skia/experimental/Networking/ |
D | SkSockets.cpp | 97 int attempts = 0; in readPacket() local 184 int attempts = 0; in writePacket() local
|
/external/skia/infra/bots/recipe_modules/docker/ |
D | api.py | 30 …c_dir, out_dir, script, args=None, docker_args=None, copies=None, recursive_read=None, attempts=1): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | queue_base.cc | 193 std::deque<Attempt>* attempts = in Cancel() local 266 std::deque<Attempt>* attempts = in TryAttemptLocked() local
|
/external/skia/infra/bots/recipe_modules/run/ |
D | api.py | 81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, argument
|
/external/skqp/infra/bots/recipe_modules/run/ |
D | api.py | 81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, argument
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_cgroup_attach.c | 466 int attempts; in test_autodetach() local
|
/external/linux-kselftest/tools/testing/selftests/cgroup/ |
D | test_freezer.c | 120 int attempts; in cg_enter_and_wait_for_frozen() local
|
D | cgroup_util.c | 227 int attempts; in cg_wait_for_proc_count() local
|
D | test_memcontrol.c | 270 int i, attempts; in test_memcg_min() local
|
/external/adhd/cras/src/server/ |
D | cras_alsa_helpers.c | 767 unsigned int attempts = 0; in cras_alsa_mmap_begin() local
|
/external/skia/infra/bots/gen_tasks_logic/ |
D | gen_tasks_logic.go | 1138 func attempts(name string) int { func
|
/external/skqp/infra/bots/ |
D | gen_tasks.go | 806 func attempts(name string) int { func
|
/external/u-boot/board/synopsys/hsdk/ |
D | hsdk.c | 362 u32 attempts = 100; in do_init_slave_cpu() local
|
/external/newfs_msdos/ |
D | mkfs_msdos.c | 260 u_int extra_res, alignment, saved_x, attempts=0; in mkfs_msdos() local
|
/external/u-boot/drivers/net/ |
D | e1000.c | 605 uint32_t attempts = 100000; in e1000_poll_eerd_eewr_done() local 884 uint32_t attempts = 100000; in e1000_write_eeprom_srwr() local
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_client.c | 115 int attempts; member
|
/external/mksh/src/ |
D | main.c | 804 volatile uint8_t attempts = 13; in shell() local
|
/external/minijail/ |
D | syscall_filter_unittest.cc | 1155 unsigned int attempts = 0; in write_policy_to_pipe() local
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 2240 for (int attempts = 3; lost && attempts > 0; attempts--) in resetDevice() local
|