Home
last modified time | relevance | path

Searched refs:execCount (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/tools/ctestfw/
Duperf.cpp24 static int32_t execCount = 0; variable
281 execCount = 0; in run()
283 if (!res || (execCount <= 0)) { in run()
366 execCount++; in runTestLoop()
515 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Duperf.cpp24 static int32_t execCount = 0; variable
281 execCount = 0; in run()
283 if (!res || (execCount <= 0)) { in run()
366 execCount++; in runTestLoop()
517 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()
/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp500 static int32_t execCount = 0; variable
610 execCount--; // correct a previously assumed test-exec, as this only calls a subtest in callTest()
782 execCount++; in runTestLoop()
1516 execCount = 0; in main()
1521 if (!res || (execCount <= 0)) { in main()
1589 if (execCount <= 0) { in main()