Home
last modified time | relevance | path

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

/build/tools/zipalign/
DZipAlign.cpp66 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 …]
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
/build/tools/signapk/
DSignApk.java465 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/
Dandroid-developer-docs.css317 /* right alignment for the return type in sumtable */
/build/tools/droiddoc/templates-ds/assets/
Dandroid-developer-docs.css317 /* right alignment for the return type in sumtable */
/build/tools/droiddoc/templates-ndk/assets/
Dandroid-developer-docs.css1509 /* right alignment for the return type in sumtable */
/build/tools/droiddoc/templates-sdk/assets/
Dandroid-developer-docs.css1509 /* right alignment for the return type in sumtable */
/build/tools/droiddoc/templates-sdk-dev/assets/
Dandroid-developer-docs.css1509 /* right alignment for the return type in sumtable */
/build/tools/droiddoc/templates-sac/assets/
Dandroid-developer-docs.css1509 /* right alignment for the return type in sumtable */
/build/tools/droiddoc/templates-sdk/assets/css/
Ddefault.css3247 /* right alignment for the return type in sumtable */
5661 * Horizontal text alignment
8719 * Horizontal text alignment
/build/tools/droiddoc/templates-sac/assets/css/
Ddefault.css3080 /* right alignment for the return type in sumtable */
/build/tools/droiddoc/templates-ds/assets/css/
Ddefault.css2987 /* right alignment for the return type in sumtable */
/build/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css3535 /* right alignment for the return type in sumtable */
/build/tools/droiddoc/templates-sdk-dev/assets/css/
Ddefault.css3546 /* right alignment for the return type in sumtable */