Home
last modified time | relevance | path

Searched refs:testInvalid (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/common/
DOptional_unittest.cpp19 Optional<int> testInvalid; in TEST() local
20 ASSERT_FALSE(testInvalid.valid()); in TEST()
21 ASSERT_EQ(Optional<int>::Invalid(), testInvalid); in TEST()
35 Optional<int> testInvalid; in TEST() local
37 Optional<int> testCopy = testInvalid; in TEST()
39 ASSERT_EQ(testInvalid, testCopy); in TEST()
/third_party/skia/third_party/externals/angle2/src/common/
DOptional_unittest.cpp19 Optional<int> testInvalid; in TEST() local
20 ASSERT_FALSE(testInvalid.valid()); in TEST()
21 ASSERT_EQ(Optional<int>::Invalid(), testInvalid); in TEST()
35 Optional<int> testInvalid; in TEST() local
37 Optional<int> testCopy = testInvalid; in TEST()
39 ASSERT_EQ(testInvalid, testCopy); in TEST()
/third_party/node/test/parallel/
Dtest-vm-module-import-meta.js26 async function testInvalid() { function
43 await testInvalid();
Dtest-vm-module-dynamic-import.js61 async function testInvalid() { function
101 await testInvalid();
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_affixutils.cpp58 TESTCASE_AUTO(testInvalid); in runIndexedTest()
175 void AffixUtilsTest::testInvalid() { in testInvalid() function in AffixUtilsTest
Dnumbertest.h42 void testInvalid();
/third_party/libxml2/
Dcheck-xml-test-suite.py215 def testInvalid(filename, id): function
314 res = testInvalid(URI, id)
/third_party/flutter/skia/tests/
DSerializationTest.cpp160 template<typename T, bool testInvalid> struct SerializationTestUtils {
170 template<typename T, bool testInvalid>
180 SerializationTestUtils<T, testInvalid>::InvalidateData(dataWritten); in TestObjectSerializationNoAlign()
195 REPORTER_ASSERT(reporter, buffer2.isValid() == !testInvalid); in TestObjectSerializationNoAlign()
/third_party/skia/tests/
DSerializationTest.cpp159 template<typename T, bool testInvalid> struct SerializationTestUtils {
169 template<typename T, bool testInvalid>
179 SerializationTestUtils<T, testInvalid>::InvalidateData(dataWritten); in TestObjectSerializationNoAlign()
194 REPORTER_ASSERT(reporter, buffer2.isValid() == !testInvalid); in TestObjectSerializationNoAlign()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DAffixUtilsTest.java163 public void testInvalid() { in testInvalid() method in AffixUtilsTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DAffixUtilsTest.java160 public void testInvalid() { in testInvalid() method in AffixUtilsTest
/third_party/chromium/patch/
D0001-cve.patch98920 def testInvalid(filename, id):
98921 @@ -221,31 +220,31 @@ def testInvalid(filename, id):