Searched defs:TestCase (Results 51 - 75 of 137) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DSizesCalcParserTest.cpp18 struct TestCase { struct in namespace:blink
53 TestCase testCases[] = {
/external/chromium_org/ui/views/bubble/
H A Dbubble_border_unittest.cc246 struct TestCase { struct
253 TestCase cases[] = {
357 struct TestCase { struct
364 TestCase cases[] = {
/external/deqp/android/scripts/
H A DGenAndroidCTSXML.py48 class TestCase: class in inherits:
86 TestCase(component, currentGroup)
134 TestCase(child.getName(), parent)
150 output.write('<TestCase name="%s">\n' % group.getName())
155 output.write('</TestCase>\n')
H A DGenAndroidCTSXMLFromTestList.py60 class TestCase: class in inherits:
84 TestCase(component, currentGroup)
114 output.write('<TestCase name="%s">\n' % group.getName())
119 output.write('</TestCase>\n')
/external/deqp/modules/egl/
H A DteglTestCase.hpp108 class TestCase : public tcu::TestCase class in namespace:deqp::egl
111 TestCase (EglTestContext& eglTestCtx, const char* name, const char* description);
112 TestCase (EglTestContext& eglTestCtx, tcu::TestNodeType type, const char* name, const char* description);
113 virtual ~TestCase (void);
H A DteglTestCase.cpp281 TestCase::TestCase (EglTestContext& eglTestCtx, const char* name, const char* description) function in class:deqp::egl::TestCase
282 : tcu::TestCase (eglTestCtx.getTestContext(), name, description)
287 TestCase::TestCase (EglTestContext& eglTestCtx, tcu::TestNodeType type, const char* name, const char* description) function in class:deqp::egl::TestCase
288 : tcu::TestCase (eglTestCtx.getTestContext(), type, name, description)
293 TestCase::~TestCase (void)
/external/deqp/scripts/
H A Dconvert_case_list_to_xml.py5 class TestCase: class in inherits:
27 case = TestCase(ancestorPath, "Test Group", "TestGroup")
36 element = doc.createElement("TestCase")
48 rootCase = TestCase(packageName, packageName, "TestPackage" )
63 parent.children.append(TestCase(casePath, description, caseType))
/external/protobuf/gtest/test/
H A Dgtest_test_utils.py61 TestCase = _test_module.TestCase # pylint: disable-msg=C6409 variable
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_handler_api_test.cc34 struct TestCase { struct in namespace:__anon3136
35 TestCase(const base::FilePath& suggested_name, function in struct:__anon3136::TestCase
44 ~TestCase() {}
130 explicit MockFileSelectorFactory(const TestCase& test_case)
211 void SetTestCases(const std::vector<TestCase>* test_cases) {
220 static const std::vector<TestCase>* test_cases_;
228 const std::vector<TestCase>* FileBrowserHandlerExtensionTest::test_cases_ =
249 std::vector<TestCase> test_cases;
251 TestCase(base::FilePath("some_file_name.txt"),
256 TestCase(bas
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_case.cc29 // Strip the TestCase name off and return the remainder (i.e., everything after
30 // '_'). If there is no '_', assume only the TestCase was provided, and return
37 // StripTestCase("TestCase);
45 // same as the TestCase name with which we were constructed.
47 // TestCase class name, but we'd have to plumb that name to TestCase somehow.
66 // TestCase name.
81 TestCase::TestCase(TestingInstance* instance) function in class:TestCase
92 TestCase
[all...]
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.h1 //===-- TestCase.h ----------------------------------------------*- C++ -*-===//
21 class TestCase class in namespace:lldb_perf
24 TestCase();
92 ~TestCase ()
139 Run (TestCase& test, int argc, const char** argv);
/external/chromium_org/chrome/browser/download/
H A Ddownload_item_model_unittest.cc116 const struct TestCase { struct
179 const TestCase& test_case = kTestCases[i];
190 const struct TestCase { struct
266 const TestCase& test_case = kTestCases[i];
289 const struct TestCase { struct
339 const TestCase& test_case = kTestCases[i];
375 const struct TestCase { struct
411 const TestCase& test_case = kTestCases[i];
/external/chromium_org/chrome/browser/extensions/
H A Dextension_protocols_unittest.cc159 struct TestCase { struct
/external/chromium_org/chrome/browser/profile_resetter/
H A Djtl_interpreter_unittest.cc211 struct TestCase { struct
244 struct TestCase { struct
308 struct TestCase { struct
343 struct TestCase { struct
393 struct TestCase { struct
428 struct TestCase { struct
498 struct TestCase { struct
541 struct TestCase { struct
/external/chromium_org/components/autofill/content/renderer/
H A Dpassword_form_conversion_utils_browsertest.cc192 struct TestCase { struct
277 struct TestCase { struct
332 struct TestCase { struct
391 struct TestCase { struct
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_field_unittest.cc37 struct TestCase { struct in namespace:autofill::__anon6312
45 size_t GetNumberOffset(size_t index, const TestCase& test) {
538 TestCase test;
582 TestCase test;
/external/chromium_org/content/browser/fileapi/
H A Dexternal_mount_points_unittest.cc29 struct TestCase { struct
41 const TestCase kTestCases[] = {
166 struct TestCase { struct
172 const TestCase kTestCases[] = {
306 struct TestCase { struct
314 const TestCase kTestCases[] = {
400 struct TestCase { struct
408 const TestCase kTestCases[] = {
/external/chromium_org/net/cookies/
H A Dcookie_monster_perftest.cc333 const struct TestCase { struct
367 const TestCase& test_case(test_cases[ci]);
/external/chromium_org/net/dns/
H A Ddns_response_unittest.cc405 const struct TestCase { struct
445 const TestCase& t = cases[i];
544 const struct TestCase { struct
569 const TestCase& t = cases[i];
/external/chromium_org/net/websockets/
H A Dwebsocket_frame_test.cc20 struct TestCase { struct
25 static const TestCase kTests[] = {
58 struct TestCase { struct
63 static const TestCase kTests[] = {
98 struct TestCase { struct
103 static const TestCase kTests[] = {
141 struct TestCase { struct
149 static const TestCase kTests[] = {
180 struct TestCase { struct
185 static const TestCase kTest
218 struct TestCase { struct
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_test_utils.py77 TestCase = _test_module.TestCase # pylint: disable-msg=C6409 variable
/external/chromium_org/ui/views/controls/
H A Dsingle_split_view_unittest.cc80 struct TestCase { struct
/external/deqp/framework/common/
H A DtcuTestCase.hpp149 class TestCase : public TestNode class in namespace:tcu
152 TestCase (TestContext& testCtx, const char* name, const char* description);
153 TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description);
154 virtual ~TestCase (void);
/external/gtest/test/
H A Dgtest_test_utils.py77 TestCase = _test_module.TestCase # pylint: disable-msg=C6409 variable
/external/libexif/test/nls/
H A Dtest-codeset.c44 } TestCase; typedef in typeref:struct:__anon23682
46 const TestCase testcases[] = {

Completed in 4458 milliseconds

123456