Searched refs:RESET_COLOR (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 84 #define RESET_COLOR (colored_output? "\033[0m": "") macro 87 #define PROP_VALUE_COLOR (colored_output? RESET_COLOR: "") 91 #define DESC_COLOR (colored_output? RESET_COLOR: "") 108 #define ELEMENT_DETAIL_COLOR (colored_output? RESET_COLOR : "") 171 (gchar *) pfx, FIELD_NAME_COLOR, g_quark_to_string (field), RESET_COLOR, in print_field() 172 FIELD_VALUE_COLOR, str, RESET_COLOR); in print_field() 185 n_print ("%s%sANY%s\n", CAPS_TYPE_COLOR, pfx, RESET_COLOR); in print_caps() 189 n_print ("%s%sEMPTY%s\n", CAPS_TYPE_COLOR, pfx, RESET_COLOR); in print_caps() 203 gst_structure_get_name (structure), RESET_COLOR, in print_caps() 204 CAPS_FEATURE_COLOR, features_string, RESET_COLOR); in print_caps() [all …]
|
/third_party/glib/gio/ |
D | gdbus-tool.c | 1297 #define RESET_COLOR (use_colors? "\033[0m": "") macro 1299 #define INTROSPECT_NODE_COLOR (use_colors? RESET_COLOR: "") 1304 #define INTROSPECT_INOUT_COLOR (use_colors? RESET_COLOR: "") 1306 #define INTROSPECT_ANNOTATION_COLOR (use_colors? RESET_COLOR: "") 1317 INTROSPECT_ANNOTATION_COLOR, o->key, o->value, RESET_COLOR); in dump_annotation() 1340 INTROSPECT_INOUT_COLOR, direction, RESET_COLOR, in dump_arg() 1341 INTROSPECT_TYPE_COLOR, o->signature, RESET_COLOR, in dump_arg() 1374 INTROSPECT_METHOD_COLOR, o->name, RESET_COLOR); in dump_method() 1417 INTROSPECT_SIGNAL_COLOR, o->name, RESET_COLOR); in dump_signal() 1459 INTROSPECT_TYPE_COLOR, o->signature, RESET_COLOR, in dump_property() [all …]
|