HomeSort by relevance Sort by last modified time
    Searched refs:startswith (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
factory.py 90 if port_to_use.startswith('test'):
93 elif port_to_use.startswith('dryrun'):
96 elif port_to_use.startswith('mock-'):
99 elif port_to_use.startswith('mac'):
102 elif port_to_use.startswith('win'):
105 elif port_to_use.startswith('gtk'):
108 elif port_to_use.startswith('qt'):
111 elif port_to_use.startswith('chromium-gpu'):
114 elif port_to_use.startswith('chromium-mac'):
117 elif port_to_use.startswith('chromium-linux')
    [all...]
chromium_gpu.py 51 if port_name.startswith('chromium-gpu-linux'):
53 if port_name.startswith('chromium-gpu-mac'):
55 if port_name.startswith('chromium-gpu-win'):
78 if not port.name().startswith('chromium-gpu-mac'):
test.py 266 if port_name.startswith('test-win'):
268 elif port_name.startswith('test-linux'):
371 if (relative_path.startswith(LAYOUTTEST_WEBSOCKET_DIR)
372 or relative_path.startswith(LAYOUTTEST_HTTP_DIR)):
380 if (port and not relative_path.startswith("local/") and
381 not relative_path.startswith("media/")):
382 if relative_path.startswith("ssl/"):
400 if uri.startswith("file:///"):
404 if uri.startswith("http://127.0.0.1:8880/"):
408 if uri.startswith("http://")
    [all...]
google_chrome.py 92 elif port_name.startswith('google-chrome-mac'):
108 elif port_name.startswith('google-chrome-win'):
  /external/llvm/lib/Support/
Triple.cpp 273 ArchName.startswith("armv") ||
277 ArchName.startswith("thumbv"))
279 else if (ArchName.startswith("alpha"))
321 if (OSName.startswith("auroraux"))
323 else if (OSName.startswith("cygwin"))
325 else if (OSName.startswith("darwin"))
327 else if (OSName.startswith("dragonfly"))
329 else if (OSName.startswith("freebsd"))
331 else if (OSName.startswith("ios"))
333 else if (OSName.startswith("linux")
    [all...]
  /external/chromium/build/linux/
rewrite_dirs.py 26 if os.path.isabs(path) and not path.startswith(sysroot):
27 if path.startswith(prefix):
50 elif args[i].startswith(prefix):
  /external/clang/lib/Frontend/
Warnings.cpp 63 if (Opt.startswith("no-")) {
81 if (Opt.startswith("error")) {
103 if (Opt.startswith("fatal-errors")) {
  /external/clang/lib/Analysis/
CocoaConventions.cpp 71 if (TDName.startswith(Prefix) && TDName.endswith("Ref"))
86 return Name.startswith(Prefix);
153 if (suffix.startswith("reate")) {
156 else if (suffix.startswith("opy")) {
  /external/markdown/markdown/extensions/
tables.py 37 if header[0].startswith('|'):
42 if c.startswith(':') and c.endswith(':'):
44 elif c.startswith(':'):
79 if row.startswith('|'):
  /external/webkit/Tools/Scripts/webkitpy/common/system/
ospath.py 63 if not path.lower().startswith(start_path.lower()):
  /external/clang/utils/
CmpDriver 77 return (filename.startswith('/tmp/', 1) or
78 filename.startswith('/var/', 1))
96 ln.startswith('Target: ') or
97 ln.startswith('Configured with: ') or
98 ln.startswith('Thread model: ') or
99 ln.startswith('gcc version') or
100 ln.startswith('clang version')):
102 elif ln.strip().startswith('"'):
  /external/llvm/utils/git/
find-rev 30 if ln.startswith('commit '):
32 elif ln.startswith(' git-svn-id: '):
  /external/webkit/Source/WebKit/wx/
wscript 45 if sys.platform.startswith("win"):
76 if sys.platform.startswith('win'):
92 if sys.platform.startswith('darwin'):
111 if sys.platform.startswith('darwin'):
  /external/webkit/Tools/wx/browser/
wscript 54 if sys.platform.startswith('darwin'):
  /external/webkit/Tools/Scripts/webkitpy/style/
filter.py 43 if not (rule.startswith('+') or rule.startswith('-')):
48 if category.startswith(rule[1:]):
113 if not category.startswith(rule[1:]):
115 should_check = rule.startswith('+')
  /bootable/bootloader/legacy/nandwrite/
nandwrite.c 36 int startswith(const char *str, const char *prefix) function
171 if(startswith(cmd,"flash:")){
176 if(startswith(cmd,"dump:")){
  /external/chromium/testing/gmock/scripts/
upload_gmock.py 60 if arg.startswith(CC_FLAG):
  /external/chromium/testing/gtest/scripts/
upload_gtest.py 60 if arg.startswith(CC_FLAG):
  /external/v8/tools/
utils.py 74 if id.startswith('arm'):
  /external/webkit/Tools/Scripts/webkitpy/test/
skip.py 39 if not name.startswith('test_'):
  /build/tools/
findleaves.py 75 if arg.startswith("--mindepth="):
80 elif arg.startswith("--prune="):
post_process_props.py 46 if line.startswith(key):
53 if self.lines[i].startswith(key):
  /external/webkit/Tools/wx/build/
settings.py 42 if sys.platform.startswith('win'):
165 building_on_win32 = sys.platform.startswith('win')
230 if sys.platform.startswith('cygwin'):
237 if sys.platform.startswith('darwin'):
298 if sys.platform.startswith('darwin'):
344 if sys.platform.startswith('darwin'):
392 if sys.platform.startswith('darwin') and min_version and min_version == '10.4':
397 if not sys.platform.startswith('darwin'):
build_utils.py 40 if sys.platform.startswith('win'):
128 if sys.platform.startswith('win'):
134 elif sys.platform.startswith('darwin'):
136 if platform.release().startswith('10'): # Snow Leopard
185 if line.startswith("Revision: "):
  /system/extras/tests/sdcard/
plot_sdcard.py 98 if line.startswith('# Kernel:'):
100 elif line.startswith('# Command:'):
105 elif line.startswith('# Iterations'):
107 elif line.startswith('# Fadvise'):
109 elif line.startswith('# Sched'):
149 if line.startswith('# StopWatch'): # Start of a new dataset
159 if line.startswith('#'):

Completed in 301 milliseconds

1 2 3 4 5 6 7 8