Searched defs:truth (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava-tests/lib/
H A Dlibtruth.jar ... .truth.Expect) org.junit.contrib.truth.Expect x0 } org/junit/contrib/truth/FailureStrategy.class ...
H A Dlibtruth-gwt.jar ... contrib/truth/Truth.gwt.xml org/junit/contrib/truth/subjects/ org/junit/contrib/truth/subjects/BooleanSubject.class BooleanSubject ...
/external/skia/tests/
H A DPathUtilsTest.cpp93 const SkBitmap* truth, int w, int h){
109 test_bmp(reporter, truth, &bmp, w, h);
112 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth, argument
119 test_path_eq(reporter, &path, truth, w, h);
122 static void test_region(skiatest::Reporter* reporter, const SkBitmap* truth, argument
129 test_path_eq(reporter, &path, truth, w, h);
147 // generate truth bitmap
92 test_path_eq(skiatest::Reporter* reporter, const SkPath* path, const SkBitmap* truth, int w, int h) argument
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittests.cc379 // prints out |truth|, |other|, |source|, |scaler_stages| and |message|.
380 void Compare(SkBitmap* truth, argument
386 EXPECT_EQ(truth->width(), other->width());
387 EXPECT_EQ(truth->height(), other->height());
388 for (int x = 0; x < truth->width(); x++) {
389 for (int y = 0; y < truth->height(); y++) {
391 int a = Channel(truth, x, y, c);
400 PrintChannel(truth, c);
803 void ComparePlane(unsigned char* truth, argument
815 int b = truth[
[all...]

Completed in 124 milliseconds