Searched refs:ignores (Results 1 – 25 of 413) sorted by relevance
12345678910>>...17
/third_party/skia/third_party/externals/expat/ |
D | .gitignore | 1 # CVS default ignores begin 28 # CVS default ignores end
|
/third_party/ninja/misc/ |
D | ci.py | 5 ignores = [ variable 23 if any([path.startswith(x) for x in ignores]):
|
/third_party/unity/auto/ |
D | unity_test_summary.py | 37 ignores = details['ignores'] 39 if len(ignores) > 0: ignore_output.append('n'.join(ignores))
|
D | unity_test_summary.rb | 87 results = { failures: [], ignores: [], successes: [] }
|
/third_party/cJSON/tests/unity/auto/ |
D | unity_test_summary.py | 37 ignores = details['ignores'] 39 if len(ignores) > 0: ignore_output.append('n'.join(ignores))
|
D | unity_test_summary.rb | 87 results = { failures: [], ignores: [], successes: [] }
|
/third_party/libexif/ |
D | .gitignore | 1 # CVS default ignores begin 28 # CVS default ignores end
|
/third_party/python/Lib/test/ |
D | test_type_comments.py | 74 ignores = """\ variable 311 for tree in self.parse_all(ignores): 322 tree = self.classic_parse(ignores)
|
/third_party/node/deps/npm/scripts/ |
D | dep-update | 3 node scripts/gen-dev-ignores.js &&\
|
D | dev-dep-update | 3 node scripts/gen-dev-ignores.js &&\
|
/third_party/gettext/gettext-tools/examples/hello-java-qtjambi/ |
D | BUGS | 1 Qt looks only at the LANG and LC_ALL values and ignores LC_MESSAGES if LC_ALL is unset.
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/unittest/ |
D | testquit.parameters | 3 --hang, boolean, [], false, [] # Runs the SUT in the infinite loop and ignores all events
|
/third_party/gettext/gettext-tools/examples/hello-c++-qt/ |
D | BUGS | 1 Qt looks only at the LANG value and ignores LC_MESSAGES and LC_ALL. (Bug in
|
/third_party/libinput/doc/user/ |
D | button-debouncing.rst | 21 press-release-press sequence in quick succession, libinput ignores the 26 and ignores the release and press event. This method is disabled by
|
/third_party/curl/tests/data/ |
D | test1290 | 29 Verify URL globbing ignores []
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
D | gen_restricted_traces.py | 334 ignores = ['%s/' % trace for trace in traces] 336 out_file.write('\n'.join(sorted(ignores)))
|
/third_party/nghttp2/doc/_exts/sphinxcontrib/ |
D | rubydomain.py | 491 ignores = self.domain.env.config['modindex_common_prefix'] 492 ignores = sorted(ignores, key=len, reverse=True) 503 for ignore in ignores:
|
/third_party/boost/libs/nowide/doc/ |
D | changelog.dox | 22 - boost::nowide::cin now ignores CR (\r) characters and treats CTRL+Z at the beginning of a line as…
|
/third_party/grpc/tools/dockerfile/distribtest/ruby_opensuse_x64/ |
D | Dockerfile | 27 # OpenSUSE is a bit crazy and ignores .bashrc for login shell.
|
/third_party/boost/tools/build/src/util/ |
D | set.jam | 71 # Returns whether set1 & set2 contain the same elements. Note that this ignores
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0rc3.rst | 45 imp.load_dynamic() once again ignores previously loaded modules to support
|
/third_party/flutter/engine/flutter/tools/fuchsia/ |
D | package_dir.gni | 7 # This currently ignores the CMX files and does minimal validation.
|
/third_party/flutter/skia/ |
D | RELEASE_NOTES.txt | 13 * SkPath::Iter::next() now ignores its consumDegenerates bools. Those will so go away entirely
|
/third_party/node/deps/npm/node_modules/object-assign/ |
D | readme.md | 36 // ignores null and undefined sources
|
/third_party/mesa3d/src/gallium/drivers/zink/ci/ |
D | zink-lvp-skips.txt | 7 # ignores copied from the old runner script
|
12345678910>>...17