HomeSort by relevance Sort by last modified time
    Searched full:ignored (Results 1 - 25 of 4318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/059-finalizer-throw/
info.txt 1 Verify that exceptions thrown from finalizers are ignored.
  /external/clang/test/Index/Inputs/
pragma_disable_warning.h 1 #pragma clang diagnostic ignored "-Wunused-parameter"
  /cts/tests/tests/media/res/raw/
playlist2.m3u 1 # comments should be ignored
  /external/clang/test/Frontend/
verify2.h 4 // expected-error {{should be ignored}}
  /external/valgrind/main/massif/tests/
ignored.c 7 // Allocating/freeing in an ignored function: ignored.
16 // Growing/shrinking a non-ignored block in an ignored function: ignored.
20 // Growing/shrinking an ignored block in an ignored function: ignored.
30 // Not ignored.
33 // Get an ignored block
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/
different-origin-manifest-expected.txt 1 Test that a different origin manifest is completely ignored.
  /external/clang/test/Preprocessor/
_Pragma.c 3 _Pragma ("GCC system_header") // expected-warning {{system_header ignored in main file}}
6 _Pragma("#define macro") // expected-warning {{unknown pragma ignored}}
_Pragma-in-macro-arg.c 4 #define A(desc) _Pragma("clang diagnostic push") _Pragma("clang diagnostic ignored \"-Wparentheses\"") _Pragma("clang diagnostic pop")
6 B(_Pragma("clang diagnostic ignored \"-Wparentheses\""))
15 // This should be ignored..
16 INACTIVE(_Pragma("clang diagnostic ignored \"-Wconversion\""))
18 #define IGNORE_CONV _Pragma("clang diagnostic ignored \"-Wconversion\"") _Pragma("clang diagnostic ignored \"-Wconversion\"")
25 _Pragma("clang diagnostic ignored \"-Wconversion\""), int q = (double)1.0);
29 ACTIVE(_Pragma) ("clang diagnostic ignored \"-Wconversion\"")) // expected-error {{_Pragma takes a parenthesized string literal}} \
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"
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}}
  /external/clang/test/Sema/
attr-unknown.c 3 int x __attribute__((foobar)); // expected-warning {{unknown attribute 'foobar' ignored}}
4 void z() __attribute__((bogusattr)); // expected-warning {{unknown attribute 'bogusattr' ignored}}
attr-declspec-ignored.c 3 __attribute__((visibility("hidden"))) __attribute__((aligned)) struct A; // expected-warning{{attribute 'visibility' is ignored, place it after "struct" to apply attribute to type declaration}} \
4 // expected-warning{{attribute 'aligned' is ignored, place it after "struct" to apply attribute to type declaration}}
5 __attribute__((visibility("hidden"))) __attribute__((aligned)) union B; // expected-warning{{attribute 'visibility' is ignored, place it after "union" to apply attribute to type declaration}} \
6 // expected-warning{{attribute 'aligned' is ignored, place it after "union" to apply attribute to type declaration}}
7 __attribute__((visibility("hidden"))) __attribute__((aligned)) enum C {C}; // expected-warning{{attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} \
8 // expected-warning{{attribute 'aligned' is ignored, place it after "enum" to apply attribute to type declaration}}
dllimport-dllexport.c 4 inline void __attribute__((dllexport)) foo1(){} // expected-warning{{dllexport attribute ignored}}
5 inline void __attribute__((dllimport)) foo2(){} // expected-warning{{dllimport attribute ignored}}
9 void __attribute__((dllimport, dllexport)) foo4(); // expected-warning{{dllimport attribute ignored}}
12 void __attribute__((dllimport)) foo5(); // expected-warning{{dllimport attribute ignored}}
19 void foo6(){} // expected-warning {{'foo6' redeclared without dllimport attribute: previous dllimport ignored}}
22 inline void __declspec(dllexport) foo7(){} // expected-warning{{dllexport attribute ignored}}
23 inline void __declspec(dllimport) foo8(){} // expected-warning{{dllimport attribute ignored}}
27 void __declspec(dllimport) __declspec(dllexport) foo10(); // expected-warning{{dllimport attribute ignored}}
30 void __declspec(dllimport) foo11(); // expected-warning{{dllimport attribute ignored}}
37 void foo12(){} // expected-warning {{'foo12' redeclared without dllimport attribute: previous dllimport ignored}}
    [all...]
