Home
last modified time | relevance | path

Searched refs:alignment (Results 1 – 8 of 8) sorted by relevance

/build/make/tools/zipalign/
DZipAlign.cpp67 static int copyAndAlign(ZipFile* pZin, ZipFile* pZout, int alignment, bool zopfli, in copyAndAlign() argument
98 const int alignTo = getAlignment(pageAlignSharedLibs, alignment, pEntry); in copyAndAlign()
130 int alignment, bool force, bool zopfli, bool pageAlignSharedLibs) in process() argument
161 int result = copyAndAlign(&zin, &zout, alignment, zopfli, pageAlignSharedLibs); in process()
172 static int verify(const char* fileName, int alignment, bool verbose, in verify() argument
179 printf("Verifying alignment of %s (%d)...\n", fileName, alignment); in verify()
198 const int alignTo = getAlignment(pageAlignSharedLibs, alignment, pEntry); in verify()
233 int alignment; in main() local
282 alignment = strtol(argv[0], &endp, 10); in main()
283 if (*endp != '\0' || alignment <= 0) { in main()
[all …]
DREADME.txt1 zipalign -- zip archive alignment tool
6 -c : check alignment only (does not modify file)
10 <align> is in bytes, e.g. "4" provides 32-bit alignment
16 with a particular alignment relative to the start of the file. This
18 contain binary data with alignment restrictions.
26 need to adjust its alignment.
29 potentially disrupt the alignment of the modified entry and all later
DAndroid.bp4 // Zip alignment tool
/build/make/tools/releasetools/
Dcheck_partition_sizes.py130 alignment = self.info_dict.get("super_partition_alignment")
131 if alignment is None:
133 return (size + alignment - 1) // alignment * alignment
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java438 int alignment = getStoredEntryDataAlignment(name, defaultAlignment); in copyFiles() local
459 if (alignment > 0) { in copyFiles()
462 (alignment - (int) (paddingStartOffset % alignment)) % alignment; in copyFiles()
470 extraBuf.putShort((short) alignment); in copyFiles()
1043 int alignment = 4; in main() local
1060 alignment = Integer.parseInt(args[++argstart]); in main()
1179 outputJarCounter, timestamp, alignment); in main()
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.css317 /* right alignment for the return type in sumtable */
/build/make/tools/droiddoc/templates-ndk/assets/
Dandroid-developer-docs.css1509 /* right alignment for the return type in sumtable */
/build/make/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css3535 /* right alignment for the return type in sumtable */