Home
last modified time | relevance | path

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

12345

/external/icu/icu4c/source/test/cintltst/
Dtracetst.c72 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/
Dmedia_v4l2_test.cc360 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/
DTestingConfig.py33 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/
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/ltp/testcases/kernel/io/stress_floppy/
Dstress_floppy69 test_format() function
256 test_format
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/TclTest/
Dlit.local.cfg3 config.test_format = lit.formats.TclTest()
/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/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-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/internal-shell/
Dlit.local.cfg2 config.test_format = lit.formats.ShTest(execute_external=False)
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/ShInternal/
Dlit.local.cfg3 config.test_format = lit.formats.ShTest(execute_external = False)
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/ShExternal/
Dlit.local.cfg3 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/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/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/llvm/utils/lit/tests/Inputs/discovery/subsuite/
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/llvm/utils/lit/tests/Inputs/progress-bar/
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()

12345