Searched refs:testValid (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
D | Optional_unittest.cpp | 26 Optional<int> testValid(3); in TEST() local 27 ASSERT_TRUE(testValid.valid()); in TEST() 28 ASSERT_EQ(3, testValid.value()); in TEST() 29 ASSERT_NE(Optional<int>::Invalid(), testValid); in TEST() 34 Optional<int> testValid(3); in TEST() local 41 testCopy = testValid; in TEST() 44 ASSERT_EQ(testValid, testCopy); in TEST()
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | Optional_unittest.cpp | 26 Optional<int> testValid(3); in TEST() local 27 ASSERT_TRUE(testValid.valid()); in TEST() 28 ASSERT_EQ(3, testValid.value()); in TEST() 29 ASSERT_NE(Optional<int>::Invalid(), testValid); in TEST() 34 Optional<int> testValid(3); in TEST() local 41 testCopy = testValid; in TEST() 44 ASSERT_EQ(testValid, testCopy); in TEST()
|
/third_party/libxml2/ |
D | check-xml-test-suite.py | 252 def testValid(filename, id): function 316 res = testValid(URI, id)
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | Utf8Test.java | 62 public void testValid() { in testValid() method in Utf8Test
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 98968 @@ -257,30 +256,30 @@ def testValid(filename, id): 99047 res = testValid(URI, id)
|