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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.css 62 #ignored-host-list {
69 #ignored-host-list[disabled] {
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RpcUtil.java 78 } catch (ClassCastException ignored) {
  /external/clang/test/SemaCXX/
function-extern-c.cpp 74 #pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
  /external/grub/stage2/
fat.h 37 __s8 ignored[3]; /* Boot strap short or near jump */ member in struct:fat_bpb
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcUtil.java 78 } catch (ClassCastException ignored) {
  /libcore/libart/src/main/java/java/lang/
Daemons.java 106 } catch (InterruptedException ignored) {
174 } catch (InterruptedException ignored) {
302 } catch (InterruptedException ignored) {
335 } catch (InterruptedException ignored) {
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 90 } catch (ErrnoException ignored) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.cons/
string_ctor.pass.cpp 15 #pragma clang diagnostic ignored "-Wtautological-compare"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
index.pass.cpp 16 #pragma clang diagnostic ignored "-Wtautological-compare"
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 157 catch (IOException ignored)
  /external/chromium_org/third_party/libjingle/source/talk/base/
network.cc 235 bool ignored = ((cursor->ifa_flags & IFF_LOOPBACK) || local
237 network->set_ignored(ignored);
238 if (include_ignored || !network->ignored()) {
383 if (include_ignored || !network->ignored()) {
493 if (!network->ignored() || include_ignored) {
496 << ((network->ignored()) ? ", Ignored" : "");
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 167 } catch (ClassNotFoundException ignored) {
182 } catch (NoSuchMethodException ignored) {
185 } catch (ClassNotFoundException ignored) {
187 } catch (NoSuchMethodException ignored) {
202 } catch (ClassNotFoundException ignored) {
204 } catch (NoSuchMethodException ignored) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java 80 } catch (FileNotFoundException ignored) {
118 } catch (Exception ignored) {
  /external/chromium_org/content/browser/indexed_db/
list_set.h 78 inline self_type operator++(int /*ignored*/) {
87 inline self_type operator--(int /*ignored*/) {
118 inline self_type operator++(int ignored) {
127 inline self_type operator--(int ignored) {
  /external/chromium_org/net/cookies/
cookie_util.cc 53 url_canon::CanonHostInfo ignored; local
54 std::string cookie_domain(CanonicalizeHost(domain_string, &ignored));
  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 198 void URLFetcherImpl::SetIgnoreCertificateRequests(bool ignored) {
199 URLFetcherCore::SetIgnoreCertificateRequests(ignored);
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
AbstractListenableFutureTest.java 144 } catch (Exception ignored) {
145 // All other errors are ignored, we expect a cancellation.
183 } catch (Exception ignored) {
  /external/srtp/
Android.mk 34 -Wno-ignored-qualifiers \
  /external/stlport/test/unit/cppunit/
cppunit_mini.h 38 virtual void progress( const char * /*in_className*/, const char * /*in_testName*/, bool /*ignored*/, bool /* explicit */) {}
86 virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool explicitTest) {
89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest);
  /frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java 131 } catch (InterruptedException ignored) {
181 } catch (Exception ignored) {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
InputStreamBuffer.java 218 } catch (IOException ignored) {
294 } catch (IOException ignored) {
  /libcore/libdvm/src/main/java/java/lang/
Daemons.java 103 } catch (InterruptedException ignored) {
171 } catch (InterruptedException ignored) {
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h 38 virtual void progress( const char * /*in_className*/, const char * /*in_testName*/, bool /*ignored*/, bool /* explicit */) {}
86 virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool explicitTest) {
89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest);
  /ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h 38 virtual void progress( const char * /*in_className*/, const char * /*in_testName*/, bool /*ignored*/, bool /* explicit */) {}
86 virtual void progress(const char *in_className, const char *in_functionName, bool ignored, bool explicitTest) {
89 m_reporter->progress(in_className, in_functionName, ignored, explicitTest);
  /packages/providers/MediaProvider/tools/genfiles/
genfiles.sh 121 echo ignored: $format '|' $mediatype '|' $mimetype '|' $data

Completed in 533 milliseconds

1 2 3 45 6 7 8 91011>>