HomeSort by relevance Sort by last modified time
    Searched refs:ignored (Results 151 - 175 of 497) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/dalvik/src/main/java/dalvik/system/
DexPathList.java 161 * or {@code null}, in which case it is ignored. If both strings
189 } catch (ErrnoException ignored) {
224 } catch (IOException ignored) {
  /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/
OpenSSLX509CertPath.java 152 } catch (IOException ignored) {
211 } catch (IOException ignored) {
SSLSessionImpl.java 137 } catch (javax.security.cert.CertificateException ignored) {
138 } catch (CertificateEncodingException ignored) {
OpenSSLX509Certificate.java 398 } catch (NoSuchAlgorithmException ignored) {
407 } catch (NoSuchAlgorithmException ignored) {
408 } catch (InvalidKeySpecException ignored) {
  /ndk/sources/cxx-stl/llvm-libc++/src/
regex.cpp 73 #pragma clang diagnostic ignored "-Wpadded"
199 #pragma clang diagnostic ignored "-Wpadded"
  /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 193 #pragma GCC diagnostic ignored "-Wformat-nonliteral"
356 // Ignored flags
357 printf("% +f", 1.23); // expected-warning{{flag ' ' is ignored when flag '+' is present}}
358 printf("%+ f", 1.23); // expected-warning{{flag ' ' is ignored when flag '+' is present}}
359 printf("%0-f", 1.23); // expected-warning{{flag '0' is ignored when flag '-' is present}}
360 printf("%-0f", 1.23); // expected-warning{{flag '0' is ignored when flag '-' is present}}
414 #pragma GCC diagnostic ignored "-Wformat-security"
446 #pragma clang diagnostic ignored "-Wformat-invalid-specifier"
516 printf(kFormat16, 5); // expected-warning{{flag '0' is ignored when flag '-' is present}}
517 printf("%-0d", 5); // expected-warning{{flag '0' is ignored when flag '-' is present}
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 322 } catch (InterruptedException ignored) {
458 } catch (InterruptedException ignored) {
919 } catch (InterruptedException ignored) {
AbstractFuture.java 232 protected int tryAcquireShared(int ignored) {
  /frameworks/base/core/java/android/net/http/
SslCertificate.java 108 } catch (CertificateEncodingException ignored) {
274 } catch (CertificateEncodingException ignored) {
276 } catch (NoSuchAlgorithmException ignored) {
  /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 17 auto begin(T &&t) -> decltype(t.begin()) { return t.begin(); } // expected-note 2{{ignored: substitution failure}}
19 auto end(T &&t) -> decltype(t.end()) { return t.end(); } // expected-note {{candidate template ignored: substitution failure [with T = }}
23 expected-note 2{{candidate template ignored: substitution failure [with T = }}
25 auto end(T &&t) -> decltype(t.alt_end()) { return t.alt_end(); } // expected-note {{candidate template ignored: substitution failure [with T = }}
  /external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java 323 public HardToConstructCorrectly(Runnable ignored) { fail(); }
324 public HardToConstructCorrectly(Exception ignored) { fail(); }
325 public HardToConstructCorrectly(Boolean ignored) { /* safe */ }
326 public HardToConstructCorrectly(Integer ignored) { fail(); }
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Session.java 81 * Zero dimension parameters are ignored. The character/row dimensions
455 catch (IOException ignored)
  /external/mockito/src/org/mockito/internal/configuration/
ClassPathLoader.java 194 } catch (IOException ignored) {
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpResponseCache.java 149 } catch (IOException ignored) {
223 } catch (IOException ignored) {
321 } catch (IOException ignored) {
437 } catch (SSLPeerUnverifiedException ignored) {
  /external/regex-re2/util/
mutex.h 75 Mutex(Mutex *ignored);

Completed in 3720 milliseconds

1 2 3 4 5 67 8 91011>>