Home
last modified time | relevance | path

Searched refs:error_codes_name (Results 1 – 4 of 4) sorted by relevance

/external/nos/test/system-test-harness/src/
Dstress_test.cc56 << test_harness::error_codes_name(result) << "\n"; in main()
65 << test_harness::error_codes_name(result) << "\n"; in main()
Dutil.h48 const char* error_codes_name(int code);
Druntests.cc42 << code << " is " << test_harness::error_codes_name(code)
Dutil.cc757 const char* error_codes_name(int code) { in error_codes_name() function