Searched refs:endswith (Results 1 – 25 of 373) sorted by relevance
12345678910>>...15
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
D | ninja_test.py | 22 endswith('.exe')) 24 endswith('.dll')) 26 endswith('.lib')) 39 endswith('.so')) 41 endswith('.a'))
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/ |
D | buildershandler_unittest.py | 151 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/ |
D | linux_unittest.py | 52 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/ |
D | setup.py | 27 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/ |
D | setup.py | 125 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/ |
D | chromeos_crosh.py | 30 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/ |
D | fileparser.py | 14 if (filepath.endswith('.cpp') or 15 filepath.endswith('.h') or 16 filepath.endswith('.c')):
|
/external/chromium_org/v8/tools/ |
D | presubmit.py | 217 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/ |
D | vc98_swap.py | 44 if os.getcwd().endswith('Mkfiles\\vc9') : 47 if file.endswith(".sln") : 49 if file.endswith(".vcproj") :
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 217 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/ |
D | patched_file_system.py | 53 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('/')]
|
D | empty_dir_file_system.py | 15 if not path.endswith('/'): 24 if not path.endswith('/'):
|
/external/clang/tools/clang-format/ |
D | clang-format-diff.py | 59 if not (filename.endswith(".cpp") or filename.endswith(".cc") or 60 filename.endswith(".h")):
|
/external/markdown/markdown/extensions/ |
D | tables.py | 42 if c.startswith(':') and c.endswith(':'): 46 elif c.endswith(':'): 81 if row.endswith('|'):
|
/external/chromium_org/ |
D | PRESUBMIT.py | 302 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/ |
D | result.py | 80 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/ |
D | test_package.py | 91 if test[0] != ' ' and not test.endswith('.'): 94 if test[0] != ' ' and test.endswith('.'):
|
/external/chromium_org/tools/ |
D | PRESUBMIT.py | 16 if (not f.LocalPath().endswith('run-bisect-perf-regression.cfg') and 17 not f.LocalPath().endswith('run-perf-test.cfg')):
|
D | find_depot_tools.py | 17 if i.rstrip(os.sep).endswith('depot_tools'): 21 if i.rstrip(os.sep).endswith('depot_tools'):
|
/external/icu4c/test/depstest/ |
D | dependencies.py | 46 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/ |
D | PRESUBMIT.py | 18 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/ |
D | generate_devtools_html.py | 38 if (file_name.endswith('.js')): 40 elif (file_name.endswith('.css')):
|
/external/chromium_org/media/tools/layout_tests/ |
D | layouttests.py | 167 if parent_location.endswith('/'): 179 if file_name.endswith('.html'): 240 te_name in lt_name and te_name.endswith('/')):
|
/external/v8/tools/ |
D | 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(' '):
|
/external/chromium_org/build/ |
D | landmine_utils.py | 95 if generator.endswith('-android'): 97 elif generator.endswith('-ninja'):
|
12345678910>>...15