HomeSort by relevance Sort by last modified time
    Searched refs:gz (Results 126 - 150 of 194) sorted by null

1 2 3 4 56 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 108 mapped to '.tar.gz'. (This is table-driven too, using the
287 to ".tar.gz". (This is table-driven too, using the dictionary
385 '.tgz': '.tar.gz',
386 '.taz': '.tar.gz',
387 '.tz': '.tar.gz',
393 '.gz': 'gzip',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 108 mapped to '.tar.gz'. (This is table-driven too, using the
287 to ".tar.gz". (This is table-driven too, using the dictionary
385 '.tgz': '.tar.gz',
386 '.taz': '.tar.gz',
387 '.tz': '.tar.gz',
393 '.gz': 'gzip',
  /prebuilts/go/darwin-x86/src/net/http/
transport.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport.go     [all...]
  /external/llvm/utils/release/
test-release.sh 460 tar cfz $BuildDir/$Package.tar.gz $Package
589 echo "### Package: $Package.tar.gz"
  /external/zlib/src/contrib/pascal/
example.pas 26 const TESTFILE = 'foo.gz';
79 * Test read/write of .gz files
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build.sh 296 tar xf $TOOLCHAIN_DIR/mpc/mpc-$MPC_VERSION.tar.gz -C $EXTRACTED_PACKAGES
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
profile.go 128 gz, err := gzip.NewReader(bytes.NewBuffer(orig))
132 data, err := ioutil.ReadAll(gz)
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
profile.go 128 gz, err := gzip.NewReader(bytes.NewBuffer(orig))
132 data, err := ioutil.ReadAll(gz)
  /external/autotest/utils/
external_packages.py 261 valid_package_extensions = ['.tar.gz', '.tar.bz2', '.zip']
280 Extracts the .tar.gz file, chdirs into the extracted directory
284 Afterwards the build (regardless of failure) extracted .tar.gz
308 if self.verified_package.endswith('gz'):
595 'setuptools-%s.tar.gz' % (version,),)
596 local_filename = 'setuptools-%s.tar.gz' % version
649 'mysql-python/%(version)s/MySQL-python-%(version)s.tar.gz'
651 local_filename = 'MySQL-python-%s.tar.gz' % version
671 local_filename = 'Django-%s.tar.gz' % version
691 local_filename = 'numpy-%s.tar.gz' % versio
    [all...]
  /external/syslinux/
syslinux.spec 10 Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{VERSION}.tar.gz
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 15 # (http://www.openssl.org/source/openssl-0.9.8a.tar.gz)
  /prebuilts/go/darwin-x86/src/debug/elf/
file_test.go 130 "testdata/hello-world-core.gz",
220 if path.Ext(tt.file) == ".gz" {
278 func decompress(gz string) (io.ReaderAt, error) {
279 in, err := os.Open(gz)
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
fdct.go 11 found at http://www.ijg.org/files/jpegsrc.v8c.tar.gz.
idct.go 9 // http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/verifier/mpeg2decode_960109.tar.gz
  /prebuilts/go/linux-x86/src/debug/elf/
file_test.go 130 "testdata/hello-world-core.gz",
220 if path.Ext(tt.file) == ".gz" {
278 func decompress(gz string) (io.ReaderAt, error) {
279 in, err := os.Open(gz)
    [all...]
  /prebuilts/go/linux-x86/src/image/jpeg/
fdct.go 11 found at http://www.ijg.org/files/jpegsrc.v8c.tar.gz.
idct.go 9 // http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/verifier/mpeg2decode_960109.tar.gz
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
shutil.py 350 the appropriate compression extension (".gz", or ".bz2").
354 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: ''}
355 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2'}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 346 the appropriate compression extension (".gz", or ".bz2").
350 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: ''}
351 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2'}
  /external/openssh/contrib/redhat/
openssh.spec 76 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
78 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shutil.py 349 the appropriate compression extension (".gz", or ".bz2").
353 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: ''}
354 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2'}
  /prebuilts/gdb/linux-x86/lib/python2.7/
shutil.py 349 the appropriate compression extension (".gz", or ".bz2").
353 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: ''}
354 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2'}
  /prebuilts/go/darwin-x86/src/compress/gzip/
gunzip_test.go 416 f, err := os.Open("testdata/issue6550.gz")
422 t.Fatalf("NewReader(testdata/issue6550.gz): %v", err)
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip_test.go 416 f, err := os.Open("testdata/issue6550.gz")
422 t.Fatalf("NewReader(testdata/issue6550.gz): %v", err)

Completed in 1965 milliseconds

1 2 3 4 56 7 8