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

  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 177 final float[] values4 = new float[FLOAT_ARRAY_LEN]; local
179 m4.getValues(values4);
182 assertEquals(values1[i], values4[i]);
206 float[] values4 = new float[FLOAT_ARRAY_LEN]; local
208 m4.getValues(values4);
211 assertEquals(values1[i], values4[i]);
234 values4 = new float[FLOAT_ARRAY_LEN];
236 m4.getValues(values4);
239 assertEquals(values2[i], values4[i]);
261 values4 = new float[FLOAT_ARRAY_LEN]
293 float[] values4 = new float[FLOAT_ARRAY_LEN]; local
379 float[] values4 = new float[FLOAT_ARRAY_LEN]; local
465 float[] values4 = new float[FLOAT_ARRAY_LEN]; local
549 float[] values4 = new float[FLOAT_ARRAY_LEN]; local
654 final float[] values4 = new float[FLOAT_ARRAY_LEN]; local
    [all...]
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 285 values4(2, 'b');
290 EXPECT_FALSE(TupleMatches(matchers, values4));
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 1258 ContentValues values4 = new ContentValues(); local
2337 ContentValues values4 = new ContentValues(); local
2542 ContentValues values4 = new ContentValues(); local
    [all...]

Completed in 46 milliseconds