OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zipalign
(Results
1 - 15
of
15
) sorted by null
/prebuilt/sdk/tools/
Android.mk
66
LOCAL_MODULE :=
zipalign
67
LOCAL_SRC_FILES := $(HOST_OS)/
zipalign
$(HOST_EXECUTABLE_SUFFIX)
71
LOCAL_BUILT_MODULE_STEM :=
zipalign
$(HOST_EXECUTABLE_SUFFIX)
/build/tools/zipalign/
Android.mk
11
ZipAlign
.cpp \
31
LOCAL_MODULE :=
zipalign
/build/core/
prebuilt.mk
33
$(LOCAL_BUILT_MODULE) : $(LOCAL_PATH)/$(LOCAL_SRC_FILES) | $(
ZIPALIGN
)
34
$(transform-prebuilt-to-target-with-
zipalign
)
user_tags.mk
471
zipalign
definitions.mk
[
all
...]
config.mk
227
ZIPALIGN
:= $(HOST_OUT_EXECUTABLES)/
zipalign
$(HOST_EXECUTABLE_SUFFIX)
Makefile
[
all
...]
main.mk
389
build/tools/
zipalign
\
/sdk/build/
tools.atree
37
bin/
zipalign
tools/
zipalign
/development/build/tools/
make_windows_sdk.sh
118
zipalign
\
163
rm -v "$TOOLS"/{hierarchyviewer,hprof-conv,layoutopt,mksdcard,sqlite3,traceview,
zipalign
}
226
# Note: mgwz.dll must be both in SDK/tools for
zipalign
and in SDK/platform/XYZ/tools/ for aapt
windows_sdk.mk
34
zipalign
patch_windows_sdk.sh
29
rm $V $TOOLS/{hierarchyviewer,hprof-conv,layoutopt,mksdcard,sqlite3,traceview,
zipalign
}
98
# When building under cygwin, mgwz.dll must be both in SDK/tools for
zipalign
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java
306
File
zipalign
= new File(path);
local
307
runZipAlign =
zipalign
.isFile();
335
// now
zipalign
the result
338
String message =
zipAlign
(path, destFile, realDestFile);
353
// export success. In case we didn't run
ZipAlign
we display a warning
356
"The
zipalign
tool was not found in the SDK.\n\n" +
358
"or run
zipalign
manually.\n\n" +
575
* Executes
zipalign
576
* @param zipAlignPath location of the
zipalign
too
577
* @param source file to
zipalign
[
all
...]
/frameworks/base/docs/html/resources/
resources_toc.cs
140
<li><a href="<?cs var:toroot ?>resources/articles/
zipalign
.html">
141
<span class="en">
Zipalign
: An Easy Optimization</span>
/frameworks/base/docs/html/guide/
guide_toc.cs
409
<li><a href="<?cs var:toroot ?>guide/developing/tools/
zipalign
.html" >
zipalign
</a></li>
Completed in 698 milliseconds