/third_party/python/Lib/zoneinfo/ |
D | _tzpath.py | 140 for root, dirnames, files in os.walk(tz_root): 144 if "right" in dirnames: 145 dirnames.remove("right") 146 if "posix" in dirnames: 147 dirnames.remove("posix")
|
/third_party/python/Tools/scripts/ |
D | pysource.py | 111 for dirpath, dirnames, filenames in os.walk(path): 113 if exclude in dirnames: 114 dirnames.remove(exclude)
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
D | makefile.py | 77 dirnames = [utils.dir_for(file).format(**common_vars) for file in files] 80 return "%s/%s" % (dirnames[0], files[0].filename) 81 elif len(set(dirnames)) == 1: 82 return "$(addprefix %s/,%s)" % (dirnames[0], join_str.join(file.filename for file in files)) 84 return join_str.join("%s/%s" % (d, f.filename) for d,f in zip(dirnames, files))
|
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/ |
D | makefile.py | 77 dirnames = [utils.dir_for(file).format(**common_vars) for file in files] 80 return "%s/%s" % (dirnames[0], files[0].filename) 81 elif len(set(dirnames)) == 1: 82 return "$(addprefix %s/,%s)" % (dirnames[0], join_str.join(file.filename for file in files)) 84 return join_str.join("%s/%s" % (d, f.filename) for d,f in zip(dirnames, files))
|
/third_party/python/Lib/test/test_importlib/ |
D | update-zips.py | 44 for dirpath, dirnames, filenames in os.walk(datapath): 46 dirnames.remove('__pycache__')
|
/third_party/harfbuzz/test/shaping/ |
D | hb_test_tools.py | 471 for dirpath, dirnames, filenames in os.walk (s, followlinks=True): 474 if f in dirnames: 475 dirnames.remove (f) 478 dirnames.sort () 485 for f in dirnames: 487 for f in dirnames:
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
D | hb_test_tools.py | 471 for dirpath, dirnames, filenames in os.walk (s, followlinks=True): 474 if f in dirnames: 475 dirnames.remove (f) 478 dirnames.sort () 485 for f in dirnames: 487 for f in dirnames:
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs/ |
D | test.go | 162 qualFilenames, dirnames, err := listDir( 174 if len(dirnames) > 0 { 175 for _, d := range dirnames {
|
D | gen.go | 144 qualFilenames, dirnames, err := listDir( 155 if len(dirnames) > 0 { 156 for _, d := range dirnames {
|
/third_party/skia/gn/ |
D | copy_git_directory.py | 33 for dirpath, dirnames, filenames in os.walk('.', topdown=False): 39 for filename in dirnames:
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/ |
D | hb_test_tools.py | 556 for dirpath, dirnames, filenames in os.walk (s, followlinks=True): 559 if f in dirnames: 560 dirnames.remove (f) 563 dirnames.sort () 570 for f in dirnames: 572 for f in dirnames:
|
/third_party/flutter/skia/src/core/ |
D | SkYUVMath.cpp | 168 const char* dirnames[] = { in dump() local 171 SkDebugf("const float %s_%s[] = {\n", names[cs], dirnames[rgb2yuv]); in dump()
|
/third_party/grpc/tools/gource/ |
D | gource.sh | 22 --hide filenames,dirnames,mouse,progress \
|
/third_party/mindspore/ |
D | setup.py | 150 for dirpath, dirnames, filenames in os.walk(path): 151 for dirname in dirnames:
|
/third_party/python/Lib/distutils/ |
D | archive_util.py | 174 for dirpath, dirnames, filenames in os.walk(base_dir): 175 for name in dirnames:
|
/third_party/skia/src/core/ |
D | SkYUVMath.cpp | 305 const char* dirnames[] = { in dump() local 308 SkDebugf("const float %s_%s[] = {\n", names[cs], dirnames[rgb2yuv]); in dump()
|
/third_party/skia/third_party/externals/brotli/scripts/ |
D | fix-win-bazel-build.py | 9 for root, dirnames, filenames in os.walk('bazel-bin\\org\\brotli'):
|
/third_party/grpc/templates/tools/doxygen/ |
D | Doxyfile.php.include | 12 for dirpath, dirnames, filenames in os.walk('src/php'):
|
D | Doxyfile.include | 24 for dirpath, dirnames, filenames in os.walk('src/%s' % docpackage):
|
/third_party/grpc/tools/buildgen/plugins/ |
D | list_api.py | 49 for root, dirnames, filenames in os.walk(directory):
|
/third_party/jsoncpp/devtools/ |
D | tarball.py | 42 for dirpath, dirnames, filenames in os.walk(source_path):
|
/third_party/python/Lib/lib2to3/tests/ |
D | support.py | 53 for dirpath, dirnames, filenames in os.walk(proj_dir):
|
/third_party/python/Lib/lib2to3/ |
D | refactor.py | 296 for dirpath, dirnames, filenames in os.walk(dir_name): 298 dirnames.sort() 306 dirnames[:] = [dn for dn in dirnames if not dn.startswith(".")]
|
/third_party/glib/gio/completion/ |
D | gsettings | 30 COMPREPLY=($(compgen -o dirnames -- ${COMP_WORDS[${COMP_CWORD}]}))
|
/third_party/grpc/tools/profiling/ios_bin/ |
D | binary_size.py | 49 for dirpath, dirnames, filenames in os.walk(dir):
|