HomeSort by relevance Sort by last modified time
    Searched refs:startswith (Results 101 - 125 of 224) sorted by null

1 2 3 45 6 7 8 9

  /external/dbus/test/
unused-code-gc.py 165 if file.startswith('/usr/include'):
168 elif current_sym[0].startswith('.debug'):
  /external/llvm/tools/llvm-config/
llvm-config.cpp 252 if (Arg.startswith("-")) {
326 if (Lib.startswith("lib") && Lib.endswith(".a")) {
  /external/regex-re2/lib/codereview/
codereview.py 376 if response_body.startswith("Issue updated.") and quiet:
381 if not response_body.startswith("Issue created.") and not response_body.startswith("Issue updated."):
508 if s.startswith("<type '") and s.endswith("'>"):
510 elif s.startswith("<class '") and s.endswith("'>"):
621 files = [f for f in os.listdir(dir) if f.startswith('cl.')]
648 if not url.startswith('file:'):
708 if line.startswith(ws):
988 if p.startswith('@'):
1008 if path.startswith(cwd) and path[n] == '/'
    [all...]
  /packages/experimental/procstatlog/
procstatreport.py 225 if not key.startswith(speed_key): continue
395 if not key.startswith("/proc/net/dev:"): continue
450 if not key.startswith("/proc/yaffs:"): continue
501 if not key.startswith("/proc/diskstats:"): continue
524 if d.startswith(device) and d != device]: continue
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 738 if lines[line_index].strip().startswith('/*'):
    [all...]
  /build/tools/releasetools/
check_target_files_signatures 104 if line.startswith("Subject:"):
204 if info.filename.startswith("META-INF/") and \
308 if not name.startswith("unknown "):
  /external/llvm/lib/Support/
StringRef.cpp 272 if (Str.startswith("0x")) {
275 } else if (Str.startswith("0b")) {
278 } else if (Str.startswith("0")) {
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 84 if test_name.startswith('FAILS_'):
86 elif test_name.startswith('FLAKY_'):
88 elif test_name.startswith('DISABLED_'):
  /bionic/libc/tools/
checksyscalls.py 92 if offset_str.lower().startswith("0x"):
  /external/chromium/build/
gyp_chromium 79 if arg.startswith('-I') and len(arg) > 2:
  /external/clang/lib/Analysis/
CallGraph.cpp 77 if (II && II->getName().startswith("__inline"))
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 29 if (!checker.FullName.startswith(packageName))
  /external/clang/tools/scan-view/
startfile.py 128 if line.startswith('KDE'):
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 253 assert subpath.startswith('/')
267 if ln.startswith(';'):
269 elif ln.startswith('[') and ln.endswith(']\n'):
471 if (path.startswith(self.source_root) and os.path.exists(path)):
    [all...]
  /external/protobuf/gtest/test/
gtest_test_utils.py 89 if argv[i].startswith(prefix):
  /external/regex-re2/re2/
unicode.py 151 if filename.startswith("http://"):
  /external/v8/build/
gyp_v8 87 if arg.startswith('-I') and len(arg) > 2:
  /external/v8/test/mozilla/
testcfg.py 100 for dotted in [x for x in dirs if x.startswith('.')]:
  /external/v8/test/test262/
testcfg.py 87 for dotted in [x for x in dirs if x.startswith('.')]:
  /external/webkit/Tools/QueueStatusServer/model/
attachment.py 84 if status.message.startswith("Error:"):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium.py 232 if not is_ready.startswith('ready'):
489 if line.startswith("#URL:"):
498 elif line.startswith("#MD5:"):
500 elif line.startswith("#TEST_TIMED_OUT"):
  /external/webkit/Tools/Scripts/webkitpy/style/
filereader_unittest.py 116 self.assertTrue(message.startswith('WARNING: Could not read file. '
  /bionic/libc/kernel/tools/
kernel.py 227 if self.prefix and path.startswith("asm/"):
232 if self.prefix and path.startswith(self.prefix):
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 73 (self.username.startswith(BaseWebServiceHandler.ACCT_USER_NAME)) and
101 (self.username.startswith(BaseWebServiceHandler.ACCT_USER_NAME)) and
  /development/testrunner/test_defs/
instrumentation_test.py 110 if test_class.startswith("."):
264 if suite.GetPackageName().startswith('com.android.cts'):

Completed in 724 milliseconds

1 2 3 45 6 7 8 9