HomeSort by relevance Sort by last modified time
    Searched refs:archive (Results 276 - 300 of 863) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zipimport.py 63 # We're reusing the zip archive path, so we must clear the
110 # from a compressed archive would cause zlib to be imported
111 # which would find zlib.py in the archive, which would... etc.
181 # isn't stored in the .py's mtime in the zip archive.
217 self.assertEqual(zi.archive, TEMP_ZIP)
240 self.assertEqual(zi2.archive, TEMP_ZIP)
261 self.assertEqual(zi.archive, TEMP_ZIP)
  /external/deqp/scripts/
make_release.py 355 # Create archive
357 archive = tarfile.open(dstArchiveName, 'w:bz2')
358 archive.add(dstBasePath, arcname=releaseName)
359 archive.close()
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 659 CInArchive archive(
667 RINOK(archive.Open(stream, maxCheckStartPosition));
670 HRESULT result = archive.ReadDatabase(
7zHandlerOut.cpp 578 // if header is compressed, we use that password for updated archive
629 COutArchive archive; local
659 archive, newDatabase, outStream, updateCallback, options
669 return archive.WriteDatabase(EXTERNAL_CODECS_VARS
  /external/python/cpython2/Lib/test/
test_zipimport.py 63 # We're reusing the zip archive path, so we must clear the
110 # from a compressed archive would cause zlib to be imported
111 # which would find zlib.py in the archive, which would... etc.
181 # isn't stored in the .py's mtime in the zip archive.
217 self.assertEqual(zi.archive, TEMP_ZIP)
240 self.assertEqual(zi2.archive, TEMP_ZIP)
261 self.assertEqual(zi.archive, TEMP_ZIP)
  /external/python/cpython3/Lib/distutils/tests/
test_archive_util.py 65 def test_make_tarball(self, name='archive'):
75 self._make_tarball(tmpdir, 'archive', '.tar.gz', compress='gzip')
80 self._make_tarball(tmpdir, 'archive', '.tar.bz2', compress='bzip2')
85 self._make_tarball(tmpdir, 'archive', '.tar.xz', compress='xz')
102 self.test_make_tarball('??????') # japanese for archive
150 base_name = os.path.join(tmpdir2, 'archive')
180 base_name = os.path.join(tmpdir2, 'archive')
191 base_name = os.path.join(tmpdir2, 'archive')
205 base_name = os.path.join(self.mkdtemp(), 'archive')
239 base_name = os.path.join(self.mkdtemp(), 'archive')
    [all...]
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 554 File archive = tarballFile(mFullTargetPackage); local
556 if (archive.exists()) {
557 archive.delete();
759 * to receive the next chunk of the archive. This sequence will be repeated until the
769 * streamed archive.
792 Log.e(TAG, "Unable to read archive for " + name);
809 Log.w(TAG, "read() of archive file returned 0; treating as EOF");
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipimport.py 63 # We're reusing the zip archive path, so we must clear the
110 # from a compressed archive would cause zlib to be imported
111 # which would find zlib.py in the archive, which would... etc.
181 # isn't stored in the .py's mtime in the zip archive.
217 self.assertEqual(zi.archive, TEMP_ZIP)
240 self.assertEqual(zi2.archive, TEMP_ZIP)
261 self.assertEqual(zi.archive, TEMP_ZIP)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipimport.py 63 # We're reusing the zip archive path, so we must clear the
110 # from a compressed archive would cause zlib to be imported
111 # which would find zlib.py in the archive, which would... etc.
181 # isn't stored in the .py's mtime in the zip archive.
217 self.assertEqual(zi.archive, TEMP_ZIP)
240 self.assertEqual(zi2.archive, TEMP_ZIP)
261 self.assertEqual(zi.archive, TEMP_ZIP)
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
gc.go 39 func (gcToolchain) gc(b *Builder, a *Action, archive string, importcfg []byte, asmhdr bool, gofiles []string) (ofile string, output []byte, err error) {
42 if archive != "" {
43 ofile = archive
115 if ofile == archive {
276 // The archive file should have been created by the compiler.
280 base.Fatalf("os.Stat of archive file failed: %v", err)
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
gc.go 39 func (gcToolchain) gc(b *Builder, a *Action, archive string, importcfg []byte, asmhdr bool, gofiles []string) (ofile string, output []byte, err error) {
42 if archive != "" {
43 ofile = archive
115 if ofile == archive {
276 // The archive file should have been created by the compiler.
280 base.Fatalf("os.Stat of archive file failed: %v", err)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 63 # We're reusing the zip archive path, so we must clear the
110 # from a compressed archive would cause zlib to be imported
111 # which would find zlib.py in the archive, which would... etc.
181 # isn't stored in the .py's mtime in the zip archive.
217 self.assertEqual(zi.archive, TEMP_ZIP)
240 self.assertEqual(zi2.archive, TEMP_ZIP)
261 self.assertEqual(zi.archive, TEMP_ZIP)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 63 # We're reusing the zip archive path, so we must clear the
110 # from a compressed archive would cause zlib to be imported
111 # which would find zlib.py in the archive, which would... etc.
181 # isn't stored in the .py's mtime in the zip archive.
217 self.assertEqual(zi.archive, TEMP_ZIP)
240 self.assertEqual(zi2.archive, TEMP_ZIP)
261 self.assertEqual(zi.archive, TEMP_ZIP)
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp 313 ShaderParser (const tcu::Archive& archive, const std::string& filename, ShaderCaseFactory* caseFactory);
423 const tcu::Archive& m_archive;
435 ShaderParser::ShaderParser (const tcu::Archive& archive, const string& filename, ShaderCaseFactory* caseFactroy)
436 : m_archive (archive)
439 , m_resource (archive.getResource(m_filename.c_str()))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
main.go 72 flagExtar = flag.String("extar", "", "archive program for buildmode=c-archive")
230 ctxt.archive()
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
main.go 72 flagExtar = flag.String("extar", "", "archive program for buildmode=c-archive")
230 ctxt.archive()
  /toolchain/binutils/binutils-2.27/binutils/
nm.c 106 /* Print the name of an archive file given on the command line. */
109 /* Print the name of an archive member file. */
112 /* Print the name of the file (and archive, if there is one)
155 static int print_armap = 0; /* Describe __.SYMDEF data in archive files. */
271 -s, --print-armap Include index for symbols from archive members\n\
1037 If ARCHIVE_BFD is non-NULL, it is the archive containing ABFD.
1079 /* If ARCHIVE_BFD is non-NULL, it is the archive containing ABFD. */
    [all...]
  /build/soong/cmd/zipsync/
zipsync.go 18 "archive/zip"
  /external/capstone/packages/rpm/
capstone.spec 73 grep -v archive capstone.pc > capstone.pc.tmp
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/archive/
Archive.kt 17 package com.android.tools.build.jetifier.processor.archive
37 * Represents an archive (zip, jar, aar ...)
39 class Archive(
48 const val TAG = "Archive"
92 Log.i(TAG, "Writing archive: %s", outputPath.toUri())
123 fun extract(archiveFile: File, recursive: Boolean = true): Archive {
137 ): Archive {
157 // streams in case we are processing a nested archive.
159 return Archive(relativePath, files.toList())
164 Log.v(TAG, "Extracting archive: %s", relativePath
    [all...]
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/pom/
PomDocument.kt 22 import com.android.tools.build.jetifier.processor.archive.ArchiveFile
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/resource/
XmlResourcesTransformer.kt 23 import com.android.tools.build.jetifier.processor.archive.ArchiveFile
  /frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/
ProGuardTester.kt 26 import com.android.tools.build.jetifier.processor.archive.ArchiveFile
  /frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/resource/
XmlResourcesTransformerTest.kt 25 import com.android.tools.build.jetifier.processor.archive.ArchiveFile
  /packages/apps/DocumentsUI/src/com/android/documentsui/archives/
ArchivesProvider.java 105 // If already loaded, then forward the request to the archive.
111 projection != null ? projection : Archive.DEFAULT_PROJECTION);
121 // in DocumentsUI. Once the archive is loaded, the notification will
155 final Archive archive = getLoaderOrThrow(documentId).get(); local
156 final String mimeType = archive.getDocumentType(documentId);
188 "Cannot resolve display name of the archive.");
194 projection != null ? projection : Archive.DEFAULT_PROJECTION);
245 * Creates a Uri for accessing an archive with the specified access mode.
256 * Acquires an archive
    [all...]

Completed in 1596 milliseconds

<<11121314151617181920>>