/external/boringssl/src/util/bot/go/ |
D | bootstrap.py | 132 f.extractall(toolset_root) 135 f.extractall(toolset_root)
|
/external/python/oauth2client/scripts/ |
D | fetch_gae_sdk.py | 78 zip_contents.extractall(dest_dir)
|
/external/python/cpython2/PCbuild/ |
D | get_external.py | 27 zf.extractall(os.fspath(externals_dir))
|
/external/jsoncpp/devtools/ |
D | tarball.py | 51 tar.extractall( base_dir )
|
/external/python/cpython3/PCbuild/ |
D | get_external.py | 27 zf.extractall(os.fspath(externals_dir))
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/ |
D | text_datasets.py | 48 tfile.extractall(data_dir)
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | copy_binary.py | 66 zip_ref.extractall()
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_manager_util.py | 107 archive.extractall(path=unzip_path)
|
/external/python/cpython3/Tools/i18n/ |
D | pygettext.py | 486 extractall = 0 # FIXME: currently this option has no effect at all. variable in main.Options 509 options.extractall = 1
|
/external/python/cpython2/Tools/i18n/ |
D | pygettext.py | 519 extractall = 0 # FIXME: currently this option has no effect at all. variable in main.Options 542 options.extractall = 1
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | cifar_tfrecords.py | 51 tarfile.open(os.path.join(filepath), 'r:gz').extractall(data_dir)
|
/external/boringssl/src/util/bot/ |
D | update_clang.py | 96 tarfile.open(mode='r:gz', fileobj=f).extractall(path=output_dir)
|
/external/python/setuptools/setuptools/tests/ |
D | test_integration.py | 164 archive.extractall(target)
|
/external/autotest/server/site_tests/graphics_MultipleDisplays/ |
D | graphics_MultipleDisplays.py | 88 tar.extractall(temp_bundle_dir)
|
/external/python/cpython2/Doc/library/ |
D | tarfile.rst | 359 .. method:: TarFile.extractall(path=".", members=None) 389 In most cases you should consider using the :meth:`extractall` method. 393 See the warning for :meth:`extractall`. 656 tar.extractall() 659 How to extract a subset of a tar archive with :meth:`TarFile.extractall` using 671 tar.extractall(members=py_files(tar))
|
/external/python/cpython3/Doc/library/ |
D | tarfile.rst | 378 .. method:: TarFile.extractall(path=".", members=None, *, numeric_owner=False) 421 In most cases you should consider using the :meth:`extractall` method. 425 See the warning for :meth:`extractall`. 744 tar.extractall() 747 How to extract a subset of a tar archive with :meth:`TarFile.extractall` using 759 tar.extractall(members=py_files(tar))
|
/external/autotest/client/site_tests/network_CastTDLS/ |
D | network_CastTDLS.py | 108 zip_ref.extractall(output_folder)
|
/external/python/setuptools/setuptools/ |
D | wheel.py | 98 zf.extractall(destination_eggdir)
|
/external/python/cpython2/Lib/test/ |
D | test_zipfile.py | 469 zipfp.extractall() 566 zipfp.extractall(targetpath) 580 zipfp.extractall() 1579 zipf.extractall(TESTFN2) 1611 zipf.extractall(target) 1628 zipf.extractall(target)
|
/external/avb/tools/ |
D | at_auth_unlock.py | 186 zip.extractall(path=tempdir, members=[pik_cert, puk_cert, puk])
|
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/ |
D | cifar10_pruning.py | 401 tarfile.open(filepath, 'r:gz').extractall(dest_directory)
|
/external/python/cpython3/Lib/test/ |
D | test_zipfile.py | 1075 zipfp.extractall() 1087 zipfp.extractall(target) 1189 zipfp.extractall(targetpath) 1203 zipfp.extractall() 2165 zipf.extractall(TESTFN2) 2197 zipf.extractall(target) 2214 zipf.extractall(target)
|
/external/v8/tools/clang/scripts/ |
D | update.py | 141 zipfile.ZipFile(f).extractall(path=output_dir) 147 t.extractall(path=output_dir, members=members)
|
/external/python/cpython2/Tools/ssl/ |
D | multissltests.py | 250 tf.extractall(self.build_dir, members)
|
/external/deqp/external/ |
D | fetch_sources.py | 155 archive.extractall(tmpPath)
|