Searched defs:info (Results 1 - 5 of 5) 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/kati/
H A Dmain.cc185 new_action_.sa_sigaction = [](int sig, siginfo_t* info, void* context) {
187 global_handler->handle(sig, info, context);
195 void SegfaultHandler::handle(int sig, siginfo_t* info, void* context) { argument
207 orig_action_.sa_sigaction(sig, info, context);
/build/core/
H A Ddefinitions.mk109 $(info $(var):) \
111 $(info $(space)$(space)$(word)) \
1843 define transform-to-stripped-keep-mini-debug-info
1844 @echo "$($(PRIVATE_PREFIX)DISPLAY) Strip (mini debug info): $(PRIVATE_MODULE) ($@)"
2200 rm -f $(2)/module-info.class; \
2910 # $(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)) \
1843 define transform-to-stripped-keep-mini-debug-info
1844 @echo "$($(PRIVATE_PREFIX)DISPLAY) Strip (mini debug info): $(PRIVATE_MODULE) ($@)"
2200 rm -f $(2)/module-info.class; \
2910 # $(2): name of version variable in board-info (eg, "version-baseband")

Completed in 121 milliseconds