HomeSort by relevance Sort by last modified time
    Searched full:archive (Results 51 - 75 of 3263) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/misc/common/asm/
PREBUILT 2 using the source archive hosted at
  /prebuilts/misc/common/commons-cli/
PREBUILT 2 http://archive.apache.org/dist/commons/cli/binaries/commons-cli-1.2-bin.tar.g
  /prebuilts/misc/common/ecj/
PREBUILT 2 using the source archive
  /prebuilts/misc/common/icu4j/
PREBUILT 2 using the source archive hosted at
  /prebuilts/misc/common/jython/
PREBUILT 2 using the source archive
  /prebuilts/misc/common/kxml2/
PREBUILT 2 using the source archive hosted at
  /prebuilts/misc/windows/ccache/
PREBUILT 2 using the source archive
  /prebuilts/misc/windows/flex/
PREBUILT 2 using the source archive hosted at
  /prebuilts/tools/common/ant/
PREBUILT 2 http://archive.apache.org/dist/ant/binaries/apache-ant-1.7.0-bin.zip
  /prebuilts/tools/common/asm-tools/
PREBUILT 2 using the source archive hosted at
  /prebuilts/tools/common/commons-compress/
PREBUILT 2 using the source archive
  /prebuilts/tools/common/jfreechart/
PREBUILT 2 using the source archive
  /prebuilts/tools/common/kxml2-tools/
PREBUILT 2 using the source archive hosted at
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
PREBUILT 2 using the source archive
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
PREBUILT 2 using the source archive
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
PREBUILT 2 using the source archive
  /prebuilts/tools/common/netbeans-visual/
PREBUILT 2 using the source archive
  /toolchain/binutils/binutils-2.25/binutils/
elfcomm.h 61 /* Structure to hold information about an archive file. */
65 char * file_name; /* Archive file name. */
73 unsigned long nested_member_origin; /* Origin in the nested archive of the current member. */
74 unsigned long next_arhdr_offset; /* Offset of the next archive header. */
75 bfd_boolean is_thin_archive; /* TRUE if this is a thin archive. */
77 struct ar_hdr arhdr; /* Current archive header. */
80 /* Return the path name for a proxy entry in a thin archive. */
83 /* Read the symbol table and long-name table from an archive. */
87 /* Open and setup a nested archive, if not already open. */
90 /* Release the memory used for the archive information. *
    [all...]
  /build/kati/testcase/
multi_rule_order_only.mk 19 echo archive $@
22 echo archive $@
  /dalvik/dx/src/com/android/multidex/
ArchivePathElement.java 36 private final ZipFile archive; field in class:ArchivePathElement
38 public ArchivePathElement(ZipFile archive) {
39 this.archive = archive;
44 ZipEntry entry = archive.getEntry(path);
50 return archive.getInputStream(entry);
56 archive.close();
66 Enumeration<? extends ZipEntry> delegate = archive.entries();
  /frameworks/compile/mclinker/include/mcld/LD/
ArchiveReader.h 15 class Archive;
19 * \brief ArchiveReader provides an common interface for all archive readers.
21 * ArchiveReader also reads the target-independent parts of an archive file.
22 * There are some property on all the archive formats.
23 * 1. All archive elements star on an even boundary, new line padded;
24 * 2. All archive headers are char *;
25 * 3. All archive headers are the same size.
33 virtual bool readArchive(const LinkerConfig& pConfig, Archive& pArchive) = 0;
  /toolchain/binutils/binutils-2.25/gold/
cref.h 32 class Archive;
49 // Start recording an input archive. This is called for each
50 // archive in the order in which it appears on the command line. A
52 // object included from the archive.
54 add_archive_start(Archive*);
56 // Finish recording an input archive. This is called after
58 // archive.
60 add_archive_stop(Archive*);
archive.h 0 // archive.h -- archive support for gold -*- C++ -*-
47 // An entry in the archive map of offsets to members.
64 // This class serves as a base class for Archive and Lib_group objects.
82 // The modification time of the archive file.
87 // When we see a symbol in an archive we might decide to include the member,
139 // The task reading this archive.
147 // Return the modification time of the archive file.
155 // The incremental link information for this archive.
159 // This class represents an archive--generally a libNAME.a file
    [all...]
  /external/archive-patcher/
Android.mk 18 archive-patcher_shared_src_files := $(call all-java-files-under,shared/src/main/java)
19 archive-patcher_applier_src_files := $(call all-java-files-under,applier/src/main/java)
22 LOCAL_MODULE := archive-patcher
23 LOCAL_SRC_FILES := $(archive-patcher_shared_src_files) $(archive-patcher_applier_src_files)
24 # archive-patcher should be compatible with all versions of Android
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 27 def VerifySafeArchive(archive):
33 for member in archive.namelist():
36 'Archive %s contains a bad member: %s.' % (archive.filename, member))
47 def SetUnzippedDirPermissions(archive, unzipped_dir):
48 """Set the file permissions in an unzipped archive.
50 Designed to be called right after extractall() was called on |archive|.
54 archive: A zipfile.ZipFile object opened for reading.
56 of |archive|.
61 for zip_info in archive.infolist()
    [all...]

Completed in 507 milliseconds

1 23 4 5 6 7 8 91011>>