Searched refs:TestCase (Results 1 - 25 of 2115) sorted by relevance

1234567891011>>

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyRepTest.java24 import junit.framework.TestCase;
30 public class KeyRepTest extends TestCase {
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
H A Dtest_bytecode.py1 from tests import TestCase, add namespace
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-step-4-in-frame.js56 function TestCase(frame_index, step_count, expected_final_state) { function
112 TestCase(undefined, 0, "0,0,-1");
113 TestCase(undefined, 1, "0,0,-1");
114 TestCase(undefined, 2, "0,0,0");
115 TestCase(undefined, 5, "0,0,1");
116 TestCase(undefined, 8, "0,0,3");
119 TestCase(0, 0, "0,0,-1");
120 TestCase(0, 1, "0,0,-1");
121 TestCase(0, 2, "0,0,0");
122 TestCase(
[all...]
H A Ddebug-liveedit-restart-frame.js49 function TestCase(test_scenario, expected_output) { function
137 TestCase('0==', "FEDCBA=A=");
138 TestCase('1==', "FEDCBA=BA=");
139 TestCase('2==', "FEDCBA=CBA=");
140 TestCase('3==', "FEDCBA=DCBA=");
141 TestCase('4==', "FEDCBA=EDCBA=");
142 TestCase('5==', "FEDCBA=FEDCBA=");
144 TestCase('=', "FEDCBA=");
146 TestCase('C==', "FEDCBA=CBA=");
148 TestCase('
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
H A Dstring_compare_test.cc27 struct TestCase { struct in namespace:__anon12604
28 TestCase(const std::string& left, function in struct:__anon12604::TestCase
37 ~TestCase() {}
45 class StringCompareTest : public testing::TestWithParam<TestCase> {
73 TestCase("foo", "foo", true, false),
74 TestCase("foo", "FOO", true, false),
75 TestCase("bar", "foo", false, true),
76 TestCase(
80 TestCase(
86 TestCase(
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DDistributionPointTest.java22 import junit.framework.TestCase;
24 public class DistributionPointTest extends TestCase {
/external/deqp/framework/common/
H A DtcuTestCaseWrapper.hpp39 virtual bool initTestCase (TestCase* testCase);
40 virtual bool deinitTestCase (TestCase* testCase);
42 virtual TestNode::IterateResult iterateTestCase (TestCase* testCase);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DRule.java59 public void addTestCase(TestCase newItem) {
64 public List<TestCase> getTestCases() {
65 List<TestCase> result = new ArrayList<TestCase>();
67 result.add((TestCase)this.getElementAt(i));
/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...]
H A Dtes2TestCaseWrapper.hpp41 virtual bool initTestCase (tcu::TestCase* testCase);
44 virtual bool deinitTestCase (tcu::TestCase* testCase);
45 virtual tcu::TestNode::IterateResult iterateTestCase (tcu::TestCase* testCase);
/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...]
H A Dtes3TestCaseWrapper.hpp41 virtual bool initTestCase (tcu::TestCase* testCase);
44 virtual bool deinitTestCase (tcu::TestCase* testCase);
45 virtual tcu::TestNode::IterateResult iterateTestCase (tcu::TestCase* testCase);
/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...]
H A Dtes31TestCaseWrapper.hpp41 virtual bool initTestCase (tcu::TestCase* testCase);
44 virtual bool deinitTestCase (tcu::TestCase* testCase);
45 virtual tcu::TestNode::IterateResult iterateTestCase (tcu::TestCase* testCase);
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_output_watcher_unittest.cc23 struct TestCase { struct in namespace:chromeos
24 TestCase(const std::string& input, bool send_terminating_null) function in struct:chromeos::TestCase
31 TestCase(const std::string& input, function in struct:chromeos::TestCase
47 void SetTestCase(const TestCase& test_case) {
123 void RunTest(const std::vector<TestCase>& test_cases) {
177 std::vector<TestCase> exp;
182 std::vector<TestCase> test_cases;
183 test_cases.push_back(TestCase("t", false));
184 test_cases.push_back(TestCase("testing output\n", false));
185 test_cases.push_back(TestCase("testin
[all...]
/external/stlport/test/unit/cppunit/
H A Dtest_main.cpp26 int TestCase::m_numErrors = 0;
27 int TestCase::m_numTests = 0;
29 TestCase *TestCase::m_root = 0;
30 Reporter *TestCase::m_reporter = 0;
32 void TestCase::registerTestCase(TestCase *in_testCase) {
37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) {
38 TestCase::m_reporter = in_reporter;
43 TestCase *tm
[all...]
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestexceptions.py6 class TestRecognitionException(unittest.TestCase):
15 class TestEarlyExitException(unittest.TestCase):
25 class TestFailedPredicateException(unittest.TestCase):
35 class TestMismatchedNotSetException(unittest.TestCase):
45 class TestMismatchedRangeException(unittest.TestCase):
55 class TestMismatchedSetException(unittest.TestCase):
65 class TestMismatchedTokenException(unittest.TestCase):
75 class TestMismatchedTreeNodeException(unittest.TestCase):
85 class TestNoViableAltException(unittest.TestCase):
/external/antlr/antlr-3.4/gunit/src/test/java/org/antlr/gunit/
H A DGunitTest.java4 import junit.framework.TestCase;
11 extends TestCase
/external/apache-harmony/luni/src/test/api/common/
H A DProxy2Test.java20 import junit.framework.TestCase;
27 public class Proxy2Test extends TestCase {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/acl/
H A DAclNotFoundExceptionTest.java26 import junit.framework.TestCase;
32 public class AclNotFoundExceptionTest extends TestCase {
H A DLastOwnerExceptionTest.java22 import junit.framework.TestCase;
28 public class LastOwnerExceptionTest extends TestCase {
H A DNotOwnerExceptionTest.java22 import junit.framework.TestCase;
28 public class NotOwnerExceptionTest extends TestCase {
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DRowSetEventTest.java21 import junit.framework.TestCase;
23 public class RowSetEventTest extends TestCase {
/external/chromium_org/ppapi/tests/
H A Dtest_core.h12 class TestCore : public TestCase {
14 explicit TestCore(TestingInstance* instance) : TestCase(instance) {}
17 // TestCase implementation.
H A Dtest_file_system.h12 class TestFileSystem : public TestCase {
14 explicit TestFileSystem(TestingInstance* instance) : TestCase(instance) {}
16 // TestCase implementation.

Completed in 826 milliseconds

1234567891011>>