/external/clang/test/CodeGen/ |
H A D | invalid_global_asm.c | 3 #pragma clang diagnostic ignored "-Wmissing-noreturn"
|
/external/clang/test/Index/Inputs/ |
H A D | pragma_disable_warning.h | 1 #pragma clang diagnostic ignored "-Wunused-parameter"
|
/external/clang/test/Modules/Inputs/ |
H A D | diag_pragma.h | 3 #pragma clang diagnostic ignored "-Wparentheses"
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
H A D | WeightedMeasurement.java | 40 * <p>The instances for which the <code>ignored</code> flag is set 41 * through the {@link #setIgnored setIgnored} method are ignored by the 66 private boolean ignored; field in class:WeightedMeasurement 82 ignored = false; 91 * @param ignored true if the measurement should be ignored 94 boolean ignored) { 97 this.ignored = ignored; 157 * @param ignored valu 93 WeightedMeasurement(double weight, double measuredValue, boolean ignored) argument 159 setIgnored(boolean ignored) argument [all...] |
/external/clang/test/PCH/ |
H A D | pragma-diag.c | 13 #pragma clang diagnostic ignored "-Wtautological-compare"
|
H A D | rdar8852495.c | 16 #pragma clang diagnostic ignored "-Wtautological-compare"
|
/external/clang/test/Index/ |
H A D | pragma-diag-reparse.c | 1 #pragma clang diagnostic ignored "-Wtautological-compare" 7 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
/external/clang/test/Preprocessor/ |
H A D | pragma_diagnostic_output.c | 4 // 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 D | pragma_diagnostic_sections.cpp | 8 #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 D | pragma_diagnostic.c | 12 #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 D | pushable-diagnostics.c | 5 #pragma clang diagnostic puhs // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}} 10 #pragma clang diagnostic ignored "-Wmultichar"
|
/external/google-breakpad/src/common/mac/ |
H A D | bootstrap_compat.cc | 34 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
/external/easymock/src/org/easymock/ |
H A D | MockControl.java | 463 * @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/conscrypt/src/compat/java/dalvik/system/ |
H A D | CloseGuard.java | 41 } catch (Exception ignored) { 55 } catch (Exception ignored) { 65 } catch (Exception ignored) { 74 } catch (Exception ignored) { 83 } catch (Exception ignored) {
|
H A D | BlockGuard.java | 36 } catch (Exception ignored) { 48 } catch (Exception ignored) { 69 } catch (Exception ignored) {
|
/external/vogar/src/vogar/util/ |
H A D | IoUtils.java | 45 } catch (IOException ignored) { 54 } catch (IOException ignored) {
|
/external/bison/lib/ |
H A D | strerror-override.h | 53 # define strerror_override(ignored) NULL
|
/external/clang/test/Frontend/ |
H A D | verify.c | 19 // expected-error 0+ {{should also be ignored}} 23 // expected-error {{should be ignored}} 25 // eexpected-error {{should also be ignored: unrecognised directive}} 26 #error should not be ignored 27 // expected-error@-1 1+ {{should not be ignored}}
|
/external/eigen/Eigen/src/Core/util/ |
H A D | DisableStupidWarnings.h | 8 // 4181 - qualifier applied to reference type ignored 37 #pragma clang diagnostic ignored "-Wconstant-logical-operand"
|
/external/icu/icu4c/source/layout/ |
H A D | ClassDefinitionTables.h | 29 LEErrorCode ignored = LE_NO_ERROR; local 30 return getGlyphClass(base,glyphID,ignored); 35 LEErrorCode ignored = LE_NO_ERROR; local 36 return hasGlyphClass(base,glyphClass,ignored);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowHandlerThread.java | 50 } catch (InterruptedException ignored) { 74 } catch (NoSuchMethodException ignored) { 75 } catch (InvocationTargetException ignored) { 76 } catch (IllegalAccessException ignored) {
|
/external/v8/test/mjsunit/regress/ |
H A D | regress-crbug-138887.js | 30 function worker1(ignored) {
|
H A D | regress-crbug-147475.js | 30 function worker1(ignored) {
|
/external/clang/test/Misc/ |
H A D | backend-stack-frame-diagnostics.cpp | 39 #pragma GCC diagnostic ignored "-Wframe-larger-than=" 50 #pragma GCC diagnostic ignored "-Wframe-larger-than"
|
/external/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.h | 87 PyObject* Python_NewCDescriptorPool(PyObject* ignored, PyObject* args); 88 PyObject* Python_BuildFile(PyObject* ignored, PyObject* args);
|