Searched refs:alignment (Results 1 – 10 of 10) sorted by relevance
/build/make/tools/zipalign/ |
D | ZipAlignMain.cpp | 60 int alignment; in main() local 109 alignment = strtol(argv[0], &endp, 10); in main() 110 if (*endp != '\0' || alignment <= 0) { in main() 118 result = verify(argv[1], alignment, verbose, pageAlignSharedLibs); in main() 121 result = process(argv[1], argv[2], alignment, force, zopfli, pageAlignSharedLibs); in main() 125 result = verify(argv[2], alignment, verbose, pageAlignSharedLibs); in main()
|
D | ZipAlign.cpp | 45 static int copyAndAlign(ZipFile* pZin, ZipFile* pZout, int alignment, bool zopfli, in copyAndAlign() argument 74 const int alignTo = getAlignment(pageAlignSharedLibs, alignment, pEntry); in copyAndAlign() 97 int alignment, bool force, bool zopfli, bool pageAlignSharedLibs) in process() argument 128 int result = copyAndAlign(&zin, &zout, alignment, zopfli, pageAlignSharedLibs); in process() 139 int verify(const char* fileName, int alignment, bool verbose, in verify() argument 146 printf("Verifying alignment of %s (%d)...\n", fileName, alignment); in verify() 165 const int alignTo = getAlignment(pageAlignSharedLibs, alignment, pEntry); in verify()
|
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
|
D | ZipFile.h | 112 int alignment, ZipEntry** ppEntry);
|
/build/make/tools/releasetools/ |
D | check_partition_sizes.py | 143 alignment = self.info_dict.get("super_partition_alignment") 144 if alignment is None: 146 return (size + alignment - 1) // alignment * alignment
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 440 int alignment = getStoredEntryDataAlignment(name, defaultAlignment); in copyFiles() local 461 if (alignment > 0) { in copyFiles() 464 (alignment - (int) (paddingStartOffset % alignment)) % alignment; in copyFiles() 472 extraBuf.putShort((short) alignment); in copyFiles() 1046 int alignment = 4; in main() local 1064 alignment = Integer.parseInt(args[++argstart]); in main() 1196 outputJarCounter, timestamp, alignment); in main()
|
/build/make/core/ |
D | app_prebuilt_internal.mk | 208 $(check-package-alignment)
|
D | definitions.mk | 2385 define check-package-alignment 2387 $(call echo-error,$@,Improper package alignment); \
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 317 /* right alignment for the return type in sumtable */
|