Searched refs:alignment (Results 1 – 14 of 14) sorted by relevance
/build/tools/zipalign/ |
D | ZipAlign.cpp | 66 static int copyAndAlign(ZipFile* pZin, ZipFile* pZout, int alignment, bool zopfli, in copyAndAlign() argument 97 const int alignTo = getAlignment(pageAlignSharedLibs, alignment, pEntry); in copyAndAlign() 129 int alignment, bool force, bool zopfli, bool pageAlignSharedLibs) in process() argument 160 int result = copyAndAlign(&zin, &zout, alignment, zopfli, pageAlignSharedLibs); in process() 171 static int verify(const char* fileName, int alignment, bool verbose, in verify() argument 178 printf("Verifying alignment of %s (%d)...\n", fileName, alignment); in verify() 197 const int alignTo = getAlignment(pageAlignSharedLibs, alignment, pEntry); in verify() 232 int alignment; in main() local 281 alignment = strtol(argv[0], &endp, 10); in main() 282 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
|
/build/tools/signapk/ |
D | SignApk.java | 465 long timestamp, int alignment) throws IOException { in copyFiles() argument 504 if (alignment > 0 && (offset % alignment != 0)) { in copyFiles() 508 int needed = alignment - (int)(offset % alignment); in copyFiles() 853 int alignment = 4; in main() local 867 alignment = Integer.parseInt(args[++argstart]); in main() 935 copyFiles(manifest, inputJar, outputJar, timestamp, alignment); in main()
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 317 /* right alignment for the return type in sumtable */
|
/build/tools/droiddoc/templates-ds/assets/ |
D | android-developer-docs.css | 317 /* right alignment for the return type in sumtable */
|
/build/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 1509 /* right alignment for the return type in sumtable */
|
/build/tools/droiddoc/templates-sdk/assets/ |
D | android-developer-docs.css | 1509 /* right alignment for the return type in sumtable */
|
/build/tools/droiddoc/templates-sdk-dev/assets/ |
D | android-developer-docs.css | 1509 /* right alignment for the return type in sumtable */
|
/build/tools/droiddoc/templates-sac/assets/ |
D | android-developer-docs.css | 1509 /* right alignment for the return type in sumtable */
|
/build/tools/droiddoc/templates-sdk/assets/css/ |
D | default.css | 3247 /* right alignment for the return type in sumtable */ 5661 * Horizontal text alignment 8719 * Horizontal text alignment
|
/build/tools/droiddoc/templates-sac/assets/css/ |
D | default.css | 3080 /* right alignment for the return type in sumtable */
|
/build/tools/droiddoc/templates-ds/assets/css/ |
D | default.css | 2987 /* right alignment for the return type in sumtable */
|
/build/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 3535 /* right alignment for the return type in sumtable */
|
/build/tools/droiddoc/templates-sdk-dev/assets/css/ |
D | default.css | 3546 /* right alignment for the return type in sumtable */
|