HomeSort by relevance Sort by last modified time
    Searched refs:archives (Results 1 - 18 of 18) sorted by null

  /external/webkit/WebKit/mac/WebView/
WebDataSourcePrivate.h 34 - (void)_addSubframeArchives:(NSArray *) archives;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
LocalPackagesPage.java 272 Archive[] archives = p.getArchives(); local
273 if (archives.length == 1 && archives[0] != null && archives[0].isLocal()) {
274 Archive archive = archives[0];
RemotePackagesPage.java 106 mColumnSource.setText("Sites, Packages and Archives");
243 * When checking a package, only its compatible archives are checked.
262 // When selecting, we want to only select compatible archives.
287 // Get the list of selected archives
288 ArrayList<Archive> archives = new ArrayList<Archive>(); local
291 archives.add((Archive) element);
300 // are compatible archives
301 for (Archive a : archives) {
305 // compatible archives children are selected. In practice we'll rarely
315 ArrayList<Archive> archives = new ArrayList<Archive>(); local
    [all...]
RepoSourcesAdapter.java 231 * Returns the list of archives for the given package, eventually filtering it
232 * to only show the compatible archives.
235 Archive[] archives = pkg.getArchives(); local
237 for (Archive archive : archives) {
239 // if we only want the compatible archives, then we just take the first
240 // one. it's unlikely there are 2 compatible archives for the same
248 return archives;
UpdaterLogic.java 62 ArrayList<ArchiveInfo> archives = new ArrayList<ArchiveInfo>(); local
75 archives,
83 return archives;
88 * and adds them to the list of archives to install.
90 public void addNewPlatforms(ArrayList<ArchiveInfo> archives,
173 archives,
189 archives,
218 // deal with more than one level of dependencies and installed archives
434 // Look in archives already scheduled for install
448 // Otherwise look in the selected archives.
    [all...]
UpdaterData.java 314 * @param result The archives to install. Incompatible ones will be skipped.
323 mTaskFactory.start("Installing Archives", new ITask() {
328 monitor.setDescription("Preparing to install archives");
333 // Mark all current local archives as already installed.
516 * <li>If selectedArchives is not null, this represents a list of archives/packages that
530 ArrayList<ArchiveInfo> archives = ul.computeUpdates( local
536 ul.addNewPlatforms(archives, getSources(), getLocalSdkParser().getPackages());
539 // TODO if selectedArchives is null and archives.len==0, find if there's
542 UpdateChooserDialog dialog = new UpdateChooserDialog(getWindowShell(), this, archives);
UpdateChooserDialog.java 86 * List of all archives to be installed with dependency information.
90 * limited number of archives to deal with (e.g. < 10 now). We might want to revisit
103 * @param archives The archives to be installed
107 ArrayList<ArchiveInfo> archives) {
110 mArchives = archives;
119 * Returns the results, i.e. the list of selected new archives to install.
121 * except only accepted archives are present.
410 // Only missing archives have a null archive, so we shouldn't be here.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Package.java 36 * A package has some attributes (revision, description) and a list of archives
217 * Parses an XML node to process the <archives> element.
220 ArrayList<Archive> archives = new ArrayList<Archive>(); local
231 archives.add(parseArchive(child));
236 return archives.toArray(new Archive[archives.size()]);
240 * Parses one <archive> element from an <archives> container.
321 * Returns the archives defined in this package.
RepoSource.java 535 // - an <archives> element with one or more <archive> elements inside
542 Node archives = findChild(tool, null, prefix, SdkRepository.NODE_ARCHIVES); local
544 if (revision == null || archives == null) {
569 while ((archive = findChild(archives,
    [all...]
  /external/quake/quake/src/QW/
Makefile.Linux 824 if [ ! -d archives ];then mkdir archives;fi
829 cp $(RPMROOT)/RPMS/$(RPMARCH)/qwcl-$(VERSION)-$(RPM_RELEASE).$(RPMARCH).rpm archives/.
836 if [ ! -d archives ];then mkdir archives;fi
839 mv $(QWCL_RPMDIR)/$(INSTALLDIR)/*.tar.gz archives/.
878 if [ ! -d archives ];then mkdir archives;fi
883 cp $(RPMROOT)/RPMS/$(RPMARCH)/qwsv-$(VERSION)-$(RPM_RELEASE).$(RPMARCH).rpm archives/.
887 if [ ! -d archives ];then mkdir archives;f
    [all...]
  /external/quake/quake/src/WinQuake/
Makefile.Solaris 454 if [ ! -d archives ];then mkdir archives;fi
458 mv $(RPMDIR)/*.tar.Z archives/.
  /external/elfutils/src/
ld.h 31 /* Methods for handling archives. */
96 /* How to extract elements from archives. */
713 /* List of all archives participating, in this order. */
714 struct usedfiles *archives; member in struct:ld_state
781 /* How to extract elements from archives. */
ldgeneric.c     [all...]
  /external/dbus/
ltmain.sh 1193 # See if our shared archives depend on static archives.
    [all...]
  /external/expat/conftools/
ltmain.sh 1163 # See if our shared archives depend on static archives.
    [all...]
  /external/libffi/
ltmain.sh 1202 # See if our shared archives depend on static archives.
    [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1046 milliseconds