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

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/debian/
copyright 4 It was downloaded from the CVS archives at cvs.gimp.org.
  /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="/sdk/download.html?v=archives/android-sdk-windows-1.6_r1.zip">android-sdk-
60 href="/sdk/download.html?v=archives/android-sdk-mac_x86-1.6_r1.zip">android-sdk-
70 href="/sdk/download.html?v=archives/android-sdk-linux_x86-1.6_r1.tgz">android-
95 href="/sdk/download.html?v=archives/android-sdk-windows-1.5_r3.zip">android-sdk-
105 href="/sdk/download.html?v=archives/android-sdk-mac_x86-1.5_r3.zip">android-sdk-
115 href="/sdk/download.html?v=archives/android-sdk-linux_x86-1.5_r3.zip">android-
140 href="/sdk/download.html?v=archives/android-sdk-windows-1.1_r1.zip">android-sdk-
151 href="/sdk/download.html?v=archives/android-sdk-mac_x86-1.1_r1.zip">android-sdk-
162 href="/sdk/download.html?v=archives/android-sdk-linux_x86-1.1_r1.zip">android
    [all...]
  /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
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
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;
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);
  /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:"
  /frameworks/base/include/utils/
ZipFileCRO.h 18 // C API for ead-only access to Zip archives, with minimal heap allocation.
  /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-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...]
  /dalvik/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>
attrdefaultvalue.java 45 * @see <a href="http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0002.html">http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0002.html</a>
attrnotspecifiedvalue.java 42 * @see <a href="http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0002.html">http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0002.html</a>
attrspecifiedvalueremove.java 46 * @see <a href="http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0002.html">http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0002.html</a>
documentcreateelementdefaultattr.java 44 * @see <a href="http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0002.html">http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0002.html</a>
documentcreateprocessinginstruction.java 44 * @see <a href="http://lists.w3.org/Archives/Public/www-dom-ts/2001Apr/0020.html">http://lists.w3.org/Archives/Public/www-dom-ts/2001Apr/0020.html</a>
elementremoveattribute.java 44 * @see <a href="http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0002.html">http://lists.w3.org/Archives/Public/www-dom-ts/2002Mar/0002.html</a>

Completed in 368 milliseconds

1 2 3 4 5 6 7 8 91011>>