HomeSort by relevance Sort by last modified time
    Searched refs:ignored (Results 101 - 125 of 425) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 639 try { Thread.sleep(1000); } catch (InterruptedException ignored) {}
699 try { Thread.sleep(1000); } catch (InterruptedException ignored) {}
705 try { Thread.sleep(1000); } catch (InterruptedException ignored) {}
721 } catch (Exception ignored) {
876 } catch (InterruptedException ignored) {
883 if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { }
892 if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { }
924 } catch (InterruptedException ignored) {
931 if (ENCOURAGE_RACES) try { Thread.sleep(1000); } catch (InterruptedException ignored) { }
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
QueryTimeoutTest.java 64 } catch (InterruptedException ignored) {
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 109 } catch (Exception ignored) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoLoadingTestCase.java 51 } catch (IOException ignored) {
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 458 } catch (NumberFormatException ignored) {
489 } catch (NumberFormatException ignored) {
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java 173 } catch (Exception ignored) {
175 "Error while attempting to shut down the service after failure.", ignored);
Monitor.java 322 } catch (InterruptedException ignored) {
458 } catch (InterruptedException ignored) {
919 } catch (InterruptedException ignored) {
  /external/okhttp/src/main/java/libcore/util/
Libcore.java 71 } catch (ClassNotFoundException ignored) {
73 } catch (NoSuchMethodException ignored) {
  /external/oprofile/daemon/
opd_trans.c 120 if (trans->current->ignored || (trans->last && trans->last->ignored))
  /external/v8/test/mjsunit/
html-comments.js 31 --> this must be ignored...
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 183 uint32_t ignored[4]; member in struct:__anon15642
190 uint16_t ignored[4]; member in struct:__anon15643
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 173 uint32_t ignored[4]; member in struct:__anon15680
180 uint16_t ignored[4]; member in struct:__anon15681
  /libcore/luni/src/main/java/java/util/
Timer.java 215 } catch (InterruptedException ignored) {
239 } catch (InterruptedException ignored) {
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSessionImpl.java 128 } catch (javax.security.cert.CertificateException ignored) {
129 } catch (CertificateEncodingException ignored) {
  /sdk/emulator/qtools/
check_stack.cpp 108 BBEvent ignored; local
142 if (GetNextValidEvent(etrace, &event, &ignored, &function))
q2dm.cpp 170 BBEvent ignored; local
173 if (GetNextValidEvent(trace, &event, &ignored, &function))
  /external/elfutils/src/
ldscript.y 224 $$->val.section.ignored = true;
226 $$->val.section.ignored = false;
247 $$->val.section.ignored = true;
249 $$->val.section.ignored = false;
566 runp->val.section.ignored = true;
  /external/clang/test/Sema/
format-strings.c 190 #pragma GCC diagnostic ignored "-Wformat-nonliteral"
353 // Ignored flags
354 printf("% +f", 1.23); // expected-warning{{flag ' ' is ignored when flag '+' is present}}
355 printf("%+ f", 1.23); // expected-warning{{flag ' ' is ignored when flag '+' is present}}
356 printf("%0-f", 1.23); // expected-warning{{flag '0' is ignored when flag '-' is present}}
357 printf("%-0f", 1.23); // expected-warning{{flag '0' is ignored when flag '-' is present}}
411 #pragma GCC diagnostic ignored "-Wformat-security"
443 #pragma clang diagnostic ignored "-Wformat-invalid-specifier"
513 printf(kFormat16, 5); // expected-warning{{flag '0' is ignored when flag '-' is present}}
514 printf("%-0d", 5); // expected-warning{{flag '0' is ignored when flag '-' is present}
    [all...]
  /libcore/luni/src/main/java/java/net/
InetAddress.java 270 } catch (GaiException ignored) {
707 } catch (IOException ignored) {
715 } catch (InterruptedException ignored) {
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extension.java 215 } catch (IOException ignored) {
229 } catch (IOException ignored) {
294 } catch (IOException ignored) {
  /bionic/libc/kernel/common/linux/
msdos_fs.h 104 __u8 ignored[3]; member in struct:fat_boot_sector
  /cts/tests/src/android/content/cts/
DummyProvider.java 151 } catch (InterruptedException ignored) {
  /development/ndk/platforms/android-3/include/linux/
msdos_fs.h 104 __u8 ignored[3]; member in struct:fat_boot_sector
  /external/chromium/chrome/browser/
plugin_carbon_interpose_mac.cc 13 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 13 auto begin(T &&t) -> decltype(t.begin()) { return t.begin(); } // expected-note 4{{ignored: substitution failure}}
15 auto end(T &&t) -> decltype(t.end()) { return t.end(); } // expected-note {{candidate template ignored: substitution failure [with T = }}
19 expected-note 4{{candidate template ignored: substitution failure [with T = }}
21 auto end(T &&t) -> decltype(t.alt_end()) { return t.alt_end(); } // expected-note {{candidate template ignored: substitution failure [with T = }}

Completed in 516 milliseconds

1 2 3 45 6 7 8 91011>>