Home
last modified time | relevance | path

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

/third_party/exfatprogs/tests/
H A Dtest_fsck.sh13 echo "Passed ${PASS_COUNT} of ${TEST_COUNT}"
14 if [ ${PASS_COUNT} -ne ${TEST_COUNT} ]; then
23 TEST_COUNT=$(find . -mindepth 1 -maxdepth 1 -type d | wc -l)
26 TEST_COUNT=$#
31 TEST_COUNT=$((TEST_COUNT - 1))
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_norm.c200 GLfloat s[TEST_COUNT][5], d[TEST_COUNT][4], r[TEST_COUNT][4]; in test_norm_function()
201 GLfloat d2[TEST_COUNT][4], r2[TEST_COUNT][4], length[TEST_COUNT]; in test_norm_function()
238 for ( i = 0 ; i < TEST_COUNT ; i++ ) { in test_norm_function()
249 source->count = TEST_COUNT; in test_norm_function()
255 dest->count = TEST_COUNT; in test_norm_function()
261 dest2->count = TEST_COUNT; in test_norm_function()
[all...]
H A Dm_debug_xform.c163 ALIGN16 static GLfloat s[TEST_COUNT][4];
164 ALIGN16 static GLfloat d[TEST_COUNT][4];
165 ALIGN16 static GLfloat r[TEST_COUNT][4];
214 for ( i = 0 ; i < TEST_COUNT ; i++) { in test_transform_function()
223 source->count = TEST_COUNT; in test_transform_function()
230 dest->count = TEST_COUNT; in test_transform_function()
237 ref->count = TEST_COUNT; in test_transform_function()
253 for ( i = 0 ; i < TEST_COUNT ; i++ ) { in test_transform_function()
H A Dm_debug_clip.c206 ALIGN16 static GLfloat s[TEST_COUNT][4];
207 ALIGN16 static GLfloat d[TEST_COUNT][4];
208 ALIGN16 static GLfloat r[TEST_COUNT][4];
233 GLubyte dm[TEST_COUNT], dco, dca; in test_cliptest_function()
234 GLubyte rm[TEST_COUNT], rco, rca; in test_cliptest_function()
248 for ( i = 0 ; i < TEST_COUNT ; i++) { in test_cliptest_function()
257 source->count = TEST_COUNT; in test_cliptest_function()
264 dest->count = TEST_COUNT; in test_cliptest_function()
271 ref->count = TEST_COUNT; in test_cliptest_function()
300 for ( i = 0 ; i < TEST_COUNT ; in test_cliptest_function()
[all...]
H A Dm_debug_util.h48 #define TEST_COUNT 128 /* size of the tested vector array */ macro
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/
H A DRuleTests.java33 private static final int TEST_COUNT = 4000; field in RuleTests
92 for (int i = 0; i < expecteds.size() && i < TEST_COUNT; i++) { in assertClosure()
143 while (scanner.hasNextLine() && lines.size() < TEST_COUNT) { in linesFromFile()
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
H A DDeqpTestRunnerTest.java1953 final int TEST_COUNT = 1237; in testSharding_twoShards()
1956 ArrayList<TestDescription> testIds = new ArrayList<>(TEST_COUNT); in testSharding_twoShards()
1957 for (int i = 0; i < TEST_COUNT; i++) { in testSharding_twoShards()
2251 final int TEST_COUNT = 1237; in testRuntimeHint_optionSetSharded()
2254 ArrayList<TestDescription> testIds = new ArrayList<>(TEST_COUNT); in testRuntimeHint_optionSetSharded()
2255 for (int i = 0; i < TEST_COUNT; i++) { in testRuntimeHint_optionSetSharded()
2266 (fullRuntimeMs*SHARD_SIZE)/TEST_COUNT, in testRuntimeHint_optionSetSharded()
2269 (fullRuntimeMs*(TEST_COUNT-SHARD_SIZE))/TEST_COUNT, in testRuntimeHint_optionSetSharded()
/third_party/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp408 TEST_COUNT enumerator
412 static const char *const dataNames[TEST_COUNT+1]={
541 for(whichCase=0; whichCase<TEST_COUNT; ++whichCase) { in TestCasing()

Completed in 9 milliseconds