HomeSort by relevance Sort by last modified time
    Searched refs:startswith (Results 26 - 50 of 3099) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/lib2to3/pgen2/
literals.py 21 assert all.startswith("\\")
25 if tail.startswith("x"):
41 assert s.startswith("'") or s.startswith('"'), repr(s[:1])
  /external/python/cpython3/Lib/lib2to3/pgen2/
literals.py 21 assert all.startswith("\\")
25 if tail.startswith("x"):
41 assert s.startswith("'") or s.startswith('"'), repr(s[:1])
  /external/python/cpython3/Tools/scripts/
run_tests.py 20 return arg.startswith('-j') or arg.startswith('--multiprocess')
24 return arg.startswith('-u') or arg.startswith('--use')
  /external/skia/gn/
create_sksl_enums.py 16 if not line.startswith("#"):
  /external/skqp/gn/
create_sksl_enums.py 16 if not line.startswith("#"):
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
literals.py 21 assert all.startswith("\\")
25 if tail.startswith("x"):
41 assert s.startswith("'") or s.startswith('"'), repr(s[:1])
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
literals.py 21 assert all.startswith("\\")
25 if tail.startswith("x"):
41 assert s.startswith("'") or s.startswith('"'), repr(s[:1])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 21 assert all.startswith("\\")
25 if tail.startswith("x"):
41 assert s.startswith("'") or s.startswith('"'), repr(s[:1])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 21 assert all.startswith("\\")
25 if tail.startswith("x"):
41 assert s.startswith("'") or s.startswith('"'), repr(s[:1])
  /tools/test/connectivity/tools/lab/
lab_upload_hooks.py 27 if file.startswith('tools/lab/'):
  /external/capstone/bindings/
const_generator.py 82 if line.startswith(MARKUP): # markup for comments
88 if line == '' or line.startswith('//'):
91 if not line.startswith(prefix.upper()):
97 if not t or t.startswith('//'): continue
100 if f[0].startswith(prefix.upper()):
  /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/libyuv/files/tools_libyuv/valgrind/memcheck/
PRESUBMIT.py 44 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/v8/tools/
find-commit-for-patch.py 35 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/webrtc/tools/valgrind-webrtc/memcheck/
PRESUBMIT.py 44 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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_numliterals.py 19 return (node.value.startswith(u"0") or node.value[-1] in u"Ll")
25 elif val.startswith(u'0') and val.isdigit() and len(set(val)) > 1:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathSupport.py 26 if FileName.startswith('\\\\?\\'):
28 if FileName.startswith('\\\\'):
  /external/autotest/frontend/afe/
rpc_client_lib.py 33 if (not hostname.startswith('http://') and
34 not hostname.startswith('https://')):
  /external/autotest/frontend/
db_router.py 50 return model._meta.db_table.startswith('server')
60 return model._meta.db_table.startswith('tko_')
  /external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/
protocol_hwgrep.py 22 if isinstance(value, basestring) and value.startswith('hwgrep://'):
29 if url.lower().startswith("hwgrep://"): url = url[9:]
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_numliterals.py 19 return (node.value.startswith(u"0") or node.value[-1] in u"Ll")
25 elif val.startswith(u'0') and val.isdigit() and len(set(val)) > 1:
  /external/python/cpython2/Mac/IDLE/
idlemain.py 55 if p[2].startswith('/Contents/MacOS/Python'):
66 if value.startswith('-psn_'):
  /external/python/cpython3/Mac/IDLE/IDLE.app/Contents/Resources/
idlemain.py 55 if p[2].startswith('/Contents/MacOS/Python'):
66 if value.startswith('-psn_'):
  /frameworks/support/lifecycle/compiler/
reset_results.py 46 if (state == 0 and line.startswith(expected)):
51 if state == 1 and line.startswith("Actual Source:"):
  /libcore/annotations/
generate_annotated_java_files.py 22 if line.startswith(PACKAGE_STRING):
24 if line.startswith(CLASS_STRING) and current_package is not None:

Completed in 626 milliseconds

12 3 4 5 6 7 8 91011>>