Home
last modified time | relevance | path

Searched refs:extractall (Results 1 – 25 of 50) sorted by relevance

12

/external/boringssl/src/util/bot/go/
Dbootstrap.py132 f.extractall(toolset_root)
135 f.extractall(toolset_root)
/external/python/oauth2client/scripts/
Dfetch_gae_sdk.py78 zip_contents.extractall(dest_dir)
/external/python/cpython2/PCbuild/
Dget_external.py27 zf.extractall(os.fspath(externals_dir))
/external/jsoncpp/devtools/
Dtarball.py51 tar.extractall( base_dir )
/external/python/cpython3/PCbuild/
Dget_external.py27 zf.extractall(os.fspath(externals_dir))
/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
Dtext_datasets.py48 tfile.extractall(data_dir)
/external/tensorflow/tensorflow/tools/ci_build/
Dcopy_binary.py66 zip_ref.extractall()
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Ddependency_manager_util.py107 archive.extractall(path=unzip_path)
/external/python/cpython3/Tools/i18n/
Dpygettext.py486 extractall = 0 # FIXME: currently this option has no effect at all. variable in main.Options
509 options.extractall = 1
/external/python/cpython2/Tools/i18n/
Dpygettext.py519 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/
Dcifar_tfrecords.py51 tarfile.open(os.path.join(filepath), 'r:gz').extractall(data_dir)
/external/boringssl/src/util/bot/
Dupdate_clang.py96 tarfile.open(mode='r:gz', fileobj=f).extractall(path=output_dir)
/external/python/setuptools/setuptools/tests/
Dtest_integration.py164 archive.extractall(target)
/external/autotest/server/site_tests/graphics_MultipleDisplays/
Dgraphics_MultipleDisplays.py88 tar.extractall(temp_bundle_dir)
/external/python/cpython2/Doc/library/
Dtarfile.rst359 .. 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/
Dtarfile.rst378 .. 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/
Dnetwork_CastTDLS.py108 zip_ref.extractall(output_folder)
/external/python/setuptools/setuptools/
Dwheel.py98 zf.extractall(destination_eggdir)
/external/python/cpython2/Lib/test/
Dtest_zipfile.py469 zipfp.extractall()
566 zipfp.extractall(targetpath)
580 zipfp.extractall()
1579 zipf.extractall(TESTFN2)
1611 zipf.extractall(target)
1628 zipf.extractall(target)
/external/avb/tools/
Dat_auth_unlock.py186 zip.extractall(path=tempdir, members=[pik_cert, puk_cert, puk])
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
Dcifar10_pruning.py401 tarfile.open(filepath, 'r:gz').extractall(dest_directory)
/external/python/cpython3/Lib/test/
Dtest_zipfile.py1075 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/
Dupdate.py141 zipfile.ZipFile(f).extractall(path=output_dir)
147 t.extractall(path=output_dir, members=members)
/external/python/cpython2/Tools/ssl/
Dmultissltests.py250 tf.extractall(self.build_dir, members)
/external/deqp/external/
Dfetch_sources.py155 archive.extractall(tmpPath)

12