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

1 2 3 4 5 6

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_linux_unittest.py 56 self.assertTrue(port.baseline_path().endswith('chromium-linux'))
57 self.assertTrue(port.baseline_search_path()[0].endswith('chromium-linux'))
59 self.assertTrue(port.baseline_path().endswith('chromium-linux-x86_64'))
60 self.assertTrue(port.baseline_search_path()[0].endswith('chromium-linux-x86_64'))
61 self.assertTrue(port.baseline_search_path()[1].endswith('chromium-linux'))
test_files.py 110 if (filename.endswith('-expected.html') or
111 filename.endswith('-expected-mismatch.html')):
dryrun.py 124 driver_input.filename.endswith('-expected.html')):
129 elif driver_input.filename.endswith('-expected-mismatch.html'):
config_unittest.py 84 self.assertTrue(c.build_directory(None).endswith('WebKitBuild'))
87 self.assertTrue(c.build_directory(None).endswith('WebKitBuild'))
90 self.assertTrue(c.build_directory('Release').endswith('/Release'))
91 self.assertTrue(c.build_directory('Debug').endswith('/Debug'))
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_makenames.py 122 elif inputBasename.endswith('TagNames.in') \
123 or inputBasename.endswith('tags.in'):
126 elif inputBasename.endswith('AttributeNames.in') \
127 or inputBasename.endswith('attrs.in'):
  /external/webkit/Source/WebKit/chromium/scripts/
generate_devtools_html.py 38 if (file_name.endswith('.js')):
40 elif (file_name.endswith('.css')):
generate_devtools_grd.py 110 if not filename.endswith('.png') and not filename.endswith('.gif'):
  /external/markdown/markdown/extensions/
tables.py 42 if c.startswith(':') and c.endswith(':'):
46 elif c.endswith(':'):
81 if row.endswith('|'):
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
common.py 46 if not lines[line_number].endswith("\r"):
  /build/tools/
post_process_props.py 69 if filename.endswith("/build.prop"):
71 elif filename.endswith("/default.prop"):
  /external/webkit/Tools/Scripts/webkitpy/common/net/
testoutputset.py 81 if output_file.name().endswith('.checksum'):
83 elif output_file.name().endswith('.txt'):
85 elif output_file.name().endswith('.png'):
  /external/clang/tools/scan-build/
set-xcode-analyzer 20 if f.endswith(".xcspec") and f.startswith("Clang LLVM"):
69 if not path.endswith("clang"):
  /external/protobuf/python/
setup.py 93 if filepath.endswith("_pb2.py") or filepath.endswith(".pyc"):
  /external/v8/test/es5conform/
testcfg.py 46 return self.filename.endswith('-n.js')
90 if file.endswith('.js'):
  /bootable/recovery/tools/ota/
convert-to-bmp.py 13 if not outfile.endswith(".bmp"):
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 69 if (FName.startswith("__") && FName.endswith("_chk") &&
  /external/v8/tools/
presubmit.py 213 return name.endswith('.cc') or name.endswith('.h')
291 if name.endswith(ext):
327 if ' \n' in contents or contents.endswith(' '):
331 if not contents.endswith(' '):
  /cts/tests/tests/webkitsecurity/generate/
generate_webview_crash_tests.py 72 if not path.endswith('expected.txt'):
109 test_roots = [t for t in test_files if t.endswith('.html')]
  /external/llvm/include/llvm/ADT/
SmallString.h 132 /// endswith - Check if this string ends with the given \arg Suffix.
133 bool endswith(StringRef Suffix) const { function in class:llvm::SmallString
134 return str().endswith(Suffix);
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 232 if profile.endswith('_vert'):
234 elif profile.endswith('_frag'):
  /external/v8/test/mozilla/
testcfg.py 66 return self.filename.endswith('-n.js')
118 if (not file in FRAMEWORK) and file.endswith('.js'):
  /external/webkit/Tools/CodeCoverage/
cov.py 165 if info.endswith("-"):
169 if info.endswith("#"):
  /external/webkit/Tools/Scripts/
check-inspector-strings 60 return file_path.endswith(".js") and (not file_path.endswith("InjectedScript.js"))
test-webkitpy 130 if file_name.endswith(".pyc") and file_name[:-1] not in file_names:
243 if module_name.endswith("QueueStatusServer"):
  /dalvik/tools/
deadcode.py 97 if len(sys.argv) is not 2 or not sys.argv[1].endswith(".jar"):

Completed in 1204 milliseconds

1 2 3 4 5 6