Home
last modified time | relevance | path

Searched refs:archive (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/tests/LegacyRestoreTest/
DREADME2 "adb backup" archive of the settings provider package. It was generated on a
4 to the PBKDF2 implementation. The archive's encryption password, entered on-screen,
7 'adb restore' decrypts and applies the restored archive successfully on a device
13 archive, using the same key, generated on a Nexus 4 running Android 4.4 with a fix
14 to this bug in place. This archive should be successfully restorable on any
/frameworks/compile/mclinker/include/mcld/LD/
DGroupReader.h52 : archive(pArchive), input(pIterator) { in ArchiveListEntry()
54 Archive& archive; member
DDiagCommonKinds.inc20 …ticEngine::Error, "Target does not support --whole-archive", "Target does not support --whole-arch…
52 …nsupported_archive, DiagnosticEngine::Error, "Unsupported archive type.", "Unsupported archive typ…
/frameworks/multidex/library/src/android/support/multidex/
DMultiDexExtractor.java136 private static boolean isModified(Context context, File archive, long currentCrc) { in isModified() argument
138 return (prefs.getLong(KEY_TIME_STAMP, NO_VALUE) != getTimeStamp(archive)) in isModified()
142 private static long getTimeStamp(File archive) { in getTimeStamp() argument
143 long timeStamp = archive.lastModified(); in getTimeStamp()
152 private static long getZipCrc(File archive) throws IOException { in getZipCrc() argument
153 long computedValue = ZipUtil.getZipCrc(archive); in getZipCrc()
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp125 Archive& ar = (*it)->archive; in readGroup()
137 Archive& ar = (*it)->archive; in readGroup()
146 delete &((*it)->archive); in readGroup()
/frameworks/base/test-runner/src/junit/runner/
DTestCaseClassLoader.java160 File archive= new File(path); in loadJarData() local
161 if (!archive.exists()) in loadJarData()
164 zipFile= new ZipFile(archive); in loadJarData()
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
Ddevice-art.jd22 <a href="#" id="archive-expando">旧款设备</a>
23 <ul class="device-list archive"></ul>
105 #archive-expando {
122 #archive-expando.expanded {
127 .device-list.archive {
137 .device-list.archive.expanded {
369 .appendTo(this.archived ? '.device-list.archive' : '.device-list.primary');
373 $('#archive-expando').click(function() {
376 $('.device-list.archive').removeClass('expanded');
379 $('.device-list.archive').addClass('expanded');
/frameworks/base/docs/html/tools/help/
Dzipalign.jd6 <p>zipalign is an archive alignment tool that provides important
31 Alterations to the archive, such as renaming or deleting entries, will
33 entries. And any files added to an "aligned" archive will not be aligned.</p>
/frameworks/base/docs/html/distribute/tools/promote/
Ddevice-art.jd26 <a href="#" id="archive-expando">Older devices</a>
27 <ul class="device-list archive"></ul>
118 #archive-expando {
135 #archive-expando.expanded {
140 .device-list.archive {
150 .device-list.archive.expanded {
444 $('#archive-expando').click(function() {
447 $('.device-list.archive').removeClass('expanded');
450 $('.device-list.archive').addClass('expanded');
/frameworks/multidex/
Dbuild.gradle87 <sdk:archive os=\"any\" arch=\"any\">\n\
91 </sdk:archive>\n\
/frameworks/base/core/java/com/android/internal/backup/
DLocalTransport.java384 File archive = tarballFile(mFullTargetPackage); in cancelFullBackup() local
386 if (archive.exists()) { in cancelFullBackup()
387 archive.delete(); in cancelFullBackup()
/frameworks/support/
Dbuild.gradle92 <sdk:archive>\n\
96 </sdk:archive>\n\
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp204 Archive archive(**input, m_pBuilder->getInputBuilder()); in normalize() local
205 getArchiveReader()->readArchive(m_Config, archive); in normalize()
206 if(archive.numOfObjectMember() > 0) { in normalize()
208 archive.inputs()); in normalize()
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dindex.jd32 The Icon Templates Pack is an archive of Photoshop and Illustrator templates and
Dicon_design.jd118 template pack archive before you start designing your icons.</p>
126 <p>You can obtain the latest Icon Templates Pack archive using the link below:
Dicon_design_launcher.jd62 <a href="icon_design_launcher_archive.html">launcher icon guidelines archive</a>.
Dwidget_design.jd336 <p>You can obtain the latest App Widget Templates Pack archive using the link below:</p>
Dmenu_design.jd216 archive, or delete the message.
/frameworks/base/docs/html/training/notepad/
Dindex.jd56 exercises archive (.zip)</a>.</li>
57 <li>Unpack the archive file to a suitable location on your machine.</li>
Dnotepad-index.jd60 exercises archive (.zip)</a></li>
61 <li>Unpack the archive file to a suitable location on your machine</li>
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd126 <li>Batch actions such as archive, delete, and label on Gmail messages</li>
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds.jd328 <li>Archive the files in the skin folder and select the archive file as a custom skin. </li>
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd885 <p>Import Project - Imports a JET Creator archive (.zip)</p>
887 <p>Export Project - Exports a JET Creator archive (.zip)</p>
/frameworks/base/docs/html/guide/topics/ui/
Dmenus.jd810 case R.id.archive:
811 archive(item);
/frameworks/base/docs/html/guide/topics/media/
Dmediarouter.jd498 "http://archive.org/download/Sintel/sintel-2048-stereo_512kb.mp4"),

12