HomeSort by relevance Sort by last modified time
    Searched defs:print_result (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/tools/
html_report.py 1475 def print_result(result, indent): function
    [all...]
  /external/linux-kselftest/tools/testing/selftests/futex/include/
logging.h 104 * print_result() - Print standard PASS | ERROR | FAIL results
107 * print_result() is primarily intended for functional tests.
109 void print_result(int ret) function
  /external/skia/tools/skpbench/
skpbench.cpp 191 void print_result(const std::vector<Sample>& samples, const char* config, const char* bench) { function in class:ExitErr
333 print_result(samples, config->getTag().c_str(), skpname.c_str());
  /external/ltp/lib/
tst_test.c 163 static void print_result(const char *file, const int lineno, int ttype, function
222 print_result(file, lineno, ttype, fmt, va);
239 print_result(file, lineno, ttype, fmt, va);

Completed in 202 milliseconds