/external/skia/tools/copyright/ |
main.py | 39 ReportWarning('cannot find a parser for file %s, skipping...' % 53 'unrecognized copyright holder "%s" in file %s, skipping...' % (
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
filter-mode.rb | 73 example "skipping tokens that aren't important with filter mode" do
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
DirectiveParser.h | 50 bool skipping() const;
|
DirectiveParser.cpp | 242 } while (skipping() || (token->type == '\n')); 262 if (skipping() && !isConditionalDirective(directive)) 831 bool DirectiveParser::skipping() const function in class:pp::DirectiveParser 845 if (skipping())
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_iter.cc | 89 void FindNextUserEntry(bool skipping, std::string* skip); 153 // use the normal skipping code below. 173 void DBIter::FindNextUserEntry(bool skipping, std::string* skip) { 185 skipping = true; 188 if (skipping &&
|
/external/chromium_org/third_party/openssl/openssl/android.testssl/ |
testssl | 145 echo skipping anonymous DH tests 152 echo skipping RSA tests 158 echo skipping RSA+DHE tests 172 echo skipping SRP tests
|
/external/openssl/android.testssl/ |
testssl | 145 echo skipping anonymous DH tests 152 echo skipping RSA tests 158 echo skipping RSA+DHE tests 172 echo skipping SRP tests
|
/cts/libs/json/src/com/android/json/stream/ |
JsonReader.java | 214 private boolean skipping = false; field in class:JsonReader 518 skipping = true; 530 skipping = false; 816 if (skipping) { 914 } else if (skipping) { [all...] |
/frameworks/base/core/java/android/util/ |
JsonReader.java | 228 private boolean skipping = false; field in class:JsonReader 547 skipping = true; 559 skipping = false; 885 if (skipping) { 983 } else if (skipping) { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_scripts.py | 84 self.warn("%s is an empty file (skipping)" % script)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_scripts.py | 84 self.warn("%s is an empty file (skipping)" % script)
|
/external/skia/tests/ |
SkpSkGrTest.cpp | 653 static void bumpCount(skiatest::Reporter* reporter, bool skipping) { 657 if (!skipping && threadTestCount % 100 == 0) { 660 if (skipping && threadTestCount % 10000 == 0) {
|
/external/chromium_org/tools/git/ |
move_source_file.py | 184 print '%s does not appear to be a source file, skipping' % (from_path)
|
/external/chromium_org/tools/gyp/test/lib/ |
TestCommon.py | 534 def skip_test(self, message="Skipping test.\n"): 537 Proper test-skipping behavior is dependent on the external 544 Technically, skipping a test is a NO RESULT, but Aegis would
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-145201.js | 28 // Fix some corner cases in skipping native methods using caller.
|
/external/chromium_org/v8/src/ |
scanner.cc | 288 // Continue skipping white space after the comment. 589 // Continue scanning for tokens as long as we're just skipping [all...] |
/external/v8/src/ |
scanner.cc | 283 // Continue skipping white space after the comment. 584 // Continue scanning for tokens as long as we're just skipping
|
/external/chromium_org/chrome/tools/ |
webforms_aggregator.py | 647 '%s: skipping this (does not begin with "http://")', url)
|
/build/core/ |
cleanbuild.mk | 145 $(info DISABLE_AUTO_INSTALLCLEAN is set; skipping auto-clean. Your tree may be in an inconsistent state.)
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
mpeg_parser.js | 174 action = 'skipping ';
|
/system/core/sh/ |
eval.c | 92 int evalskip; /* set if we are skipping commands */ 322 skipping: if (evalskip == SKIPCONT && --skipcount <= 0) { 340 goto skipping; 1137 * above all check this flag, and if it is set they start skipping
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
compact_lang_det_impl.cc | 975 bool skipping = false; local [all...] |
/external/bison/ |
maint.mk | 170 @echo "No version control files detected; skipping syntax check" 850 echo '$(ME): skipping $@: you lack GNU grep' 1>&2; exit 0;; \ [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
expr.c | [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_expectations.py | 170 # WebKit's way of skipping tests is to add a -disabled suffix. [all...] |