/external/chromium_org/third_party/skia/tests/ |
D | PathUtilsTest.cpp | 91 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()
|
D | ImageDecodingTest.cpp | 246 for (int truth = 0; truth <= 1; ++truth) { in DEF_TEST() local 247 test_alphaType(reporter, filename, SkToBool(truth)); in DEF_TEST()
|
/external/skia/tests/ |
D | PathUtilsTest.cpp | 91 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()
|
D | ImageDecodingTest.cpp | 245 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/ |
D | makefile_writer_tests.py | 132 for truth in (True, False): 133 makefile_writer.write_group(f, 'name', empty, truth)
|
/external/chromium_org/third_party/skia/platform_tools/android/tests/ |
D | makefile_writer_tests.py | 131 for truth in (True, False): 132 makefile_writer.write_group(f, 'name', empty, truth)
|
/external/chromium_org/content/common/gpu/client/ |
D | gl_helper_unittest.cc | 405 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/ |
D | capi3d.test | 95 proc test_is_readonly {testname sql truth} { 102 } $sql] $truth
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | NewCustomTableTest.java | 19 import static org.junit.contrib.truth.Truth.ASSERT;
|
D | SortedIterablesTest.java | 17 import static org.junit.contrib.truth.Truth.ASSERT;
|
D | AbstractLinkedIteratorTest.java | 20 import static org.junit.contrib.truth.Truth.ASSERT;
|
D | SingletonImmutableTableTest.java | 19 import static org.junit.contrib.truth.Truth.ASSERT;
|
D | ArrayListMultimapTest.java | 20 import static org.junit.contrib.truth.Truth.ASSERT;
|
D | LinkedHashMultisetTest.java | 21 import static org.junit.contrib.truth.Truth.ASSERT;
|
D | AbstractTableReadTest.java | 19 import static org.junit.contrib.truth.Truth.ASSERT;
|
D | AbstractCollectionTest.java | 20 import static org.junit.contrib.truth.Truth.ASSERT;
|
D | RegularImmutableTableTest.java | 19 import static org.junit.contrib.truth.Truth.ASSERT;
|
D | ImmutableSetTest.java | 19 import static org.junit.contrib.truth.Truth.ASSERT;
|
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
D | bool.pxd | 37 # Return a new reference to Py_True or Py_False depending on the truth value of v.
|
/external/chromium_org/crypto/ |
D | rsa_private_key.cc | 38 #define READ_ASSERT(truth) \ argument 39 if (!(truth)) { \
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | ResourcesTest.java | 20 import static org.junit.contrib.truth.Truth.ASSERT;
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractFutureTest.java | 19 import static org.junit.contrib.truth.Truth.ASSERT;
|
D | ThreadFactoryBuilderTest.java | 19 import static org.junit.contrib.truth.Truth.ASSERT;
|
/external/chromium_org/chrome/browser/history/ |
D | in_memory_url_index_cache.proto | 90 // to indicate the last date the index was rebuilt from the ground truth:
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | OptionalTest.java | 19 import static org.junit.contrib.truth.Truth.ASSERT;
|