Searched refs:all (Results 1 – 25 of 35) sorted by relevance
12
/build/core/tasks/ |
D | product-graph.mk | 18 define gather-all-products 21 $(call all-products-inner, $(ALL_PRODUCTS)) \ 26 define all-products-inner 31 $(call all-products-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM)) 45 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),--all) 46 products_list := --all 52 really_all_products := $(call gather-all-products)
|
D | vendor_module_check.mk | 45 ifneq (,$(filter true owner all, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_RESTRICT_VENDOR_FILES))) 72 ifneq (,$(filter path all, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_RESTRICT_VENDOR_FILES)))
|
/build/tools/ |
D | dump-package-stats | 40 filesize=642684 all=603288/919304 dex=119529/353815 name="out/App.apk" 47 all: the sum of all entries in the package 48 dex: the sum of all "*.dex" entries in the package
|
D | Android.mk | 23 $(call all-makefiles-under,$(LOCAL_PATH))) 25 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/build/tools/droiddoc/templates-pdk/ |
D | head_tag.cs | 21 if(document.getElementById && !(document.all)) { in resizeDoxFrameHeight() 25 else if(document.all) { in resizeDoxFrameHeight() 27 document.all.doxygen.style.height = height; in resizeDoxFrameHeight()
|
D | customizations.cs | 2 left nav (toc) that gets placed on all pages, for the open source site. See also the components/
|
/build/core/ |
D | definitions.mk | 138 define all-makefiles-under 158 define all-subdir-makefiles 159 $(call all-makefiles-under,$(call my-dir)) 168 define all-named-subdir-makefiles 178 define all-java-files-under 190 define all-subdir-java-files 191 $(call all-java-files-under,.) 200 define all-c-files-under 212 define all-subdir-c-files 213 $(call all-c-files-under,.) [all …]
|
D | product.mk | 59 define get-all-product-makefiles 151 define check-all-products
|
D | product_config.mk | 190 all_product_configs := $(get-all-product-makefiles) 232 $(check-all-products)
|
D | main.mk | 203 INTERNAL_MODIFIER_TARGETS := showcommands checkbuild all incrementaljavac 540 $(warning * definition used in all products.) 714 ifneq ($(filter all,$(MAKECMDGOALS)),) 804 ifneq ($(filter all,$(TARGET_BUILD_APPS)),)
|
/build/tools/droiddoc/test/generics/ |
D | Android.mk | 18 LOCAL_SRC_FILES:=$(call all-subdir-java-files)
|
/build/tools/zipalign/ |
D | README.txt | 14 The purpose of zipalign is to ensure that all uncompressed data starts 28 potentially disrupt the alignment of the modified entry and all later
|
/build/tools/droiddoc/test/stubs/ |
D | Android.mk | 18 LOCAL_SRC_FILES:=$(call all-java-files-under,src)
|
/build/tools/droiddoc/templates-ds/assets/ |
D | GPL-LICENSE.txt | 14 software--to make sure the software is free for all its users. This 34 gratis or for a fee, you must give the recipients all the rights that 54 patent must be licensed for everyone's free use or not licensed at all. 82 copyright notice and disclaimer of warranty; keep intact all the 93 above, provided that you also meet all of these conditions: 100 part thereof, to be licensed as a whole at no charge to all third 157 code means all the source code for all modules it contains, plus any 186 all its terms and conditions for copying, distributing or modifying 204 may not distribute the Program at all. For example, if a patent 206 all those who receive copies directly or indirectly through you, then [all …]
|
D | LICENSE.txt | 12 included in all copies or substantial portions of the Software.
|
/build/tools/droiddoc/templates-sdk/assets/ |
D | GPL-LICENSE.txt | 14 software--to make sure the software is free for all its users. This 34 gratis or for a fee, you must give the recipients all the rights that 54 patent must be licensed for everyone's free use or not licensed at all. 82 copyright notice and disclaimer of warranty; keep intact all the 93 above, provided that you also meet all of these conditions: 100 part thereof, to be licensed as a whole at no charge to all third 157 code means all the source code for all modules it contains, plus any 186 all its terms and conditions for copying, distributing or modifying 204 may not distribute the Program at all. For example, if a patent 206 all those who receive copies directly or indirectly through you, then [all …]
|
D | LICENSE.txt | 12 included in all copies or substantial portions of the Software.
|
/build/tools/signapk/test/ |
D | run | 5 all: out/signed-$(package) target
|
/build/ |
D | envsetup.sh | 8 - mm: Builds all of the modules in the current directory. 9 - mmm: Builds all of the modules in the supplied directories. 10 - cgrep: Greps on all local C/C++ files. 11 - jgrep: Greps on all local Java files. 12 - resgrep: Greps on all local res/*.xml files. 559 apps=all
|
/build/tools/droiddoc/templates-ds/ |
D | classes.cs | 20 <p>These are the Android API classes. See all <a href="packages.html">API packages</a>.</p>
|
/build/tools/droiddoc/templates-sdk/ |
D | classes.cs | 20 <p>These are the Android API classes. See all <a href="packages.html">API packages</a>.</p>
|
/build/tools/releasetools/ |
D | check_target_files_signatures | 341 all = set(self.apks.keys()) 342 all.update(other.apks.keys()) 348 for i in all:
|
/build/core/combo/ |
D | TARGET_linux-mips.mk | 60 TARGET_STRIP_COMMAND = $(TARGET_STRIP) --strip-all $< -o $@ 62 TARGET_STRIP_COMMAND = $(TARGET_STRIP) --strip-all $< -o $@ && \
|
D | TARGET_linux-arm.mk | 60 TARGET_STRIP_COMMAND = $(TARGET_STRIP) --strip-all $< -o $@ 62 TARGET_STRIP_COMMAND = $(TARGET_STRIP) --strip-all $< -o $@ && \
|
/build/tools/acp/ |
D | README | 10 links. This is the default behavior, so it's not all bad, but it
|
12