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

1 2 3 4 5 67 8 91011>>

  /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...]
coff-alpha.c     [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...]
  /external/modp_b64/
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...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.0/
sdklib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.1/
sdklib-22.7.1.jar 

Completed in 623 milliseconds

1 2 3 4 5 67 8 91011>>