HomeSort by relevance Sort by last modified time
    Searched refs:archive (Results 151 - 175 of 481) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/build/
get_syzygy_binaries.py 35 # The archive exclusively uses lowercase GIT hashes.
280 url = 'gs://syzygy-archive' + resource
307 # Download and read the archive.
309 _LOGGER.debug('Retrieving %s archive at "%s".', name, resource)
312 _LOGGER.debug('Unzipping %s archive.', name)
314 archive = zipfile.ZipFile(data)
315 for entry in archive.infolist():
330 archive.extract(entry.filename, fulldir)
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 416 File archive = tarballFile(mFullTargetPackage); local
418 if (archive.exists()) {
419 archive.delete();
621 * to receive the next chunk of the archive. This sequence will be repeated until the
631 * streamed archive.
654 Log.e(TAG, "Unable to read archive for " + name);
671 Log.w(TAG, "read() of archive file returned 0; treating as EOF");
  /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/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...]
  /toolchain/binutils/binutils-2.25/binutils/
nm.c 94 /* Print the name of an archive file given on the command line. */
97 /* Print the name of an archive member file. */
100 /* Print the name of the file (and archive, if there is one)
143 static int print_armap = 0; /* Describe __.SYMDEF data in archive files. */
259 -s, --print-armap Include index for symbols from archive members\n\
977 /* Print the symbols. If ARCHIVE_BFD is non-NULL, it is the archive
1005 /* If ARCHIVE_BFD is non-NULL, it is the archive containing ABFD. */
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objcopy.exp 429 set archive libstrip.a
431 remote_file host delete $archive
433 set archive tmpdir/libstrip.a
439 set exec_output [binutils_run $AR "rc $archive ${objfile}"]
446 set exec_output [binutils_run $STRIP "-g $archive"]
453 set exec_output [binutils_run $STRIP "$STRIPFLAGS $archive"]
  /device/common/
