Searched refs:numTests (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/test/builtins/Unit/ppc/
H A Dfloatditf_test.c15 for (i=0; i<numTests; ++i) {
H A Dfloatunditf_test.c15 for (i=0; i<numTests; ++i) {
H A Dfloatunditf_test.h19014 static const int numTests = sizeof(tests) / sizeof(struct testCase); variable
[all...]
H A Dfloatditf_test.h38018 static const int numTests = sizeof(tests) / sizeof(struct testCase); variable
[all...]
/external/clang/utils/
H A Dtoken-delta.py146 self.numTests = 0
163 self.numTests += 1
229 tbmd.numTests)
/external/llvm/utils/lit/lit/
H A Dmain.py20 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 Dmain.py29 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 Dcloctst.c2795 const int32_t numTests = UPRV_LENGTHOF(tests); local
2830 for(i=0;i<numTests;i++) {

Completed in 380 milliseconds