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

1 2 3 4 5 6 7 8 910

  /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/VMCore/
AutoUpgrade.cpp 49 if (Name.size() <= 8 || !Name.startswith("llvm."))
56 if (Name.startswith("arm.neon.vclz")) {
69 if (Name.startswith("arm.neon.vcnt")) {
77 if (Name.startswith("ctlz.") && F->arg_size() == 1) {
83 if (Name.startswith("cttz.") && F->arg_size() == 1) {
92 if (Name.startswith("x86.sse2.pcmpeq.") ||
93 Name.startswith("x86.sse2.pcmpgt.") ||
94 Name.startswith("x86.avx2.pcmpeq.") ||
95 Name.startswith("x86.avx2.pcmpgt.") ||
96 Name.startswith("x86.avx.vpermil.") |
    [all...]
  /external/clang/lib/Analysis/
CocoaConventions.cpp 30 if (TDName.startswith(Prefix) && TDName.endswith("Ref"))
33 if (TDName.startswith("xpc_"))
47 return Name.startswith(Prefix);
124 if (suffix.startswith("reate")) {
127 else if (suffix.startswith("opy")) {
  /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):
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 33 if (name.startswith(".debug") ||
34 name.startswith(".zdebug") ||
35 name.startswith(".gnu.linkonce.wi.") ||
36 name.startswith(".line") ||
37 name.startswith(".stab"))
39 if (name.startswith(".comment"))
41 if (name.startswith(".interp") || name.startswith(".dynamic"))
43 if (name.startswith(".eh_frame"))
45 if (name.startswith(".eh_frame_hdr")
    [all...]
  /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/lib/StaticAnalyzer/Core/
CheckerContext.cpp 66 if (FName.startswith("__inline") && (FName.find(Name) != StringRef::npos))
69 if (FName.startswith("__") && FName.endswith("_chk") &&
  /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('+')
  /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 76 if id.startswith('arm'):
  /external/webkit/Tools/Scripts/webkitpy/test/
skip.py 39 if not name.startswith('test_'):
  /build/tools/
check_radio_versions.py 32 if line.startswith("require"):
61 if not line or line.startswith("#"): continue
findleaves.py 75 if arg.startswith("--mindepth="):
80 elif arg.startswith("--prune="):
post_process_props.py 49 if line.startswith(key):
56 if self.lines[i].startswith(key):
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
filetestcase.py 86 elif line.startswith('+') or line.startswith('-'):
  /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'):

Completed in 359 milliseconds

1 2 3 4 5 6 7 8 910