Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/futex/include/
Dlogging.h55 const char *ERROR = ERROR_NORMAL; variable
78 ERROR = ERROR_COLOR; in log_color()
82 ERROR = ERROR_NORMAL; in log_color()
119 result = ERROR; in print_result()
141 ERROR, strerror(err), ##args); \
143 fprintf(stderr, "\t%s: "message, ERROR, ##args); \
/tools/testing/selftests/futex/
DREADME37 results are printed to stdout, while intermediate ERROR or FAIL messages are
39 ERROR strings in color for easy visual parsing. Output shall conform to the
44 ERROR: Description of unexpected error
48 # there may be multiple ERROR or FAIL messages
49 Result: (PASS|FAIL|ERROR)
/tools/vm/
Dpage-types.c471 if (flags & BIT(ERROR)) in expand_overloaded_flags()
472 flags ^= BIT(ERROR) | BIT(SLUB_DEBUG); in expand_overloaded_flags()