Home
last modified time | relevance | path

Searched defs:TestCase (Results 1 – 25 of 76) sorted by relevance

1234

/external/icu/icu4c/source/test/intltest/
Dcalcasts.h27 struct TestCase { struct
42 void doTestCases(const TestCase *cases, Calendar *cal); argument
Duts46test.cpp236 struct TestCase { struct
244 static const TestCase testCases[]={ argument
Dalphaindextst.cpp615 static const struct TestCase { in TestSchSt() struct
616 const char *name; in TestSchSt()
617 int32_t bucketIndex; in TestSchSt()
618 const char *bucketLabel; in TestSchSt()
/external/vogar/src/junit/framework/
DTestCase.java23 public class TestCase extends Assert implements Test { class
38 public TestCase() { in TestCase() method in TestCase
42 public TestCase(String name) { in TestCase() method in TestCase
/external/junit/src/junit/framework/
DTestCase.java76 public abstract class TestCase extends Assert implements Test { class
86 public TestCase() { in TestCase() method in TestCase
92 public TestCase(String name) { in TestCase() method in TestCase
/external/deqp/modules/gles31/
Dtes31TestCase.hpp48 class TestCase : public tcu::TestCase class
71 inline TestCase::TestCase (Context& context, const char* name, const char* description) in TestCase() function in deqp::gles31::TestCase
77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const ch… in TestCase() function in deqp::gles31::TestCase
/external/deqp/modules/gles3/
Dtes3TestCase.hpp48 class TestCase : public tcu::TestCase class
71 inline TestCase::TestCase (Context& context, const char* name, const char* description) in TestCase() function in deqp::gles3::TestCase
77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const ch… in TestCase() function in deqp::gles3::TestCase
/external/deqp/modules/gles2/
Dtes2TestCase.hpp48 class TestCase : public tcu::TestCase class
71 inline TestCase::TestCase (Context& context, const char* name, const char* description) in TestCase() function in deqp::gles2::TestCase
77 inline TestCase::TestCase (Context& context, tcu::TestNodeType type, const char* name, const char* … in TestCase() function in deqp::gles2::TestCase
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DTestCase.java26 public class TestCase { class
89 public TestCase(double julian, in TestCase() method in TestCase
123 public TestCase(int gregYear, int gregMonth, int gregDay, in TestCase() method in TestCase
146 protected TestCase() {} in TestCase() method in TestCase
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
DTestCase.java30 public class TestCase { class
52 public TestCase(ITestCaseInput input, ITestCaseOutput output) { in TestCase() method in TestCase
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderRunsOnly.java21 static class TestCase { class in TestReorderRunsOnly
26 TestCase(String in, String[][] out, int[] nrd) { in TestCase() method in TestReorderRunsOnly.TestCase
DTestStreaming.java23 static class TestCase { class in TestStreaming
30 public TestCase(String in, int ch, int[] np, int[][] lens, String[] msg) { in TestCase() method in TestStreaming.TestCase
/external/deqp/modules/egl/
DteglTestCase.cpp86 TestCase::TestCase (EglTestContext& eglTestCtx, const char* name, const char* description) in TestCase() function in deqp::egl::TestCase
92 TestCase::TestCase (EglTestContext& eglTestCtx, tcu::TestNodeType type, const char* name, const ch… in TestCase() function in deqp::egl::TestCase
/external/v8/test/mjsunit/
Dsearch-string-multiple.js30 function TestCase(id, expected_output, regexp_source, flags, input) { class
Ddebug-step-4-in-frame.js56 function TestCase(frame_index, step_count, expected_final_state) { class
Ddebug-liveedit-double-call.js34 function TestCase(test_scenario, expected_output) { class
/external/v8/test/mjsunit/regress/
Dregress-84234.js32 function TestCase(n, d, e, a) { class
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DICUDurationTest.java273 final class TestCase { in TestXMLDuration() class
280 TestCase(String loc, String ds, Duration d, String exp) { in TestXMLDuration() method in ICUDurationTest.TestCase
391 class TestCase { in TestFromNowTo() class
395 TestCase(ULocale locale, int diffInSeconds, String expected) { in TestFromNowTo() method in ICUDurationTest.TestCase
/external/deqp/framework/common/
DtcuTestCase.cpp135 TestCase::TestCase (TestContext& testCtx, const char* name, const char* description) in TestCase() function in tcu::TestCase
140 TestCase::TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestCase() function in tcu::TestCase
/external/google-breakpad/src/testing/test/
Dgmock_test_utils.py103 TestCase = gtest_test_utils.TestCase variable
/external/google-breakpad/src/testing/gtest/test/
Dgtest-listener_test.cc81 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { in OnTestCaseStart()
97 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) { in OnTestCaseEnd()
/external/gtest/test/
Dgtest-listener_test.cc80 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { in OnTestCaseStart()
96 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) { in OnTestCaseEnd()
/external/protobuf/gtest/test/
Dgtest-listener_test.cc81 virtual void OnTestCaseStart(const TestCase& /*test_case*/) { in OnTestCaseStart()
97 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) { in OnTestCaseEnd()
/external/skia/tests/
DMatrix44Test.cpp615 static const struct TestCase { in test_preserves_2d_axis_alignment() struct
616 SkMScalar a; // row 1, column 1 in test_preserves_2d_axis_alignment()
617 SkMScalar b; // row 1, column 2 in test_preserves_2d_axis_alignment()
618 SkMScalar c; // row 2, column 1 in test_preserves_2d_axis_alignment()
619 SkMScalar d; // row 2, column 2 in test_preserves_2d_axis_alignment()
620 bool expected; in test_preserves_2d_axis_alignment()
/external/embunit/inc/
DTestCase.h38 typedef struct __TestCase TestCase; typedef

1234