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

  /external/vixl/tools/
threaded_tests.py 70 n_tests = None variable
96 n_tests,
121 global n_tests
128 if n_tests == 0:
139 n_tests = len(tests)
155 n_tests,
  /external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
i64operations.h 34 int n_tests; member in struct:int64_pred_s
42 int n_tests; member in struct:uint64_pred_s
i64operations.c 261 for (j = 0; j < pred->n_tests; ++j) {
303 printf(" %d tests performed, should be %d.\n", j, pred->n_tests);
313 for (j = 0; j < pred->n_tests; ++j) {
353 printf(" %d tests performed, should be %d.\n", j, pred->n_tests);
  /external/valgrind/memcheck/tests/
addressable.c 104 static const int n_tests = sizeof(tests)/sizeof(*tests); variable
116 for(i = 0; i < n_tests; i++) {

Completed in 164 milliseconds