HomeSort by relevance Sort by last modified time
    Searched refs:showTests (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/tools/ctestfw/unicode/
ctest.h 130 showTests ( const TestNode *root);
  /external/llvm/utils/lit/lit/
main.py 237 group.add_option("", "--show-tests", dest="showTests",
296 if opts.showSuites or opts.showTests:
315 if opts.showTests:
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 53 typedef enum { RUNTESTS, SHOWTESTS } TestMode;
437 if(mode==SHOWTESTS) {
446 if(mode!=SHOWTESTS) {
454 if(mode!=SHOWTESTS) {
479 if(mode!=SHOWTESTS && ON_LINE) {
491 showTests ( const TestNode *root )
499 iterateTestsWithLevel ( root, 0, nodeList, SHOWTESTS );
1124 showTests(toRun);
1145 showTests(toRun);
    [all...]

Completed in 335 milliseconds