Searched refs:is_warning (Results 1 – 6 of 6) sorted by relevance
/external/parameter-framework/bindings/python/ |
D | sample.py | 40 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/ |
D | Main.py | 42 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/ |
D | domainGenerator.py | 116 def log(self, is_warning, message): argument 117 log_func = self.__logger.warning if is_warning else self.__logger.info
|
/external/bison/src/ |
D | scan-code.l | 419 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()
|
D | scan-code.c | 2608 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/ |
D | tinycc.c | 7030 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()
|