Searched refs:archive (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 2 "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/ |
D | GroupReader.h | 51 : archive(pArchive), input(pIterator) {} in ArchiveListEntry() 52 Archive& archive; member
|
D | DiagCommonKinds.inc | 82 "Target does not support --whole-archive", 83 "Target does not support --whole-archive") 212 "Unsupported archive type.", 213 "Unsupported archive type.")
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 13 The `bootanimation.zip` archive file includes: 49 Each part is scanned and loaded directly from the zip archive. Within a part directory, every file 52 named sequentially (e.g. `part000.png`, `part001.png`, ...) and added to the zip archive in that 95 ### creating the ZIP archive 100 Note that the ZIP archive is not actually compressed! The PNG files are already as compressed
|
/frameworks/compile/mclinker/lib/Script/ |
D | InputCmd.cpp | 200 Archive archive(**input, m_Builder); in activate() local 201 m_ArchiveReader.readArchive(m_Config, archive); in activate() 202 if (archive.numOfObjectMember() > 0) { in activate() 203 m_InputTree.merge<InputTree::Inclusive>(input, archive.inputs()); in activate()
|
/frameworks/multidex/library/src/android/support/multidex/ |
D | MultiDexExtractor.java | 202 private static boolean isModified(Context context, File archive, long currentCrc) { in isModified() argument 204 return (prefs.getLong(KEY_TIME_STAMP, NO_VALUE) != getTimeStamp(archive)) in isModified() 208 private static long getTimeStamp(File archive) { in getTimeStamp() argument 209 long timeStamp = archive.lastModified(); in getTimeStamp() 218 private static long getZipCrc(File archive) throws IOException { in getZipCrc() argument 219 long computedValue = ZipUtil.getZipCrc(archive); in getZipCrc()
|
/frameworks/compile/mclinker/lib/LD/ |
D | GroupReader.cpp | 119 Archive& ar = (*it)->archive; in readGroup() 131 Archive& ar = (*it)->archive; in readGroup() 140 delete &((*it)->archive); in readGroup()
|
/frameworks/data-binding/ |
D | supportBundle.gradle | 94 <sdk:archive>\n\ 98 </sdk:archive>\n\
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 265 … HelpText<"Add the archive or object file specified by namespec to the list of files to link">; 270 def WholeArchive : Flag<["--"], "whole-archive">, 272 HelpText<"Include every object file in the archive in the link">; 274 def NoWholeArchive : Flag<["--"], "no-whole-archive">, 276 HelpText<"Turn off the effect of the --whole-archive option">;
|
/frameworks/support/buildSrc/ |
D | release.gradle | 85 <sdk:archive>\n\ 89 </sdk:archive>\n\
|
/frameworks/base/core/java/com/android/internal/backup/ |
D | LocalTransport.java | 418 File archive = tarballFile(mFullTargetPackage); in cancelFullBackup() local 420 if (archive.exists()) { in cancelFullBackup() 421 archive.delete(); in cancelFullBackup()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 202 Archive archive(**input, m_pBuilder->getInputBuilder()); in normalize() local 203 getArchiveReader()->readArchive(m_Config, archive); in normalize() 204 if (archive.numOfObjectMember() > 0) { in normalize() 206 archive.inputs()); in normalize()
|
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ |
D | ExportLicensesTask.groovy | 83 licenses : ["http://archive.apache.org/dist/avalon/LICENSE.txt"]
|