Searched refs:colors (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | depends.py | 123 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument 128 log_line('Symbol {} was not found in {}'.format(option, conf.filename), color=colors.red) 142 def set_reference_config(conf, options, colors): argument 149 set_config_option_value(conf, 'MBEDTLS_TEST_HOOKS', colors, False) 150 set_config_option_value(conf, 'MBEDTLS_PSA_CRYPTO_CONFIG', colors, False) 152 set_config_option_value(conf, 'MBEDTLS_USE_PSA_CRYPTO', colors, False) 170 def announce(self, colors, what): argument 176 log_line(self.name + ' PASSED', color=colors.green) 178 log_line(self.name + ' FAILED', color=colors.red) 180 log_line('starting ' + self.name, color=colors.cyan) [all …]
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | mps_trace.c | 30 static char const *colors[] = variable 73 if (id > (int) (sizeof(colors) / sizeof(*colors))) { in mbedtls_mps_trace_color() 76 printf("%s", colors[id]); in mbedtls_mps_trace_color()
|
/openthread-latest/doc/ |
D | Doxyfile.in | 1165 # will adjust the colors in the stylesheet and background images according to 1175 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors 1177 # value of 255 will produce the most vivid colors. 1184 # luminance component of the colors in the HTML output. Values below 100
|