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

  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 212 final float[] values3 = new float[FLOAT_ARRAY_LEN]; local
214 m3.getValues(values3);
217 assertEquals(values2[i], values3[i]);
253 float[] values3 = new float[FLOAT_ARRAY_LEN]; local
255 m3.getValues(values3);
258 assertEquals(values2[i], values3[i]);
281 values3 = new float[FLOAT_ARRAY_LEN];
283 m3.getValues(values3);
286 assertEquals(values2[i], values3[i]);
308 values3 = new float[FLOAT_ARRAY_LEN]
352 float[] values3 = new float[FLOAT_ARRAY_LEN]; local
451 float[] values3 = new float[FLOAT_ARRAY_LEN]; local
549 float[] values3 = new float[FLOAT_ARRAY_LEN]; local
645 float[] values3 = new float[FLOAT_ARRAY_LEN]; local
760 final float[] values3 = new float[FLOAT_ARRAY_LEN]; local
    [all...]
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 284 values3(2, 'a'),
289 EXPECT_FALSE(TupleMatches(matchers, values3));
300 values3(2, 'a', true, 2L, "hi");
304 EXPECT_FALSE(TupleMatches(matchers, values3));
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 963 ContentValues values3 = new ContentValues(); local
1639 ContentValues values3 = new ContentValues(); local
1706 ContentValues values3 = new ContentValues(); local
    [all...]

Completed in 41 milliseconds