Home
last modified time | relevance | path

Searched refs:numTests (Results 1 – 9 of 9) sorted by relevance

/external/llvm/utils/lit/lit/
Dmain.py20 def __init__(self, opts, numTests, progressBar=None): argument
22 self.numTests = numTests
42 self.progressBar.update(float(self.completed)/self.numTests,
57 self.completed, self.numTests))
/external/clang/utils/
Dtoken-delta.py146 self.numTests = 0
163 self.numTests += 1
229 tbmd.numTests)
/external/deqp/scripts/
Dmustpass.py287 numTests = 0
291 numTests += 1
295 assert numGroups + numTests > 0
297 if numGroups > 0 and numTests > 0:
/external/compiler-rt/test/builtins/Unit/ppc/
Dfloatditf_test.c15 for (i=0; i<numTests; ++i) { in main()
Dfloatunditf_test.c15 for (i=0; i<numTests; ++i) { in main()
Dfloatunditf_test.h19014 static const int numTests = sizeof(tests) / sizeof(struct testCase); variable
Dfloatditf_test.h38018 static const int numTests = sizeof(tests) / sizeof(struct testCase); variable
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp325 int numTests; in run() local
350 values_read = fscanf(datafile,"%d",&numTests); in run()
353 for( currTest = start_from; currTest < numTests; currTest++ ) in run()
366 if( numTests == 1 ) in run()
630 progress = update_progress( progress, currTest, numTests, 0 ); in run()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2756 const int32_t numTests = sizeof(tests)/sizeof(tests[0]); in TestAcceptLanguage() local
2776 for(i=0;i<numTests;i++) { in TestAcceptLanguage()