OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endswith
(Results
1 - 25
of
110
) sorted by null
1
2
3
4
5
/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
14
if f.
endswith
(".xcspec") and f.startswith("Clang LLVM"):
63
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/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/v8/test/test262/
testcfg.py
46
return self.filename.
endswith
('-n.js')
91
if 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"):
/external/bluetooth/bluez/test/
list-devices
20
if (uuid.
endswith
("-0000-1000-8000-00805f9b34fb")):
/external/chromium/googleurl/
PRESUBMIT.py
83
if line.
endswith
(' '):
PRESUBMIT_unittest.py
48
self.failIf(path.
endswith
('notsource'))
Completed in 289 milliseconds
1
2
3
4
5