Searched refs:expand (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | expand.go | 31 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
|
D | Android.bp | 38 "expand.go",
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-reference.js | 326 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/ |
D | ConvertMakeToGenericConfig.java | 113 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/ |
D | androidbp_to_build_templates.go | 93 # expand to the right underlying shim.
|
/build/make/core/ |
D | main.mk | 1167 define expand-required-modules 1176 $(call expand-required-modules,$(1),$(_erm_new_modules),$(_erm_all_overrides))) 1186 define expand-required-host-modules 1191 $(call expand-required-host-modules,$(1),$(_erm_new_modules),$(3))) 1247 $(call expand-required-modules,_pif_modules,$(_pif_modules),$(_pif_overrides)) \ 1263 $(call expand-required-host-modules,_hif_modules,$(_hif_modules),HOST) \ 1264 $(call expand-required-host-modules,_hcif_modules,$(_hcif_modules),HOST_CROSS) \
|
/build/make/ |
D | Changes.md | 346 That will expand out to a subshell that will read the current `BUILD_NUMBER`
|