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

1 2 3 4 5 6 7 891011>>

  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/
arm-linux-androideabi-ranlib.1 141 ranlib \- generate index to archive.
147 \&\fBranlib\fR generates an index to the contents of an archive and
148 stores it in the archive. The index lists each symbol defined by a
149 member of an archive that is a relocatable object file.
153 An archive with such an index speeds up linking to the library and
155 their placement in the archive.
172 Update the timestamp of the symbol map of an archive.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
RepoConstants.java 87 /** An archive element, for the archives container. */
88 public static final String NODE_ARCHIVE = "archive"; //$NON-NLS-1$
90 /** An archive size, an int > 0. */
92 /** A sha1 archive checksum, as a 40-char hex. */
94 /** A download archive URL, either absolute or relative to the repository xml. */
97 /** An archive checksum type, mandatory. */
99 /** An archive OS attribute, mandatory. */
101 /** An optional archive Architecture attribute. */
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PkgItem.java 19 import com.android.sdklib.internal.repository.Archive;
115 public Archive[] getArchives() {
125 * the exact given archive.
128 public boolean hasArchive(Archive archive) {
129 if (mMainPkg.hasArchive(archive)) {
132 if (mUpdatePkg != null && mUpdatePkg.hasArchive(archive)) {
139 * Returns true if the main package has at least one archive
PackageLoader.java 19 import com.android.sdklib.internal.repository.Archive;
239 List<Archive> mArchivesToInstall = new ArrayList<Archive>();
255 Archive[] a = pkg.getArchives();
256 // an installed package should have one local compatible archive
266 for (Archive archive : pkg.getArchives()) {
267 if (archive.isCompatible()) {
268 mArchivesToInstall.add(archive);
300 private void installArchives(final List<Archive> archivesToInstall)
    [all...]
  /development/pdk/docs/porting/
source_setup_guide.jd 59 deb http://us.archive.ubuntu.com/ubuntu/ gutsy universe
61 deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy universe
63 deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates universe
65 deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-updates universe
102 <li>Navigate to: <a href="http://java.sun.com/products/archive/">http://java.sun.com/products/archive/</a>.</li>
  /external/elfutils/tests/
saridx.c 128 /* If it is no archive punt. */
131 printf ("%s is not an archive\n", argv[1]);
142 /* Get the elements of the archive one after the other. */
161 fputs ("archive:\n", stdout);
220 /* Get next archive element. */
233 printf ("no symbol table in archive: %s\n", elf_errmsg (-1));
  /external/llvm/tools/llvm-shlib/
Makefile 67 LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
68 -Wl,--no-whole-archive
104 -Wl,--whole-archive $(LLVMLibsPaths) \
105 -Wl,--no-whole-archive
110 -Wl,--whole-archive -lstdc++ \
111 -Wl,--no-whole-archive
  /external/webkit/Source/WebCore/WebCore.gyp/mac/
adjust_visibility.sh 79 # Change directories to extract the archive to ensure correct pathnames.
82 # Use ld -r to relink each object that was in the archive. Providing an
92 # Build an architecture-specific archive from the modified object files.
97 # Toss the object files out now that they're in the archive.
101 # Create a fat archive from the architecture-specific archives if needed.
103 # archive to the destination.
  /external/webkit/Tools/BuildSlaveSupport/
test-result-archive 42 if action not in ('archive'):
64 # Ensure that layoutTestResultsDir exists since we cannot archive a directory that does not exist
95 # archive just because some other process is behaving badly. See
101 """Make a zip archive.
104 archiveFile: The resultant zip archive file name.
119 print "Created zip archive: ", archiveFile
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SamplePackage.java 24 import com.android.sdklib.internal.repository.Archive.Arch;
25 import com.android.sdklib.internal.repository.Archive.Os;
88 * This is used to list local SDK folders in which case there is one archive which
91 * By design, this creates a package with one and only one archive.
121 * This is used to list local SDK folders in which case there is one archive which
124 * By design, this creates a package with one and only one archive.
242 * Computes a potential installation folder if an archive of this package were
307 public boolean preInstallHook(Archive archive,
324 String pkgName = archive.getParentPackage().getShortDescription();
    [all...]
SdkRepoSource.java 20 import com.android.sdklib.internal.repository.Archive.Arch;
21 import com.android.sdklib.internal.repository.Archive.Os;
118 * least one &lt;archive&gt; compatible with this platform.
271 // - an <archives> element with one or more <archive> elements inside
272 // - one of the <archive> elements must have an "os" and "arch" attributes
274 // - the <archive> element must contain a <size>, a <checksum> and a <url>.
322 Node archive = null; local
323 while ((archive = findChild(archives,
324 archive,
328 Os os = (Os) XmlParserUtils.getEnumAttribute(archive,
    [all...]
ToolPackage.java 23 import com.android.sdklib.internal.repository.Archive.Arch;
24 import com.android.sdklib.internal.repository.Archive.Os;
99 * Manually create a new package with one archive and the given attributes or properties.
101 * one archive which URL is the actual target location.
103 * By design, this creates a package with one and only one archive.
207 * Computes a potential installation folder if an archive of this package were
242 public void postInstallHook(Archive archive, ITaskMonitor monitor, File installFolder) {
243 super.postInstallHook(archive, monitor, installFolder);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
mtio.h 106 #define MT_ISARCHIVE_5945L2 0x04 /* Archive 5945L-2, QIC-24, QIC-02?. */
109 #define MT_ISARCHIVE_VP60I 0x07 /* Archive VP60i, QIC-02. */
110 #define MT_ISARCHIVE_2150L 0x08 /* Archive Viper 2150L. */
111 #define MT_ISARCHIVE_2060L 0x09 /* Archive Viper 2060L. */
112 #define MT_ISARCHIVESC499 0x0A /* Archive SC-499 QIC-36 controller. */
139 {MT_ISARCHIVE_5945L2, "Archive 5945L-2"}, \
142 {MT_ISARCHIVE_VP60I, "Archive VP60i, QIC-02"}, \
143 {MT_ISARCHIVE_2150L, "Archive Viper 2150L"}, \
144 {MT_ISARCHIVE_2060L, "Archive Viper 2060L"}, \
145 {MT_ISARCHIVESC499, "Archive SC-499 QIC-36 controller"},
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/
RepoSourcesAdapter.java 19 import com.android.sdklib.internal.repository.Archive;
168 * For a {@link Package}, returns an array of {@link Archive}s.
260 Archive[] archives = pkg.getArchives();
262 for (Archive archive : archives) {
267 if (archive.isCompatible()) {
268 return new Object[] { archive };
291 } else if (element instanceof Archive) {
292 return ((Archive) element).getParentPackage();
336 // For all potential packages, we also make sure that there's an archive for
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-ranlib.1 133 ranlib \- generate index to archive.
139 \&\fBranlib\fR generates an index to the contents of an archive and
140 stores it in the archive. The index lists each symbol defined by a
141 member of an archive that is a relocatable object file.
145 An archive with such an index speeds up linking to the library and
147 their placement in the archive.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-ranlib.1 133 ranlib \- generate index to archive.
139 \&\fBranlib\fR generates an index to the contents of an archive and
140 stores it in the archive. The index lists each symbol defined by a
141 member of an archive that is a relocatable object file.
145 An archive with such an index speeds up linking to the library and
147 their placement in the archive.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-ranlib.1 133 ranlib \- generate index to archive.
139 \&\fBranlib\fR generates an index to the contents of an archive and
140 stores it in the archive. The index lists each symbol defined by a
141 member of an archive that is a relocatable object file.
145 An archive with such an index speeds up linking to the library and
147 their placement in the archive.
  /external/elfutils/libelf/
libelf.h 109 ELF_K_AR, /* Archive. */
117 /* Archive member header. */
120 char *ar_name; /* Name of archive member. */
126 char *ar_rawname; /* Original name of archive member. */
130 /* Archive symbol table entry. */
134 size_t as_off; /* Offset for this file in the archive. */
159 /* Advance archive descriptor to next element. */
266 /* Return header of archive. */
269 /* Select archive element at OFFSET. */
  /external/webkit/Source/WebKit/mac/WebView/
WebDataSource.mm 167 WebArchive *archive;
168 while ((archive = [enumerator nextObject]) != nil)
169 loader->addAllArchiveResources([archive _coreLegacyWebArchive]);
281 - (void)_replaceSelectionWithArchive:(WebArchive *)archive selectReplacement:(BOOL)selectReplacement
283 DOMDocumentFragment *fragment = [self _documentFragmentWithArchive:archive];
289 - (DOMDocumentFragment *)_documentFragmentWithArchive:(WebArchive *)archive
291 ASSERT(archive);
292 WebResource *mainResource = [archive mainResource];
299 loader->addAllArchiveResources([archive _coreLegacyWebArchive]);
  /bionic/libc/kernel/common/linux/
mtio.h 101 #define MT_TAPE_INFO { {MT_ISUNKNOWN, "Unknown type of tape device"}, {MT_ISQIC02, "Generic QIC-02 tape streamer"}, {MT_ISWT5150, "Wangtek 5150, QIC-150"}, {MT_ISARCHIVE_5945L2, "Archive 5945L-2"}, {MT_ISCMSJ500, "CMS Jumbo 500"}, {MT_ISTDC3610, "Tandberg TDC 3610, QIC-24"}, {MT_ISARCHIVE_VP60I, "Archive VP60i, QIC-02"}, {MT_ISARCHIVE_2150L, "Archive Viper 2150L"}, {MT_ISARCHIVE_2060L, "Archive Viper 2060L"}, {MT_ISARCHIVESC499, "Archive SC-499 QIC-36 controller"}, {MT_ISQIC02_ALL_FEATURES, "Generic QIC-02 tape, all features"}, {MT_ISWT5099EEN24, "Wangtek 5099-een24, 60MB"}, {MT_ISTEAC_MT2ST, "Teac MT-2ST 155mb data cassette drive"}, {MT_ISEVEREX_FT40A, "Everex FT40A, QIC-40"}, {MT_ISONSTREAM_SC, "OnStream SC-, DI-, DP-, or USB tape drive"}, {MT_ISSCSI1, "Generic SCSI-1 tape"}, {MT_ISSCSI2, "Generic SCSI-2 tape"}, {0, NULL} }
  /development/ndk/platforms/android-3/include/linux/
mtio.h 101 #define MT_TAPE_INFO { {MT_ISUNKNOWN, "Unknown type of tape device"}, {MT_ISQIC02, "Generic QIC-02 tape streamer"}, {MT_ISWT5150, "Wangtek 5150, QIC-150"}, {MT_ISARCHIVE_5945L2, "Archive 5945L-2"}, {MT_ISCMSJ500, "CMS Jumbo 500"}, {MT_ISTDC3610, "Tandberg TDC 3610, QIC-24"}, {MT_ISARCHIVE_VP60I, "Archive VP60i, QIC-02"}, {MT_ISARCHIVE_2150L, "Archive Viper 2150L"}, {MT_ISARCHIVE_2060L, "Archive Viper 2060L"}, {MT_ISARCHIVESC499, "Archive SC-499 QIC-36 controller"}, {MT_ISQIC02_ALL_FEATURES, "Generic QIC-02 tape, all features"}, {MT_ISWT5099EEN24, "Wangtek 5099-een24, 60MB"}, {MT_ISTEAC_MT2ST, "Teac MT-2ST 155mb data cassette drive"}, {MT_ISEVEREX_FT40A, "Everex FT40A, QIC-40"}, {MT_ISONSTREAM_SC, "OnStream SC-, DI-, DP-, or USB tape drive"}, {MT_ISSCSI1, "Generic SCSI-1 tape"}, {MT_ISSCSI2, "Generic SCSI-2 tape"}, {0, NULL} }
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
mtio.h 101 #define MT_TAPE_INFO { {MT_ISUNKNOWN, "Unknown type of tape device"}, {MT_ISQIC02, "Generic QIC-02 tape streamer"}, {MT_ISWT5150, "Wangtek 5150, QIC-150"}, {MT_ISARCHIVE_5945L2, "Archive 5945L-2"}, {MT_ISCMSJ500, "CMS Jumbo 500"}, {MT_ISTDC3610, "Tandberg TDC 3610, QIC-24"}, {MT_ISARCHIVE_VP60I, "Archive VP60i, QIC-02"}, {MT_ISARCHIVE_2150L, "Archive Viper 2150L"}, {MT_ISARCHIVE_2060L, "Archive Viper 2060L"}, {MT_ISARCHIVESC499, "Archive SC-499 QIC-36 controller"}, {MT_ISQIC02_ALL_FEATURES, "Generic QIC-02 tape, all features"}, {MT_ISWT5099EEN24, "Wangtek 5099-een24, 60MB"}, {MT_ISTEAC_MT2ST, "Teac MT-2ST 155mb data cassette drive"}, {MT_ISEVEREX_FT40A, "Everex FT40A, QIC-40"}, {MT_ISONSTREAM_SC, "OnStream SC-, DI-, DP-, or USB tape drive"}, {MT_ISSCSI1, "Generic SCSI-1 tape"}, {MT_ISSCSI2, "Generic SCSI-2 tape"}, {0, NULL} }
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
mtio.h 101 #define MT_TAPE_INFO { {MT_ISUNKNOWN, "Unknown type of tape device"}, {MT_ISQIC02, "Generic QIC-02 tape streamer"}, {MT_ISWT5150, "Wangtek 5150, QIC-150"}, {MT_ISARCHIVE_5945L2, "Archive 5945L-2"}, {MT_ISCMSJ500, "CMS Jumbo 500"}, {MT_ISTDC3610, "Tandberg TDC 3610, QIC-24"}, {MT_ISARCHIVE_VP60I, "Archive VP60i, QIC-02"}, {MT_ISARCHIVE_2150L, "Archive Viper 2150L"}, {MT_ISARCHIVE_2060L, "Archive Viper 2060L"}, {MT_ISARCHIVESC499, "Archive SC-499 QIC-36 controller"}, {MT_ISQIC02_ALL_FEATURES, "Generic QIC-02 tape, all features"}, {MT_ISWT5099EEN24, "Wangtek 5099-een24, 60MB"}, {MT_ISTEAC_MT2ST, "Teac MT-2ST 155mb data cassette drive"}, {MT_ISEVEREX_FT40A, "Everex FT40A, QIC-40"}, {MT_ISONSTREAM_SC, "OnStream SC-, DI-, DP-, or USB tape drive"}, {MT_ISSCSI1, "Generic SCSI-1 tape"}, {MT_ISSCSI2, "Generic SCSI-2 tape"}, {0, NULL} }
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
mtio.h 101 #define MT_TAPE_INFO { {MT_ISUNKNOWN, "Unknown type of tape device"}, {MT_ISQIC02, "Generic QIC-02 tape streamer"}, {MT_ISWT5150, "Wangtek 5150, QIC-150"}, {MT_ISARCHIVE_5945L2, "Archive 5945L-2"}, {MT_ISCMSJ500, "CMS Jumbo 500"}, {MT_ISTDC3610, "Tandberg TDC 3610, QIC-24"}, {MT_ISARCHIVE_VP60I, "Archive VP60i, QIC-02"}, {MT_ISARCHIVE_2150L, "Archive Viper 2150L"}, {MT_ISARCHIVE_2060L, "Archive Viper 2060L"}, {MT_ISARCHIVESC499, "Archive SC-499 QIC-36 controller"}, {MT_ISQIC02_ALL_FEATURES, "Generic QIC-02 tape, all features"}, {MT_ISWT5099EEN24, "Wangtek 5099-een24, 60MB"}, {MT_ISTEAC_MT2ST, "Teac MT-2ST 155mb data cassette drive"}, {MT_ISEVEREX_FT40A, "Everex FT40A, QIC-40"}, {MT_ISONSTREAM_SC, "OnStream SC-, DI-, DP-, or USB tape drive"}, {MT_ISSCSI1, "Generic SCSI-1 tape"}, {MT_ISSCSI2, "Generic SCSI-2 tape"}, {0, NULL} }
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
mtio.h 101 #define MT_TAPE_INFO { {MT_ISUNKNOWN, "Unknown type of tape device"}, {MT_ISQIC02, "Generic QIC-02 tape streamer"}, {MT_ISWT5150, "Wangtek 5150, QIC-150"}, {MT_ISARCHIVE_5945L2, "Archive 5945L-2"}, {MT_ISCMSJ500, "CMS Jumbo 500"}, {MT_ISTDC3610, "Tandberg TDC 3610, QIC-24"}, {MT_ISARCHIVE_VP60I, "Archive VP60i, QIC-02"}, {MT_ISARCHIVE_2150L, "Archive Viper 2150L"}, {MT_ISARCHIVE_2060L, "Archive Viper 2060L"}, {MT_ISARCHIVESC499, "Archive SC-499 QIC-36 controller"}, {MT_ISQIC02_ALL_FEATURES, "Generic QIC-02 tape, all features"}, {MT_ISWT5099EEN24, "Wangtek 5099-een24, 60MB"}, {MT_ISTEAC_MT2ST, "Teac MT-2ST 155mb data cassette drive"}, {MT_ISEVEREX_FT40A, "Everex FT40A, QIC-40"}, {MT_ISONSTREAM_SC, "OnStream SC-, DI-, DP-, or USB tape drive"}, {MT_ISSCSI1, "Generic SCSI-1 tape"}, {MT_ISSCSI2, "Generic SCSI-2 tape"}, {0, NULL} }

Completed in 583 milliseconds

1 2 3 4 5 6 7 891011>>