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

1 2 3 45 6 7 8 91011>>

  /external/chromium-trace/catapult/dashboard/dashboard/models/
sheriff.py 87 return email.endswith(_ALLOWED_INTERNAL_ONLY_EMAIL_DOMAINS)
  /external/chromium-trace/catapult/telemetry/
list_telemetry_unittests 21 return line.endswith(' queued')
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
cas.py 61 assert authority.endswith("/") and authority.startswith("http")
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
batchresults.py 82 if name.endswith('MessageBatchResultEntry'):
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
main.py 52 if not new_path.endswith("/"):
  /external/chromium-trace/catapult/third_party/webapp2/
run_tests.py 27 all_tests = [f[:-8] for f in os.listdir(tests_path) if f.endswith('_test.py')]
  /external/clang/docs/
conf.py 226 if not name.endswith('.rst') or name in ('index.rst',):
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 84 if (FName.startswith("__") && FName.endswith("_chk") &&
  /external/icu/icu4c/source/test/depstest/
dependencies.py 48 if name.endswith(".o"):
55 if "/" in name or name.endswith(".o"):
60 if "/" in name or not name.endswith(".o"):
132 if line.startswith('"') and line.endswith('"') and '"' not in symbol:
  /external/llvm/docs/
conf.py 225 if not name.endswith('.rst') or name in ('index.rst',):
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
quoprimime.py 213 if line.endswith(CRLF):
255 if lines[lineno].endswith(CRLF) or lines[lineno][-1] in CRLF:
314 if not encoded.endswith(eol) and decoded.endswith(eol):
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
literals.py 45 assert s.endswith(q), repr(s[-len(q):])
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
result.py 90 if not output.endswith('\n'):
94 if not error.endswith('\n'):
170 if not output.endswith('\n'):
174 if not error.endswith('\n'):
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
quoprimime.py 213 if line.endswith(CRLF):
255 if lines[lineno].endswith(CRLF) or lines[lineno][-1] in CRLF:
314 if not encoded.endswith(eol) and decoded.endswith(eol):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
literals.py 45 assert s.endswith(q), repr(s[-len(q):])
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
result.py 90 if not output.endswith('\n'):
94 if not error.endswith('\n'):
170 if not output.endswith('\n'):
174 if not error.endswith('\n'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_extension.py 38 if s.endswith('.pyx'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 213 if line.endswith(CRLF):
255 if lines[lineno].endswith(CRLF) or lines[lineno][-1] in CRLF:
314 if not encoded.endswith(eol) and decoded.endswith(eol):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 45 assert s.endswith(q), repr(s[-len(q):])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
result.py 90 if not output.endswith('\n'):
94 if not error.endswith('\n'):
170 if not output.endswith('\n'):
174 if not error.endswith('\n'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_extension.py 38 if s.endswith('.pyx'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
quoprimime.py 213 if line.endswith(CRLF):
255 if lines[lineno].endswith(CRLF) or lines[lineno][-1] in CRLF:
314 if not encoded.endswith(eol) and decoded.endswith(eol):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
literals.py 45 assert s.endswith(q), repr(s[-len(q):])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
result.py 90 if not output.endswith('\n'):
94 if not error.endswith('\n'):
170 if not output.endswith('\n'):
174 if not error.endswith('\n'):
  /external/v8/tools/
presubmit.py 190 return name.endswith('.cc') or name.endswith('.h')
283 if name.endswith(ext):
339 if ' \n' in contents or contents.endswith(' '):
343 if not contents.endswith(' '):
354 if not contents.endswith('\n') or contents.endswith('\n\n'):
358 if name.endswith(".cc"):
430 if (lines[i].endswith(",") and len(lines[i + 1]) > 0 and

Completed in 1064 milliseconds

1 2 3 45 6 7 8 91011>>