Home
last modified time | relevance | path

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

1234

/external/chromium_org/third_party/skia/tests/
DPathUtilsTest.cpp91 const SkBitmap* truth, int w, int h){ in test_path_eq() argument
106 test_bmp(reporter, truth, &bmp, w, h); in test_path_eq()
109 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth, in test_path() argument
116 test_path_eq(reporter, &path, truth, w, h); in test_path()
119 static void test_region(skiatest::Reporter* reporter, const SkBitmap* truth, in test_region() argument
126 test_path_eq(reporter, &path, truth, w, h); in test_region()
DImageDecodingTest.cpp246 for (int truth = 0; truth <= 1; ++truth) { in DEF_TEST() local
247 test_alphaType(reporter, filename, SkToBool(truth)); in DEF_TEST()
/external/skia/tests/
DPathUtilsTest.cpp91 const SkBitmap* truth, int w, int h){ in test_path_eq() argument
106 test_bmp(reporter, truth, &bmp, w, h); in test_path_eq()
109 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth, in test_path() argument
116 test_path_eq(reporter, &path, truth, w, h); in test_path()
119 static void test_region(skiatest::Reporter* reporter, const SkBitmap* truth, in test_region() argument
126 test_path_eq(reporter, &path, truth, w, h); in test_region()
DImageDecodingTest.cpp245 for (int truth = 0; truth <= 1; ++truth) { in DEF_TEST() local
246 test_alphaType(reporter, filename, SkToBool(truth)); in DEF_TEST()
/external/skia/platform_tools/android/tests/
Dmakefile_writer_tests.py132 for truth in (True, False):
133 makefile_writer.write_group(f, 'name', empty, truth)
/external/chromium_org/third_party/skia/platform_tools/android/tests/
Dmakefile_writer_tests.py131 for truth in (True, False):
132 makefile_writer.write_group(f, 'name', empty, truth)
/external/chromium_org/content/common/gpu/client/
Dgl_helper_unittest.cc405 void Compare(SkBitmap* truth, in Compare() argument
411 EXPECT_EQ(truth->width(), other->width()); in Compare()
412 EXPECT_EQ(truth->height(), other->height()); in Compare()
413 bool swizzle = (truth->colorType() == kRGBA_8888_SkColorType && in Compare()
415 (truth->colorType() == kBGRA_8888_SkColorType && in Compare()
417 EXPECT_TRUE(swizzle || truth->colorType() == other->colorType()); in Compare()
418 int bpp = truth->bytesPerPixel(); in Compare()
419 for (int x = 0; x < truth->width(); x++) { in Compare()
420 for (int y = 0; y < truth->height(); y++) { in Compare()
422 int a = Channel(truth, x, y, c); in Compare()
[all …]
/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;
DAbstractLinkedIteratorTest.java20 import static org.junit.contrib.truth.Truth.ASSERT;
DSingletonImmutableTableTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
DArrayListMultimapTest.java20 import static org.junit.contrib.truth.Truth.ASSERT;
DLinkedHashMultisetTest.java21 import static org.junit.contrib.truth.Truth.ASSERT;
DAbstractTableReadTest.java19 import static org.junit.contrib.truth.Truth.ASSERT;
DAbstractCollectionTest.java20 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;
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
Dbool.pxd37 # Return a new reference to Py_True or Py_False depending on the truth value of v.
/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;

1234