Home
last modified time | relevance | path

Searched refs:is_warning (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/bindings/python/
Dsample.py40 def log(self, is_warning, log): argument
41 log_func = logging.warning if is_warning else logging.info
/external/parameter-framework/test/test-fixed-point-parameter/
DMain.py42 def log(self, is_warning, message): argument
43 log_func = self.__logger.warning if is_warning else self.__logger.info
/external/parameter-framework/tools/xmlGenerator/
DdomainGenerator.py116 def log(self, is_warning, message): argument
117 log_func = self.__logger.warning if is_warning else self.__logger.info
/external/bison/src/
Dscan-code.l419 bool is_warning, unsigned indent) in show_sub_messages() argument
430 if (is_warning) in show_sub_messages()
477 if (is_warning) in show_sub_messages()
Dscan-code.c2608 bool is_warning, unsigned indent) in show_sub_messages() argument
2619 if (is_warning) in show_sub_messages()
2666 if (is_warning) in show_sub_messages()
/external/valgrind/perf/
Dtinycc.c7030 void error1(TCCState *s1, int is_warning, const char *fmt, va_list ap) in error1() argument
7051 if (is_warning) in error1()
7061 if (!is_warning || s1->warn_error) in error1()