Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 9 of 9) sorted by relevance

/build/soong/android/
Dexpand.go31 return expand(s, true, mapping)
38 return expand(s, false, func(s string) (string, bool, error) {
44 func expand(s string, ninjaEscape bool, mapping func(string) (string, bool, error)) (string, error)… func
DAndroid.bp49 "expand.go",
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-reference.js326 function toggleInherited(linkObj, expand) { argument
332 if ( (expand == null && a.hasClass("closed")) || expand ) {
338 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
353 function toggleAllInherited(linkObj, expand) { argument
357 if ( (expand == null && a.text() == "[Expand]") || expand ) {
362 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
/build/make/tools/product_config/src/com/android/build/config/
DConvertMakeToGenericConfig.java113 final MakeConfig expand = make.get("PRODUCT-EXPAND"); in convert() local
114 if (expand == null) { in convert()
120 final Map<String, Str> expandInitial = expand.getInitialVariables(); in convert()
121 final Map<String, Str> expandFinal = expand.getFinalVariables(); in convert()
/build/soong/bp2build/
Dandroidbp_to_build_templates.go93 # expand to the right underlying shim.
/build/bazel/rules/
Dfilegroup.bzl41 # Filegroup is a macro because it needs to expand to language specific source
/build/make/core/
Dmain.mk1171 define expand-required-modules
1180 $(call expand-required-modules,$(1),$(_erm_new_modules),$(_erm_all_overrides)))
1190 define expand-required-host-modules
1195 $(call expand-required-host-modules,$(1),$(_erm_new_modules),$(3)))
1253 $(call expand-required-modules,_pif_modules,$(_pif_modules),$(_pif_overrides)) \
1269 $(call expand-required-host-modules,_hif_modules,$(_hif_modules),HOST) \
1270 $(call expand-required-host-modules,_hcif_modules,$(_hcif_modules),HOST_CROSS) \
/build/soong/bazel/
Daquery_test.go1095 assertError(t, err, `Expect 1 output to template expand action, got: output []`)
/build/make/
DChanges.md377 That will expand out to a subshell that will read the current `BUILD_NUMBER`