/third_party/icu/tools/unicode/c/genprops/misc/ |
H A D | ucdcopy.py | 28 import shutil namespace 114 "BidiMirroring.txt": shutil.copy, 115 "BidiTest.txt": (shutil.copy, "testdata"), 116 "Blocks.txt": shutil.copy, 117 "CaseFolding.txt": shutil.copy, 118 "DerivedAge.txt": shutil.copy, 119 "DerivedBidiClass.txt": shutil.copy, 120 "DerivedJoiningGroup.txt": shutil.copy, 121 "DerivedJoiningType.txt": shutil.copy, 122 "DerivedNumericValues.txt": shutil [all...] |
/third_party/python/Lib/test/ |
H A D | test_shutil.py | 5 import shutil namespace 19 from shutil import (make_archive, 196 shutil.rmtree(victim) 205 self.assertRaises(OSError, shutil.rmtree, link) 211 shutil.rmtree(link, onerror=onerror) 234 shutil.rmtree(dir1) 247 self.assertRaises(OSError, shutil.rmtree, link) 253 shutil.rmtree(link, onerror=onerror) 276 shutil.rmtree(dir1) 284 self.assertRaises(FileNotFoundError, shutil [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/ |
H A D | update.py | 3 import sys, os, subprocess, shutil namespace 7 git = shutil.which ('git'); assert git 8 make = shutil.which ('make'); assert make 9 java = shutil.which ('java'); assert java 10 cxx = shutil.which ('c++'); assert cxx 22 shutil.copy ('hb-aots-tester.cpp', 'aots/harfbuzz') 27 shutil.rmtree ('tests')
|
/third_party/python/Lib/ |
H A D | webbrowser.py | 7 import shutil namespace 119 if not shutil.which(cmd): 462 if shutil.which("xdg-open"): 467 if shutil.which("gio"): 471 if "GNOME_DESKTOP_SESSION_ID" in os.environ and shutil.which("gvfs-open"): 475 if "KDE_FULL_SESSION" in os.environ and shutil.which("kfmclient"): 478 if shutil.which("x-www-browser"): 483 if shutil.which(browser): 490 if shutil.which(browser): 494 if shutil [all...] |
/third_party/python/Lib/test/libregrtest/ |
H A D | save_env.py | 174 shutil = self.try_get_module('shutil') 178 return shutil._ARCHIVE_FORMATS, shutil._ARCHIVE_FORMATS.copy() 180 shutil = self.get_module('shutil') 181 shutil._ARCHIVE_FORMATS = saved[0] 182 shutil._ARCHIVE_FORMATS.clear() 183 shutil._ARCHIVE_FORMATS.update(saved[1]) 186 shutil [all...] |
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/ |
H A D | create.py | 16 import shutil namespace 51 shutil.copy(f, lib_dir) 55 shutil.copytree('/usr/include/EGL', os.path.join(include_dir, 'EGL')) 56 shutil.copytree('/usr/include/KHR', os.path.join(include_dir, 'KHR')) 57 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2')) 58 shutil.copytree('/usr/include/GLES3', os.path.join(include_dir, 'GLES3'))
|
/third_party/skia/infra/bots/assets/chromebook_arm_gles/ |
H A D | create.py | 16 import shutil namespace 51 shutil.copy(f, lib_dir) 55 shutil.copytree('/usr/include/EGL', os.path.join(include_dir, 'EGL')) 56 shutil.copytree('/usr/include/KHR', os.path.join(include_dir, 'KHR')) 57 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2')) 58 shutil.copytree('/usr/include/GLES3', os.path.join(include_dir, 'GLES3'))
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | make_distribution_archives.py | 9 import shutil namespace 109 shutil.rmtree(file_path) 117 shutil.rmtree(build_dir) 138 shutil.copy(os.path.join(git_dir, src), dst) 142 shutil.rmtree( 149 shutil.copy( 168 shutil.rmtree(os.path.join(tmp_src_dir, "docs", "markdown")) 199 shutil.copy(
|
/third_party/skia/infra/bots/assets/armhf_sysroot/ |
H A D | create.py | 16 import shutil namespace 36 shutil.copytree('/usr/arm-linux-gnueabihf', target_dir) 37 shutil.copytree('/usr/lib/gcc-cross/arm-linux-gnueabihf/6', 41 shutil.copy('/usr/lib/x86_64-linux-gnu/libbfd-2.28-armhf.so', 43 shutil.copy('/usr/lib/x86_64-linux-gnu/libopcodes-2.28-armhf.so',
|
/third_party/skia/gn/ |
H A D | cp.py | 9 import shutil namespace 16 shutil.rmtree(dst) 21 shutil.copytree(src, dst) 23 shutil.copy2(src, dst)
|
/third_party/skia/infra/bots/recipe_modules/doxygen/resources/ |
H A D | generate_and_upload_doxygen.py | 12 import shutil namespace 35 shutil.rmtree(path) 47 shutil.copyfile(os.path.join('tools', 'doxygen_footer.txt'), 56 shutil.copyfileobj(reader, writer)
|
/third_party/skia/infra/bots/assets/valgrind/ |
H A D | create.py | 17 import shutil namespace 69 shutil.copy(os.path.join(INSTALL_DIR, 'bin', 'valgrind'), 74 shutil.copy(os.path.join(INSTALL_DIR, 'lib', 'valgrind', lib), 78 shutil.copy(os.path.join(INSTALL_DIR, 'lib', 'valgrind', libname), 81 shutil.copy('default.supp',
|
/third_party/gn/build/ |
H A D | full_test.py | 7 import shutil namespace 18 shutil.rmtree(d) 26 shutil.copy2(gn_path_to_use, gn_to_run) 31 shutil.move(comp_dir, save_out_dir)
|
/third_party/mesa3d/ohos/ |
H A D | build_mesa3d.py | 30 import shutil namespace 83 shutil.rmtree(mesa3d_install_dir, ignore_errors=True) 86 shutil.copy(item, mesa3d_install_dir) 89 shutil.copy(item, os.path.join(mesa3d_install_dir, 'libgallium_dri.so')) # consider create symlink or hardlink
|
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | setup.py | 8 import shutil namespace 22 shutil.copy2("libwebp.py", package_path) 40 shutil.rmtree(tmpdir)
|
/third_party/skia/tools/skqp/ |
H A D | setup_resources | 8 import shutil namespace 16 shutil.rmtree(dst) 19 shutil.copytree(os.path.join(skia, 'resources'), dst)
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/ |
H A D | update.py | 3 import sys, os, subprocess, shutil, glob namespace 68 git = shutil.which ('git') 76 shutil.rmtree ('fonts', ignore_errors=True) 78 shutil.copytree ('text-rendering-tests/fonts', 'fonts') 81 shutil.rmtree ('tests', ignore_errors=True)
|
/third_party/skia/infra/bots/assets/skp/ |
H A D | create.py | 16 import shutil namespace 162 shutil.copyfile(os.path.join(src, f), os.path.join(target_dir, f)) 180 shutil.copyfile( 182 shutil.rmtree(old_skps_dir) 183 shutil.rmtree(new_skps_dir)
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | check-libstdc++.py | 3 import sys, os, shutil, subprocess namespace 9 ldd = os.getenv ('LDD', shutil.which ('ldd')) 11 otool = os.getenv ('OTOOL', shutil.which ('otool'))
|
H A D | gen-ragel-artifacts.py | 5 import os, os.path, sys, subprocess, shutil namespace 19 shutil.copy (INPUT, outdir) 25 shutil.copyfile (os.path.join (outdir, hh), os.path.join (CURRENT_SOURCE_DIR, hh))
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | generate_wgsl_corpus.py | 32 import shutil namespace 50 shutil.rmtree(corpus_dir) 56 shutil.copy(in_file, corpus_dir + os.sep + out_file)
|
/third_party/jerryscript/tools/runners/ |
H A D | run-test-suite-test262.py | 20 import shutil namespace 78 shutil.copyfile(os.path.join('tests', 'test262-es6-excludelist.xml'), 90 shutil.rmtree(path_to_remove) 94 shutil.rmtree(path_to_remove)
|
/third_party/node/tools/icu/ |
H A D | shrink-icu-src.py | 7 import shutil namespace 34 shutil.rmtree(options.icudst) 45 shutil.copyfileobj(inf, outf) 115 shutil.copytree(options.icusrc, options.icudst, ignore=icu_ignore)
|
/third_party/flatbuffers/ |
H A D | install.py | 19 import shutil namespace 35 shutil.rmtree(old_dir) 39 shutil.copytree(src_dir, dst_dir)
|
/third_party/skia/third_party/externals/angle2/tools/glslang/ |
H A D | update_glslang_binary.py | 16 import shutil namespace 63 shutil.copy(glslang_src, glslang_dst) 66 shutil.rmtree(out_dir)
|