generate-packages.sh 157 ARCHIVE=$COMPANY-$DEVICE-$BUILD-$(sha256sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz
158 rm -f $ARCHIVE
159 echo \ \ Generating final archive
160 (cd tmp ; tar --owner=root --group=root -z -c -f ../$ARCHIVE $SCRIPT || echo \ \ \ \ Error archiving script)
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 387 BinaryRegistryReader::BinaryRegistryReader (const tcu::Archive& archive, const std::string& srcPath)
388 : m_archive (archive)
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 79 TextureBinding (const tcu::Archive& archive,
92 static de::MovePtr<tcu::Texture2D> loadTexture2D (const tcu::Archive& archive, const char* filename);
  /packages/apps/TV/usbtuner/
Android.mk 107 # https://github.com/google/ExoPlayer/archive/r1.5.6.zip
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java 111 public static final String CONFIRM_ARCHIVE = "confirm-archive";
161 public static final String ARCHIVE = "archive";
168 RemovalActions.ARCHIVE,
173 public static final String ARCHIVE = "archive";
176 public static final String ARCHIVE_AND_DELETE = "archive-and-delete";
272 return RemovalActions.ARCHIVE;
275 RemovalActions.ARCHIVE);
304 * @param allowArchive <code>true</code> if Archive is an acceptable action (this will affec
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 17 #include "mcld/LD/Archive.h"
160 (*input)->type() == Input::Archive ||
197 // is an archive
198 (*input)->setType(Input::Archive);
202 Archive archive(**input, m_pBuilder->getInputBuilder());
203 getArchiveReader()->readArchive(m_Config, archive);
204 if (archive.numOfObjectMember() > 0) {
206 archive.inputs());
    [all...]
  /ndk/sources/host-tools/make-3.81/
ar.c 28 extern long int ar_scan PARAMS ((char *archive, long int (*function) (), intptr_t arg));
34 /* Return nonzero if NAME is an archive-member reference, zero if not.
35 An archive-member reference is a name like `lib(member)'.
59 /* Parse the archive-member reference NAME into the archive and member names.
60 Put the malloc'd archive name in *ARNAME_P if ARNAME_P is non-nil;
91 /* Make sure we know the modtime of the archive itself because we are
93 and they will change the archive itself.
95 But we must be careful not to enter_file the archive itself if it does
133 /* Set the archive-member NAME's modtime to now. *
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
vms-lib.c 1 /* BFD back-end for VMS archive files.
38 /* Maximum key length (which is also the maximum symbol length in archive). */
67 /* Standard tdata for an archive. But we don't use many fields. */
73 /* Type of the archive. */
76 /* Kind of archive. Summary of its type. */
86 /* Vector of modules (archive elements), already sorted. */
102 /* Describe the current state of carsym entries while building the archive
471 /* Check archive kind. */
745 /* IO vector for archive member. Need that because members are not linearly
1419 bfd *archive = el->my_archive; local
    [all...]
xcofflink.c 78 /* Information that the XCOFF linker collects about an archive. */
81 /* The archive described by this entry. */
82 bfd *archive; member in struct:xcoff_archive_info
85 this archive in the .loader section. */
89 /* True if the archive contains a dynamic object. */
498 return htab_hash_pointer (info->archive);
509 return info1->archive == info2->archive;
512 /* Return information about archive ARCHIVE. Return NULL on error. *
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 34 "update operations are not supported for this archive";
493 CMyComPtr<IInArchive> archive2 = arc->Archive;
617 // we set Archive to allow to transfer GetProperty requests back to DLL.
618 updateCallbackSpec->Archive = arc->Archive;
828 IInArchive *archive = arc.Archive; local
829 RINOK(archive->GetNumberOfItems(&numItems));
836 RINOK(Archive_IsItem_Folder(archive, i, ai.IsDir));
837 RINOK(Archive_IsItem_AltStream(archive, i, ai.IsAltStream));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 47 # binary: tar (or other) archive created with setup.py bdist.
197 def unpack(self, archive, output=None, package=None):
210 def unpack(self, archive, output=None, package=None):
211 cmd = self.argument % archive
220 def unpack(self, archive, output=None, package=None):
221 tf = tarfile.open(archive, "r")
688 return "archive not found after download"
690 return "archive does not have correct MD5 checksum"
693 """Test an archive. It should exist and the MD5 checksum should be correct."""
705 """Unpack a downloaded package archive.""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 47 # binary: tar (or other) archive created with setup.py bdist.
197 def unpack(self, archive, output=None, package=None):
210 def unpack(self, archive, output=None, package=None):
211 cmd = self.argument % archive
220 def unpack(self, archive, output=None, package=None):
221 tf = tarfile.open(archive, "r")
688 return "archive not found after download"
690 return "archive does not have correct MD5 checksum"
693 """Test an archive. It should exist and the MD5 checksum should be correct."""
705 """Unpack a downloaded package archive.""
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/build/android/
common.mk 46 ANDROID_LINK += -Wl,--no-whole-archive
  /development/build/tools/
mk_sdk_repo_xml.sh 144 # in the <archive> attributes anymore. Instead we have separate elements.
154 Archive.HostOs host-os 1
155 Archive.HostBits host-bits 1
156 Archive.JvmBits jvm-bits 1
157 Archive.MinJvmVers min-jvm-version 1
332 [[ -z $TYPE ]] && error "Unknown archive type '$1'."
355 [[ ! -f "$SRC" ]] && error "Missing file for archive $TYPE/$OS: $SRC"
358 # Depending on the archive type, we need a number of attributes
419 # Generate archive info
420 echo "## Add $TYPE/$OS archive $SRC
    [all...]
  /external/libxml2/doc/
search.php 77 <li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li>
124 <option value="XMLLIST" <?php if ($scope == 'XMLLIST') print "selected"?>>Only the XML list archive</option>
125 <option value="XSLTLIST" <?php if ($scope == 'XSLTLIST') print "selected"?>>Only the XSLT list archive</option>
  /external/minijail/
common.mk 197 # Creates the actual archive with an index.
201 $(QUIET)# Create the archive in one step to avoid parallel use accessing it
419 $(if $(filter %.a,$^),-Wl$(COMMA)--whole-archive,) \
452 # Below, the archive member syntax is abused to create fancier
612 # NOTE: A specific rule for archive objects is avoided because parallel
613 # update of the archive causes build flakiness.
    [all...]

Completed in 1150 milliseconds

1 2 3 4 5 67 8 91011>>