Home
last modified time | relevance | path

Searched defs:test_index (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/
H A Drun.py82 def run_test(self, test_index): argument
98 def update(self, test_index, test): argument
118 def update(self, test_index, test): argument
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4203 for (int test_index = 0; test_index < total_test_case_count(); in RunAllTests() local