/external/neven/Embedded/common/src/b_APIEm/ |
Types.h | 62 bpi_ID_GRAPH, /** ground truth graph */ 64 bpi_ID_GRAPH_LIST, /** list of egp_SpatialGraph (multiple ground truth graphs per image) */
|
/bootable/recovery/edify/ |
README | 86 second argument only if it's needed to determine the truth of the
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/postmessage_redir/ |
pm_redir_test.html | 50 ('It is a truth universally acknowledged, that a single man'
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-406.js | 35 // The and and or truth tables with both operands constant.
|
/external/v8/test/mjsunit/regress/ |
regress-406.js | 35 // The and and or truth tables with both operands constant.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_fail.py | 50 '["Bad value", truth]',
|
test_scanstring.py | 94 scanstring('["Bad value", truth]', 2, None, True),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_fail.py | 50 '["Bad value", truth]',
|
test_scanstring.py | 94 scanstring('["Bad value", truth]', 2, None, True),
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper_unittests.cc | 325 // prints out |truth|, |other|, |source|, |scaler_stages| and |message|. 326 void Compare(SkBitmap* truth, 332 EXPECT_EQ(truth->width(), other->width()); 333 EXPECT_EQ(truth->height(), other->height()); 334 for (int x = 0; x < truth->width(); x++) { 335 for (int y = 0; y < truth->height(); y++) { 337 int a = Channel(truth, x, y, c); 346 PrintChannel(truth, c); 732 void ComparePlane(unsigned char* truth, 743 int b = truth[y * stride + x] [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
MultisetsTest.java | 19 import static org.junit.contrib.truth.Truth.ASSERT;
|
SortedMapsTest.java | 19 import static org.junit.contrib.truth.Truth.ASSERT;
|
Collections2Test.java | 23 import static org.junit.contrib.truth.Truth.ASSERT;
|
ConstraintsTest.java | 20 import static org.junit.contrib.truth.Truth.ASSERT;
|
ImmutableTableTest.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))
|
/external/guava/guava/src/com/google/common/base/ |
Preconditions.java | 64 * Ensures the truth of an expression involving one or more parameters to the 77 * Ensures the truth of an expression involving one or more parameters to the 93 * Ensures the truth of an expression involving one or more parameters to the 121 * Ensures the truth of an expression involving the state of the calling 134 * Ensures the truth of an expression involving the state of the calling 150 * Ensures the truth of an expression involving the state of the calling
|
/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/chrome/browser/net/ |
quoted_printable_unittest.cc | 16 "If you believe that truth=beauty, then surely mathematics is the most " 71 "If you believe that truth=3Dbeauty, then surely mathematics is the most "
|
/external/chromium/crypto/ |
rsa_private_key.cc | 38 #define READ_ASSERT(truth) \ 39 if (!(truth)) { \
|
/external/chromium_org/crypto/ |
rsa_private_key.cc | 38 #define READ_ASSERT(truth) \ 39 if (!(truth)) { \
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheEvictionTest.java | 22 import static org.junit.contrib.truth.Truth.ASSERT;
|
LocalLoadingCacheTest.java | 22 import static org.junit.contrib.truth.Truth.ASSERT;
|