/third_party/icu/icu4c/source/test/cintltst/ |
H A D | tracetst.c | 61 * 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 D | gtest_list_output_unittest.py | 268 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 D | convert_test.cc | 1186 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 D | deccheck.py | 1038 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 D | test_calendar.py | 487 def test_format(self): member in OutputTestCase
|
H A D | test_bool.py | 172 def test_format(self): member in BoolTest
|
H A D | test_complex.py | 666 def test_format(self): member in ComplexTest
|
H A D | test_ipaddress.py | 197 def test_format(self): member in AddressTestCase_v4 309 def test_format(self): member in AddressTestCase_v6
|
H A D | test_enum.py | 661 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 D | test_bigmem.py | 655 def test_format(self, size): member in StrTest
|
H A D | test_float.py | 674 def test_format(self): member in FormatTestCase
|
H A D | test_long.py | 316 def test_format(self): member in LongTest
|
H A D | test_argparse.py | 3341 for test_func in [self.test_format, 3382 def test_format(self, tester): member in TestHelpFormattingMetaclass.__init__.AddTests
|
H A D | datetimetester.py | 1509 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 D | test_bytes.py | 1766 def test_format(self):
|
H A D | test_builtin.py | 1869 def test_format(self): member in BuiltinTest
|
H A D | test_unicode.py | 1049 def test_format(self): member in UnicodeTest
|
H A D | test_logging.py | 4758 def test_format(self): member in BasicConfigTest
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_queues.py | 505 async def test_format(self): member in _QueueJoinTestMixin
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 12966 fn test_format() { in test_format() functions [all...] |