/third_party/musl/scripts/ |
H A D | search_source_files.py | 17 if (cur_path.endswith(".h")):
20 if (cur_path.endswith(".c")):
34 elif (cur_path.endswith(".c") or cur_path.endswith(".s") or
35 cur_path.endswith(".S")):
49 if (cur_path.endswith(".c")):
70 if (cur_path.endswith(".c") or cur_path.endswith(".s") or
71 cur_path.endswith(".S")):
78 if name.endswith(" [all...] |
/third_party/skia/tools/ |
H A D | rewrite_includes.py | 58 if file_name.endswith('.h'): 82 if (file_path.endswith('.h') or 83 file_path.endswith('.c') or 84 file_path.endswith('.m') or 85 file_path.endswith('.mm') or 86 file_path.endswith('.inc') or 87 file_path.endswith('.cc') or 88 file_path.endswith('.cpp')):
|
/third_party/astc-encoder/Test/testlib/ |
H A D | image.py | 297 if (i < 3) and channel.endswith("%"): 299 elif (i < 3) and not channel.endswith("%"): 309 if (i < 3) and channel.endswith("%"): 311 if (i < 3) and not channel.endswith("%"): 320 if (i < 3) and channel.endswith("%"): 322 elif (i < 3) and not channel.endswith("%"): 332 if (i < 3) and channel.endswith("%"): 334 if (i < 3) and not channel.endswith("%"): 344 if self.filePath.endswith("dds"): 351 if self.filePath.endswith("ex [all...] |
/third_party/skia/ |
H A D | PRESUBMIT.py | 52 is_json = affected_file_path.endswith('.json') 54 affected_file_path.endswith('/METADATA')) 89 if affected_file_path.endswith('.cpp') or affected_file_path.endswith('.h'): 150 if (f.LocalPath().endswith('.gn') or 151 f.LocalPath().endswith('.gni')): 182 if f.LocalPath().endswith('.md'): 261 sources = lambda x: (x.LocalPath().endswith('.h') or 262 x.LocalPath().endswith('.py') or 263 x.LocalPath().endswith(' [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja_test.py | 25 writer.ComputeOutputFileName(spec, "executable").endswith(".exe") 28 writer.ComputeOutputFileName(spec, "shared_library").endswith(".dll") 31 writer.ComputeOutputFileName(spec, "static_library").endswith(".lib") 47 writer.ComputeOutputFileName(spec, "shared_library").endswith(".so") 50 writer.ComputeOutputFileName(spec, "static_library").endswith(".a")
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja_test.py | 25 writer.ComputeOutputFileName(spec, "executable").endswith(".exe") 28 writer.ComputeOutputFileName(spec, "shared_library").endswith(".dll") 31 writer.ComputeOutputFileName(spec, "static_library").endswith(".lib") 47 writer.ComputeOutputFileName(spec, "shared_library").endswith(".so") 50 writer.ComputeOutputFileName(spec, "static_library").endswith(".a")
|
/third_party/python/Mac/ |
H A D | Extras.install.py | 15 if name.endswith('~'): return 0 16 if name.endswith('.BAK'): return 0 17 if name.endswith('.pyc'): return 0 18 if name.endswith('.pyo'): return 0 19 if name.endswith('.orig'): return 0
|
/third_party/typescript/tests/ts_extra_tests/ |
H A D | run_ts_case.py | 50 if (path.endswith(".ts") | path.endswith(".tsx")):
177 if file_paths.endswith(".ts") | file_paths.endswith(".tsx"):
183 if file_paths.endswith(".ts") | file_paths.endswith(".tsx"):
199 if not file_paths.endswith(".ts") | file_paths.endswith(".tsx"):
|
/third_party/vk-gl-cts/scripts/src_util/ |
H A D | check_whitespace.py | 34 if line.endswith(" \n") or line.endswith("\t\n"): 40 if line.endswith("\r") or line.endswith("\r\n"):
|
/third_party/python/Tools/scripts/ |
H A D | pysource.py | 51 return fullpath.endswith(".py") or fullpath.endswith(".pyw") 66 if fullpath.endswith(".py") or fullpath.endswith(".pyw"):
|
H A D | patchcheck.py | 176 fixed = [path for path in file_paths if path.endswith('.py') and 256 python_files = [fn for fn in file_paths if fn.endswith('.py')] 257 c_files = [fn for fn in file_paths if fn.endswith(('.c', '.h'))] 259 fn.endswith(('.rst', '.inc'))] 274 python_files = [fn for fn in file_paths if fn.endswith('.py')] 275 c_files = [fn for fn in file_paths if fn.endswith(('.c', '.h'))] 277 fn.endswith(('.rst', '.inc'))]
|
H A D | update_file.py | 34 if line.endswith(b'\r\n'): 36 elif line.endswith(b'\r'): 38 elif line.endswith(b'\n'):
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | check-header-guards.py | 8 [x for x in os.listdir ('.') if x.startswith ('hb') and x.endswith ('.h')] 10 [x for x in os.listdir ('.') if x.startswith ('hb') and x.endswith (('.cc', '.hh'))] 15 if not x.endswith ('h') or x == 'hb-gobject-structs.h': continue
|
/third_party/node/deps/v8/tools/ |
H A D | v8_presubmit.py | 365 return name.endswith('.cc') or name.endswith('.h') 410 return name.endswith('.tq') 439 return name.endswith('.js') or name.endswith('.mjs') 501 if name.endswith(ext): 572 if ' \n' in contents or contents.endswith(' '): 576 if not contents.endswith(' '): 587 if not contents.endswith('\n') or contents.endswith('\ [all...] |
/third_party/python/PC/layout/support/ |
H A D | filesets.py | 17 if p.endswith("*"): 32 or any(map(bn.endswith, self._suffixes)) 51 elif p.endswith("*"): 66 or any(map(bn.endswith, self._suffixes))
|
/third_party/skia/tools/copyright/ |
H A D | fileparser.py | 14 if (filepath.endswith('.cpp') or 15 filepath.endswith('.h') or 16 filepath.endswith('.c')):
|
/third_party/icu/tools/scripts/ |
H A D | icu-file-utf8-check.py | 78 if not (file_name.endswith(".txt") or file_name.endswith(".sln") 79 or file_name.endswith(".targets") or ".vcxproj" in file_name):
|
/third_party/skia/resources/sksl/ |
H A D | update_fuzzer.py | 35 and not file.endswith('.py') # Python 36 and not file.endswith('.test') # ES2 conformance script 37 and not file.endswith('.txt')): # Text
|
/third_party/typescript/tests/ts_extra_tests/tool/ |
H A D | test_helper.py | 67 if dir_path.endswith("test_ts_cases") or dir_path.endswith("test_ts_cases/"): 111 if file_path.endswith(one.strip()):
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | pytree_idempotency.py | 45 if fn.endswith(".pyc"): 47 if not fn.endswith(".py"): 62 if not name.endswith(".py"):
|
/third_party/skia/third_party/externals/dawn/scripts/ |
H A D | extract.py | 59 if info.filename.endswith('/'): 116 if archive.endswith('.zip'): 118 elif archive.endswith('.tar.gz'): 120 elif archive.endswith('.tar.bz2'):
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | utils.py | 216 if middle.endswith((")", ">", ".", ",", "\n", ">")): 230 middle.endswith(".org") 231 or middle.endswith(".net") 232 or middle.endswith(".com") 301 if p.endswith(","): 303 elif not p.endswith("."): 589 if template_name.endswith(enabled_patterns): 591 if template_name.endswith(disabled_patterns):
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | utils.py | 216 if middle.endswith((")", ">", ".", ",", "\n", ">")): 230 middle.endswith(".org") 231 or middle.endswith(".net") 232 or middle.endswith(".com") 301 if p.endswith(","): 303 elif not p.endswith("."): 589 if template_name.endswith(enabled_patterns): 591 if template_name.endswith(disabled_patterns):
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | utils.py | 106 if not filename.endswith(".whl"): 147 if filename.endswith(".tar.gz"): 149 elif filename.endswith(".zip"):
|
/third_party/python/Lib/ |
H A D | linecache.py | 88 if not filename or (filename.startswith('<') and filename.endswith('>')): 140 if lines and not lines[-1].endswith('\n'): 165 if not filename or (filename.startswith('<') and filename.endswith('>')):
|