/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/testdata/ |
addon_sample_1.xml | 43 <sdk:archive os="any"> 47 </sdk:archive> 68 <sdk:archive os="windows"> 72 </sdk:archive> 73 <sdk:archive os="linux"> 77 </sdk:archive> 98 <sdk:archive os="any" arch="any"> 102 </sdk:archive> 114 <sdk:archive os="any" arch="any"> 118 </sdk:archive> [all...] |
addon_sample_2.xml | 43 <sdk:archive os="any"> 47 </sdk:archive> 72 <sdk:archive os="windows"> 76 </sdk:archive> 77 <sdk:archive os="linux"> 81 </sdk:archive> 103 <sdk:archive os="any" arch="any"> 107 </sdk:archive> 123 <sdk:archive os="any" arch="any"> 127 </sdk:archive> [all...] |
addon_sample_3.xml | 43 <sdk:archive os="any"> 47 </sdk:archive> 72 <sdk:archive os="windows"> 76 </sdk:archive> 77 <sdk:archive os="linux"> 81 </sdk:archive> 103 <sdk:archive os="any" arch="any"> 107 </sdk:archive> 123 <sdk:archive os="any" arch="any"> 127 </sdk:archive> [all...] |
/external/llvm/lib/Archive/ |
Archive.cpp | 1 //===-- Archive.cpp - Generic LLVM archive functions ------------*- C++ -*-===// 10 // This file contains the implementation of the Archive and ArchiveMember 56 // This is the constructor that the Archive class uses when it is building or 57 // reading an archive. It just defaults a few things and ensures the parent is 58 // set for the iplist. The Archive class fills in the ArchiveMember's data. 60 // things in the Archive. 61 ArchiveMember::ArchiveMember(Archive* PAR) 73 *ErrMsg = "Can not replace an archive member with a non-existent file"; 142 // Archive constructor - this is the only constructor that gets used for th [all...] |
ArchiveReader.cpp | 1 //===-- ArchiveReader.cpp - Read LLVM archive files -------------*- C++ -*-===// 10 // Builds up standard unix archive files (.a) containing LLVM bitcode. 36 // Completely parse the Archive's symbol table and populate symTab member var. 38 Archive::parseSymbolTable(const void* data, unsigned size, std::string* error) { 71 Archive::parseMemberHeader(const char*& At, const char* End, std::string* error) 79 // Cast archive member header 95 *error = "invalid member length in archive file"; 239 Archive::checkSignature(std::string* error) { 243 *error = "invalid signature for an archive file"; 249 // This function loads the entire archive and fully populates its ilist wit [all...] |
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/ |
MockEmptyPackage.java | 20 import com.android.sdklib.internal.repository.Archive; 23 import com.android.sdklib.internal.repository.Archive.Arch; 24 import com.android.sdklib.internal.repository.Archive.Os; 37 * Creates a new {@link MockEmptyPackage} with a local archive. 57 * Creates a new {@link MockEmptyPackage} with a local archive. 78 * Creates a new {@link MockEmptyPackage} with a local archive. 100 protected Archive[] initializeArchives( 105 return new Archive[] { 106 new Archive(this, props, archiveOs, archiveArch, archiveOsPath) { 114 public Archive getLocalArchive() [all...] |
MockSystemImagePackage.java | 23 * By design, this package contains one and only one archive.
30 * By design, this package contains one and only one archive.
45 * By design, this package contains one and only one archive.
|
PlatformPackageTest.java | 20 import com.android.sdklib.internal.repository.Archive.Arch; 21 import com.android.sdklib.internal.repository.Archive.Os; 29 * PlatformPackage implicitly generates a local archive wrapper 40 protected Archive[] initializeArchives(
|
/sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/ |
UpdaterLogicTest.java | 22 import com.android.sdklib.internal.repository.Archive;
111 ArrayList<Archive> selected = new ArrayList<Archive>();
120 // a2 now depends on a "fake" archive info with no newArchive that wraps the missing
129 Archive p2_archive = p2.getArchives()[0];
153 ArrayList<Archive> selected = new ArrayList<Archive>();
168 // a2 now depends on a "fake" archive info with no newArchive that wraps the missing
177 Archive p2_archive = p2.getArchives()[0];
202 ArrayList<Archive> selected = new ArrayList<Archive>(); [all...] |
/dalvik/vm/ |
JarFile.h | 24 * archive that happens to hold a Dex file.) 27 ZipArchive archive; member in struct:JarFile 34 * Open the Zip archive and get a list of the classfile entries.
|
/external/elfutils/libelf/ |
elf_getarhdr.c | 1 /* Read header of next archive member. 42 /* Make sure we have read the archive header. */ 49 /* We can be sure the parent is an archive. */
|
elf_next.c | 1 /* Advance in archive to next element. 39 /* We can be sure the parent is an archive. */ 48 /* Get the next archive header. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
ar.h | 1 /* Header describing `ar' archive file format. 25 /* Archive files start with the ARMAG identifying string. Then follows a 29 #define ARMAG "!<arch>\n" /* String that begins an archive file. */
|
/bootable/recovery/minzip/ |
Zip.h | 4 * Simple Zip archive support. 18 * One entry in the Zip archive. Treat this as opaque -- use accessors below. 39 * One Zip archive. Treat as opaque. 59 * Open a Zip archive. 67 * Close archive, releasing resources associated with it. 76 * Find an entry in the Zip archive, by name. 82 * Get the number of entries in the Zip archive. 101 * Get the index number of an entry in the archive. 183 * children of targetDir; e.g., if the archive contains the entries
|
/dalvik/libdex/ |
ZipArchive.h | 41 * Read-only Zip archive. 50 * It's possible that somebody has handed us a massive (~1GB) zip archive, 60 /* open Zip archive */ 67 /* number of entries in the Zip archive */ 71 * We know how many entries are in the Zip archive, so we can have a 86 * Open a Zip archive. 103 * Close archive, releasing resources associated with it. 111 * Return the archive's file descriptor. 118 * Find an entry in the Zip archive, by name. Returns NULL if the entry
|
/external/chromium/sdch/open-vcdiff/packages/ |
rpm.sh | 16 archive=../$fullname.tar.gz 32 if [ \! -r "$archive" ] 34 echo "Cannot find $archive. Run \"make dist\" first." 1>&2 48 cp "$archive" "$RPM_SOURCE_DIR"
|
/external/elfutils/tests/ |
msg_tst.c | 42 { ELF_E_ARCHIVE_FMAG, "invalid fmag field in archive header" }, 43 { ELF_E_INVALID_ARCHIVE, "invalid archive file" }, 44 { ELF_E_NO_ARCHIVE, "descriptor is not for an archive" }, 55 { ELF_E_FD_MISMATCH, "archive/member fildes mismatch" },
|
/external/emma/core/java12/com/vladium/util/ |
IPathEnumerator.java | 47 * Called just after the enumerator's zip input stream for this archive 50 void handleArchiveStart (File parentDir, File archive, Manifest manifest); 55 * Called after the enumerator's zip input stream for this archive 58 void handleArchiveEnd (File parentDir, File archive); 106 if (m_verbose) m_log.verbose ("processing archive path entry [" + f.getAbsolutePath () + "] ..."); 109 final File archive = new File (name); local 112 // move to enumeratePathArchive(): handler.handleArchiveStart (parent, archive); 114 handler.handleArchiveEnd (parent, archive); // note: it is important that this is called after the zip stream has been closed 118 throw new IllegalArgumentException ("path entry is not a directory or an archive: [" + f + "]"); 199 private void enumeratePathArchive (final String archive) [all...] |
/external/llvm/autoconf/m4/ |
header_mmap_anonymous.m4 | 3 # http://www.gnu.org/software/ac-archive/htmldoc/ac_cxx_have_ext_slist.html
|
/external/openssl/crypto/des/times/ |
hpux.cc | 1 HPUX 10 - 9000/887 - cc -D_HPUX_SOURCE -Aa +ESlit +O2 -Wl,-a,archive
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLAppletElement03.js | 78 The archive attribute specifies a comma-seperated archive list. 80 Retrieve the archive attribute and examine its value. 102 varchive = testNode.archive;
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLAppletElement03.js | 78 The archive attribute specifies a comma-seperated archive list. 80 Retrieve the archive attribute and examine its value. 102 varchive = testNode.archive;
|
/external/webkit/Source/WebCore/loader/archive/cf/ |
LegacyWebArchive.h | 32 #include "Archive.h" 40 class LegacyWebArchive : public Archive { 62 static RetainPtr<CFDictionaryRef> createPropertyListRepresentation(Archive*); 70 #endif // Archive
|
/ndk/tests/device/whole-static-libs/jni/ |
Android.mk | 9 # --whole-archive is used. However, it won't do it for shared libraries, so
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
BrokenPackage.java | 20 import com.android.sdklib.internal.repository.Archive.Arch;
21 import com.android.sdklib.internal.repository.Archive.Os;
53 * By design, this creates a package with one and only one archive.
178 public boolean preInstallHook(Archive archive,
183 return super.preInstallHook(archive, monitor, osSdkRoot, installFolder);
192 public void postInstallHook(Archive archive, ITaskMonitor monitor, File installFolder) {
194 super.postInstallHook(archive, monitor, installFolder);
|