Searched defs:info (Results 1 - 4 of 4) sorted by relevance

/build/make/tools/
H A Dfilter-product-graph.py28 def info(m): function in function:main
33 (info, re.compile(r'"(.*)"(\s*\[.*\])')),
56 infos = [info for info in infos if info[0] in included]
62 for info in infos:
63 print '"%s"%s' % info
/build/tools/
H A Dfilter-product-graph.py28 def info(m): function in function:main
33 (info, re.compile(r'"(.*)"(\s*\[.*\])')),
56 infos = [info for info in infos if info[0] in included]
62 for info in infos:
63 print '"%s"%s' % info
/build/core/
H A Ddefinitions.mk109 $(info $(var):) \
111 $(info $(space)$(space)$(word)) \
1832 define transform-to-stripped-keep-mini-debug-info
1833 @echo "$($(PRIVATE_PREFIX)DISPLAY) Strip (mini debug info): $(PRIVATE_MODULE) ($@)"
2986 # $(2): name of version variable in board-info (eg, "version-baseband")
/build/make/core/
H A Ddefinitions.mk109 $(info $(var):) \
111 $(info $(space)$(space)$(word)) \
1832 define transform-to-stripped-keep-mini-debug-info
1833 @echo "$($(PRIVATE_PREFIX)DISPLAY) Strip (mini debug info): $(PRIVATE_MODULE) ($@)"
2986 # $(2): name of version variable in board-info (eg, "version-baseband")

Completed in 955 milliseconds