Home
last modified time | relevance | path

Searched refs:endswith (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dninja_test.py22 endswith('.exe'))
24 endswith('.dll'))
26 endswith('.lib'))
39 endswith('.so'))
41 endswith('.a'))
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
Dbuildershandler_unittest.py151 if url.endswith('chromium.gpu/json/builders'):
153 if url.endswith('Win%20GPU'):
155 if url.endswith('Win%20Empty'):
157 if url.endswith('Win%20GPU/builds/2'):
160 if url.endswith('chromium.fyi/json/builders'):
162 if url.endswith('Mac%20FYI'):
164 if url.endswith('Mac%20FYI/builds/2'):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dlinux_unittest.py52 self.assertTrue(port.baseline_path().endswith('linux-x86'))
53 self.assertTrue(port.baseline_search_path()[0].endswith('linux-x86'))
54 self.assertTrue(port.baseline_search_path()[1].endswith('linux'))
56 self.assertTrue(port.baseline_path().endswith('linux'))
57 self.assertTrue(port.baseline_search_path()[0].endswith('linux'))
103 self.assertTrue(self.make_port()._path_to_driver().endswith('content_shell'))
104 …ake_port(options=MockOptions(driver_name='OtherDriver'))._path_to_driver().endswith('OtherDriver'))
/external/chromium_org/build/android/pylib/host_driven/
Dsetup.py27 return [os.path.join(root, f) for f in files if f.endswith('Test.py')]
64 if (root.endswith('host_driven_tests') or
65 root.endswith('pythonDrivenTests') or
66 (is_official_build and (root.endswith('pythonDrivenTests/official') or
67 root.endswith('host_driven_tests/official')))):
/external/chromium_org/third_party/protobuf/python/
Dsetup.py125 if filepath.endswith("_pb2.py") or filepath.endswith(".pyc") or \
126 filepath.endswith(".so") or filepath.endswith(".o") or \
127 filepath.endswith('google/protobuf/compiler/__init__.py'):
/external/chromium_org/chrome/test/functional/
Dchromeos_crosh.py30 self.GetHtermRowsText(start=0, end=2).endswith('crosh> '),
75 windex=windex).endswith('crosh> '),
92 self.GetHtermRowsText(start=0, end=2).endswith('crosh> '),
108 self.GetHtermRowsText(start=0, end=2).endswith('crosh> '),
150 self.GetHtermRowsText(start=0, end=2).endswith('crosh> '),
/external/skia/tools/copyright/
Dfileparser.py14 if (filepath.endswith('.cpp') or
15 filepath.endswith('.h') or
16 filepath.endswith('.c')):
/external/chromium_org/v8/tools/
Dpresubmit.py217 return name.endswith('.cc') or name.endswith('.h')
308 if name.endswith(ext):
350 if ' \n' in contents or contents.endswith(' '):
354 if not contents.endswith(' '):
365 if not contents.endswith('\n') or contents.endswith('\n\n'):
369 if name.endswith(".cc"):
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
Dvc98_swap.py44 if os.getcwd().endswith('Mkfiles\\vc9') :
47 if file.endswith(".sln") :
49 if file.endswith(".vcproj") :
/external/llvm/lib/IR/
DAutoUpgrade.cpp217 if (Name.endswith("ub")) in UpgradeIntrinsicCall()
219 else if (Name.endswith("uw")) in UpgradeIntrinsicCall()
221 else if (Name.endswith("ud")) in UpgradeIntrinsicCall()
223 else if (Name.endswith("uq")) in UpgradeIntrinsicCall()
225 else if (Name.endswith("b")) in UpgradeIntrinsicCall()
227 else if (Name.endswith("w")) in UpgradeIntrinsicCall()
229 else if (Name.endswith("d")) in UpgradeIntrinsicCall()
231 else if (Name.endswith("q")) in UpgradeIntrinsicCall()
/external/chromium_org/chrome/common/extensions/docs/server2/
Dpatched_file_system.py53 dir_paths = set(path for path in paths if path.endswith('/'))
73 assert path.endswith('/')
81 assert path.endswith('/')
99 deleted_files = [child for child in deleted if not child.endswith('/')]
102 modified += [child for child in deleted if child.endswith('/')]
Dempty_dir_file_system.py15 if not path.endswith('/'):
24 if not path.endswith('/'):
/external/clang/tools/clang-format/
Dclang-format-diff.py59 if not (filename.endswith(".cpp") or filename.endswith(".cc") or
60 filename.endswith(".h")):
/external/markdown/markdown/extensions/
Dtables.py42 if c.startswith(':') and c.endswith(':'):
46 elif c.endswith(':'):
81 if row.endswith('|'):
/external/chromium_org/
DPRESUBMIT.py302 if not f.LocalPath().endswith('.h'):
321 if (not f.LocalPath().endswith(('.cc', '.mm'))):
325 if 'UNIT_TEST ' in line or line.endswith('UNIT_TEST'):
338 if (not f.LocalPath().endswith(('.cc', '.h')) or
339 f.LocalPath().endswith(('test.cc', '_win.cc', '_win.h'))):
362 if any(f.LocalPath().endswith('.DEPS.git') for f in
378 file_filter = lambda f: f.LocalPath().endswith(('.mm', '.m', '.h'))
390 file_filter = lambda f: f.LocalPath().endswith(('.cc', '.mm', '.h'))
433 if not f.LocalPath().endswith('.h'):
452 if not f.LocalPath().endswith(('.cc', '.h', '.inl', '.m', '.mm')):
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
Dresult.py80 if not output.endswith('\n'):
84 if not error.endswith('\n'):
161 if not output.endswith('\n'):
165 if not error.endswith('\n'):
/external/chromium_org/build/android/pylib/gtest/
Dtest_package.py91 if test[0] != ' ' and not test.endswith('.'):
94 if test[0] != ' ' and test.endswith('.'):
/external/chromium_org/tools/
DPRESUBMIT.py16 if (not f.LocalPath().endswith('run-bisect-perf-regression.cfg') and
17 not f.LocalPath().endswith('run-perf-test.cfg')):
Dfind_depot_tools.py17 if i.rstrip(os.sep).endswith('depot_tools'):
21 if i.rstrip(os.sep).endswith('depot_tools'):
/external/icu4c/test/depstest/
Ddependencies.py46 if name.endswith(".o"):
53 if "/" in name or name.endswith(".o"):
58 if "/" in name or not name.endswith(".o"):
129 if line.startswith('"') and line.endswith('"') and '"' not in symbol:
/external/chromium_org/base/
DPRESUBMIT.py18 not f.LocalPath().endswith('_unittest.mm') and
19 not f.LocalPath().endswith('mac/sdk_forward_declarations.h')):
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dgenerate_devtools_html.py38 if (file_name.endswith('.js')):
40 elif (file_name.endswith('.css')):
/external/chromium_org/media/tools/layout_tests/
Dlayouttests.py167 if parent_location.endswith('/'):
179 if file_name.endswith('.html'):
240 te_name in lt_name and te_name.endswith('/')):
/external/v8/tools/
Dpresubmit.py213 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(' '):
/external/chromium_org/build/
Dlandmine_utils.py95 if generator.endswith('-android'):
97 elif generator.endswith('-ninja'):

12345678910>>...15