/external/icu/icu4c/source/test/cintltst/ |
D | tracetst.c | 72 static void test_format(const char *format, int32_t bufCap, int32_t indent, in test_format() function 300 test_format("hello, world", 50, 0, "hello, world", __LINE__); in TestTraceAPI() 301 test_format("hello, world", 50, 4, " hello, world", __LINE__); in TestTraceAPI() 302 test_format("hello, world", 3, 0, "hello, world", __LINE__); in TestTraceAPI() 304 test_format("a character %c", 50, 0, "a character x", __LINE__, 'x'); in TestTraceAPI() 305 test_format("a string %s ", 50, 0, "a string hello ", __LINE__, "hello"); in TestTraceAPI() 306 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 0043 0000 ", __LINE__, s1, -1); in TestTraceAPI() 307 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 ", __LINE__, s1, 2); in TestTraceAPI() 309 test_format("a byte %b--", 50, 0, "a byte dd--", __LINE__, 0xdd); in TestTraceAPI() 310 test_format("a 16 bit val %h", 50, 0, "a 16 bit val 1234", __LINE__, 0x1234); in TestTraceAPI() [all …]
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_test.cc | 360 const SupportedFormat* test_format = FindFormatByResolution( in TestResolutions() local 362 if (test_format == nullptr) { in TestResolutions() 370 for (const auto& frame_rate : test_format->frame_rates) { in TestResolutions() 379 test_format->width, test_format->height, test_format->fourcc, in TestResolutions() 394 test_format->width, test_format->height, test_format->fourcc, in TestResolutions() 397 test_format->width, test_format->height, test_format->fourcc, in TestResolutions() 409 if (test_format->width != fmt.fmt.pix.width || in TestResolutions() 410 test_format->height != fmt.fmt.pix.height || in TestResolutions() 411 test_format->fourcc != fmt.fmt.pix.pixelformat || in TestResolutions() 415 test_format->width, test_format->height, test_format->fourcc, in TestResolutions() [all …]
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | TestingConfig.py | 33 test_format = None, 65 def __init__(self, parent, name, suffixes, test_format, argument 72 self.test_format = test_format 86 cfg = TestingConfig(self, self.name, self.suffixes, self.test_format,
|
/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/ltp/testcases/kernel/io/stress_floppy/ |
D | stress_floppy | 69 test_format() function 256 test_format
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/TclTest/ |
D | lit.local.cfg | 3 config.test_format = lit.formats.TclTest()
|
/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/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-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/internal-shell/ |
D | lit.local.cfg | 2 config.test_format = lit.formats.ShTest(execute_external=False)
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/ShInternal/ |
D | lit.local.cfg | 3 config.test_format = lit.formats.ShTest(execute_external = False)
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/ShExternal/ |
D | lit.local.cfg | 3 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/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/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/llvm/utils/lit/tests/Inputs/discovery/subsuite/ |
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/llvm/utils/lit/tests/Inputs/progress-bar/ |
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()
|