Home
last modified time | relevance | path

Searched defs:attempts (Results 1 – 13 of 13) sorted by relevance

/external/mockito/src/test/java/org/mockitoutil/
DRetryRule.java17 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/vboot_reference/firmware/lib/
Drollback_index.c87 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/
Dandroid_common.py11 def adb(args, attempts = 1): argument
/external/skia/experimental/Networking/
DSkSockets.cpp97 int attempts = 0; in readPacket() local
184 int attempts = 0; in writePacket() local
/external/skia/infra/bots/recipe_modules/run/
Dapi.py119 def with_retry(self, steptype, name, attempts, **kwargs): argument
/external/v8/src/base/platform/
Dplatform-cygwin.cc141 for (size_t attempts = 0; base == NULL && attempts < 3; ++attempts) { in RandomizedVirtualAlloc() local
Dplatform-win32.cc767 for (size_t attempts = 0; base == NULL && attempts < 3; ++attempts) { in RandomizedVirtualAlloc() local
/external/devlib/devlib/utils/
Dandroid.py293 def adb_connect(device, timeout=None, attempts=MAX_ATTEMPTS): argument
/external/wpa_supplicant_8/src/radius/
Dradius_client.c115 int attempts; member
/external/mksh/src/
Dmain.c813 volatile uint8_t attempts = 13; in shell() local
/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c5241 uint32_t attempts = 100000; in e1000_poll_eerd_eewr_done() local
5624 uint32_t attempts = 100000; in e1000_commit_shadow_ram() local
/external/minijail/
Dsyscall_filter_unittest.cc904 unsigned int attempts = 0; in write_policy_to_pipe() local
/external/v8/src/
Disolate.cc3187 int attempts = 0; in Throw() local