Searched defs:TestFormat (Results 1 - 25 of 25) sorted by relevance

/external/llvm/utils/lit/lit/formats/
H A D__init__.py2 from lit.formats.base import TestFormat, FileBasedTest, OneCommandPerFileTest namespace
H A Dbase.py8 class TestFormat(object): class in inherits:object
13 class FileBasedTest(TestFormat):
35 class OneCommandPerFileTest(TestFormat):
H A Dgoogletest.py8 from .base import TestFormat namespace
12 class GoogleTest(TestFormat):
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DSelectFormatAPITest.java133 public void TestFormat(){ method in class:SelectFormatAPITest
137 assertEquals("Failed in TestFormat with unexpected output 1"
144 assertEquals("Failed in TestFormat with unexpected output 2"
H A DIntlTestDateFormat.java85 TestFormat();
99 TestFormat();
112 TestFormat();
118 public void TestFormat() { method in class:IntlTestDateFormat
123 // logln("TestFormat: " + fTestName);
H A DTimeUnitTest.java404 public void TestFormat() { method in class:TimeUnitTest
H A DTimeZoneFormatTest.java872 public void TestFormat() { method in class:TimeZoneFormatTest
H A DDateIntervalFormatTest.java58 public void TestFormat() { method in class:DateIntervalFormatTest
H A DTestMessageFormat.java497 public void TestFormat() method in class:TestMessageFormat
H A DNumberFormatTest.java3300 public void TestFormat() { method in class:NumberFormatTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DUtilityTest.java51 public void TestFormat() method in class:UtilityTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DSelectFormatAPITest.java132 public void TestFormat(){ method in class:SelectFormatAPITest
136 assertEquals("Failed in TestFormat with unexpected output 1"
143 assertEquals("Failed in TestFormat with unexpected output 2"
H A DIntlTestDateFormat.java84 TestFormat();
98 TestFormat();
111 TestFormat();
117 public void TestFormat() { method in class:IntlTestDateFormat
122 // logln("TestFormat: " + fTestName);
H A DTimeUnitTest.java403 public void TestFormat() { method in class:TimeUnitTest
H A DTimeZoneFormatTest.java871 public void TestFormat() { method in class:TimeZoneFormatTest
H A DDateIntervalFormatTest.java57 public void TestFormat() { method in class:DateIntervalFormatTest
H A DTestMessageFormat.java496 public void TestFormat() method in class:TestMessageFormat
H A DNumberFormatTest.java3299 public void TestFormat() { method in class:NumberFormatTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DUtilityTest.java50 public void TestFormat() method in class:UtilityTest
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DTest.py19 class TestFormat: class in inherits:
20 """TestFormat - Test information provider."""
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DChineseTest.java265 public void TestFormat() { method in class:ChineseTest
/external/libcxx/utils/libcxx/android/test/
H A Dformat.py36 class TestFormat(HostTestFormat): class in inherits:HostTestFormat
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DChineseTest.java264 public void TestFormat() { method in class:ChineseTest
/external/fmtlib/test/
H A Dformat-test.cc578 struct TestFormat { struct
581 return TestFormat<N - 1>::format(format_str, N - 1, args...);
586 struct TestFormat<0> { struct
594 EXPECT_EQ("19", TestFormat<20>::format("{19}"));
595 EXPECT_THROW_MSG(TestFormat<20>::format("{20}"),
597 EXPECT_THROW_MSG(TestFormat<21>::format("{21}"),
601 EXPECT_THROW_MSG(TestFormat<MAX_PACKED_ARGS>::format(format_str),
/external/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp83 TESTCASE(4, TestFormat);
1021 TimeZoneFormatTest::TestFormat(void) { function in class:TimeZoneFormatTest

Completed in 969 milliseconds