attr-used.c 3 extern int l0 __attribute__((used)); // expected-warning {{used attribute ignored}}
4 __private_extern__ int l1 __attribute__((used)); // expected-warning {{used attribute ignored}}
17 int b __attribute__((used)); // expected-warning {{used attribute ignored}}
  /frameworks/opt/vcard/tests/res/raw/
v21_invalid_comment_line.vcf 6 # This line must be ignored.
8 #<- sharp) example. This message must NOT be ignored.
9 # This line must be ignored too.
  /external/llvm/test/YAMLParser/
spec-07-01.data 3 %FOO bar baz # Should be ignored
  /external/webkit/LayoutTests/http/tests/appcache/resources/
local-content.manifest 4 file:/ # Should be ignored due to different URL scheme, but it doesn't hurt to try.
  /ndk/tests/build/project-properties/
default.properties 1 # This value should be ignored because project.properties
  /external/clang/test/SemaCXX/
attr-declspec-ignored.cpp 4 __attribute__((visibility("hidden"))) __attribute__((aligned)) class A; // expected-warning{{attribute 'visibility' is ignored, place it after "class" to apply attribute to type declaration}} \
5 // expected-warning{{attribute 'aligned' is ignored, place it after "class" to apply attribute to type declaration}}
6 __attribute__((visibility("hidden"))) __attribute__((aligned)) struct B; // expected-warning{{attribute 'visibility' is ignored, place it after "struct" to apply attribute to type declaration}} \
7 // expected-warning{{attribute 'aligned' is ignored, place it after "struct" to apply attribute to type declaration}}
8 __attribute__((visibility("hidden"))) __attribute__((aligned)) union C; // expected-warning{{attribute 'visibility' is ignored, place it after "union" to apply attribute to type declaration}} \
9 // expected-warning{{attribute 'aligned' is ignored, place it after "union" to apply attribute to type declaration}}
10 __attribute__((visibility("hidden"))) __attribute__((aligned)) enum D {D}; // expected-warning{{attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} \
11 // expected-warning{{attribute 'aligned' is ignored, place it after "enum" to apply attribute to type declaration}}
  /external/clang/test/ARCMT/
verify.m 5 // expected-error {{should be ignored}}
8 #error should not be ignored
9 // expected-error@-1 {{should not be ignored}}
  /external/clang/test/Parser/
pragma-visibility.c 3 #pragma GCC visibility foo // expected-warning{{expected identifier in '#pragma visibility' - ignored}}
4 #pragma GCC visibility pop foo // expected-warning{{extra tokens at end of '#pragma visibility' - ignored}}
6 #pragma GCC visibility push( // expected-warning{{expected identifier in '#pragma visibility' - ignored}}
  /external/clang/test/CXX/class.derived/
p2.cpp 3 // "During the lookup for a base class name, non-type names are ignored"
  /external/kernel-headers/original/asm-arm/
fcntl.h 6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
  /external/clang/test/Lexer/
wchar.c 8 (void)L'ab'; // expected-warning {{extraneous characters in character constant ignored}}
10 (void)L'a\u1000'; // expected-warning {{extraneous characters in character constant ignored}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p17.cpp 4 template<short s> void f(A<s>); // expected-note{{candidate template ignored: substitution failure}}
15 g(b); // OK: cv-qualifiers are ignored on template parameter types
25 template<short s> void h(int (&)[s], A<s>); // expected-note{{candidate template ignored: substitution failure}}

Completed in 472 milliseconds

1 2 3 4 5 6 7 8 91011>>