Searched defs:TestCase (Results 76 - 100 of 137) sorted by relevance

123456

/external/lldb/examples/python/
H A Dperformance.py126 class TestCase: class in inherits:
145 assert False, "performance.TestCase.Run(self, args) must be subclassed"
285 class TesterTestCase(TestCase):
287 TestCase.__init__(self)
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp1 //===-- TestCase.cpp --------------------------------------------*- C++ -*-===//
10 #include "TestCase.h"
16 TestCase::TestCase () : function in class:TestCase
58 TestCase::Setup (int& argc, const char**& argv)
106 TestCase::Launch (lldb::SBLaunchInfo &launch_info)
121 TestCase::Launch (std::initializer_list<const char*> args)
130 TestCase::SetVerbose (bool b)
136 TestCase::GetVerbose ()
142 TestCase
[all...]
/external/deqp/executor/
H A DxeTestCase.cpp198 TestCase* TestGroup::createCase (TestCaseType caseType, const char* name, const char* description)
200 return TestCase::createAsChild(this, caseType, name, description);
239 // TestCase
241 TestCase* TestCase::createAsChild(TestGroup* parent, TestCaseType caseType, const char *name, const char *description)
243 return new TestCase(parent, caseType, name, description);
246 TestCase::TestCase (TestGroup* parent, TestCaseType caseType, const char* name, const char* description) function in class:TestCase
252 TestCase::~TestCase (voi
[all...]
H A DxeTestCase.hpp58 class TestCase;
101 TestCase* createCase (TestCaseType caseType, const char* name, const char* description);
110 // For adding TestCase to m_children. \todo [2012-06-15 pyry] Is the API broken perhaps?
120 class TestCase : public TestNode class in namespace:xe
123 ~TestCase (void);
127 static TestCase* createAsChild (TestGroup* parent, TestCaseType caseType, const char* name, const char* description);
130 TestCase (TestGroup* parent, TestCaseType caseType, const char* name, const char* description);
136 // Helper class for efficiently constructing TestCase hierarchy from test case list.
143 TestCase* createCase (const char* path, TestCaseType caseType);
163 void addCase (const TestCase* testCas
[all...]
/external/deqp/execserver/tools/
H A DxsTest.cpp183 class TestCase class in namespace:xs
186 TestCase (TestContext& testCtx, const char* name) : m_testCtx(testCtx), m_name(name) {} function in class:xs::TestCase
187 virtual ~TestCase (void) {}
205 void runCases (const std::vector<TestCase*>& testCases);
206 bool runCase (TestCase* testCase);
221 void TestExecutor::runCases (const std::vector<TestCase*>& testCases)
226 for (std::vector<TestCase*>::const_iterator i = testCases.begin(); i != testCases.end(); i++)
265 bool TestExecutor::runCase (TestCase* testCase)
335 class ConnectTest : public TestCase
339 : TestCase(testCt
[all...]
/external/chromium_org/base/time/
H A Dtime_win_unittest.cc179 struct TestCase { struct
187 TestCase cases[] = {
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dmixer_unittest.cc147 struct TestCase { struct
/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/chromium_org/components/autofill/core/browser/
H A Dautofill_profile_unittest.cc49 struct TestCase { struct in namespace:autofill::__anon6325
50 TestCase(const NameParts& starting_name, function in struct:autofill::__anon6325::TestCase
57 TestCase(const std::vector<NameParts>& starting_names, function in struct:autofill::__anon6325::TestCase
1235 std::vector<TestCase> test_cases;
1238 test_cases.push_back(TestCase(NameParts("Marion", "Mitchell", "Morrison"),
1241 test_cases.push_back(TestCase(NameParts("Marion", "Mitchell", "Morrison"),
1247 test_cases.push_back(TestCase(NameParts("Marion", "Mitchell", "Morrison"),
1250 test_cases.push_back(TestCase(NameParts("Marion", "", "Mitchell Morrison"),
1256 test_cases.push_back(TestCase(NameParts("Marion", "Mitchell", "Morrison"),
1259 test_cases.push_back(TestCase(NamePart
[all...]
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_usage_stats_unittest.cc118 struct TestCase { struct
123 const TestCase test_cases[] = {
146 TestCase test_case = test_cases[i];
239 struct TestCase { struct
245 const TestCase test_cases[] = {
331 struct TestCase { struct
337 const TestCase test_cases[] = {
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_context_unittest.cc239 struct TestCase { struct
252 const TestCase kTestCases[] = {
/external/chromium_org/content/child/webcrypto/test/
H A Drsa_oaep_unittest.cc578 struct TestCase { struct
583 const TestCase kTests[] = {{blink::WebCryptoAlgorithmIdSha1,
595 const TestCase& test = kTests[test_index];
H A Drsa_ssa_unittest.cc1092 struct TestCase { struct
1097 const TestCase kTests[] = {
1109 const TestCase& test = kTests[test_index];
/external/chromium_org/extensions/common/
H A Dfile_util_unittest.cc398 struct TestCase { struct
461 struct TestCase { struct
/external/chromium_org/net/dns/
H A Ddns_config_service_win_unittest.cc18 const struct TestCase { struct
36 const TestCase& t = cases[i];
119 const struct TestCase { struct
175 const TestCase& t = cases[i];
211 const struct TestCase { struct
381 const TestCase& t = cases[i];
402 const struct TestCase { struct
412 const TestCase& t = cases[i];
435 const struct TestCase { struct
445 const TestCase
[all...]
/external/chromium_org/net/websockets/
H A Dwebsocket_frame_parser_test.cc421 struct TestCase { struct
425 static const TestCase kTests[] = {
458 struct TestCase { struct
463 static const TestCase kTests[] = {
519 struct TestCase { struct
527 static const TestCase kTests[] = {
/external/chromium_org/url/
H A Dgurl_unittest.cc321 struct TestCase { struct
342 struct TestCase { struct
361 struct TestCase { struct
447 struct TestCase { struct
537 struct TestCase { struct
/external/jsoncpp/src/test_lib_json/
H A Djsontest.h125 class TestCase class in namespace:JsonTest
128 TestCase();
130 virtual ~TestCase();
143 /// Function pointer type for TestCase factory
144 typedef TestCase *(*TestCaseFactory)();
253 static JsonTest::TestCase *factory() \
257 public: /* overidden from TestCase */ \
H A Djsontest.cpp270 // class TestCase
273 TestCase::TestCase() function in class:JsonTest::TestCase
279 TestCase::~TestCase()
285 TestCase::run( TestResult &result )
319 TestCase *test = tests_[index]();
329 TestCase *test = tests_[index]();
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h54 class TestCase : public TestFixture { class in inherits:TestFixture
56 TestCase() { registerTestCase(this); } function in class:TestCase
61 static void registerTestCase(TestCase *in_testCase);
124 static TestCase *m_root;
125 TestCase *m_next;
143 typedef CPPUNIT_NS::TestCase Base; \
223 #define CPPUNIT_MESSAGE(m) CPPUNIT_NS::TestCase::message(m)
/external/chromium_org/chrome/browser/ui/views/accessibility/
H A Daccessibility_event_router_views_unittest.cc518 struct TestCase { struct
/external/chromium_org/chrome/renderer/autofill/
H A Dform_autofill_browsertest.cc625 struct TestCase { struct
630 TestCase test_cases[] = {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dalphaindextst.cpp621 static const struct TestCase { struct
641 const TestCase &testCase = testCases[i];
H A Duts46test.cpp237 struct TestCase { struct
245 static const TestCase testCases[]={
585 const TestCase &testCase=testCases[i];
/external/chromium_org/third_party/re2/re2/testing/
H A Dtester.cc599 bool Tester::TestCase(const StringPiece& text, const StringPiece& context, function in class:re2::Tester
630 okay &= TestCase(text, context, anchors[i]);

Completed in 449 milliseconds

123456