HomeSort by relevance Sort by last modified time
    Searched full:archives (Results 1 - 25 of 446) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/data/ftp/
dir-listing-ls-4 2 -rwx---r-x 1 archives 0 472 Jun 28 2004 .welcome
3 drwxr-xr-x 1 archives 0 512 Mar 5 1998 contributed-software
4 drwxr-xr-x 1 archives 0 512 Nov 11 1997 customer_support
5 drwxr-xr-x 1 archives 0 512 Dec 30 1998 docs
6 drwxr-xr-x 1 archives 0 512 May 8 1998 faq
7 drwxr-xr-x 1 archives 0 512 Nov 11 1997 mail_archives
8 drwxr-xr-x 1 archives 0 1024 Nov 11 1997 patches
9 drwxr-xr-x 1 archives 0 512 Nov 11 1997 tech-tips
10 drwxr-xr-x 1 archives 0 512 Nov 11 1997 white_papers
  /external/bluetooth/glib/debian/
copyright 4 It was downloaded from the CVS archives at cvs.gimp.org.
  /external/dbus/
ThirdPartyProject.prop 6 feedurl=http\://www.freedesktop.org/wiki/Software/dbus http\://lists.freedesktop.org/archives/dbus/2009-July/011574.html
  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/testdata/
repository_sample_2.xml 47 <!-- The archives node is mandatory and it cannot be empty. -->
48 <sdk:archives>
54 </sdk:archives>
63 <sdk:archives>
69 </sdk:archives>
80 <sdk:archives>
86 </sdk:archives>
106 <sdk:archives>
133 </sdk:archives>
141 <sdk:archives>
    [all...]
repository_sample_1.xml 47 <!-- The archives node is mandatory and it cannot be empty. -->
48 <sdk:archives>
54 </sdk:archives>
63 <sdk:archives>
69 </sdk:archives>
80 <sdk:archives>
86 </sdk:archives>
106 <sdk:archives>
133 </sdk:archives>
141 <sdk:archives>
    [all...]
  /frameworks/base/docs/html/sdk/
