/external/easymock/src/org/easymock/ |
D | MockControl.java | 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() 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/ |
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" in ww() 63 #pragma clang diagnostic ignored "-Wreorder" in S2()
|
D | pragma_diagnostic_output.c | 5 #pragma GCC diagnostic ignored "-Wall" 18 #pragma clang diagnostic ignored "-Wall"
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
D | StreamForwarder.java | 63 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()
|
D | RemoteAcceptThread.java | 74 catch (InterruptedException ignored) in run() 92 catch (IOException ignored) in run() 100 catch (IOException ignored) in run()
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | ApiCheck.java | 135 } 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/ |
D | ShadowHandlerThread.java | 50 } catch (InterruptedException ignored) { in getLooper() 74 } catch (NoSuchMethodException ignored) { in onLooperPrepared() 75 } catch (InvocationTargetException ignored) { in onLooperPrepared() 76 } catch (IllegalAccessException ignored) { in onLooperPrepared()
|
D | ShadowListActivity.java | 52 } 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/ |
D | AppDataDirGuesser.java | 40 } 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/ |
D | objcxx11-attributes.mm | 34 [[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/ |
D | verify.m | 5 // 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/ |
D | UnsafeAllocator.java | 50 } 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/ |
D | manifest-parsing.manifest | 1 CACHE MANIFEST ignored text 4 simple.txt ignored text
|
/external/clang/test/Index/ |
D | pragma-diag-reparse.c | 1 #pragma clang diagnostic ignored "-Wtautological-compare" 7 #pragma clang diagnostic ignored "-Wdeprecated-declarations" in main()
|
/external/clang/test/Lexer/ |
D | constants.c | 35 #pragma clang diagnostic ignored "-Wmultichar" 40 #pragma clang diagnostic ignored "-Wfour-char-constants"
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | network.h | 104 bool ignored() const { return ignored_; } in ignored() function 105 void set_ignored(bool ignored) { ignored_ = ignored; } in set_ignored() argument
|
/external/oprofile/daemon/ |
D | opd_cookie.c | 92 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/ |
D | file_reporter.h | 75 …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/ |
D | opd_image.c | 149 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/ |
D | arc-objc-lifetime.m | 76 __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/ |
D | TextCodec.h | 68 bool ignored; variable 69 return decode(str, length, flush, false, ignored);
|
/external/valgrind/main/massif/tests/ |
D | realloc.stderr.exp | 34 Massif: ignored heap allocs: ... 35 Massif: ignored heap frees: ... 36 Massif: ignored heap reallocs: ...
|
D | Makefile.am | 20 ignored.post.exp ignored.stderr.exp ignored.vgtest \ 51 ignored \ program
|
D | deep-C.stderr.exp | 47 Massif: ignored heap allocs: ... 48 Massif: ignored heap frees: ... 49 Massif: ignored heap reallocs: ...
|
/external/regex-re2/re2/ |
D | regexp.cc | 507 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 …]
|