/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)
|
/external/llvm/utils/ |
clang-parse-diagnostics-file | 18 parser.add_option("-i", "--ignored", action="store_true", dest="ignored", 19 default=False, help="dump 'ignored' messages.") 29 levels = {'error': False, 'fatal error': False, 'ignored': False, 35 if opts.ignored: 36 levels['ignored'] = True
|
/frameworks/base/services/java/com/android/server/net/ |
NetworkIdentitySet.java | 45 final int ignored = in.readInt(); local
|
/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) {
|
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/okhttp/src/main/java/libcore/net/ |
MimeUtils.java | 381 } catch (IOException ignored) { 391 } catch (IOException ignored) { 424 } catch (IOException ignored) {
|
/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 | 382 } catch (IOException ignored) { 392 } catch (IOException ignored) { 425 } 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);
|
/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) {
|