HomeSort by relevance Sort by last modified time
    Searched full:archive (Results 76 - 100 of 1570) sorted by null

1 2 34 5 6 7 8 91011>>

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java 30 * A {@link Archive} is the base class for "something" that can be downloaded from
37 * The {@link ArchiveInstaller} takes care of downloading, unpacking and installing an archive.
39 public class Archive implements IDescription, Comparable<Archive> {
41 private static final String PROP_OS = "Archive.Os"; //$NON-NLS-1$
42 private static final String PROP_ARCH = "Archive.Arch"; //$NON-NLS-1$
71 /** The OS that this archive can be downloaded on. */
123 /** The Architecture that this archive can be downloaded on. */
190 * Creates a new remote archive.
192 Archive(Package pkg, Os os, Arch arch, String url, long size, String checksum) {
    [all...]
PlatformToolPackage.java 23 import com.android.sdklib.internal.repository.Archive.Arch;
24 import com.android.sdklib.internal.repository.Archive.Os;
58 * Manually create a new package with one archive and the given attributes or properties.
60 * one archive which URL is the actual target location.
62 * By design, this creates a package with one and only one archive.
199 * Computes a potential installation folder if an archive of this package were
220 * Hook called right before an archive is installed.
223 * @param archive The archive that will be installed
226 * @param installFolder The folder where the archive will be installed. Note that thi
    [all...]
Package.java 23 import com.android.sdklib.internal.repository.Archive.Arch;
24 import com.android.sdklib.internal.repository.Archive.Os;
56 private final Archive[] mArchives;
102 * Manually create a new package with one archive and the given attributes.
104 * one archive which URL is the actual target location.
108 * By design, this creates a package with one and only one archive.
165 protected Archive[] initializeArchives(
170 return new Archive[] {
171 new Archive(this,
251 private Archive[] parseArchives(Node archivesNode) {
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterLogic.java 21 import com.android.sdklib.internal.repository.Archive;
73 Collection<Archive> selectedArchives,
100 for (Archive a : selectedArchives) {
232 for (Archive a : p.getArchives()) {
248 for (Archive a : suggestedDoc.getArchives()) {
266 * The local {@link ArchiveInfo} are guaranteed to have one non-null archive
274 // Only accept packages that have one compatible archive.
275 // Local package should have 1 and only 1 compatible archive anyway.
276 for (Archive a : p.getArchives()) {
278 // We create an "installed" archive info to wrap the local package.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-ar.1 142 the original individual files (called \fImembers\fR of the archive).
145 group are preserved in the archive, and can be restored on
151 with archive formats maintained with other tools. If it exists, the
160 object modules in the archive when you specify the modifier \fBs\fR.
161 Once created, this index is updated in the archive whenever \fBar\fR
163 An archive with such an index speeds up linking to the library, and
165 their placement in the archive.
168 table. If an archive lacks the table, another form of \fBar\fR called
189 \&\fIDelete\fR modules from the archive. Specify the names of modules to
190 be deleted as \fImember\fR...; the archive is untouched if yo
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-ar.1 142 the original individual files (called \fImembers\fR of the archive).
145 group are preserved in the archive, and can be restored on
151 with archive formats maintained with other tools. If it exists, the
160 object modules in the archive when you specify the modifier \fBs\fR.
161 Once created, this index is updated in the archive whenever \fBar\fR
163 An archive with such an index speeds up linking to the library, and
165 their placement in the archive.
168 table. If an archive lacks the table, another form of \fBar\fR called
189 \&\fIDelete\fR modules from the archive. Specify the names of modules to
190 be deleted as \fImember\fR...; the archive is untouched if yo
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-ar.1 142 the original individual files (called \fImembers\fR of the archive).
145 group are preserved in the archive, and can be restored on
151 with archive formats maintained with other tools. If it exists, the
160 object modules in the archive when you specify the modifier \fBs\fR.
161 Once created, this index is updated in the archive whenever \fBar\fR
163 An archive with such an index speeds up linking to the library, and
165 their placement in the archive.
168 table. If an archive lacks the table, another form of \fBar\fR called
189 \&\fIDelete\fR modules from the archive. Specify the names of modules to
190 be deleted as \fImember\fR...; the archive is untouched if yo
    [all...]
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp 43 static const xmlChar* const archiveTag = BAD_CAST "Archive";
56 Vector<PassRefPtr<Archive> >& subframeArchives)
67 Vector<PassRefPtr<Archive> > subframes;
80 Vector<PassRefPtr<Archive> >& subframeArchives)
90 for (Vector<PassRefPtr<Archive> >::iterator subframesIterator = subframeArchives.begin();
211 Vector<PassRefPtr<Archive> > subframes;
214 LOGD("loadArchive: Malformed archive.");
275 /* When an archive cannot be loaded, we return an empty archive instead. */
280 Vector<PassRefPtr<Archive> > subframes
304 RefPtr<WebArchiveAndroid> archive = loadArchive(root); local
    [all...]
WebArchiveAndroid.h 29 #include "Archive.h"
36 class WebArchiveAndroid : public Archive {
40 Vector<PassRefPtr<Archive> >& subframeArchives);
50 Vector<PassRefPtr<Archive> >& subframeArchives);
  /external/elfutils/lib/
ChangeLog 14 * Moved to CVS archive.
  /external/elfutils/libelf-po/
ChangeLog 11 * Moved to CVS archive.
  /external/webkit/Source/WebCore/loader/archive/
ArchiveResourceCollection.h 32 #include "Archive.h"
48 void addAllResources(Archive*);
51 PassRefPtr<Archive> popSubframeArchive(const String& frameName);
55 HashMap<String, RefPtr<Archive> > m_subframes;
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
MockExtraPackage.java 19 import com.android.sdklib.internal.repository.Archive.Arch;
20 import com.android.sdklib.internal.repository.Archive.Os;
27 * By design, this package contains one and only one archive.
35 * By design, this creates a package with one and only one archive.
MockSourcePackage.java 25 * By design, this package contains one and only one archive.
32 * By design, this package contains one and only one archive.
45 * By design, this package contains one and only one archive.
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 1 //===-- llvm-ar.cpp - LLVM archive librarian utility ----------------------===//
10 // Builds up (relatively) standard unix archive files (.a) containing LLVM
17 #include "llvm/Bitcode/Archive.h"
42 cl::desc("[relpos] [count] <archive-file> [members]..."));
49 " d[NsS] - delete file(s) from the archive\n"
50 " m[abiSs] - move file(s) in the archive\n"
51 " p[kN] - print file(s) found in the archive\n"
52 " q[ufsS] - quick append file(s) to the archive\n"
53 " r[abfiuzRsS] - replace or insert file(s) into the archive\n"
54 " t - display contents of archive\n
    [all...]
  /external/bluetooth/bluez/tools/
dfutool.1 30 is used to verify, archive and upgrade firmware files.
49 .BI archive " <dfu-file>"
50 Archive the current firmware of the device.
  /external/elfutils/libelf/
elf_rand.c 1 /* Select specific element in archive.
40 /* Get the next archive header. */
43 /* Mark the archive header as unusable. */
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
IArchiveBuilder.java 24 * Adds a file to the archive at a given path
26 * @param archivePath the path of the file inside the APK archive.
30 * at the same location inside the APK archive.
  /external/elfutils/libebl/
Makefile.am 72 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
83 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
94 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
105 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
116 $(CC) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/
UpdaterDataTest.java 19 import com.android.sdklib.internal.repository.Archive;
60 Archive a1 = new MockEmptyPackage("a1").getLocalArchive();
63 Archive a2 = new MockEmptyPackage("a2").getLocalArchive();
83 Archive a1 = new MockEmptyPackage("a1").getLocalArchive();
86 Archive a2 = new MockEmptyPackage("a2").getLocalArchive();
  /external/webkit/Source/WebKit/win/Interfaces/
IWebArchive.idl 53 @param mainResource The main resource of the archive.
54 @param subresources The subresources of the archive (can be nil).
55 @param subframeArchives The archives representing the subframes of the archive (can be nil).
64 @param data The data representing the archive. This can be obtained using WebArchive's data method.
73 @param data The data representing the archive. This can be obtained using WebArchive's data method.
81 @result The main resource of the archive.
88 @result The subresource of the archive (can be nil).
95 @result The archives representing the subframes of the archive (can be nil).
102 @result The data representation of the archive.
103 @discussion The data returned by this method can be used to save a web archive to a file or to place a web archive on the pasteboar
    [all...]
  /external/elfutils/tests/
arsymtest.c 35 /* Open the archive. */
62 /* If it is no archive punt. */
65 printf ("`%s' is no archive\n", argv[1]);
69 /* Now get the index of the archive. */
73 printf ("Cannot get archive index: %s\n", elf_errmsg (-1));
96 printf ("Cannot create ELF descriptor for archive member: %s\n",
104 printf ("Cannot get archive header for element `%s': %s\n",
  /external/quake/quake/src/QW/client/
cvar.h 60 qboolean archive; // set to true to cause it to be saved to vars.rc member in struct:cvar_s
68 #define CVAR3(NAME, STRING, ARCHIVE) {(NAME), (STRING), (ARCHIVE), 0, 0.0f, (struct cvar_s*) 0}
69 #define CVAR4(NAME, STRING, ARCHIVE, INFO) {(NAME), (STRING), (ARCHIVE), (INFO), 0.0f, (struct cvar_s*) 0}
73 // archive elements set.
98 // with the archive flag set to true.
  /external/quake/quake/src/WinQuake/
cvar.h 60 qboolean archive; // set to true to cause it to be saved to vars.rc member in struct:cvar_s
68 #define CVAR3(NAME, STRING, ARCHIVE) {(char*) (NAME), (char*) (STRING), (ARCHIVE), 0, 0.0f, (struct cvar_s*) 0}
69 #define CVAR4(NAME, STRING, ARCHIVE, INFO) {(char*) (NAME), (char*) (STRING), (ARCHIVE), (INFO), 0.0f, (struct cvar_s*) 0}
73 // archive elements set.
98 // with the archive flag set to true.
  /external/webkit/Source/WebKit/mac/Misc/
WebNSPasteboardExtras.mm 198 - (void)_web_writePromisedRTFDFromArchive:(WebArchive*)archive containsImage:(BOOL)containsImage
200 ASSERT(archive);
201 // This image data is either the only subresource of an archive (HTML image case)
203 NSArray *subresources = [archive subresources];
204 WebResource *resource = [archive mainResource];
233 archive:(WebArchive *)archive
251 if (archive)
253 [self setData:[archive data] forType:WebArchivePboardType];
264 archive:(WebArchive *)archiv
    [all...]

Completed in 883 milliseconds

1 2 34 5 6 7 8 91011>>