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

  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 178 final float[] values4 = new float[FLOAT_ARRAY_LEN]; local
180 m4.getValues(values4);
183 assertEquals(values1[i], values4[i]);
207 float[] values4 = new float[FLOAT_ARRAY_LEN]; local
209 m4.getValues(values4);
212 assertEquals(values1[i], values4[i]);
235 values4 = new float[FLOAT_ARRAY_LEN];
237 m4.getValues(values4);
240 assertEquals(values2[i], values4[i]);
262 values4 = new float[FLOAT_ARRAY_LEN]
485 float[] values4 = new float[FLOAT_ARRAY_LEN]; local
571 float[] values4 = new float[FLOAT_ARRAY_LEN]; local
657 float[] values4 = new float[FLOAT_ARRAY_LEN]; local
741 float[] values4 = new float[FLOAT_ARRAY_LEN]; local
846 final float[] values4 = new float[FLOAT_ARRAY_LEN]; local
    [all...]
  /external/gmock/test/
gmock-internal-utils_test.cc 285 values4(2, 'b');
290 EXPECT_FALSE(TupleMatches(matchers, values4));
  /external/google-breakpad/src/testing/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 1536 ContentValues values4 = new ContentValues(); local
3594 ContentValues values4 = new ContentValues(); local
3799 ContentValues values4 = new ContentValues(); local
    [all...]

Completed in 1669 milliseconds