Home
last modified time | relevance | path

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

12345678910>>...21

/third_party/flutter/skia/tools/
Drewrite_includes.py53 if file_name.endswith('.h'):
74 if (file_path.endswith('.h') or
75 file_path.endswith('.c') or
76 file_path.endswith('.m') or
77 file_path.endswith('.mm') or
78 file_path.endswith('.inc') or
79 file_path.endswith('.fp') or
80 file_path.endswith('.cc') or
81 file_path.endswith('.cpp')):
/third_party/musl/scripts/
Dsearch_source_files.py17 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(".s"):
80 elif name.endswith(".S"):
143 if (cur_path.endswith(".h")):
/third_party/skia/
DPRESUBMIT.py52 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('.sh') or
264 x.LocalPath().endswith('.m') or
[all …]
/third_party/skia/tools/
Drewrite_includes.py58 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/flutter/skia/
DPRESUBMIT.py73 is_json = affected_file_path.endswith('.json')
75 affected_file_path.endswith('/METADATA'))
110 if affected_file_path.endswith('.cpp') or affected_file_path.endswith('.h'):
181 if (not f.LocalPath().endswith('.gn') and
182 not f.LocalPath().endswith('.gni')):
260 sources = lambda x: (x.LocalPath().endswith('.h') or
261 x.LocalPath().endswith('.py') or
262 x.LocalPath().endswith('.sh') or
263 x.LocalPath().endswith('.m') or
264 x.LocalPath().endswith('.mm') or
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dninja_test.py23 endswith('.exe'))
25 endswith('.dll'))
27 endswith('.lib'))
40 endswith('.so'))
42 endswith('.a'))
/third_party/node/tools/gyp/pylib/gyp/generator/
Dninja_test.py25 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/
DExtras.install.py16 if name.endswith('~'): return 0
17 if name.endswith('.BAK'): return 0
18 if name.endswith('.pyc'): return 0
19 if name.endswith('.pyo'): return 0
20 if name.endswith('.orig'): return 0
/third_party/typescript/tests/ts_extra_tests/
Drun_ts_case.py60 if path.endswith(".ts"):
133 if file_paths.endswith(".ts"):
139 if file_paths.endswith(".ts"):
154 if not file_paths.endswith(".ts"):
167 if file_paths.endswith(".abc"):
172 if file_paths.endswith(".abc"):
175 if file_paths.endswith(".ts"):
/third_party/vk-gl-cts/scripts/src_util/
Dcheck_whitespace.py34 if line.endswith(" \n") or line.endswith("\t\n"):
40 if line.endswith("\r") or line.endswith("\r\n"):
/third_party/python/Tools/scripts/
Dpysource.py51 return fullpath.endswith(".py") or fullpath.endswith(".pyw")
66 if fullpath.endswith(".py") or fullpath.endswith(".pyw"):
Dpatchcheck.py174 fixed = [path for path in file_paths if path.endswith('.py') and
254 python_files = [fn for fn in file_paths if fn.endswith('.py')]
255 c_files = [fn for fn in file_paths if fn.endswith(('.c', '.h'))]
257 fn.endswith(('.rst', '.inc'))]
272 python_files = [fn for fn in file_paths if fn.endswith('.py')]
273 c_files = [fn for fn in file_paths if fn.endswith(('.c', '.h'))]
275 fn.endswith(('.rst', '.inc'))]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgl_mkenum.py40 if arg.endswith('glib-mkenums') or arg.lower().endswith('glib-mkenums.exe'):
45 if ofilename.endswith('.h'):
/third_party/python/PC/layout/support/
Dfilesets.py17 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/harfbuzz/src/
Dcheck-header-guards.py8 [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/skia/third_party/externals/harfbuzz/src/
Dcheck-header-guards.py8 [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/flutter/skia/third_party/externals/angle2/scripts/
Dgenerate_vulkan_layers_json.py36 json_files = [j for j in args.json_files if j.endswith('.json')]
37 json_in_files = [j for j in args.json_files if j.endswith('.json.in')]
55 if not json_fname.endswith('.json'):
98 if not json_in_name.endswith('.json.in'):
/third_party/skia/tools/copyright/
Dfileparser.py14 if (filepath.endswith('.cpp') or
15 filepath.endswith('.h') or
16 filepath.endswith('.c')):
/third_party/flutter/skia/tools/copyright/
Dfileparser.py14 if (filepath.endswith('.cpp') or
15 filepath.endswith('.h') or
16 filepath.endswith('.c')):
/third_party/flutter/skia/third_party/externals/icu/source/tools/
Dicu-file-utf8-check.py64 if not (file_name.endswith(".txt") or file_name.endswith(".sln")
65 or file_name.endswith(".targets")
/third_party/icu/icu4c/source/tools/
Dicu-file-utf8-check.py66 if not (file_name.endswith(".txt") or file_name.endswith(".sln")
67 or file_name.endswith(".targets")
/third_party/skia/resources/sksl/
Dupdate_fuzzer.py35 and not file.endswith('.py') # Python
36 and not file.endswith('.test') # ES2 conformance script
37 and not file.endswith('.txt')): # Text
/third_party/skia/third_party/externals/jinja2/
Dutils.py216 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/dawn/scripts/
Dextract.py59 if info.filename.endswith('/'):
116 if archive.endswith('.zip'):
118 elif archive.endswith('.tar.gz'):
120 elif archive.endswith('.tar.bz2'):
/third_party/icu/tools/scripts/
Dicu-file-utf8-check.py78 if not (file_name.endswith(".txt") or file_name.endswith(".sln")
79 or file_name.endswith(".targets") or ".vcxproj" in file_name):

12345678910>>...21