Searched refs:expand (Results 1 – 9 of 9) 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 | 49 "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/bazel/rules/ |
D | filegroup.bzl | 41 # Filegroup is a macro because it needs to expand to language specific source
|
/build/make/core/ |
D | main.mk | 1171 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/ |
D | aquery_test.go | 1095 assertError(t, err, `Expect 1 output to template expand action, got: output []`)
|
/build/make/ |
D | Changes.md | 377 That will expand out to a subshell that will read the current `BUILD_NUMBER`
|