/sdk/emulator/qtools/ |
bb2sym.cpp | 80 BBEvent ignored; local 82 if (GetNextValidEvent(trace, &event, &ignored, &sym))
|
coverage.cpp | 95 BBEvent ignored; local 98 if (GetNextValidEvent(trace, &event, &ignored, &function))
|
read_trace.cpp | 66 BBEvent ignored; local 68 if (GetNextValidEvent(trace, &event, &ignored, &sym))
|
stack_dump.cpp | 119 BBEvent ignored; local 122 if (GetNextValidEvent(trace, &event, &ignored, &function))
|
/external/clang/test/SemaCXX/ |
warn-assignment-condition.cpp | 114 #pragma clang diagnostic ignored "-Wparentheses-equality"
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
LocalAcceptThread.java | 135 catch (IOException ignored)
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/util/ |
TimeoutService.java | 70 catch (InterruptedException ignored)
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
UriDerivativeLoader.java | 131 } catch (Exception ignored) {
|
/frameworks/base/services/java/com/android/server/net/ |
NetworkIdentitySet.java | 45 final int ignored = in.readInt(); local
|
/libcore/dalvik/src/main/java/dalvik/system/ |
Zygote.java | 80 } catch (InterruptedException ignored) {
|
/libcore/luni/src/main/java/java/net/ |
InetSocketAddress.java | 107 } catch (UnknownHostException ignored) {
|
PlainDatagramSocketImpl.java | 76 } catch (IOException ignored) { 85 } catch (IOException ignored) { 219 } catch (SocketException ignored) {
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
GeneralNames.java | 94 } catch (IllegalArgumentException 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)
|
/art/test/ThreadStress/ |
ThreadStress.java | 212 } catch (InterruptedException ignored) { 219 } catch (InterruptedException ignored) { 228 } catch (InterruptedException ignored) {
|
/external/chromium_org/third_party/re2/re2/ |
regexp.cc | 499 typedef int Ignored; // Walker<void> doesn't exist 502 class NumCapturesWalker : public Regexp::Walker<Ignored> { 507 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { 510 return ignored; 512 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { 515 return ignored; [all...] |
/external/regex-re2/re2/ |
regexp.cc | 499 typedef int Ignored; // Walker<void> doesn't exist 502 class NumCapturesWalker : public Regexp::Walker<Ignored> { 507 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { 510 return ignored; 512 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { 515 return ignored; [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
ImageUtils.java | 320 } catch (IOException ignored) { 325 } catch (IOException ignored) { 331 } catch (IOException ignored) {
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLX509CertificateFactory.java | 110 } catch (IOException ignored) { 159 } catch (IOException ignored) { 191 } catch (IOException ignored) {
|
/libcore/luni/src/main/java/libcore/net/ |
MimeUtils.java | 391 } catch (IOException ignored) { 401 } catch (IOException ignored) { 434 } catch (IOException ignored) {
|
/packages/apps/KeyChain/src/com/android/keychain/ |
KeyChainActivity.java | 334 } catch (CertificateException ignored) { 408 } catch (InterruptedException ignored) { 410 Log.d(TAG, "interrupted while granting access", ignored); 411 } catch (Exception ignored) { 415 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/chromium_org/third_party/angle_dx11/src/compiler/ |
glslang.l | 27 #pragma GCC diagnostic ignored "-Wunused-function" 28 #pragma GCC diagnostic ignored "-Wunused-variable" 29 #pragma GCC diagnostic ignored "-Wswitch-enum"
|
/cts/tests/tests/media/src/android/media/cts/ |
PresentationSyncTest.java | 139 catch (InterruptedException ignored) {} 454 catch (InterruptedException ignored) {} 463 catch (InterruptedException ignored) {}
|