| /external/rust/crates/libtest-mimic/tests/ |
| D | mixed_bag.rs | 50 test frog ... ignored in normal() 51 test owl ... ignored in normal() 52 test [banana] fly ... ignored in normal() 53 test [banana] bear ... ignored in normal() 58 test purple ... ignored in normal() 59 test cyan ... ignored in normal() 60 test [banana] orange ... ignored in normal() 61 test [banana] pink ... ignored in normal() 102 test frog ... ignored in test_mode() 103 test owl ... ignored in test_mode() [all …]
|
| /external/clang/test/Parser/ |
| D | cxx11-stmt-attributes.cpp | 5 [[unknown_attribute]] ; // expected-warning {{unknown attribute 'unknown_attribute' ignored}} in foo() 6 [[unknown_attribute]] { } // expected-warning {{unknown attribute 'unknown_attribute' ignored}} in foo() 7 …nknown_attribute]] if (0) { } // expected-warning {{unknown attribute 'unknown_attribute' ignored}} in foo() 8 …unknown_attribute]] for (;;); // expected-warning {{unknown attribute 'unknown_attribute' ignored}} in foo() 9 [[unknown_attribute]] do { // expected-warning {{unknown attribute 'unknown_attribute' ignored}} in foo() 10 …unknown_attribute]] continue; // expected-warning {{unknown attribute 'unknown_attribute' ignored}} in foo() 12 …nknown_attribute]] while (0); // expected-warning {{unknown attribute 'unknown_attribute' ignored}} in foo() 14 …nown_attribute]] switch (i) { // expected-warning {{unknown attribute 'unknown_attribute' ignored}} in foo() 15 …[[unknown_attribute]] case 0: // expected-warning {{unknown attribute 'unknown_attribute' ignored}} in foo() 16 …[unknown_attribute]] default: // expected-warning {{unknown attribute 'unknown_attribute' ignored}} in foo() [all …]
|
| /external/rust/crates/darling_core/src/util/ |
| D | ignored.rs | 10 /// the `Ignored` struct, with all properties discarded. 12 pub struct Ignored; struct 14 macro_rules! ignored { macro 16 impl $trayt for Ignored { 18 Ok(Ignored) 24 ignored!(FromGenericParam, from_generic_param, syn::GenericParam); 25 ignored!(FromGenerics, from_generics, syn::Generics); 26 ignored!(FromTypeParam, from_type_param, syn::TypeParam); 27 ignored!(FromMeta, from_meta, syn::Meta); 28 ignored!(FromDeriveInput, from_derive_input, syn::DeriveInput); [all …]
|
| /external/clang/test/Driver/ |
| D | unknown-arg.c | 17 // CL: warning: unknown argument ignored in clang-cl: '-cake-is-lie' 18 // CL: warning: unknown argument ignored in clang-cl: '-%0' 19 // CL: warning: unknown argument ignored in clang-cl: '-%d' 20 // CL: warning: unknown argument ignored in clang-cl: '-HHHH' 21 // CL: warning: unknown argument ignored in clang-cl: '-munknown-to-clang-option' 22 // CL: warning: unknown argument ignored in clang-cl: '-print-stats' 23 // CL: warning: unknown argument ignored in clang-cl: '-funknown-to-clang-option' 24 // CL-ERROR: error: unknown argument ignored in clang-cl: '-cake-is-lie' 25 // CL-ERROR: error: unknown argument ignored in clang-cl: '-%0' 26 // CL-ERROR: error: unknown argument ignored in clang-cl: '-%d' [all …]
|
| D | ps4-pic.c | 20 // CHECK-NOPIC-IGNORED: using '-fPIC' 21 // CHECK-NOPIC-IGNORED: "-mrelocation-model" "pic" 22 // CHECK-NOPIC-IGNORED: "-pic-level" "2" 24 // CHECK-DIAG-PIC: option '-fno-PIC' was ignored by the PS4 toolchain, using '-fPIC' 25 // CHECK-DIAG-PIE: option '-fno-PIE' was ignored by the PS4 toolchain, using '-fPIC' 26 // CHECK-DIAG-pic: option '-fno-pic' was ignored by the PS4 toolchain, using '-fPIC' 27 // CHECK-DIAG-pie: option '-fno-pie' was ignored by the PS4 toolchain, using '-fPIC' 42 // RUN: | FileCheck %s --check-prefix=CHECK-NOPIC-IGNORED 44 // RUN: | FileCheck %s --check-prefix=CHECK-NOPIC-IGNORED 46 // RUN: | FileCheck %s --check-prefix=CHECK-NOPIC-IGNORED [all …]
|
| /external/clang/test/Preprocessor/ |
| D | pragma_ps4.c | 3 // On PS4, issue a diagnostic that pragma comments are ignored except: 10 #pragma comment(linker) // expected-warning {{'#pragma comment linker' ignored}} 11 #pragma comment(linker,"foo") // expected-warning {{'#pragma comment linker' ignored}} 12 __pragma(comment(linker, " bar=" "2")) // expected-warning {{'#pragma comment linker' ignored}} 14 #pragma comment(user) // expected-warning {{'#pragma comment user' ignored}} 15 …r, "Compiled on " __DATE__ " at " __TIME__ ) // expected-warning {{'#pragma comment user' ignored}} 16 __pragma(comment(user, "foo")) // expected-warning {{'#pragma comment user' ignored}} 18 #pragma comment(compiler) // expected-warning {{'#pragma comment compiler' ignored}} 19 #pragma comment(compiler, "foo") // expected-warning {{'#pragma comment compiler' ignored}} 20 __pragma(comment(compiler, "foo")) // expected-warning {{'#pragma comment compiler' ignored}} [all …]
|
| /external/clang/test/Sema/ |
| D | stdcall-fastcall-x64.c | 8 …ning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention… 9 void __attribute__((stdcall)) foo4(); // expected-warning{{calling convention 'stdcall' ignored for… 10 …astcall)) foo4(void); // expected-warning {{calling convention 'fastcall' ignored for this target}} 13 …__((fastcall, cdecl)); // expected-warning{{calling convention 'fastcall' ignored for this target}} 14 …ning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention… 15 …stcall, regparm(2))); // expected-warning {{calling convention 'fastcall' ignored for this target}} 16 …te__((stdcall, cdecl)); // expected-warning{{calling convention 'stdcall' ignored for this target}} 17 …ning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention… 18 …_((cdecl, fastcall)); // expected-warning {{calling convention 'fastcall' ignored for this target}} 19 …te__((cdecl, stdcall)); // expected-warning{{calling convention 'stdcall' ignored for this target}} [all …]
|
| D | callingconv-iamcu.c | 3 …all)) foo(float *a) { // expected-warning {{calling convention 'fastcall' ignored for this target}} in foo() 6 …call)) bar(float *a) { // expected-warning {{calling convention 'stdcall' ignored for this target}} in bar() 12 …) test2(int a, ...) { // expected-warning {{calling convention 'fastcall' ignored for this target}} in test2() 14 …)) test3(int a, ...) { // expected-warning {{calling convention 'stdcall' ignored for this target}} in test3() 16 …) test4(int a, ...) { // expected-warning {{calling convention 'thiscall' ignored for this target}} in test4() 23 …*pfoo)(float*) = foo; // expected-warning {{calling convention 'fastcall' ignored for this target}} 25 … *pbar)(float*) = bar; // expected-warning {{calling convention 'stdcall' ignored for this target}} 32 … *Handler) (float *); // expected-warning {{calling convention 'fastcall' ignored for this target}} 40 /* These are ignored because the target is i386 and not ARM */ 41 …pcs("aapcs"))) pcs5(void); // expected-warning {{calling convention 'pcs' ignored for this target}} [all …]
|
| /external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/ |
| D | ProtoFluentAssertion.java | 36 * Specifies that the 'has' bit of individual fields should be ignored when comparing for 43 * ignored, and value-equal fields as specified above are considered equal. 52 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 53 * FieldDescriptor}) if they are to be ignored as well. 63 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 64 * FieldDescriptor}) if they are to be ignored as well. 73 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 74 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 85 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 86 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored [all …]
|
| D | IterableOfProtosFluentAssertion.java | 38 * Specifies that the 'has' bit of individual fields should be ignored when comparing for 45 * ignored, and value-equal fields as specified above are considered equal. 54 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 55 * FieldDescriptor}) if they are to be ignored as well. 66 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 67 * FieldDescriptor}) if they are to be ignored as well. 76 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 77 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 88 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 89 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored [all …]
|
| D | MultimapWithProtoValuesFluentAssertion.java | 47 * Specifies that the 'has' bit of individual fields should be ignored when comparing for 54 * ignored, and value-equal fields as specified above are considered equal. 63 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 64 * FieldDescriptor}) if they are to be ignored as well. 75 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 76 * FieldDescriptor}) if they are to be ignored as well. 86 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 87 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 98 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 99 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored [all …]
|
| D | MapWithProtoValuesFluentAssertion.java | 47 * Specifies that the 'has' bit of individual fields should be ignored when comparing for 54 * ignored, and value-equal fields as specified above are considered equal. 63 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 64 * FieldDescriptor}) if they are to be ignored as well. 75 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 76 * FieldDescriptor}) if they are to be ignored as well. 86 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 87 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 98 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 99 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored [all …]
|
| /external/easymock/src/org/easymock/ |
| D | MockControl.java | 463 * @param ignored 464 * an ignored value. 467 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value) { in expectAndReturn() argument 471 public void expectAndReturn(int ignored, int value) { in expectAndReturn() argument 472 this.expectAndReturn((Object) ignored, (Object) value); in expectAndReturn() 482 * @param ignored 483 * an ignored value. 487 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn() argument 494 public void expectAndReturn(int ignored, int value, Range range) { in expectAndReturn() argument 495 this.expectAndReturn((Object) ignored, (Object) value, range); in expectAndReturn() [all …]
|
| /external/libpcap/ |
| D | diag-control.h | 92 * ignored -Wxxx" and "clang diagnostic push/pop". 104 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wsign-compare") \ 105 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wdocumentation") \ 106 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wshorten-64-to-32") \ 107 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wmissing-noreturn") \ 108 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wunused-parameter") \ 109 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wunreachable-code") 118 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wshorten-64-to-32") 128 PCAP_DO_PRAGMA(clang diagnostic ignored "-Wdeprecated-declarations") 173 * We can use "GCC diagnostic ignored -Wxxx" (introduced in 4.2) [all …]
|
| /external/lzma/CPP/Common/ |
| D | Common0.h | 101 #pragma GCC diagnostic ignored "-Wc++98-compat-pedantic" 111 #pragma GCC diagnostic ignored "-Wreserved-id-macro" 115 #pragma GCC diagnostic ignored "-Wc++98-compat" 118 #pragma GCC diagnostic ignored "-Wdeprecated-dynamic-exception-spec" 122 #pragma GCC diagnostic ignored "-Wsign-conversion" 125 #pragma GCC diagnostic ignored "-Wold-style-cast" 126 #pragma GCC diagnostic ignored "-Wglobal-constructors" 127 #pragma GCC diagnostic ignored "-Wexit-time-destructors" 130 #pragma GCC diagnostic ignored "-Wswitch-default" 132 // #pragma GCC diagnostic ignored "-Wunused-private-field" [all …]
|
| /external/clang/test/SemaCXX/ |
| D | attr-optnone.cpp | 6 …__attribute__((optnone)); // expected-warning{{'always_inline' attribute ignored}} expected-note{{… 7 …ibute__((always_inline)); // expected-warning{{'always_inline' attribute ignored}} expected-note{{… 9 __attribute__((always_inline)) int baz1(); // expected-warning{{'always_inline' attribute ignored}} 13 …((always_inline)) int quz1() { return 1; } // expected-warning{{'always_inline' attribute ignored}} in quz1() 15 …ize)) __attribute__((optnone)); // expected-warning{{'minsize' attribute ignored}} expected-note{{… 16 …one)) __attribute__((minsize)); // expected-warning{{'minsize' attribute ignored}} expected-note{{… 18 __attribute__((minsize)) int bay1(); // expected-warning{{'minsize' attribute ignored}} 22 __attribute__((minsize)) int quy1() { return 1; } // expected-warning{{'minsize' attribute ignored}} in quy1() 24 __attribute__((always_inline)) // expected-warning{{'always_inline' attribute ignored}} 25 __attribute__((minsize)) // expected-warning{{'minsize' attribute ignored}} [all …]
|
| /external/python/cpython3/Objects/stringlib/ |
| D | ctype.h | 8 stringlib_isspace(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isspace() argument 14 stringlib_isalpha(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isalpha() argument 20 stringlib_isalnum(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isalnum() argument 26 stringlib_isascii(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isascii() argument 32 stringlib_isdigit(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isdigit() argument 38 stringlib_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_islower() argument 44 stringlib_isupper(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isupper() argument 50 stringlib_istitle(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_istitle() argument 59 stringlib_lower(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_lower() argument 71 stringlib_upper(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_upper() argument [all …]
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
| 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 WeightedMeasurement 82 ignored = false; in WeightedMeasurement() 91 * @param ignored true if the measurement should be ignored 94 boolean ignored) { in WeightedMeasurement() argument 97 this.ignored = ignored; in WeightedMeasurement() 157 * @param ignored value for the ignore flag 159 public void setIgnored(boolean ignored) { in setIgnored() argument 160 this.ignored = ignored; in setIgnored() [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
| D | spirvfuzz_protobufs.h | 30 #pragma clang diagnostic ignored "-Wunknown-warning-option" // Must come first 31 #pragma clang diagnostic ignored "-Wreserved-identifier" 32 #pragma clang diagnostic ignored "-Wshadow" 33 #pragma clang diagnostic ignored "-Wsuggest-destructor-override" 34 #pragma clang diagnostic ignored "-Wunused-parameter" 35 #pragma clang diagnostic ignored "-Wc++98-compat-extra-semi" 36 #pragma clang diagnostic ignored "-Wshorten-64-to-32" 39 #pragma GCC diagnostic ignored "-Wconversion" 40 #pragma GCC diagnostic ignored "-Wshadow" 41 #pragma GCC diagnostic ignored "-Wunused-parameter" [all …]
|
| /external/angle/third_party/spirv-tools/src/source/fuzz/protobufs/ |
| D | spirvfuzz_protobufs.h | 30 #pragma clang diagnostic ignored "-Wunknown-warning-option" // Must come first 31 #pragma clang diagnostic ignored "-Wreserved-identifier" 32 #pragma clang diagnostic ignored "-Wshadow" 33 #pragma clang diagnostic ignored "-Wsuggest-destructor-override" 34 #pragma clang diagnostic ignored "-Wunused-parameter" 35 #pragma clang diagnostic ignored "-Wc++98-compat-extra-semi" 36 #pragma clang diagnostic ignored "-Wshorten-64-to-32" 39 #pragma GCC diagnostic ignored "-Wconversion" 40 #pragma GCC diagnostic ignored "-Wshadow" 41 #pragma GCC diagnostic ignored "-Wunused-parameter" [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/ |
| D | spirvfuzz_protobufs.h | 30 #pragma clang diagnostic ignored "-Wunknown-warning-option" // Must come first 31 #pragma clang diagnostic ignored "-Wreserved-identifier" 32 #pragma clang diagnostic ignored "-Wshadow" 33 #pragma clang diagnostic ignored "-Wsuggest-destructor-override" 34 #pragma clang diagnostic ignored "-Wunused-parameter" 35 #pragma clang diagnostic ignored "-Wc++98-compat-extra-semi" 36 #pragma clang diagnostic ignored "-Wshorten-64-to-32" 39 #pragma GCC diagnostic ignored "-Wconversion" 40 #pragma GCC diagnostic ignored "-Wshadow" 41 #pragma GCC diagnostic ignored "-Wunused-parameter" [all …]
|
| /external/pigweed/pw_unit_test/ |
| D | framework_test.cc | 135 EXPECT_TRUE(true) << "This message is ignored"; in TEST() 136 EXPECT_FALSE(false) << "This message is ignored"; in TEST() 137 EXPECT_EQ(0, 0) << "This message is ignored"; in TEST() 138 EXPECT_NE(0, 1) << "This message is ignored"; in TEST() 139 EXPECT_GT(1, 0) << "This message is ignored"; in TEST() 140 EXPECT_GE(0, 0) << "This message is ignored"; in TEST() 141 EXPECT_LT(0, 1) << "This message is ignored"; in TEST() 142 EXPECT_LE(0, 0) << "This message is ignored"; in TEST() 143 EXPECT_STREQ("", "") << "This message is ignored"; in TEST() 144 EXPECT_STRNE("", "?") << "This message is ignored"; in TEST() [all …]
|
| /external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/ |
| D | JsonIgnoreProperties.java | 45 * ignored without warnings (although handlers for unknown 51 * @return True if any and all unknown properties are to be ignored without 61 * properties should be ignored for deserialization but NOT serialization. 66 * will be ignored. 68 * @return True if getters should be allowed (i.e. NOT ignored); false if getters 69 * are to be ignored 85 * will be ignored. 88 * @return True if setters should be allowed (i.e. NOT ignored); false if setters 89 * are to be ignored 114 * Default instance has no explicitly ignored fields, does not ignore unknowns, [all …]
|
| /external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/ |
| D | JwtRsaSsaPssParametersTest.java | 50 .setKidStrategy(JwtRsaSsaPssParameters.KidStrategy.IGNORED) in buildParametersAndGetProperties_hasExpectedValues() 54 assertThat(parameters.getKidStrategy()).isEqualTo(JwtRsaSsaPssParameters.KidStrategy.IGNORED); in buildParametersAndGetProperties_hasExpectedValues() 95 .setKidStrategy(JwtRsaSsaPssParameters.KidStrategy.IGNORED) in buildParameters_withoutExponent_isF4() 107 .setKidStrategy(JwtRsaSsaPssParameters.KidStrategy.IGNORED) in buildParameters_withLargeModulusSize_succeds() 121 .setKidStrategy(JwtRsaSsaPssParameters.KidStrategy.IGNORED) in buildParameters_withTooSmallModulusSize_fails() 146 .setKidStrategy(JwtRsaSsaPssParameters.KidStrategy.IGNORED) in buildParameters_withSmallPublicExponent_fails() 159 .setKidStrategy(JwtRsaSsaPssParameters.KidStrategy.IGNORED) in buildParameters_withEvenPublicExponent_fails() 176 .setKidStrategy(JwtRsaSsaPssParameters.KidStrategy.IGNORED) in buildParameters_withTooLargePublicExponent_fails() 188 .setKidStrategy(JwtRsaSsaPssParameters.KidStrategy.IGNORED) in buildParameters_withoutSettingModulusSize_fails() 200 .setKidStrategy(JwtRsaSsaPssParameters.KidStrategy.IGNORED) in buildParameters_withoutSettingAlgorithm_fails() [all …]
|
| D | JwtRsaSsaPkcs1ParametersTest.java | 50 .setKidStrategy(JwtRsaSsaPkcs1Parameters.KidStrategy.IGNORED) in buildParametersAndGetProperties_hasExpectedValues() 54 assertThat(parameters.getKidStrategy()).isEqualTo(JwtRsaSsaPkcs1Parameters.KidStrategy.IGNORED); in buildParametersAndGetProperties_hasExpectedValues() 95 .setKidStrategy(JwtRsaSsaPkcs1Parameters.KidStrategy.IGNORED) in buildParameters_withoutExponent_isF4() 107 .setKidStrategy(JwtRsaSsaPkcs1Parameters.KidStrategy.IGNORED) in buildParameters_withLargeModulusSize_succeds() 121 .setKidStrategy(JwtRsaSsaPkcs1Parameters.KidStrategy.IGNORED) in buildParameters_withTooSmallModulusSize_fails() 146 .setKidStrategy(JwtRsaSsaPkcs1Parameters.KidStrategy.IGNORED) in buildParameters_withSmallPublicExponent_fails() 159 .setKidStrategy(JwtRsaSsaPkcs1Parameters.KidStrategy.IGNORED) in buildParameters_withEvenPublicExponent_fails() 176 .setKidStrategy(JwtRsaSsaPkcs1Parameters.KidStrategy.IGNORED) in buildParameters_withTooLargePublicExponent_fails() 188 .setKidStrategy(JwtRsaSsaPkcs1Parameters.KidStrategy.IGNORED) in buildParameters_withoutSettingModulusSize_fails() 200 .setKidStrategy(JwtRsaSsaPkcs1Parameters.KidStrategy.IGNORED) in buildParameters_withoutSettingAlgorithm_fails() [all …]
|