HomeSort by relevance Sort by last modified time
    Searched refs:truth (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/guava/guava-tests/lib/
libtruth-gwt.jar 
libtruth.jar 
  /external/chromium_org/third_party/skia/tests/
PathUtilsTest.cpp 91 const SkBitmap* truth, int w, int h){
106 test_bmp(reporter, truth, &bmp, w, h);
109 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth,
116 test_path_eq(reporter, &path, truth, w, h);
119 static void test_region(skiatest::Reporter* reporter, const SkBitmap* truth,
126 test_path_eq(reporter, &path, truth, w, h);
144 // generate truth bitmap
ImageDecodingTest.cpp 246 for (int truth = 0; truth <= 1; ++truth) {
247 test_alphaType(reporter, filename, SkToBool(truth));
  /external/skia/tests/
PathUtilsTest.cpp 91 const SkBitmap* truth, int w, int h){
106 test_bmp(reporter, truth, &bmp, w, h);
109 static void test_path(skiatest::Reporter* reporter, const SkBitmap* truth,
116 test_path_eq(reporter, &path, truth, w, h);
119 static void test_region(skiatest::Reporter* reporter, const SkBitmap* truth,
126 test_path_eq(reporter, &path, truth, w, h);
144 // generate truth bitmap
  /frameworks/base/core/tests/coretests/src/android/app/backup/
BackupDataTest.java 175 BufferedReader truth = new BufferedReader(new InputStreamReader( local
178 String[] expected = truth.readLine().split(":");
196 assertNull("there are unused entries in the golden file", truth.readLine());
204 BufferedReader truth = new BufferedReader(new InputStreamReader( local
208 String[] expected = truth.readLine().split(":");
226 assertNull("there are unused entries in the golden file", truth.readLine());
  /external/guava/guava-tests/test/com/google/common/collect/
NewCustomTableTest.java 19 import static org.junit.contrib.truth.Truth.ASSERT;
SortedIterablesTest.java 17 import static org.junit.contrib.truth.Truth.ASSERT;
AbstractLinkedIteratorTest.java 20 import static org.junit.contrib.truth.Truth.ASSERT;
SingletonImmutableTableTest.java 19 import static org.junit.contrib.truth.Truth.ASSERT;
AbstractCollectionTest.java 20 import static org.junit.contrib.truth.Truth.ASSERT;
AbstractTableReadTest.java 19 import static org.junit.contrib.truth.Truth.ASSERT;
ArrayListMultimapTest.java 20 import static org.junit.contrib.truth.Truth.ASSERT;
LinkedHashMultisetTest.java 21 import static org.junit.contrib.truth.Truth.ASSERT;
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
bool.pxd 37 # Return a new reference to Py_True or Py_False depending on the truth value of v.
  /external/guava/guava-tests/test/com/google/common/io/
ResourcesTest.java 20 import static org.junit.contrib.truth.Truth.ASSERT;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractFutureTest.java 19 import static org.junit.contrib.truth.Truth.ASSERT;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 74 from operator import truth namespace
76 self.assertEqual(t(v).value, truth(v))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 74 from operator import truth namespace
76 self.assertEqual(t(v).value, truth(v))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_operator.py 341 self.assertRaises(TypeError, operator.truth)
342 self.assertRaises(SyntaxError, operator.truth, C())
343 self.assertTrue(operator.truth(5))
344 self.assertTrue(operator.truth([0]))
345 self.assertFalse(operator.truth(0))
346 self.assertFalse(operator.truth([]))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_operator.py 341 self.assertRaises(TypeError, operator.truth)
342 self.assertRaises(SyntaxError, operator.truth, C())
343 self.assertTrue(operator.truth(5))
344 self.assertTrue(operator.truth([0]))
345 self.assertFalse(operator.truth(0))
346 self.assertFalse(operator.truth([]))
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 403 // similar enough, prints out |truth|, |other|, |source|, |scaler_stages|
405 void Compare(SkBitmap* truth,
411 EXPECT_EQ(truth->width(), other->width());
412 EXPECT_EQ(truth->height(), other->height());
413 bool swizzle = (truth->colorType() == kRGBA_8888_SkColorType &&
415 (truth->colorType() == kBGRA_8888_SkColorType &&
417 EXPECT_TRUE(swizzle || truth->colorType() == other->colorType());
418 int bpp = truth->bytesPerPixel();
419 for (int x = 0; x < truth->width(); x++) {
420 for (int y = 0; y < truth->height(); y++)
    [all...]
  /external/chromium_org/crypto/
rsa_private_key.cc 38 #define READ_ASSERT(truth) \
39 if (!(truth)) { \
  /external/chromium_org/v8/test/mjsunit/regress/
regress-406.js 35 // The and and or truth tables with both operands constant.
  /external/guava/guava-tests/test/com/google/common/base/
OptionalTest.java 19 import static org.junit.contrib.truth.Truth.ASSERT;

Completed in 671 milliseconds

1 2 3 4