Home
last modified time | relevance | path

Searched refs:ignored (Results 1 – 25 of 634) sorted by relevance

12345678910>>...26

/external/easymock/src/org/easymock/
DMockControl.java467 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()
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()
510 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn() argument
515 public void expectAndReturn(int ignored, int value, int count) { in expectAndReturn() argument
516 this.expectAndReturn((Object) ignored, (Object) value, count); in expectAndReturn()
532 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn() argument
[all …]
/external/clang/test/Preprocessor/
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" in ww()
63 #pragma clang diagnostic ignored "-Wreorder" in S2()
Dpragma_diagnostic_output.c5 #pragma GCC diagnostic ignored "-Wall"
18 #pragma clang diagnostic ignored "-Wall"
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
DStreamForwarder.java63 catch (IOException ignored) in run()
73 catch (IOException ignored) in run()
80 catch (IOException ignored) in run()
92 catch (InterruptedException ignored) in run()
101 catch (IOException ignored) in run()
110 catch (IOException ignored) in run()
DRemoteAcceptThread.java74 catch (InterruptedException ignored) in run()
92 catch (IOException ignored) in run()
100 catch (IOException ignored) in run()
/external/doclava/src/com/google/doclava/apicheck/
DApiCheck.java135 } catch (ApiParseException ignored) { in parseApi()
136 textParsingError = ignored; in parseApi()
143 } catch (IOException ignored) {} in parseApi()
153 } catch (ApiParseException ignored) { in parseApi()
156 System.out.println(" ...as XML: " + ignored.toString()); in parseApi()
159 ignored.printStackTrace(); in parseApi()
165 } catch (IOException ignored) {} in parseApi()
180 } catch (ApiParseException ignored) { in parseApi()
184 } catch (IOException ignored) {} in parseApi()
197 } catch (IOException ignored) {} in parseApi()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowHandlerThread.java50 } catch (InterruptedException ignored) { in getLooper()
74 } catch (NoSuchMethodException ignored) { in onLooperPrepared()
75 } catch (InvocationTargetException ignored) { in onLooperPrepared()
76 } catch (IllegalAccessException ignored) { in onLooperPrepared()
DShadowListActivity.java52 } catch (NoSuchMethodException ignored) { in setListAdapter()
53 } catch (InvocationTargetException ignored) { in setListAdapter()
54 } catch (IllegalAccessException ignored) { in setListAdapter()
/external/dexmaker/src/main/java/com/google/dexmaker/
DAppDataDirGuesser.java40 } catch (ClassCastException ignored) { in guess()
41 } catch (ClassNotFoundException ignored) { in guess()
58 } catch (NoSuchFieldException ignored) { in getPathFromThisClassLoader()
59 } catch (IllegalAccessException ignored) { in getPathFromThisClassLoader()
60 } catch (ClassCastException ignored) { in getPathFromThisClassLoader()
/external/clang/test/Parser/
Dobjcxx11-attributes.mm34 [[int(), noreturn]]; // expected-warning {{unknown attribute 'int' ignored}} \
36 [[class, test(foo 'x' bar),,,]]; // expected-warning {{unknown attribute 'test' ignored}}\
37 // expected-warning {{unknown attribute 'class' ignored}}
40 expected-warning {{unknown attribute 'bitand' ignored}}
60 // expected-warning {{unknown attribute 'foo' ignored}}
63 // expected-warning {{unknown attribute 'used' ignored}}
/external/clang/test/ARCMT/
Dverify.m5 // expected-error {{should be ignored}}
8 #error should not be ignored
9 // expected-error@-1 {{should not be ignored}}
/external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/
DUnsafeAllocator.java50 } catch (Exception ignored) { in create()
69 } catch (Exception ignored) { in create()
92 } catch (Exception ignored) { in create()
115 } catch (Exception ignored) { in create()
/external/webkit/LayoutTests/http/tests/appcache/resources/
Dmanifest-parsing.manifest1 CACHE MANIFEST ignored text
4 simple.txt ignored text
/external/clang/test/Index/
Dpragma-diag-reparse.c1 #pragma clang diagnostic ignored "-Wtautological-compare"
7 #pragma clang diagnostic ignored "-Wdeprecated-declarations" in main()
/external/clang/test/Lexer/
Dconstants.c35 #pragma clang diagnostic ignored "-Wmultichar"
40 #pragma clang diagnostic ignored "-Wfour-char-constants"
/external/chromium/third_party/libjingle/source/talk/base/
Dnetwork.h104 bool ignored() const { return ignored_; } in ignored() function
105 void set_ignored(bool ignored) { ignored_ = ignored; } in set_ignored() argument
/external/oprofile/daemon/
Dopd_cookie.c92 int ignored; member
117 entry->ignored = 0; in create_cookie()
119 entry->ignored = is_image_ignored(entry->name); in create_cookie()
174 return entry->ignored; in is_cookie_ignored()
/external/stlport/test/unit/cppunit/
Dfile_reporter.h75 …virtual void progress(const char *in_className, const char *in_shortTestName, bool ignored, bool e… in progress() argument
82 if (ignored) in progress()
85 if (ignored) { in progress()
/external/oprofile/daemon/liblegacy/
Dopd_image.c149 image->ignored = 1; in opd_new_image()
151 image->ignored = is_image_ignored(app_name); in opd_new_image()
152 if (image->ignored) in opd_new_image()
153 image->ignored = is_image_ignored(name); in opd_new_image()
/external/clang/test/SemaObjC/
Darc-objc-lifetime.m76 __strong id f1(); // expected-warning{{ARC __strong lifetime qualifier on return type is ignored}}
77 …2(int); // expected-warning{{ARC __unsafe_unretained lifetime qualifier on return type is ignored}}
78 … *f3(void); // expected-warning{{ARC __autoreleasing lifetime qualifier on return type is ignored}}
79 …__strong f4(void); // expected-warning{{ARC __strong lifetime qualifier on return type is ignored}}
80 …ptr __strong f5(); // expected-warning{{ARC __strong lifetime qualifier on return type is ignored}}
82 …g id (*fptr)(int); // expected-warning{{ARC __strong lifetime qualifier on return type is ignored}}
/external/webkit/Source/WebCore/platform/text/
DTextCodec.h68 bool ignored; variable
69 return decode(str, length, flush, false, ignored);
/external/valgrind/main/massif/tests/
Drealloc.stderr.exp34 Massif: ignored heap allocs: ...
35 Massif: ignored heap frees: ...
36 Massif: ignored heap reallocs: ...
DMakefile.am20 ignored.post.exp ignored.stderr.exp ignored.vgtest \
51 ignored \ program
Ddeep-C.stderr.exp47 Massif: ignored heap allocs: ...
48 Massif: ignored heap frees: ...
49 Massif: ignored heap reallocs: ...
/external/regex-re2/re2/
Dregexp.cc507 virtual Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { in PreVisit() argument
510 return ignored; in PreVisit()
512 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { in ShortVisit() argument
515 return ignored; in ShortVisit()
541 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { in PreVisit() argument
553 return ignored; in PreVisit()
556 virtual Ignored ShortVisit(Regexp* re, Ignored ignored) { in ShortVisit() argument
559 return ignored; in ShortVisit()
585 Ignored PreVisit(Regexp* re, Ignored ignored, bool* stop) { in PreVisit() argument
593 return ignored; in PreVisit()
[all …]

12345678910>>...26