HomeSort by relevance Sort by last modified time
    Searched full:ignored (Results 26 - 50 of 4577) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/gm/tests/outputs/aaclip-write/output-expected/
json-summary.txt 4 "failure-ignored" : null,
  /external/skia/gm/tests/outputs/no-readpath/output-expected/
json-summary.txt 4 "failure-ignored" : null,
  /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/SemaCXX/
borland-extensions.cpp 10 // expected-warning@+1 {{calling convention '_pascal' ignored for this target}}
13 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
15 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
19 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
21 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
24 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
37 // expected-warning@+1 {{calling convention '_fastcall' ignored for this target}}
39 // expected-warning@+1 {{calling convention '_stdcall' ignored for this target}}
virtual-override-x64.cpp 9 virtual void __attribute__((thiscall)) f(); // expected-warning {{calling convention 'thiscall' ignored for this target}}
19 void __attribute__((thiscall)) f(); // expected-warning {{calling convention 'thiscall' ignored for this target}}
29 virtual void __attribute__((stdcall)) g(); // expected-warning {{calling convention 'stdcall' ignored for this target}}
  /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}}
  /external/clang/test/Preprocessor/
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}}
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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
StreamForwarder.java 63 catch (IOException ignored)
73 catch (IOException ignored)
80 catch (IOException ignored)
92 catch (InterruptedException ignored)
101 catch (IOException ignored)
110 catch (IOException ignored)
  /external/clang/test/Sema/
x86-attr-force-align-arg-pointer.c 16 // Attribute is ignored on function pointer types.
19 // Attribute is also ignored on function typedefs.
attr-cleanup.c 5 extern int g1 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}}
6 int g2 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}}
7 static int g3 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}}
14 static int v3 __attribute((cleanup(c1))); // expected-warning {{cleanup attribute ignored}}
pragma-ms_struct.c 9 #pragma ms_struct // expected-warning {{incorrect use of '#pragma ms_struct on|off' - ignored}}
11 #pragma ms_struct on top of spaghetti // expected-warning {{extra tokens at end of '#pragma ms_struct' - ignored}}
28 double __attribute__((ms_struct)) d; // expected-warning {{'ms_struct' attribute ignored}}
39 } __attribute__((ms_struct)) e1; // expected-warning {{'ms_struct' attribute ignored}}
  /external/clang/test/SemaTemplate/
derived.cpp 6 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignored: can't deduce a type for 'T' which would make 'const T' equal 'int'}}
7 template<typename T> void Foo(vector<const T*> V) {} // expected-note {{candidate template ignored: can't deduce a type for 'T' which would make 'const T' equal 'int'}}
  /external/v8/test/mjsunit/
const-declaration.js 33 x = 42; // should be ignored
36 x = 43; // should be ignored
38 x = 44; // should be ignored
40 x = 45; // should be ignored
51 x = 42; // should be ignored
55 x = 43; // should be ignored
57 x = 44; // should be ignored
59 x = 45; // should be ignored
72 x = 43; // should be ignored
74 x = 44; // should be ignored
    [all...]
  /dalvik/dx/tests/042-dex-ignore-result/
info.txt 5 ignored.
  /external/clang/test/CXX/class.derived/
p2.cpp 4 // "During the lookup for a base class name, non-type names are ignored"
  /external/markdown/tests/extensions-x-abbr/
abbr.html 2 ref and REFERENCE should be ignored.</p>
abbr.txt 2 ref and REFERENCE should be ignored.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandlerThread.java 50 } catch (InterruptedException ignored) {
74 } catch (NoSuchMethodException ignored) {
75 } catch (InvocationTargetException ignored) {
76 } catch (IllegalAccessException ignored) {
  /external/skia/gm/tests/outputs/aaclip-readback/output-expected/
json-summary.txt 4 "failure-ignored" : null,
  /external/skia/gm/tests/outputs/compared-against-different-pixels/output-expected/
json-summary.txt 11 "failure-ignored" : null,
  /external/skia/gm/tests/outputs/compared-against-empty-dir/output-expected/
json-summary.txt 4 "failure-ignored" : null,
  /external/skia/gm/tests/outputs/compared-against-identical-bytes/output-expected/
json-summary.txt 4 "failure-ignored" : null,
  /external/skia/gm/tests/outputs/compared-against-identical-pixels/output-expected/
json-summary.txt 4 "failure-ignored" : null,
  /external/valgrind/main/massif/tests/
filter_verbose 14 # These ignored heap counts could vary from machine to machine.
15 sed "s/\(Massif: ignored heap allocs:\).*/\1 .../" |
16 sed "s/\(Massif: ignored heap frees:\).*/\1 .../" |
17 sed "s/\(Massif: ignored heap reallocs:\).*/\1 .../" |

Completed in 715 milliseconds

12 3 4 5 6 7 8 91011>>