Searched defs:TestCase (Results 1 - 25 of 148) sorted by relevance

123456

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_utils_unittest.cpp9 struct TestCase { struct
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status_known/
H A Dstatus_known.pass.cpp37 struct TestCase { struct
41 const TestCase testCases[] = {
/external/python/cpython2/Lib/ctypes/test/
H A Dtest_delattr.py7 class TestCase(unittest.TestCase): class in inherits:unittest.TestCase
H A Dtest_objects.py61 class TestCase(unittest.TestCase): class in inherits:unittest.TestCase
/external/deqp/modules/gles2/
H A Dtes2TestCase.hpp48 class TestCase : public tcu::TestCase class in namespace:deqp::gles2
51 TestCase (Context& context, const char* name, const char* description);
52 TestCase (Context& context, tcu::TestNodeType type, const char* name, const char* description);
53 virtual ~TestCase (void) {}
71 inline TestCase::TestCase (Context& context, const char* name, const char* description) function in class:deqp::gles2::TestCase
72 : tcu::TestCase (context.getTestContext(), name, description)
77 inline TestCase::TestCase (Contex function in class:deqp::gles2::TestCase
[all...]
/external/deqp/modules/gles3/
H A Dtes3TestCase.hpp48 class TestCase : public tcu::TestCase class in namespace:deqp::gles3
51 TestCase (Context& context, const char* name, const char* description);
52 TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description);
53 virtual ~TestCase (void) {}
71 inline TestCase::TestCase (Context& context, const char* name, const char* description) function in class:deqp::gles3::TestCase
72 : tcu::TestCase (context.getTestContext(), name, description)
77 inline TestCase::TestCase (Contex function in class:deqp::gles3::TestCase
[all...]
/external/deqp/modules/gles31/
H A Dtes31TestCase.hpp48 class TestCase : public tcu::TestCase class in namespace:deqp::gles31
51 TestCase (Context& context, const char* name, const char* description);
52 TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description);
53 virtual ~TestCase (void) {}
71 inline TestCase::TestCase (Context& context, const char* name, const char* description) function in class:deqp::gles31::TestCase
72 : tcu::TestCase (context.getTestContext(), name, description)
77 inline TestCase::TestCase (Contex function in class:deqp::gles31::TestCase
[all...]
/external/v8/tools/testrunner/local/
H A Dtestsuite_unittest.py16 from testrunner.objects.testcase import TestCase namespace
19 class TestSuiteTest(unittest.TestCase):
23 TestCase(suite, 'foo/bar'),
24 TestCase(suite, 'baz/bar'),
39 [TestCase(suite, 'baz/bar')],
47 test1 = TestCase(suite, 'foo/bar')
48 test2 = TestCase(suite, 'baz/bar')
81 TestCase(suite, 'foo/bar', flags=['-v']),
82 TestCase(suite, 'baz/bar'),
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.hpp94 class TestCase : public tcu::TestCase class in namespace:vkt
97 TestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description);
98 TestCase (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& description);
99 virtual ~TestCase (void) {}
123 inline TestCase::TestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description) function in class:vkt::TestCase
124 : tcu::TestCase(testCtx, name.c_str(), description.c_str())
128 inline TestCase::TestCase (tc function in class:vkt::TestCase
[all...]
/external/deqp/framework/common/
H A DtcuTestCase.cpp127 TestCase::IterateResult TestCaseGroup::iterate (void)
133 // TestCase
135 TestCase::TestCase (TestContext& testCtx, const char* name, const char* description) function in class:tcu::TestCase
140 TestCase::TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description) function in class:tcu::TestCase
146 TestCase::~TestCase (void)
/external/deqp/modules/egl/
H A DteglTestCase.cpp86 TestCase::TestCase (EglTestContext& eglTestCtx, const char* name, const char* description) function in class:deqp::egl::TestCase
87 : tcu::TestCase (eglTestCtx.getTestContext(), name, description)
92 TestCase::TestCase (EglTestContext& eglTestCtx, tcu::TestNodeType type, const char* name, const char* description) function in class:deqp::egl::TestCase
93 : tcu::TestCase (eglTestCtx.getTestContext(), type, name, description)
98 TestCase::~TestCase (void)
/external/autotest/tko/parsers/test/
H A Dunittest_hotfix.py42 class TestCase(unittest.TestCase): class in inherits:unittest.TestCase
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestReorderRunsOnly.java25 static class TestCase { class in class:TestReorderRunsOnly
30 TestCase(String in, String[][] out, int[] nrd) { method in class:TestReorderRunsOnly.TestCase
37 static final TestCase testCases[] = {
38 new TestCase("ab 234 896 de", // 0
42 new TestCase("abcGHI", // 1
45 new TestCase("a.>67->", // 2
48 new TestCase("-=%$123/ *", // 3
52 new TestCase("abc->12..>JKL", // 4
56 new TestCase("JKL->12..>abc", // 5
60 new TestCase("12
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcalcasts.h29 struct TestCase { struct in class:CalendarCaseTest
44 void doTestCases(const TestCase *cases, Calendar *cal);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestReorderRunsOnly.java24 static class TestCase { class in class:TestReorderRunsOnly
29 TestCase(String in, String[][] out, int[] nrd) { method in class:TestReorderRunsOnly.TestCase
36 static final TestCase testCases[] = {
37 new TestCase("ab 234 896 de", // 0
41 new TestCase("abcGHI", // 1
44 new TestCase("a.>67->", // 2
47 new TestCase("-=%$123/ *", // 3
51 new TestCase("abc->12..>JKL", // 4
55 new TestCase("JKL->12..>abc", // 5
59 new TestCase("12
[all...]
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.canonical/
H A Dcanonical.pass.cpp49 struct TestCase { struct
53 TestCase(path p1, path e, path b = StaticEnv::Root) function in struct:TestCase
56 const TestCase testCases[] = {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp39 struct TestCase { struct
44 const TestCase testCases[] = {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.exists/
H A Dexists.pass.cpp42 struct TestCase { struct
46 const TestCase testCases[] = {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_block_file/
H A Dis_block_file.pass.cpp42 struct TestCase { struct
46 const TestCase testCases[] = {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_char_file/
H A Dis_character_file.pass.cpp42 struct TestCase { struct
46 const TestCase testCases[] = {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_directory/
H A Dis_directory.pass.cpp42 struct TestCase { struct
46 const TestCase testCases[] = {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_fifo/
H A Dis_fifo.pass.cpp42 struct TestCase { struct
46 const TestCase testCases[] = {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_other/
H A Dis_other.pass.cpp42 struct TestCase { struct
46 const TestCase testCases[] = {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_regular_file/
H A Dis_regular_file.pass.cpp42 struct TestCase { struct
46 const TestCase testCases[] = {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_socket/
H A Dis_socket.pass.cpp42 struct TestCase { struct
46 const TestCase testCases[] = {

Completed in 1592 milliseconds

123456