/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/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/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/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/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/clang/test/CodeGenCXX/ |
D | windows-itanium-exceptions.cpp | 9 void attempt() { in attempt() function
|
/external/valgrind/memcheck/tests/ |
D | file_locking.stderr.exp | 2 parent: file locking attempt succeeded.
|
D | sigkill.stderr.exp-mips32 | 26 setting signal 9: Warning: ignored attempt to set SIGKILL handler in sigaction(); 70 setting signal 23: Warning: ignored attempt to set SIGSTOP handler in sigaction();
|
/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/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
|
D | selectiondag-crash.ll | 3 ; Check that llc doesn't crash in the attempt to fold a shuffle with
|
D | vbinop-simplify-bug.ll | 4 ; DAGCombiner::SimplifyVBinOp in an attempt to refactor some code
|
/external/pcre/dist/testdata/ |
D | testinput13 | 2 attempt to use it has the expected behaviour. It also tests things that
|
D | testoutput13 | 2 attempt to use it has the expected behaviour. It also tests things that
|
/external/e2fsprogs/debian/attic/ |
D | comerrg-dev.menu | 4 description="libcomerr is an attempt to present a common error-handling mechanism to \
|
/external/dnsmasq/contrib/try-all-ns/ |
D | dnsmasq-2.47_no_nxdomain_until_end.patch | 16 /* for broken servers, attempt to send to another one. */
|
/external/llvm/test/Linker/ |
D | type-unique-opaque.ll | 3 ; Test that a failed attempt at merging %u2 and %t2 (for the other file) will
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | out-of-section-sym.test | 1 // Check that llvm-objdump does not attempt to disassemble symbols outside
|
/external/libunwind/doc/ |
D | unw_set_reg.tex | 53 \item[\Const{UNW\_EBADREG}] An attempt was made to write a register 55 \item[\Const{UNW\_EREADONLY}] An attempt was made to write to a
|
D | unw_set_fpreg.tex | 52 \item[\Const{UNW\_EBADREG}] An attempt was made to write a register 54 \item[\Const{UNW\_EREADONLY}] An attempt was made to write to a
|
/external/icu/icu4c/source/common/ |
D | caniter.cpp | 381 UnicodeString attempt; in getEquivalents() local 382 nfd.normalize(possible, attempt, status); in getEquivalents() 385 if (attempt==segment) { in getEquivalents()
|
/external/openssh/ |
D | auth2.c | 227 debug("attempt %d failures %d", authctxt->attempt, authctxt->failures); in input_userauth_request() 232 if (authctxt->attempt++ == 0) { in input_userauth_request() 360 (authctxt->attempt > 1 || strcmp(method, "none") != 0)) in userauth_finish()
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | undefined.ll | 3 ; ScalarEvolution shouldn't attempt to interpret expressions which have
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | README.txt | 17 you attempt to build using the LLVM 3.3 release, some minor modifications will
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | RELEASE.TXT | 18 * Added not to attempt to reparse cues element
|