Home
last modified time | relevance | path

Searched refs:truth (Results 1 – 25 of 87) sorted by relevance

1234

/external/skia/tests/
DPathUtilsTest.cpp93 const SkBitmap* truth, int w, int h){ in test_path_eq() argument
109 test_bmp(reporter, truth, &bmp, w, h); in test_path_eq()
112 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth, in test_path() argument
119 test_path_eq(reporter, &path, truth, w, h); in test_path()
122 static void test_region(skiatest::Reporter* reporter, const SkBitmap* truth, in test_region() argument
129 test_path_eq(reporter, &path, truth, w, h); in test_region()
/external/chromium_org/content/common/gpu/client/
Dgl_helper_unittests.cc380 void Compare(SkBitmap* truth, in Compare() argument
386 EXPECT_EQ(truth->width(), other->width()); in Compare()
387 EXPECT_EQ(truth->height(), other->height()); in Compare()
388 for (int x = 0; x < truth->width(); x++) { in Compare()
389 for (int y = 0; y < truth->height(); y++) { in Compare()
391 int a = Channel(truth, x, y, c); in Compare()
400 PrintChannel(truth, c); in Compare()
803 void ComparePlane(unsigned char* truth, in ComparePlane() argument
815 int b = truth[y * stride + x]; in ComparePlane()
822 PrintPlane(truth, xsize, truth_stride, ysize); in ComparePlane()
/external/chromium_org/third_party/sqlite/src/test/
Dcapi3d.test95 proc test_is_readonly {testname sql truth} {
102 } $sql] $truth
/external/guava/guava-tests/test/com/google/common/collect/
DNewCustomTableTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
DSortedIterablesTest.java17 import static org.junit.contrib.truth.Truth.ASSERT;
DSingletonImmutableTableTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
DAbstractLinkedIteratorTest.java20 import static org.junit.contrib.truth.Truth.ASSERT;
DLinkedHashMultisetTest.java21 import static org.junit.contrib.truth.Truth.ASSERT;
DArrayListMultimapTest.java20 import static org.junit.contrib.truth.Truth.ASSERT;
DAbstractCollectionTest.java20 import static org.junit.contrib.truth.Truth.ASSERT;
DAbstractTableReadTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
DRegularImmutableTableTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
DImmutableSetTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
DEnumBiMapTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
DObjectArraysTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
DTreeMultimapExplicitTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
/external/chromium/crypto/
Drsa_private_key_win.cc15 #define READ_ASSERT(truth) \ argument
16 if (!(truth)) { \
Drsa_private_key.cc38 #define READ_ASSERT(truth) \ argument
39 if (!(truth)) { \
/external/chromium_org/crypto/
Drsa_private_key.cc38 #define READ_ASSERT(truth) \ argument
39 if (!(truth)) { \
/external/guava/guava-tests/test/com/google/common/io/
DResourcesTest.java20 import static org.junit.contrib.truth.Truth.ASSERT;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
DThreadFactoryBuilderTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
/external/chromium_org/chrome/browser/history/
Din_memory_url_index_cache.proto90 // to indicate the last date the index was rebuilt from the ground truth:
/external/guava/guava-tests/test/com/google/common/base/
DOptionalTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
/external/chromium_org/third_party/JSON/JSON-2.59/t/
D18_json_checker.t68 ["Bad value", truth]

1234