HomeSort by relevance Sort by last modified time
    Searched refs:TEST_COUNT (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_norm.c 200 GLfloat s[TEST_COUNT][5], d[TEST_COUNT][4], r[TEST_COUNT][4];
201 GLfloat d2[TEST_COUNT][4], r2[TEST_COUNT][4], length[TEST_COUNT];
238 for ( i = 0 ; i < TEST_COUNT ; i++ ) {
249 source->count = TEST_COUNT;
255 dest->count = TEST_COUNT;
261 dest2->count = TEST_COUNT;
    [all...]
m_debug_clip.c 206 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;
234 GLubyte rm[TEST_COUNT], rco, rca;
248 for ( i = 0 ; i < TEST_COUNT ; i++) {
257 source->count = TEST_COUNT;
264 dest->count = TEST_COUNT;
271 ref->count = TEST_COUNT;
300 for ( i = 0 ; i < TEST_COUNT ; i++ )
    [all...]
m_debug_xform.c 164 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
165 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
166 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
215 for ( i = 0 ; i < TEST_COUNT ; i++) {
224 source->count = TEST_COUNT;
231 dest->count = TEST_COUNT;
238 ref->count = TEST_COUNT;
254 for ( i = 0 ; i < TEST_COUNT ; i++ ) {
m_debug_util.h 45 #define TEST_COUNT 128 /* size of the tested vector array */
  /external/mesa3d/src/mesa/math/
m_debug_norm.c 200 GLfloat s[TEST_COUNT][5], d[TEST_COUNT][4], r[TEST_COUNT][4];
201 GLfloat d2[TEST_COUNT][4], r2[TEST_COUNT][4], length[TEST_COUNT];
238 for ( i = 0 ; i < TEST_COUNT ; i++ ) {
249 source->count = TEST_COUNT;
255 dest->count = TEST_COUNT;
261 dest2->count = TEST_COUNT;
    [all...]
m_debug_clip.c 206 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;
234 GLubyte rm[TEST_COUNT], rco, rca;
248 for ( i = 0 ; i < TEST_COUNT ; i++) {
257 source->count = TEST_COUNT;
264 dest->count = TEST_COUNT;
271 ref->count = TEST_COUNT;
300 for ( i = 0 ; i < TEST_COUNT ; i++ )
    [all...]
m_debug_xform.c 164 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
165 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
166 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
215 for ( i = 0 ; i < TEST_COUNT ; i++) {
224 source->count = TEST_COUNT;
231 dest->count = TEST_COUNT;
238 ref->count = TEST_COUNT;
254 for ( i = 0 ; i < TEST_COUNT ; i++ ) {
m_debug_util.h 45 #define TEST_COUNT 128 /* size of the tested vector array */
  /packages/apps/Camera/tests/src/com/android/camera/functional/
CameraTest.java 57 final int TEST_COUNT = 5;
64 for (int i = 0; i < TEST_COUNT; i++) {
79 assertTrue(refCount != TEST_COUNT);
  /packages/apps/Camera2/tests/src/com/android/camera/functional/
CameraTest.java 57 final int TEST_COUNT = 5;
64 for (int i = 0; i < TEST_COUNT; i++) {
79 assertTrue(refCount != TEST_COUNT);
  /packages/apps/Camera2/tests_camera/src/com/android/camera/functional/
CameraTest.java 57 final int TEST_COUNT = 5;
64 for (int i = 0; i < TEST_COUNT; i++) {
79 assertTrue(refCount != TEST_COUNT);
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 42 private static final int TEST_COUNT = 10;
52 addValuesIntoTable(TABLE_NAME, DEFAULT_TABLE_VALUE_BEGINS, TEST_COUNT);
112 assertEquals(TEST_COUNT, cursor.getInt(1));
125 assertEquals(TEST_COUNT, cursor.getInt(1));
152 assertEquals(TEST_COUNT - 1, cursor.getCount());
157 assertEquals(TEST_COUNT - 1, cursor.getCount());
161 assertEquals(TEST_COUNT - 2, cursor.getCount());
207 assertEquals(TEST_COUNT - TEST_ARG1, cursor.getCount());
210 assertEquals(TEST_COUNT - TEST_ARG2, cursor.getCount());
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
CameraTest.java 63 final int TEST_COUNT = 5;
69 for (int i = 0; i < TEST_COUNT; i++) {
84 assertTrue(refCount != TEST_COUNT);
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
LruCacheUnitTests.java 39 private static final int TEST_COUNT = 10000;
51 for (int i = 0; i < TEST_COUNT; ++i) {
  /external/chromium_org/third_party/icu/source/test/intltest/
strcase.cpp 331 TEST_COUNT
335 static const char *const dataNames[TEST_COUNT+1]={
463 for(whichCase=0; whichCase<TEST_COUNT; ++whichCase) {
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 331 TEST_COUNT
335 static const char *const dataNames[TEST_COUNT+1]={
463 for(whichCase=0; whichCase<TEST_COUNT; ++whichCase) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 196 final int TEST_COUNT = 1000;
200 for (int i = 0; i < TEST_COUNT; i++) {
    [all...]

Completed in 351 milliseconds