older_releases.jd 1 page.title=SDK Archives
50 href="http://dl.google.com/android/archives/android-sdk-windows-1.6_r1.zip">android-sdk-
60 href="http://dl.google.com/android/archives/android-sdk-mac_x86-1.6_r1.zip">android-sdk-
70 href="http://dl.google.com/android/archives/android-sdk-linux_x86-1.6_r1.tgz">android-
95 href="http://dl.google.com/android/archives/android-sdk-windows-1.5_r3.zip">android-sdk-
105 href="http://dl.google.com/android/archives/android-sdk-mac_x86-1.5_r3.zip">android-sdk-
115 href="http://dl.google.com/android/archives/android-sdk-linux_x86-1.5_r3.zip">android-
140 href="http://dl.google.com/android/archives/android-sdk-windows-1.1_r1.zip">android-sdk-
151 href="http://dl.google.com/android/archives/android-sdk-mac_x86-1.1_r1.zip">android-sdk-
162 href="http://dl.google.com/android/archives/android-sdk-linux_x86-1.1_r1.zip">android
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterData.java 376 * @param result The archives to install. Incompatible ones will be skipped.
385 mTaskFactory.start("Installing Archives", new ITask() {
390 monitor.setDescription("Preparing to install archives");
395 // Mark all current local archives as already installed.
588 * <li>If selectedArchives is not null, this represents a list of archives/packages that
592 * @param selectedArchives The list of remote archives to consider for the update.
602 ArrayList<ArchiveInfo> archives = ul.computeUpdates( local
608 ul.addNewPlatforms(archives, getSources(), getLocalSdkParser().getPackages());
611 // TODO if selectedArchives is null and archives.len==0, find if there are
614 UpdateChooserDialog dialog = new UpdateChooserDialog(getWindowShell(), this, archives);
642 ArrayList<ArchiveInfo> archives = ul.computeUpdates( local
    [all...]
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...]
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;
  /external/webkit/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 95 LOG(Archives, "LegacyWebArchive - NULL resource URL is invalid - returning null property list");
146 LOG(Archives, "LegacyWebArchive - Failed to create property list for subresource");
158 LOG(Archives, "LegacyWebArchive - Failed to create property list for subframe archive");
190 LOG(Archives, "LegacyWebArchive - Resource data is not of type CFData, cannot create invalid resource");
196 LOG(Archives, "LegacyWebArchive - Frame name is not of type CFString, cannot create invalid resource");
202 LOG(Archives, "LegacyWebArchive - MIME type is not of type CFString, cannot create invalid resource");
208 LOG(Archives, "LegacyWebArchive - URL is not of type CFString, cannot create invalid resource");
214 LOG(Archives, "LegacyWebArchive - Text encoding is not of type CFString, cannot create invalid resource");
223 LOG(Archives, "LegacyWebArchive - Resource response data is not of type CFData, cannot create invalid resource");
229 LOG(Archives, "LegacyWebArchive - Resource response version is not of type CFString, cannot create invalid reso (…)
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
aapt.jd 4 <p><strong>aapt</strong> stands for Android Asset Packaging Tool and is included in the <code>tools/</code> directory of the SDK. This tool allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets.
  /external/proguard/examples/dictionaries/
windows.txt 4 # be used without problems in jar archives, which just begs to apply them as
5 # obfuscated class names. Trying to unpack the obfuscated archives in Windows
  /dalvik/tools/dexdeps/
README.txt 14 For zip archives (including .jar and .apk), dexdeps will look for a
  /external/elfutils/
TODO 20 The handling of archives (especially of the symbol tables) must be
22 archives and only when having the archive handling separately this
92 if no reference is left (especially for archives this is a problem).
94 for files which are not mapped read-only (archives again).
  /external/libpng/scripts/
makefile.cegcc 1 # Makefile for creating Windows CE release archives, with the
16 # To create the archives
96 @echo " * Creation of the archives"
108 @echo "To create the archives, type:"
  /external/protobuf/gtest/xcode/Config/
General.xcconfig 23 // http://lists.apple.com/archives/Xcode-users/2006/Feb/msg00050.html
  /frameworks/base/include/utils/
ZipFileCRO.h 18 // C API for ead-only access to Zip archives, with minimal heap allocation.
  /development/build/tools/
mk_sdk_repo_xml.sh 80 # Parse all archives.
138 # Process archives.
218 echo " <sdk:archives>" >> "$OUT"
239 # If not a valid OS, close the archives/package nodes.
243 echo " </sdk:archives>" >> "$OUT"
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
sdk-repository-2.xsd 27 a list of file "archives" that can be downloaded for specific OSes.
84 <!-- A list of file archives for this package. -->
85 <xsd:element name="archives" type="sr2:archivesType" />
127 <!-- A list of file archives for this package. -->
128 <xsd:element name="archives" type="sr2:archivesType" />
177 <!-- A list of file archives for this package. -->
178 <xsd:element name="archives" type="sr2:archivesType" />
213 <!-- A list of file archives for this package. -->
214 <xsd:element name="archives" type="sr2:archivesType" />
249 <!-- A list of file archives for this package. --
    [all...]
sdk-repository-3.xsd 27 a list of file "archives" that can be downloaded for specific OSes.
99 <!-- A list of file archives for this package. -->
100 <xsd:element name="archives" type="sdk:archivesType" />
133 <!-- A list of file archives for this package. -->
134 <xsd:element name="archives" type="sdk:archivesType" />
167 <!-- A list of file archives for this package. -->
168 <xsd:element name="archives" type="sdk:archivesType" />
203 <!-- A list of file archives for this package. -->
204 <xsd:element name="archives" type="sdk:archivesType" />
239 <!-- A list of file archives for this package. --
    [all...]
sdk-repository-1.xsd 27 a list of file "archives" that can be downloaded for specific OSes.
75 <!-- A list of file archives for this package. -->
76 <xsd:element name="archives" type="sdk:archivesType" />
116 <!-- A list of file archives for this package. -->
117 <xsd:element name="archives" type="sdk:archivesType" />
164 <!-- A list of file archives for this package. -->
165 <xsd:element name="archives" type="sdk:archivesType" />
198 <!-- A list of file archives for this package. -->
199 <xsd:element name="archives" type="sdk:archivesType" />
248 <!-- A list of file archives for this package. --
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebArchive.h 58 @param subframeArchives The archives representing the subframes of the archive (can be nil).
85 @result The archives representing the subframes of the archive (can be nil).
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrcreatetextnode.java 42 * @see <a href="http://lists.w3.org/Archives/Public/www-dom-ts/2002Apr/0057.html">http://lists.w3.org/Archives/Public/www-dom-ts/2002Apr/0057.html</a>
attrcreatetextnode2.java 41 * @see <a href="http://lists.w3.org/Archives/Public/www-dom-ts/2002Apr/0057.html">http://lists.w3.org/Archives/Public/www-dom-ts/2002Apr/0057.html</a>

Completed in 1640 milliseconds

1 2 3 4 5 6 7 8 91011>>