Home
last modified time | relevance | path

Searched refs:testRow (Results 1 – 7 of 7) sorted by relevance

/external/skia/tools/skpdiff/
DSkDifferentPixelsMetric_cpu.cpp46 unsigned char* testRow = (unsigned char*)test->getAddr(0, y); in diff() local
49 if (memcmp(&baselineRow[x * 4], &testRow[x * 4], 4) != 0) { in diff()
/external/guava/guava-tests/test/com/google/common/collect/
DEmptyImmutableTableTest.java96 public void testRow() { in testRow() method in EmptyImmutableTableTest
DForwardingTableTest.java120 public void testRow() { in testRow() method in ForwardingTableTest
DSingletonImmutableTableTest.java56 public void testRow() { in testRow() method in SingletonImmutableTableTest
DAbstractTableReadTest.java155 public void testRow() { in testRow() method in AbstractTableReadTest
DRegularImmutableTableTest.java169 public void testRow() { in testRow() method in RegularImmutableTableTest
DArrayTableTest.java147 @Override public void testRow() { in testRow() method in ArrayTableTest