HomeSort by relevance Sort by last modified time
    Searched defs:Archive (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/loader/archive/
Archive.h 41 class Archive : public RefCounted<Archive> {
45 const Vector<RefPtr<Archive> >& subframeArchives() const { return m_subframeArchives; }
48 // These methods are meant for subclasses for different archive types to add resources in to the archive,
52 void addSubframeArchive(PassRefPtr<Archive> subframeArchive) { m_subframeArchives.append(subframeArchive); }
57 Vector<RefPtr<Archive> > m_subframeArchives;
62 #endif // Archive
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java 39 * A {@link Archive} is the base class for "something" that can be downloaded from
47 public class Archive implements IDescription {
50 private static final String PROP_OS = "Archive.Os"; //$NON-NLS-1$
51 private static final String PROP_ARCH = "Archive.Arch"; //$NON-NLS-1$
80 /** The OS that this archive can be downloaded on. */
132 /** The Architecture that this archive can be downloaded on. */
199 * Creates a new remote archive.
201 Archive(Package pkg, Os os, Arch arch, String url, long size, String checksum) {
213 * Creates a new local archive.
216 Archive(Package pkg, Properties props, Os os, Arch arch, String localOsPath) {
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 62 milliseconds