/third_party/skia/third_party/externals/brotli/scripts/ |
H A D | fix-win-bazel-build.py | 24 if alias.endswith('.jar') or alias.endswith('.exe'):
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | check-c-linkage-decls.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'))]
|
H A D | check-includes.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'))]
|
/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('>')):
|
H A D | nturl2path.py | 41 if path.endswith(':') and url.endswith('/'):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | GlobPattern.cpp | 120 if (S.endswith("*") && !S.endswith("\\*") && !hasWildcard(S.drop_back())) { in create() 125 // S is something like "*foo". We can use endswith(). in create() 149 return S.endswith(*Suffix); in match()
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | symbols.py | 40 pagination = show_pagination.endswith("on.\n") 80 if name.endswith(".ko") or name.endswith(".ko.debug"): 151 if obj.filename.endswith('vmlinux'):
|
/third_party/icu/icu4c/source/test/depstest/ |
H A D | dependencies.py | 50 if name.endswith(".o"): 57 if "/" in name or name.endswith(".o"): 62 if "/" in name or not name.endswith(".o"): 134 if line.startswith('"') and line.endswith('"') and '"' not in symbol:
|
/third_party/protobuf/python/ |
H A D | setup.py | 121 if filepath.endswith("_pb2.py") or filepath.endswith(".pyc") or \ 122 filepath.endswith(".so") or filepath.endswith(".o"):
|
/third_party/python/Lib/unittest/ |
H A D | result.py | 89 if not output.endswith('\n'): 93 if not error.endswith('\n'): 186 if not output.endswith('\n'): 190 if not error.endswith('\n'):
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | utils.py | 220 middle.endswith('.org') or 221 middle.endswith('.net') or 222 middle.endswith('.com') 276 if p.endswith(','): 278 elif not p.endswith('.'): 537 if template_name.endswith(enabled_patterns): 539 if template_name.endswith(disabled_patterns):
|
/third_party/node/deps/v8/tools/ |
H A D | find_depot_tools.py | 22 if i.rstrip(os.sep).endswith('depot_tools'): 28 if i.rstrip(os.sep).endswith('depot_tools'):
|
H A D | gen-postmortem-metadata.py | 398 if not filename.endswith("-inl.h"): 524 if (not usetype.endswith('_TYPE')): 567 if (cctype.endswith('String')): 637 if filename.endswith("-inl.h"):
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _files.py | 65 if filename.endswith(os.path.sep): 67 elif filename.endswith('.h'):
|
H A D | _capi.py | 116 if not prev.endswith(os.linesep): 130 if clean.endswith('*/'): 134 if not clean.endswith('\\'): 137 if clean.endswith('}'): 141 if clean.endswith(';'): 361 elif raw.startswith('<') and raw.endswith('>'):
|
/kernel/linux/linux-5.10/scripts/clang-tools/ |
H A D | gen_compile_commands.py | 211 elif path.endswith('.o'): 213 elif path.endswith('.a'): 215 elif path.endswith('modules.order'):
|
/third_party/mesa3d/src/mesa/main/ |
H A D | format_info.py | 116 if fmat.name.endswith('_ALPHA1') and chan_name == 'a': 119 bits = 11 if fmat.name.endswith('11_EAC') else 8 122 bits = 16 if fmat.name.endswith('_FLOAT') else 8
|
/third_party/mindspore/ |
H A D | build_helper.py | 114 if (file_name.endswith(".patch")): 130 if (file_name.endswith(".patch")): 133 if (file_name.endswith(".md5")):
|
/third_party/eudev/src/shared/ |
H A D | util.c | 105 char* endswith(const char *s, const char *postfix) { in endswith() function 799 endswith(filename, ".rpmnew") || in hidden_file_allow_backup() 800 endswith(filename, ".rpmsave") || in hidden_file_allow_backup() 801 endswith(filename, ".rpmorig") || in hidden_file_allow_backup() 802 endswith(filename, ".dpkg-old") || in hidden_file_allow_backup() 803 endswith(filename, ".dpkg-new") || in hidden_file_allow_backup() 804 endswith(filename, ".dpkg-tmp") || in hidden_file_allow_backup() 805 endswith(filename, ".dpkg-dist") || in hidden_file_allow_backup() 806 endswith(filename, ".dpkg-bak") || in hidden_file_allow_backup() 807 endswith(filenam in hidden_file_allow_backup() [all...] |
/foundation/ability/idl_tool/scripts/ |
H A D | idl.py | 59 (file_name.endswith('.cpp') or file_name.endswith('.h'))):
|
/third_party/googletest/googletest/scripts/ |
H A D | release_docs.py | 85 return (wiki_filename[:-len('.wiki')] if wiki_filename.endswith('.wiki') 123 if (f.endswith('.wiki') and
|
/third_party/python/Tools/freeze/ |
H A D | parsesetup.py | 24 if line.endswith('\\\n'): 65 if line.endswith('\\\n'):
|
/third_party/python/Tools/scripts/ |
H A D | findnocoding.py | 22 yield path.endswith(".py") 26 if filename.endswith(".py"):
|
/third_party/node/tools/icu/ |
H A D | icutrim.py | 129 if not options.datfile.endswith(".dat"): 139 if not options.outfile.endswith(".dat"): 261 if item.startswith(mytree["treeprefix"]) and item.endswith(mytree["extension"]): 275 if item.endswith(RES_INDX):
|