Home
last modified time | relevance | path

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

12345678910>>...13

/external/v8/test/webkit/
Dsort-randomly.js28 for (var attempt = 0; attempt < 100; ++attempt) {
40 for (var attempt = 0; attempt < 100; ++attempt) {
/external/robolectric/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/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/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/vogar/src/vogar/monitor/
DHostMonitor.java54 for (int attempt = 0; true; attempt++) { in attach()
69 log.verbose("connection " + attempt + " to localhost:" in attach()
/external/clang/test/CodeGenCXX/
Dwindows-itanium-exceptions.cpp9 void attempt() { in attempt() function
/external/valgrind/memcheck/tests/
Dfile_locking.stderr.exp2 parent: file locking attempt succeeded.
Dsigkill.stderr.exp-mips3226 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/
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/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
Dselectiondag-crash.ll3 ; Check that llc doesn't crash in the attempt to fold a shuffle with
Dvbinop-simplify-bug.ll4 ; DAGCombiner::SimplifyVBinOp in an attempt to refactor some code
/external/pcre/dist/testdata/
Dtestinput132 attempt to use it has the expected behaviour. It also tests things that
Dtestoutput132 attempt to use it has the expected behaviour. It also tests things that
/external/e2fsprogs/debian/attic/
Dcomerrg-dev.menu4 description="libcomerr is an attempt to present a common error-handling mechanism to \
/external/dnsmasq/contrib/try-all-ns/
Ddnsmasq-2.47_no_nxdomain_until_end.patch16 /* for broken servers, attempt to send to another one. */
/external/llvm/test/Linker/
Dtype-unique-opaque.ll3 ; Test that a failed attempt at merging %u2 and %t2 (for the other file) will
/external/llvm/test/tools/llvm-objdump/X86/
Dout-of-section-sym.test1 // Check that llvm-objdump does not attempt to disassemble symbols outside
/external/libunwind/doc/
Dunw_set_reg.tex53 \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
Dunw_set_fpreg.tex52 \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/
Dcaniter.cpp381 UnicodeString attempt; in getEquivalents() local
382 nfd.normalize(possible, attempt, status); in getEquivalents()
385 if (attempt==segment) { in getEquivalents()
/external/openssh/
Dauth2.c227 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/
Dundefined.ll3 ; ScalarEvolution shouldn't attempt to interpret expressions which have
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
DREADME.txt17 you attempt to build using the LLVM 3.3 release, some minor modifications will
/external/libvpx/libvpx/third_party/libwebm/
DRELEASE.TXT18 * Added not to attempt to reparse cues element

12345678910>>...13