Home
last modified time | relevance | path

Searched refs:test_format (Results 1 – 25 of 106) sorted by relevance

12345

/external/icu/icu4c/source/test/cintltst/
Dtracetst.c73 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/
Dlit.local.cfg8 config.test_format.cxx = copy.deepcopy(config.test_format.cxx)
9 config.test_format.cxx.compile_flags += ['-fcoroutines-ts']
/external/llvm/utils/lit/lit/
DTestingConfig.py65 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/
DTestingConfig.py56 test_format = None,
106 def __init__(self, parent, name, suffixes, test_format, argument
114 self.test_format = test_format
/external/googletest/googletest/test/
Dgtest_list_output_unittest.py123 def _TestOutput(self, test_format, expected_output): argument
124 actual = self._GetOutput(test_format)
/external/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
Dlit.local.cfg2 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/
Dlit.local.cfg2 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/
Dlit.local.cfg2 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/
Dlit.local.cfg2 config.test_format = lit.formats.ShTest(execute_external=True)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/googletest-format/
Dlit.cfg3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
/external/llvm/utils/lit/tests/Inputs/googletest-format/
Dlit.cfg3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
/external/llvm/utils/lit/tests/Inputs/googletest-upstream-format/
Dlit.cfg3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/googletest-upstream-format/
Dlit.cfg3 config.test_format = lit.formats.GoogleTest('DummySubDir', 'Test')
/external/llvm/utils/lit/tests/Inputs/shtest-output-printing/
Dlit.cfg4 config.test_format = lit.formats.ShTest(execute_external=False)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-output-printing/
Dlit.cfg4 config.test_format = lit.formats.ShTest(execute_external=False)
/external/ltp/testcases/kernel/io/stress_floppy/
Dstress_floppy69 test_format() function
256 test_format
/external/llvm/utils/lit/tests/Inputs/progress-bar/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/external/llvm/utils/lit/tests/Inputs/discovery/subsuite/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/unittest-adaptor/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/external/llvm/utils/lit/tests/Inputs/unittest-adaptor/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/discovery/subsuite/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/external/llvm/utils/lit/tests/Inputs/shtest-shell/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/progress-bar/
Dlit.cfg4 config.test_format = lit.formats.ShTest()
/external/llvm/lib/Fuzzer/test/unit/
Dlit.cfg5 config.test_format = lit.formats.GoogleTest(".", "Unittest")
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-shell/
Dlit.cfg4 config.test_format = lit.formats.ShTest()

12345