Searched refs:ignored (Results 1 - 25 of 215) sorted by relevance

123456789

/external/clang/test/Index/Inputs/
H A Dpragma_disable_warning.h1 #pragma clang diagnostic ignored "-Wunused-parameter"
/external/clang/test/PCH/
H A Dpragma-diag.c11 #pragma clang diagnostic ignored "-Wtautological-compare"
H A Drdar8852495.c14 #pragma clang diagnostic ignored "-Wtautological-compare"
H A Dpragma-diag-section.cpp12 #pragma clang diagnostic ignored "-Wtautological-compare"
/external/clang/test/Index/
H A Dpragma-diag-reparse.c1 #pragma clang diagnostic ignored "-Wtautological-compare"
7 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
/external/clang/test/Preprocessor/
H A Dpragma_diagnostic_output.c4 // CHECK: #pragma GCC diagnostic ignored "-Wall"
5 #pragma GCC diagnostic ignored "-Wall"
17 // CHECK: #pragma clang diagnostic ignored "-Wall"
18 #pragma clang diagnostic ignored "-Wall"
H A Dpragma_diagnostic_sections.cpp8 #pragma clang diagnostic ignored "-Wtautological-compare"
18 #pragma clang diagnostic ignored "-Wtautological-compare"
35 #pragma clang diagnostic ignored "-Wunused-macros"
42 #pragma clang diagnostic ignored "-Wreturn-type"
50 #pragma clang diagnostic ignored "-Wunused-parameter"
63 #pragma clang diagnostic ignored "-Wreorder"
75 _Pragma("clang diagnostic ignored \"-Wunknown-pragmas\"") \
H A Dpragma_diagnostic.c12 #pragma GCC diagnostic ignored "-Wun" "def"
24 #pragma GCC diagnostic foo "-Wundef" // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}}
31 #pragma GCC diagnostic error "-Winvalid-name" // expected-warning {{unknown warning group '-Winvalid-name', ignored}}
H A Dpushable-diagnostics.c5 #pragma clang diagnostic puhs // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}}
10 #pragma clang diagnostic ignored "-Wmultichar"
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DStreamForwarder.java63 catch (IOException ignored)
73 catch (IOException ignored)
80 catch (IOException ignored)
92 catch (InterruptedException ignored)
101 catch (IOException ignored)
110 catch (IOException ignored)
H A DRemoteAcceptThread.java74 catch (InterruptedException ignored)
92 catch (IOException ignored)
100 catch (IOException ignored)
/external/easymock/src/org/easymock/
H A DMockControl.java463 * @param ignored
464 * an ignored value.
467 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value) { argument
471 public void expectAndReturn(int ignored, int value) { argument
472 this.expectAndReturn((Object) ignored, (Object) value);
482 * @param ignored
483 * an ignored value.
487 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, argument
494 public void expectAndReturn(int ignored, int value, Range range) { argument
495 this.expectAndReturn((Object) ignored, (Objec
510 expectAndReturn(V1 ignored, V2 value, int count) argument
515 expectAndReturn(int ignored, int value, int count) argument
532 expectAndReturn(V1 ignored, V2 value, int min, int max) argument
537 expectAndReturn(int ignored, int value, int min, int max) argument
549 expectAndThrow(Object ignored, Throwable throwable) argument
563 expectAndThrow(Object ignored, Throwable throwable, Range range) argument
579 expectAndThrow(Object ignored, Throwable throwable, int count) argument
594 expectAndThrow(Object ignored, Throwable throwable, int min, int max) argument
610 expectAndDefaultReturn(V1 ignored, V2 value) argument
623 expectAndDefaultThrow(Object ignored, Throwable throwable) argument
[all...]
/external/clang/test/Frontend/
H A Dverify.c19 // expected-error 0+ {{should also be ignored}}
23 // expected-error {{should be ignored}}
26 #error should not be ignored
27 // expected-error@-1 1+ {{should not be ignored}}
/external/okhttp/src/main/java/libcore/io/
H A DIoUtils.java37 } catch (Exception ignored) {
49 } catch (Exception ignored) {
/external/webkit/Source/WebCore/platform/text/
H A DTextCodec.h68 bool ignored; local
69 return decode(str, length, flush, false, ignored);
H A DTextEncoding.h68 bool ignored; local
69 return decode(str, length, false, ignored);
/external/webkit/Tools/DumpRenderTree/
H A DPixelDumpSupport.h48 void restoreMainDisplayColorProfile(int ignored);
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java135 } catch (ApiParseException ignored) {
136 textParsingError = ignored;
143 } catch (IOException ignored) {}
153 } catch (ApiParseException ignored) {
156 System.out.println(" ...as XML: " + ignored.toString());
159 ignored.printStackTrace();
165 } catch (IOException ignored) {}
180 } catch (ApiParseException ignored) {
184 } catch (IOException ignored) {}
197 } catch (IOException ignored) {}
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnetwork.h52 // Does not include ignored networks.
65 // Determines if a network should be ignored.
102 // Indicates whether this network should be ignored, perhaps because the
104 bool ignored() const { return ignored_; } function in class:talk_base::Network
105 void set_ignored(bool ignored) { ignored_ = ignored; } argument
/external/oprofile/daemon/liblegacy/
H A Dopd_image.h48 int ignored; member in struct:opd_image
/external/v8/test/mjsunit/
H A Dhtml-comments.js31 --> this must be ignored...
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DAppDataDirGuesser.java39 } catch (ClassCastException ignored) {
40 } catch (ClassNotFoundException ignored) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jar ... .transform.Source src java.io.IOException ignored java.io.IOException ignored java.io. ...
/external/stlport/test/unit/cppunit/
H A Dfile_reporter.h75 virtual void progress(const char *in_className, const char *in_shortTestName, bool ignored, bool explicitTest) { argument
82 if (ignored)
85 if (ignored) {
119 fprintf(_file, ", %d ignored", m_numIgnored);
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_cocoa.h35 // Invalidate children for a non-ignored ancestor (including self).
42 // should be ignored by the accessibility hierarchy.
43 @property(nonatomic, readonly, getter=isIgnored) BOOL ignored; variable

Completed in 387 milliseconds

123456789