Home
last modified time | relevance | path

Searched refs:test_format (Results 1 - 20 of 20) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dtracetst.c61 * test_format. Helper function for checking the results of a formatting
74 static void test_format(const char *format, int32_t bufCap, int32_t indent, in test_format() function
308 test_format("hello, world", 50, 0, "hello, world", __LINE__); in TestTraceAPI()
309 test_format("hello, world", 50, 4, " hello, world", __LINE__); in TestTraceAPI()
310 test_format("hello, world", 3, 0, "hello, world", __LINE__); in TestTraceAPI()
312 test_format("a character %c", 50, 0, "a character x", __LINE__, 'x'); in TestTraceAPI()
313 test_format("a string %s ", 50, 0, "a string hello ", __LINE__, "hello"); in TestTraceAPI()
314 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 0043 0000 ", __LINE__, s1, -1); in TestTraceAPI()
315 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 ", __LINE__, s1, 2); in TestTraceAPI()
317 test_format(" in TestTraceAPI()
[all...]
/third_party/googletest/googletest/test/
H A Dgtest_list_output_unittest.py268 def _TestOutput(self, test_format, expected_output):
269 actual = self._GetOutput(test_format)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc1186 bool FormatFails(const char* test_format, T value) { in FormatFails() argument
1187 std::string format_string = std::string("<<") + test_format + ">>"; in FormatFails()
1193 << "format=" << test_format << " value=" << value; in FormatFails()
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py1038 def test_format(method, prec, exp_range, restricted_range, itr, stat): function
1260 do_single('__format__', lambda: test_method('__format__', testspecs, test_format))
/third_party/python/Lib/test/
H A Dtest_calendar.py487 def test_format(self): member in OutputTestCase
H A Dtest_bool.py172 def test_format(self): member in BoolTest
H A Dtest_complex.py666 def test_format(self): member in ComplexTest
H A Dtest_ipaddress.py197 def test_format(self): member in AddressTestCase_v4
309 def test_format(self): member in AddressTestCase_v6
H A Dtest_enum.py661 def test_format(self): member in _PlainOutputTests
699 def test_format(self): member in _MixedOutputTests
737 def test_format(self): member in _MinimalOutputTests
3463 def test_format(self): member in OldTestIntFlag
H A Dtest_bigmem.py655 def test_format(self, size): member in StrTest
H A Dtest_float.py674 def test_format(self): member in FormatTestCase
H A Dtest_long.py316 def test_format(self): member in LongTest
H A Dtest_argparse.py3341 for test_func in [self.test_format,
3382 def test_format(self, tester): member in TestHelpFormattingMetaclass.__init__.AddTests
H A Ddatetimetester.py1509 def test_format(self): member in TestDate
2115 def test_format(self): member in TestDateTime
3528 def test_format(self): member in TestTime
H A Dtest_bytes.py1766 def test_format(self):
H A Dtest_builtin.py1869 def test_format(self): member in BuiltinTest
H A Dtest_unicode.py1049 def test_format(self): member in UnicodeTest
H A Dtest_logging.py4758 def test_format(self): member in BasicConfigTest
/third_party/python/Lib/test/test_asyncio/
H A Dtest_queues.py505 async def test_format(self): member in _QueueJoinTestMixin
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs12966 fn test_format() { in test_format() functions
[all...]

Completed in 110 milliseconds