Home
last modified time | relevance | path

Searched refs:startswith (Results 1 – 25 of 973) sorted by relevance

12345678910>>...39

/external/llvm/utils/
Dsort_includes.py38 if l.startswith('#include'):
44 if look_for_api_header and header.startswith('"'):
48 if (header.startswith('<') or header.startswith('"gtest/') or
49 header.startswith('"isl/') or header.startswith('"json/')):
52 if (header.startswith('"clang/') or header.startswith('"clang-c/') or
53 header.startswith('"polly/')):
56 if (header.startswith('"llvm/') or header.startswith('"llvm-c/')):
66 if l.startswith('//') or l.startswith('#define') or l.startswith('#ifndef'):
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_time_unittest.py40 if not (sys.platform.startswith(trace_time._PLATFORMS['windows'])
41 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
47 if not sys.platform.startswith(trace_time._PLATFORMS['linux']):
53 if not sys.platform.startswith(trace_time._PLATFORMS['mac']):
60 if not (sys.platform.startswith(trace_time._PLATFORMS['windows'])
61 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
71 if not (sys.platform.startswith(trace_time._PLATFORMS['windows'])
72 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
82 if not (sys.platform.startswith(trace_time._PLATFORMS['windows'])
83 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
[all …]
Dtrace_time.py72 if plat.startswith(key):
160 if plat.startswith(_PLATFORMS['cygwin'])
196 if plat.startswith(_PLATFORMS['mac']):
199 elif (plat.startswith(_PLATFORMS['linux'])
200 or plat.startswith(_PLATFORMS['freebsd'])
201 or plat.startswith(_PLATFORMS['bsd'])
202 or plat.startswith(_PLATFORMS['sunos'])):
205 elif (plat.startswith(_PLATFORMS['windows'])
206 or plat.startswith(_PLATFORMS['cygwin'])):
/external/autotest/client/tools/
Dscan_results.py25 if (line.startswith("START") and len(parts) >= 5 and
26 parts[3].startswith("timestamp")):
32 elif (line.startswith("END") and len(parts) >= 5 and
33 parts[3].startswith("timestamp")):
40 if test_name.startswith("kvm."):
46 elif (len(parts) >= 6 and parts[3].startswith("timestamp") and
47 parts[4].startswith("localtime")):
/external/llvm/lib/IR/
DAutoUpgrade.cpp71 if (Name.size() <= 8 || !Name.startswith("llvm.")) in UpgradeIntrinsicFunction1()
78 if (Name.startswith("arm.neon.vclz")) { in UpgradeIntrinsicFunction1()
91 if (Name.startswith("arm.neon.vcnt")) { in UpgradeIntrinsicFunction1()
133 if (Name.startswith("ctlz.") && F->arg_size() == 1) { in UpgradeIntrinsicFunction1()
139 if (Name.startswith("cttz.") && F->arg_size() == 1) { in UpgradeIntrinsicFunction1()
151 if (F->arg_size() == 2 && Name.startswith("objectsize.")) { in UpgradeIntrinsicFunction1()
163 if (Name.startswith("x86.sse2.pcmpeq.") || in UpgradeIntrinsicFunction1()
164 Name.startswith("x86.sse2.pcmpgt.") || in UpgradeIntrinsicFunction1()
165 Name.startswith("x86.avx2.pcmpeq.") || in UpgradeIntrinsicFunction1()
166 Name.startswith("x86.avx2.pcmpgt.") || in UpgradeIntrinsicFunction1()
[all …]
/external/v8/test/benchmarks/
Dtestcfg.py123 if testcase.path.startswith("kraken"):
126 elif testcase.path.startswith("octane"):
129 if testcase.path.startswith("octane/gbemu"):
131 elif testcase.path.startswith("octane/typescript"):
135 elif testcase.path.startswith("octane/zlib"):
138 elif testcase.path.startswith("sunspider"):
160 if f.startswith("downloaded_") or
161 f.startswith("CHECKED_OUT_")]
/external/skia/
Dgyp_skia46 if arg.startswith('-I') and len(arg) > 2:
81 if sys.platform.startswith('darwin'):
83 elif sys.platform.startswith('win'):
85 elif sys.platform.startswith('cygwin'):
95 if sys.platform.startswith('win') or sys.platform.startswith('cygwin'):
139 if sys.platform.startswith('win'):
/external/v8/test/webkit/
Dtestcfg.py49 for dotted in [x for x in dirs if x.startswith('.')]:
107 return (string.startswith("==") or string.startswith("**") or
108 string.startswith("ANDROID") or
110 string.startswith("DEBUG MODE ENABLED") or
111 string.startswith("tools/nacl-run.py") or
129 if line.startswith("#") or not line.strip(): continue
144 if line.startswith("=="):
/external/v8/test/message/
Dtestcfg.py49 for dotted in [x for x in dirs if x.startswith('.')]:
88 return (string.startswith("==") or string.startswith("**") or
89 string.startswith("ANDROID") or
91 string.startswith("DEBUG MODE ENABLED") or
92 string.startswith("tools/nacl-run.py") or
103 if line.startswith("#") or not line.strip(): continue
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp121 if (Expr.startswith("<<") || Expr.startswith(">>")) in getTokenForError()
156 if (Expr.startswith("<<")) in parseBinOpToken()
158 if (Expr.startswith(">>")) in parseBinOpToken()
221 if (!Expr.startswith("(")) in evalDecodeOperand()
232 if (!RemainingExpr.startswith(",")) in evalDecodeOperand()
242 if (!RemainingExpr.startswith(")")) in evalDecodeOperand()
289 if (!Expr.startswith("(")) in evalNextPC()
300 if (!RemainingExpr.startswith(")")) in evalNextPC()
327 if (!Expr.startswith("(")) in evalStubAddr()
338 if (!RemainingExpr.startswith(",")) in evalStubAddr()
[all …]
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp204 if (SymName.startswith("??_7")) { in dumpCXXData()
212 else if (SymName.startswith("??_8")) { in dumpCXXData()
219 else if (SymName.startswith("??_R4")) { in dumpCXXData()
228 else if (SymName.startswith("??_R3")) { in dumpCXXData()
237 else if (SymName.startswith("??_R2")) { in dumpCXXData()
244 else if (SymName.startswith("??_R1")) { in dumpCXXData()
253 else if (SymName.startswith("??_R0")) { in dumpCXXData()
266 else if (SymName.startswith("_TI") || SymName.startswith("__TI")) { in dumpCXXData()
274 else if (SymName.startswith("_CTA") || SymName.startswith("__CTA")) { in dumpCXXData()
283 else if (SymName.startswith("_CT") || SymName.startswith("__CT")) { in dumpCXXData()
[all …]
/external/webrtc/tools/valgrind-webrtc/memcheck/
DPRESUBMIT.py44 if line.startswith('#') or not line:
69 if not line.startswith('Memcheck:'):
80 if (line.startswith('fun:') or line.startswith('obj:') or
81 line.startswith('Memcheck:') or line == '}' or
/external/clang/docs/tools/
Ddump_format_style.py29 if s.startswith('\n'):
114 if line.startswith('///'):
121 if line.startswith('///'):
123 elif line.startswith('enum'):
127 elif line.startswith('struct'):
140 if line.startswith('///'):
147 if line.startswith('///'):
153 if line.startswith('///'):
162 if line.startswith('///'):
/external/clang/utils/
DCmpDriver82 return (filename.startswith('/tmp/', 1) or
83 filename.startswith('/var/', 1))
101 ln.startswith('Target: ') or
102 ln.startswith('Configured with: ') or
103 ln.startswith('Thread model: ') or
104 ln.startswith('gcc version') or
105 ln.startswith('clang version')):
107 elif ln.strip().startswith('"'):
/external/tpm2/generator/
Dtpm_table.py177 if not alg_type.startswith('!'):
487 if new_value.startswith('$!ALG'):
490 elif new_value.startswith('$'):
492 elif new_value.startswith('#'):
513 if new_value.startswith('{'):
517 elif new_value.startswith('+'):
519 elif new_value.startswith('#'):
521 elif new_value.startswith('$'):
551 if name.startswith('TPM_'):
641 if type_name.startswith('TPMI_'):
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dmac_platform_backend.py138 if os_version.startswith('9.'):
140 if os_version.startswith('10.'):
142 if os_version.startswith('11.'):
144 if os_version.startswith('12.'):
146 if os_version.startswith('13.'):
148 if os_version.startswith('14.'):
150 if os_version.startswith('15.'):
/external/chromium-trace/catapult/dashboard/dashboard/
Dchange_internal_only_test.py81 if (test.test_path.startswith('ChromiumPerf/win7') or
82 test.test_path.startswith('ChromiumGPU/mac')):
91 if (test_path.startswith('ChromiumPerf/win7') or
92 test_path.startswith('ChromiumGPU/mac')):
101 if (test_path.startswith('ChromiumPerf/win7') or
102 test_path.startswith('ChromiumGPU/mac')):
/external/v8/tools/
Dfind-commit-for-patch.py35 if line.startswith("diff --git "):
38 assert words[2].startswith("a/") and len(words[2]) > 2
40 elif line.startswith("index "):
44 if old_hash.startswith("0000000"): continue # Ignore new files.
64 if actual_hash.startswith(expected_hash): matched_files += 1
/external/clang/lib/Analysis/
DCocoaConventions.cpp30 if (TDName.startswith(Prefix) && TDName.endswith("Ref")) in isRefType()
33 if (TDName.startswith("xpc_")) in isRefType()
47 return Name.startswith(Prefix); in isRefType()
124 if (suffix.startswith("reate")) { in followsCreateRule()
127 else if (suffix.startswith("opy")) { in followsCreateRule()
/external/opencv3/modules/python/src2/
Dhdr_parser.py192 if arg_type.startswith("operator"):
261 if decl_str.startswith("explicit"):
264 if decl_str.startswith("virtual"):
267 if decl_str.startswith("static"):
414 if decl_str.startswith("static") and (context == "class" or context == "struct"):
419 if decl_str.startswith("CVAPI"):
474 if self.wrap_mode and (("::" in funcname) or funcname.startswith("~")):
589 if name.startswith("cv."):
641 if not stack_top[self.PUBLIC_SECTION] or stmt.startswith("template"):
645 if not self.wrap_mode and stmt.startswith("typedef struct"):
[all …]
/external/tpm2/
Dparsep328 if buffer[i].startswith('#include'):
30 if buffer[i].startswith(
31 '#ifdef TPM_CC') and buffer[-1].startswith(
40 if line == '' and text[-2].startswith(' ') and text[-5] == '':
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.general/
Dp8.cpp8 constexpr bool startswith(const char *p, const char *q) { in startswith() function
9 return !*q || (*p == *q && startswith(p + 1, q + 1)); in startswith()
12 return *p && (startswith(p, q) || contains(p + 1, q)); in contains()
/external/autotest/client/common_lib/cros/network/
Diw_runner.py138 if line.startswith('freq:'):
140 if line.startswith('signal:'):
142 if line.startswith('SSID: '):
144 if line.startswith('* secondary channel offset'):
146 if line.startswith('WPA'):
148 if line.startswith('RSN'):
173 if (line.startswith(IW_TIME_COMMAND_OUTPUT_START) and
174 output_lines[line_num + 1].startswith('user') and
175 output_lines[line_num + 2].startswith('sys')):
454 current_section.startswith('VHT Capabilities') and
[all …]
/external/webrtc/
Dsetup_links.py139 if 'yes'.startswith(choice):
141 elif 'no'.startswith(choice):
200 if sys.platform.startswith('win'):
242 if sys.platform.startswith('win'):
259 if sys.platform.startswith('win'):
337 """), 'python ' if sys.platform.startswith('win') else '', sys.argv[0])
357 if os.path.islink(link_path) or sys.platform.startswith('win'):
363 if sys.platform.startswith('win') and os.path.isdir(link_path):
393 if sys.platform.startswith('win'):
484 if sys.platform.startswith('win'):
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_tempfile_test.py80 self.assertTrue(filename_a.startswith('/tmp/tmp'))
85 self.assertTrue(filename_b.startswith('/tmp/tmp'))
92 self.assertTrue(filename.startswith('/tmp/tmp'))
99 self.assertTrue(filename.startswith('/tmp/prefix.'))
105 self.assertTrue(filename.startswith('/dir/tmp'))
137 self.assertTrue(temporary[1].startswith('/tmp/tmp'))
155 self.assertTrue(temporary[1].startswith('/dir/tmp'))

12345678910>>...39