Searched refs:main (Results 1 - 25 of 40) sorted by relevance

12

/build/core/
H A Droot.mk2 include build/core/main.mk
H A Dandroid_manifest.mk22 $(hide) $(ANDROID_MANIFEST_MERGER) --main $< --libs $(PRIVATE_LIBS_MANIFESTS) \
H A Dlegacy_prebuilts.mk67 main.conf \
H A Djava.mk425 # If obfuscation is enabled, the main app must be obfuscated too.
426 # We need to run obfuscation using the main app's dictionary,
427 # and treat the main app's class.jar as injars instead of libraryjars.
435 # Sometimes (test + main app) uses different keep rules from the main app -
436 # apply the main app's dictionary anyway.
439 # Make sure we run Proguard on the main app first
/build/tools/
H A Dfileslist.py24 def main(argv): function
45 main(sys.argv)
H A Dcompare_fileslist.py31 def main(argv): function
104 main(sys.argv)
H A Ddiff_package_overlays.py39 def main(argv): function
91 main(sys.argv)
H A Dfilter-product-graph.py23 def main(): function
68 main()
H A Dfindleaves.py69 def main(argv): function
98 main(sys.argv)
H A Dproduct_debug.py77 def main(argv): function
160 main(sys.argv)
H A Dgenerate-notice-files.py166 def main(args): function
188 main(args)
H A Dparsedeps.py81 def main(argv): function
146 main(sys.argv)
H A Dpost_process_props.py122 def main(argv): function
150 main(sys.argv)
/build/tools/releasetools/
H A Dmake_recovery_patch28 def main(argv): function
53 main(sys.argv[1:])
H A Dimg_from_target_files58 def main(argv): function
151 main(sys.argv[1:])
H A Dimg_from_target_files.py58 def main(argv): function
151 main(sys.argv[1:])
H A Dadd_img_to_target_files248 def main(argv): function
261 main(sys.argv[1:])
H A Dadd_img_to_target_files.py248 def main(argv): function
261 main(sys.argv[1:])
/build/tools/check_prereq/
H A Dcheck_prereq.c26 int main(int argc, char** argv) { function
/build/core/tasks/check_boot_jars/
H A Dcheck_boot_jars.py64 def main(argv): function
83 main(sys.argv[1:])
/build/libs/host/
H A Dlist.java7 public static void main(String[] argv) method in class:list
/build/tools/fs_get_stats/
H A Dfs_get_stats.c37 main(int argc, const char *argv[]) function
/build/tools/fs_config/
H A Dfs_config.c74 int main(int argc, char** argv) { function
/build/tools/rgb2565/
H A Dto565.c131 int main(int argc, char **argv) function
/build/tools/signapk/
H A DSignApk.java256 Attributes main = output.getMainAttributes();
258 main.putAll(input.getMainAttributes());
260 main.putValue("Manifest-Version", "1.0");
261 main.putValue("Created-By", "1.0 (Android SignApk)");
382 Attributes main = sf.getMainAttributes();
383 main.putValue("Signature-Version", "1.0");
384 main.putValue("Created-By", "1.0 (Android SignApk)");
395 main.putValue(hash == USE_SHA256 ? "SHA-256-Digest-Manifest" : "SHA1-Digest-Manifest",
840 public static void main(String[] args) { method in class:SignApk

Completed in 275 milliseconds

12