Searched refs:alignment (Results 1 – 8 of 8) sorted by relevance
/build/make/tools/zipalign/ |
D | ZipAlign.cpp | 67 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 …]
|
D | README.txt | 1 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
|
D | Android.bp | 4 // Zip alignment tool
|
/build/make/tools/releasetools/ |
D | check_partition_sizes.py | 130 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/ |
D | SignApk.java | 438 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/ |
D | android-developer-docs.css | 317 /* right alignment for the return type in sumtable */
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 1509 /* right alignment for the return type in sumtable */
|
/build/make/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 3535 /* right alignment for the return type in sumtable */
|