Searched refs:numTests (Results 1 - 8 of 8) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ppc/ |
H A D | floatditf_test.c | 15 for (i=0; i<numTests; ++i) {
|
H A D | floatunditf_test.c | 15 for (i=0; i<numTests; ++i) {
|
H A D | floatunditf_test.h | 19014 static const int numTests = sizeof(tests) / sizeof(struct testCase); variable [all...] |
H A D | floatditf_test.h | 38018 static const int numTests = sizeof(tests) / sizeof(struct testCase); variable [all...] |
/external/clang/utils/ |
H A D | token-delta.py | 146 self.numTests = 0 163 self.numTests += 1 229 tbmd.numTests)
|
/external/llvm/utils/lit/lit/ |
H A D | main.py | 20 def __init__(self, opts, numTests, progressBar=None): 22 self.numTests = numTests 42 self.progressBar.update(float(self.completed)/self.numTests, 57 self.completed, self.numTests))
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
H A D | main.py | 29 def __init__(self, opts, numTests, progressBar=None): 31 self.numTests = numTests 61 self.progressBar.update(float(self.completed)/self.numTests, 71 self.completed, self.numTests)
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 2795 const int32_t numTests = UPRV_LENGTHOF(tests); local 2830 for(i=0;i<numTests;i++) {
|
Completed in 380 milliseconds