Home
last modified time | relevance | path

Searched refs:TEST_COUNT (Results 1 – 10 of 10) sorted by relevance

/third_party/exfatprogs/tests/
Dtest_fsck.sh11 echo "Passed ${PASS_COUNT} of ${TEST_COUNT}"
17 TEST_COUNT=$(find . -mindepth 1 -maxdepth 1 -type d | wc -l)
20 TEST_COUNT=$#
25 TEST_COUNT=$((TEST_COUNT - 1))
/third_party/mesa3d/src/mesa/math/
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()
267 ref->count = TEST_COUNT; in test_norm_function()
273 ref2->count = TEST_COUNT; in test_norm_function()
294 for ( i = 0 ; i < TEST_COUNT ; i++ ) { in test_norm_function()
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 ; i++ ) { in test_cliptest_function()
[all …]
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()
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/
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/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/
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/weston/tests/
Dmatrix-test.c222 TEST_COUNT enumerator
256 int counts[TEST_COUNT] = { 0 }; in test_loop_precision()
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1813 final int TEST_COUNT = 1237; in testSharding_twoShards() local
1816 ArrayList<TestDescription> testIds = new ArrayList<>(TEST_COUNT); in testSharding_twoShards()
1817 for (int i = 0; i < TEST_COUNT; i++) { in testSharding_twoShards()
2111 final int TEST_COUNT = 1237; in testRuntimeHint_optionSetSharded() local
2114 ArrayList<TestDescription> testIds = new ArrayList<>(TEST_COUNT); in testRuntimeHint_optionSetSharded()
2115 for (int i = 0; i < TEST_COUNT; i++) { in testRuntimeHint_optionSetSharded()
2126 (fullRuntimeMs*SHARD_SIZE)/TEST_COUNT, in testRuntimeHint_optionSetSharded()
2129 (fullRuntimeMs*(TEST_COUNT-SHARD_SIZE))/TEST_COUNT, in testRuntimeHint_optionSetSharded()
/third_party/icu/icu4c/source/test/intltest/
Dstrcase.cpp406 TEST_COUNT enumerator
410 static const char *const dataNames[TEST_COUNT+1]={
538 for(whichCase=0; whichCase<TEST_COUNT; ++whichCase) { in TestCasing()