HomeSort by relevance Sort by last modified time
    Searched defs:attempt (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
windows-itanium-exceptions.cpp 9 void attempt() { function
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
ClassCacheTest.java 30 TestThreadIsWriting attempt = new TestThreadIsWriting(classCache); local
36 attempt.start();
38 attempt.join(timeToWait, 0);
40 Assert.assertEquals(false, attempt.ready);
69 TestThreadSaveAllClassesToCache attempt = new TestThreadSaveAllClassesToCache(classCache); local
75 attempt.start();
77 attempt.join(timeToWait, 0);
79 Assert.assertEquals(false, attempt.ready);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DefaultNamingPolicy.java 44 String attempt = base; local
46 while (names.evaluate(attempt))
47 attempt = base + "_" + index++;
48 return attempt;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 225 def attempt( lib, message = nil, exit_status = nil ) method in class:ANTLR3.Main.Main
  /external/chromium_org/net/base/
keygen_handler_win.cc 169 int attempt; local
170 for (attempt = 0; attempt < kMaxAttempts; ++attempt) {
192 if (attempt == kMaxAttempts) {
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
random.c 252 size_t done, todo, attempt; local
287 for (attempt = 0;; attempt++) {
293 SHA512_Update(&sha, &attempt, sizeof(attempt));
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
ServicesTests.java 59 int attempt = 0; local
66 attempt ++;
67 if (attempt >= maxAttempt) {
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 381 UnicodeString attempt; local
382 nfd.normalize(possible, attempt, status);
384 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
385 if (attempt==segment) {
  /external/icu/icu4c/source/common/
caniter.cpp 381 UnicodeString attempt; local
382 nfd.normalize(possible, attempt, status);
384 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
385 if (attempt==segment) {
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java 49 // Describes information required to attempt to make a phone call
52 // contact in order to process an attempt
167 CallAttemptRecord attempt = null; local
169 attempt = mAttemptRecordIterator.next();
172 attempt.connectionManagerPhoneAccount)) {
174 "Connection mgr does not have BIND_CONNECTION_SERVICE for attempt: %s",
175 attempt);
182 if (!attempt.connectionManagerPhoneAccount.equals(attempt.targetPhoneAccount) &&
183 !mPhoneAccountRegistrar.phoneAccountHasPermission(attempt.targetPhoneAccount))
    [all...]
  /bootable/recovery/applypatch/
applypatch.c 422 int attempt; local
424 for (attempt = 0; attempt < 2; ++attempt) {
504 printf("verification read succeeded (attempt %d)\n", attempt+1);
    [all...]
  /external/chromium_org/net/dns/
dns_transaction.cc 80 // Starts the attempt. Returns ERR_IO_PENDING if cannot complete synchronously
84 // Returns the query of this attempt.
114 // True if current attempt is pending (waiting for server response).
119 // True if attempt is completed (received server response).
259 // Our solution is to make another attempt, in case the query truly
260 // failed, but keep this attempt alive, in case it was a false alarm.
543 // The first server to attempt on each query is given by
611 AttemptResult(int rv, const DnsAttempt* attempt)
612 : rv(rv), attempt(attempt) {}
615 const DnsAttempt* attempt; member in struct:net::__anon13827::DnsTransactionImpl::AttemptResult
718 DnsUDPAttempt* attempt = local
763 DnsTCPAttempt* attempt = new DnsTCPAttempt(server_index, socket.Pass(), local
802 const DnsAttempt* attempt = attempts_[attempt_number]; local
814 const DnsAttempt* attempt = attempts_[attempt_number]; local
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 1479 int attempt = 0; local
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 5283 ucvector attempt[5]; \/*five filtering attempts, one for each filter type*\/ local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 1817 UINT16 attempt; member in struct:__anon6083
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /external/qemu/include/hw/
bt.h 682 uint16_t attempt; member in struct:__anon13438
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 538 milliseconds

1 2