/libcore/luni/src/main/java/java/net/ |
InetSocketAddress.java | 107 } catch (UnknownHostException ignored) {
|
URL.java | 417 } catch (IllegalAccessException ignored) { 418 } catch (InstantiationException ignored) { 419 } catch (ClassNotFoundException ignored) {
|
ProxySelectorImpl.java | 109 } catch (NumberFormatException ignored) {
|
/libcore/luni/src/main/java/java/nio/ |
MappedByteBuffer.java | 103 } catch (ErrnoException ignored) {
|
/libcore/luni/src/test/java/libcore/java/lang/ |
ThreadTest.java | 83 } catch (InterruptedException ignored) {
|
/system/core/libcutils/ |
ashmem-host.c | 35 int ashmem_create_region(const char *ignored, size_t size)
|
/external/regex-re2/re2/ |
regexp.cc | 488 typedef int Ignored; // Walker<void> doesn't exist 491 class NumCapturesWalker : public Regexp::Walker<Ignored> { 496 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { 499 return ignored; 501 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { 504 return ignored; [all...] |
/libcore/luni/src/main/java/libcore/net/ |
MimeUtils.java | 381 } catch (IOException ignored) { 391 } catch (IOException ignored) { 424 } catch (IOException ignored) {
|
/packages/apps/KeyChain/src/com/android/keychain/ |
KeyChainActivity.java | 340 } catch (CertificateException ignored) { 413 } catch (InterruptedException ignored) { 415 Log.d(TAG, "interrupted while granting access", ignored); 416 } catch (Exception ignored) { 420 Log.e(TAG, "error while granting access", ignored);
|
/external/chromium/chrome/browser/autofill/ |
autofill_country.cc | 521 UErrorCode ignored = U_ZERO_ERROR; local 522 icu::Collator* collator(icu::Collator::createInstance(icu_locale, ignored)); 525 ignored = U_ZERO_ERROR; 526 collator->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, ignored); 527 ignored = U_ZERO_ERROR; 528 collator->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, ignored);
|
/external/clang/test/Sema/ |
format-strings.c | 160 #pragma GCC diagnostic ignored "-Wformat-nonliteral" 326 // Ignored flags 327 printf("% +f", 1.23); // expected-warning{{flag ' ' is ignored when flag '+' is present}} 328 printf("%+ f", 1.23); // expected-warning{{flag ' ' is ignored when flag '+' is present}} 329 printf("%0-f", 1.23); // expected-warning{{flag '0' is ignored when flag '-' is present}} 330 printf("%-0f", 1.23); // expected-warning{{flag '0' is ignored when flag '-' is present}} 383 #pragma GCC diagnostic ignored "-Wformat-security" 415 #pragma clang diagnostic ignored "-Wformat-invalid-specifier" 489 printf(kFormat16, 5); // expected-warning{{flag '0' is ignored when flag '-' is present}} 490 printf("%-0d", 5); // expected-warning{{flag '0' is ignored when flag '-' is present} [all...] |
/frameworks/base/core/java/android/net/http/ |
SslCertificate.java | 108 } catch (CertificateEncodingException ignored) { 274 } catch (CertificateEncodingException ignored) { 276 } catch (NoSuchAlgorithmException ignored) {
|
HttpResponseCache.java | 236 } catch (IOException ignored) {
|
/external/chromium/base/ |
basictypes.h | 149 // be ignored by the users. 347 inline void ignore_result(const T& ignored) {
|
/external/chromium/third_party/libjingle/source/talk/base/ |
network.cc | 173 if (!network->ignored() || include_ignored) { 177 << ((network->ignored()) ? ", Ignored" : ""); 266 if (include_ignored || !network->ignored()) { 326 if (include_ignored || !network->ignored()) {
|
/external/clang/test/SemaTemplate/ |
nested-name-spec-template.cpp | 93 template<class ignored> struct TypedefProvider;
|
/external/v8/test/mjsunit/ |
override-read-only-property.js | 55 // Assignment to read-only property on the object itself is ignored. 60 // ignored.
|
/frameworks/base/core/java/android/util/ |
ReflectiveProperty.java | 85 } catch (NoSuchMethodException ignored) {
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexFile.java | 104 } catch (ErrnoException ignored) {
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
HprofBinaryToAscii.java | 152 } catch (IOException ignored) {
|
/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...] |
/cts/tests/core/runner/src/android/test/ |
InstrumentationCtsTestRunner.java | 163 } catch (InterruptedException ignored) { 215 } catch (Exception ignored) {
|