/external/icu/icu4c/source/test/cintltst/ |
D | tracetst.c | 73 static void test_format(const char *format, int32_t bufCap, int32_t indent, in test_format() function 307 test_format("hello, world", 50, 0, "hello, world", __LINE__); in TestTraceAPI() 308 test_format("hello, world", 50, 4, " hello, world", __LINE__); in TestTraceAPI() 309 test_format("hello, world", 3, 0, "hello, world", __LINE__); in TestTraceAPI() 311 test_format("a character %c", 50, 0, "a character x", __LINE__, 'x'); in TestTraceAPI() 312 test_format("a string %s ", 50, 0, "a string hello ", __LINE__, "hello"); in TestTraceAPI() 313 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 0043 0000 ", __LINE__, s1, -1); in TestTraceAPI() 314 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 ", __LINE__, s1, 2); in TestTraceAPI() 316 test_format("a byte %b--", 50, 0, "a byte dd--", __LINE__, 0xdd); in TestTraceAPI() 317 test_format("a 16 bit val %h", 50, 0, "a 16 bit val 1234", __LINE__, 0x1234); in TestTraceAPI() [all …]
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/ |
D | lit.local.cfg | 8 config.test_format.cxx = copy.deepcopy(config.test_format.cxx) 9 config.test_format.cxx.compile_flags += ['-fcoroutines-ts']
|
/external/llvm/utils/lit/lit/ |
D | TestingConfig.py | 65 test_format = None, 119 def __init__(self, parent, name, suffixes, test_format, argument 127 self.test_format = test_format
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | TestingConfig.py | 56 test_format = None, 106 def __init__(self, parent, name, suffixes, test_format, argument 114 self.test_format = test_format
|
/external/googletest/googletest/test/ |
D | gtest_list_output_unittest.py | 123 def _TestOutput(self, test_format, expected_output): argument 124 actual = self._GetOutput(test_format)
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/ |
D | lit.local.cfg | 2 config.test_format = lit.formats.ShTest(execute_external=True)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/ |
D | lit.local.cfg | 2 config.test_format = lit.formats.ShTest(execute_external=True)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/ |
D | lit.local.cfg | 2 config.test_format = lit.formats.ShTest(execute_external=False)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/ |
D | lit.local.cfg | 2 config.test_format = lit.formats.ShTest(execute_external=True)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/googletest-format/ |
D | lit.cfg | 3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
|
/external/llvm/utils/lit/tests/Inputs/googletest-format/ |
D | lit.cfg | 3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
|
/external/llvm/utils/lit/tests/Inputs/googletest-upstream-format/ |
D | lit.cfg | 3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/googletest-upstream-format/ |
D | lit.cfg | 3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
|
/external/llvm/utils/lit/tests/Inputs/shtest-output-printing/ |
D | lit.cfg | 4 config.test_format = lit.formats.ShTest(execute_external=False)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-output-printing/ |
D | lit.cfg | 4 config.test_format = lit.formats.ShTest(execute_external=False)
|
/external/ltp/testcases/kernel/io/stress_floppy/ |
D | stress_floppy | 69 test_format() function 256 test_format
|
/external/llvm/utils/lit/tests/Inputs/progress-bar/ |
D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
/external/llvm/utils/lit/tests/Inputs/discovery/subsuite/ |
D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/unittest-adaptor/ |
D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
/external/llvm/utils/lit/tests/Inputs/unittest-adaptor/ |
D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/discovery/subsuite/ |
D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/progress-bar/ |
D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|
/external/llvm/lib/Fuzzer/test/unit/ |
D | lit.cfg | 5 config.test_format = lit.formats.GoogleTest(".", "Unittest")
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | lit.cfg | 4 config.test_format = lit.formats.ShTest()
|