/external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
ignore_object_errors.cc | 21 // CHECK: heap object at [[ADDR]] is already being ignored
|
/external/javassist/ |
regenerate_from_source.sh | 6 # bin are normally ignored by git, but we need to force them this case.
|
/external/oprofile/daemon/ |
opd_cookie.h | 31 /** return true if this cookie should be ignored */
|
/external/skia/gm/tests/outputs/add-config-pdf/output-expected/ |
json-summary.txt | 4 "failure-ignored" : null,
|
/external/skia/gm/tests/outputs/compared-against-empty-dir/output-expected/ |
command_line | 1 out/Debug/gm --verbose --hierarchy --match selftest1 --ignoreFailuresFile gm/tests/inputs/ignored-tests.txt --config 8888 565 -r gm/tests/inputs/images/empty-dir --writeJsonSummaryPath gm/tests/outputs/compared-against-empty-dir/output-actual/json-summary.txt --writePath gm/tests/outputs/compared-against-empty-dir/output-actual/writePath --mismatchPath gm/tests/outputs/compared-against-empty-dir/output-actual/mismatchPath --missingExpectationsPath gm/tests/outputs/compared-against-empty-dir/output-actual/missingExpectationsPath
|
/external/skia/gm/tests/outputs/ignoring-one-test/output-expected/ |
command_line | 1 out/Debug/gm --verbose --hierarchy --match selftest1 --ignoreFailuresFile gm/tests/inputs/ignored-tests.txt --config 8888 565 -r gm/tests/inputs/json/different-pixels.json --writeJsonSummaryPath gm/tests/outputs/ignoring-one-test/output-actual/json-summary.txt --writePath gm/tests/outputs/ignoring-one-test/output-actual/writePath --mismatchPath gm/tests/outputs/ignoring-one-test/output-actual/mismatchPath --missingExpectationsPath gm/tests/outputs/ignoring-one-test/output-actual/missingExpectationsPath
|
/external/skia/gm/tests/outputs/pipe-playback-failure/output-expected/ |
json-summary.txt | 6 "failure-ignored" : null,
|
/external/valgrind/main/massif/tests/ |
ignored.vgtest | 1 prog: ignored
|
/hardware/ti/wpan/ |
.gitignore | 8 # any tracked files which get ignored after the change.
|
/ndk/tests/build/warn-no-ldflags-in-static-libraries/ |
build.sh | 10 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING:.*LOCAL_LDFLAGS is always ignored for static libraries"
|
/ndk/tests/build/warn-no-ldlibs-in-static-libraries/ |
build.sh | 10 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING:.*LOCAL_LDLIBS is always ignored for static libraries"
|
/external/chromium/chrome/browser/prefs/ |
proxy_prefs.h | 18 // Direct connection to the network, other proxy preferences are ignored. 33 // ignored.
|
/external/chromium-trace/trace-viewer/build/ |
generate_deps_js_contents.py | 22 def ignored(x): function in function:generate_deps_js 26 filenames = [x for x in filenames if not ignored(x)]
|
generate_template_contents.py | 22 def ignored(x): function in function:generate_templates 30 filenames = [x for x in filenames if not ignored(x)]
|
/external/chromium_org/base/debug/ |
stack_trace_ios.mm | 34 // to be ignored. Therefore, when testing that same code, it should run 35 // with SIGPIPE ignored as well.
|
/external/chromium_org/chrome/browser/resources/options/ |
handler_options.html | 17 <div id="ignored-handlers-section"> 28 <list id="ignored-handlers-list"></list>
|
/external/chromium_org/net/url_request/ |
url_fetcher.cc | 44 void net::URLFetcher::SetIgnoreCertificateRequests(bool ignored) { 45 URLFetcherImpl::SetIgnoreCertificateRequests(ignored);
|
/external/chromium_org/sync/protocol/ |
history_delete_directive_specifics.proto | 24 // delete directive must be ignored. 42 // must be ignored.
|
/external/chromium_org/tools/json_schema_compiler/dart_test/ |
comments.idl | 7 // This comments the "Functions" block, and should be ignored. 10 // the function, and should be ignored.
|
/external/clang/test/Lexer/ |
pragma-operators.cpp | 25 #define pragma_R _Pragma(R"(clang diagnostic ignored "-Wunused")") 33 // CHECK: #pragma clang diagnostic ignored "-Wunused"
|
/external/clang/test/Sema/ |
struct-decl.c | 51 static struct test1 { // expected-warning {{'static' ignored on this declaration}} 54 const struct test2 { // expected-warning {{'const' ignored on this declaration}}
|
/external/clang/test/SemaTemplate/ |
ms-if-exists.cpp | 21 __if_exists(T::X) { // expected-warning{{dependent __if_exists declarations are ignored}} 53 __if_exists(T::bar) {2, }// expected-warning{{dependent __if_exists declarations are ignored}}
|
operator-template.cpp | 5 template<class X>bool operator==(A<X>,typename A<X>::Y); // expected-note{{candidate template ignored: could not match 'A<type-parameter-0-0>' against 'B<int> *'}} 16 // expected-note{{candidate template ignored: substitution failure [with X = int]}}
|
/external/dexmaker/ |
bug-8297640.patch | 4 } catch (Exception ignored) { 27 + } catch (Exception ignored) {
|
/external/littlemock/ |
bug-8297640.patch | 8 } catch (Exception ignored) {} 19 + } catch (Exception ignored) {}
|