/external/v8/test/webkit/ |
D | sort-randomly.js | 28 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/ |
D | ClassCacheTest.java | 30 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/ |
D | pull_and_push_fuzz_corpus.sh | 12 for((attempt=0; attempt<5; attempt++)); do 13 echo GIT PUSH $1 ATTEMPT $attempt
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | DefaultNamingPolicy.java | 44 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/ |
D | test148 | 25 ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/148 --ftp-create-dirs 43 CWD attempt 44 MKD attempt 45 CWD attempt
|
D | test19 | 24 attempt connect to non-listening socket
|
D | test20 | 25 attempt connect to non-existing host name
|
/external/boringssl/src/crypto/bn/ |
D | random.c | 255 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/ |
D | desktopui_Respawn.py | 49 attempt = 0 53 for attempt in range(self.UNREASONABLY_HIGH_RESPAWN_COUNT): 60 attempt, time.time() - start_time)
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OneDReader.cpp | 78 for (int32_t attempt = 0; attempt < 2; attempt++) { in DeDecode() local 79 if (attempt == 1) { in DeDecode()
|
/external/vogar/src/vogar/monitor/ |
D | HostMonitor.java | 54 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/ |
D | map_job_context.py | 46 self.attempt = shard_state.retries + 1 96 self.attempt = shard_state.slice_retries + 1
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_analyzer_usage.txt | 1 …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/ |
D | control | 25 attempt fails. 33 test does not attempt to unlock the SIM using sim-pin2.
|
/external/clang/test/CodeGenCXX/ |
D | windows-itanium-exceptions.cpp | 9 void attempt() { in attempt() function
|
/external/tlsdate/ |
D | HARDENING | 10 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/ |
D | file_locking.stderr.exp | 2 parent: file locking attempt succeeded.
|
/external/autotest/server/site_tests/firmware_PDPowerSwap/ |
D | firmware_PDPowerSwap.py | 172 for attempt in xrange(self.POWER_SWAP_ITERATIONS): 173 if attempt & 1:
|
/external/autotest/server/site_tests/provision_FactoryImage/ |
D | control | 19 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/ |
D | GlobalizationPreferences.java | 1094 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/ |
D | GlobalizationPreferences.java | 1133 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/ |
D | testinput13 | 2 attempt to use it has the expected behaviour. It also tests things that
|
/external/llvm/test/CodeGen/X86/ |
D | insertps-O0-bug.ll | 3 ; 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/ |
D | gdb-sol-thread.patch | 7 + /* Don't attempt to use thread_db for remote targets. */
|
/external/autotest/site_utils/ |
D | backup_mysql_db.py | 222 for attempt in range(_ATTEMPTS): 226 if attempt == _ATTEMPTS - 1:
|