Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 6 of 6) 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.bp23 "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/droiddoc/templates-ndk/assets/js/
Ddocs.js105 expand();
109 var expand = function() {
3368 function toggleInherited(linkObj, expand) { argument
3374 if ( (expand == null && a.hasClass("closed")) || expand ) {
3380 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) {
3395 function toggleAllInherited(linkObj, expand) { argument
3399 if ( (expand == null && a.text() == "[Expand]") || expand ) {
3404 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
/build/make/core/
Dmain.mk1106 define expand-required-modules
1115 $(call expand-required-modules,$(1),$(_erm_new_modules),$(_erm_all_overrides)))
1125 define expand-required-host-modules
1130 $(call expand-required-host-modules,$(1),$(_erm_new_modules),$(3)))
1186 $(call expand-required-modules,_pif_modules,$(_pif_modules),$(_pif_overrides)) \
1202 $(call expand-required-host-modules,_hif_modules,$(_hif_modules),HOST) \
1203 $(call expand-required-host-modules,_hcif_modules,$(_hcif_modules),HOST_CROSS) \
/build/make/
DChanges.md292 That will expand out to a subshell that will read the current `BUILD_NUMBER`