Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/external/v8/test/webkit/
Dsort-randomly.js28 for (var attempt = 0; attempt < 100; ++attempt) {
40 for (var attempt = 0; attempt < 100; ++attempt) {
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
DClassCacheTest.java30 TestThreadIsWriting attempt = new TestThreadIsWriting(classCache); in fixForCorberturaAndSonarCodeCoverage() local
36 attempt.start(); in fixForCorberturaAndSonarCodeCoverage()
38 attempt.join(timeToWait, 0); in fixForCorberturaAndSonarCodeCoverage()
40 Assert.assertEquals(false, attempt.ready); in fixForCorberturaAndSonarCodeCoverage()
69 TestThreadSaveAllClassesToCache attempt = new TestThreadSaveAllClassesToCache(classCache); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround() local
75 attempt.start(); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()
77 attempt.join(timeToWait, 0); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()
79 Assert.assertEquals(false, attempt.ready); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()
/external/llvm/lib/Fuzzer/
Dpull_and_push_fuzz_corpus.sh12 for((attempt=0; attempt<5; attempt++)); do
13 echo GIT PUSH $1 ATTEMPT $attempt
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DDefaultNamingPolicy.java44 String attempt = base; in getClassName() local
46 while (names.evaluate(attempt)) in getClassName()
47 attempt = base + "_" + index++; in getClassName()
48 return attempt; in getClassName()
/external/curl/tests/data/
Dtest14825 ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/148 --ftp-create-dirs
43 CWD attempt
44 MKD attempt
45 CWD attempt
Dtest1924 attempt connect to non-listening socket
Dtest2025 attempt connect to non-existing host name
/external/boringssl/src/crypto/bn/
Drandom.c255 size_t done, todo, attempt; in BN_generate_dsa_nonce() local
290 for (attempt = 0;; attempt++) { in BN_generate_dsa_nonce()
296 SHA512_Update(&sha, &attempt, sizeof(attempt)); in BN_generate_dsa_nonce()
/external/autotest/client/site_tests/desktopui_Respawn/
Ddesktopui_Respawn.py49 attempt = 0
53 for attempt in range(self.UNREASONABLY_HIGH_RESPAWN_COUNT):
60 attempt, time.time() - start_time)
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OneDReader.cpp78 for (int32_t attempt = 0; attempt < 2; attempt++) { in DeDecode() local
79 if (attempt == 1) { in DeDecode()
/external/vogar/src/vogar/monitor/
DHostMonitor.java54 for (int attempt = 0; true; attempt++) { in attach()
69 log.verbose("connection " + attempt + " to localhost:" in attach()
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dmap_job_context.py46 self.attempt = shard_state.retries + 1
96 self.attempt = shard_state.slice_retries + 1
/external/autotest/server/cros/chaos_lib/
Dchaos_analyzer_usage.txt1 …aos logs & packet captures and produce a consolidated analysis of each test attempt in a text file.
17 3. The analysis output for each attempt is stored in the same folder as the packet captures with th…
42 2015-04-06T19:35:07.151703-07:00 NOTICE autotest[12338]: Connection attempt 4
/external/autotest/client/site_tests/network_SIMLocking/
Dcontrol25 attempt fails.
33 test does not attempt to unlock the SIM using sim-pin2.
/external/clang/test/CodeGenCXX/
Dwindows-itanium-exceptions.cpp9 void attempt() { in attempt() function
/external/tlsdate/
DHARDENING10 We attempt to use the C programming language correctly and in a standard way.
22 On all platforms we attempt to support available compiler hardening and linking
29 On all platforms, we attempt to switch from the administrative user to an
/external/valgrind/memcheck/tests/
Dfile_locking.stderr.exp2 parent: file locking attempt succeeded.
/external/autotest/server/site_tests/firmware_PDPowerSwap/
Dfirmware_PDPowerSwap.py172 for attempt in xrange(self.POWER_SWAP_ITERATIONS):
173 if attempt & 1:
/external/autotest/server/site_tests/provision_FactoryImage/
Dcontrol19 It will attempt to retrieve the factory image from the canary branch, and
31 for its servo, and if the DUT isn't in .cros we will attempt to use localhost
/external/icu/android_icu4j/src/main/java/android/icu/util/
DGlobalizationPreferences.java1094 String[] attempt = TimeZone.getAvailableIDs(getTerritory()); in guessTimeZone() local
1095 if (attempt.length == 0) { in guessTimeZone()
1100 for (i = 0; i < attempt.length; ++i) { in guessTimeZone()
1101 if (attempt[i].indexOf("/") >= 0) break; in guessTimeZone()
1103 if (i > attempt.length) i = 0; in guessTimeZone()
1104 timezoneString = attempt[i]; in guessTimeZone()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
DGlobalizationPreferences.java1133 String[] attempt = TimeZone.getAvailableIDs(getTerritory()); in guessTimeZone() local
1134 if (attempt.length == 0) { in guessTimeZone()
1139 for (i = 0; i < attempt.length; ++i) { in guessTimeZone()
1140 if (attempt[i].indexOf("/") >= 0) break; in guessTimeZone()
1142 if (i > attempt.length) i = 0; in guessTimeZone()
1143 timezoneString = attempt[i]; in guessTimeZone()
/external/pcre/dist/testdata/
Dtestinput132 attempt to use it has the expected behaviour. It also tests things that
/external/llvm/test/CodeGen/X86/
Dinsertps-O0-bug.ll3 ; Check that at -O0, the backend doesn't attempt to canonicalize a vector load
21 ; At -O0, the backend would attempt to canonicalize the load to 'b' into
/external/valgrind/solaris/
Dgdb-sol-thread.patch7 + /* Don't attempt to use thread_db for remote targets. */
/external/autotest/site_utils/
Dbackup_mysql_db.py222 for attempt in range(_ATTEMPTS):
226 if attempt == _ATTEMPTS - 1:

12345678910>>...20