Home
last modified time | relevance | path

Searched refs:test_class (Results 1 – 20 of 20) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dbrowser_test_runner.py24 def ProcessCommandLineOptions(test_class, project_config, args): argument
27 parser = options.CreateParser(test_class.__doc__)
28 test_class.AddCommandlineArgs(parser)
156 def _GenerateTestCases(test_class, finder_options): argument
159 test_class, predicate=inspect.ismethod):
168 test_cases.append(test_class(name))
171 assert hasattr(test_class, based_method_name), (
174 based_method = getattr(test_class, based_method_name)
177 setattr(test_class, generated_test_name, _GenerateTestMethod(
179 test_cases.append(test_class(generated_test_name))
[all …]
/external/clang/test/SemaTemplate/
Dinstantiate-non-type-template-parameter.cpp28 struct test_class struct
32 typedef member< test_class,const int,&test_class::int_member > ckey_m;
/external/clang/bindings/python/tests/cindex/
Dtest_access_specifiers.py23 test_class = get_cursor(tu, "test_class")
24 assert test_class.access_specifier == AccessSpecifier.INVALID;
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
Dclass.pass.cpp29 void test_class() in test_class() function
43 test_class<Class>(); in main()
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_test_runner.py48 test_class = getattr(test_module, subtest_name)
52 test = test_class()
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
Dclass.pass.cpp38 void test_class() in test_class() function
52 test_class<Class>(); in main()
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dtest_helpers.py307 for test_class, behavior in cls.class_behaviors.items():
325 test_class.__name__,
/external/clang/test/CodeGenObjC/
Dencode-test.m175 Class test_class = 0;
176 const char g13[] = @encode(__typeof__(*test_class));
/external/antlr/antlr-3.4/runtime/Python/
Dxmlrunner.py220 def _try_test_run(self, test_class, expected): argument
231 runner.run(unittest.makeSuite(test_class))
/external/v8/build/android/pylib/instrumentation/
Dinstrumentation_test_instance.py111 test_class = bundle.get('class', '')
113 if test_class and test_method:
114 test_name = '%s#%s' % (test_class, test_method)
/external/autotest/client/common_lib/
Dcontrol_data_unittest.py53 self.assertEquals(cd.test_class, "kernel")
Dcontrol_data.py56 self.test_class = ''
/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt154 ... test_class='Kernel', path='sleeptest')
166 ... 'test_class': 'Kernel',
416 ... test_class='Kernel', path=test_control_path)
421 ... test_class='Kernel', path=test_control_path)
/external/autotest/frontend/afe/
Drpc_interface.py560 experimental=True, run_verify=None, test_class=None, argument
569 test_class=test_class,
Dmodels_test.py267 name='name', author='author', test_class='class',
Dresources.py382 'class': self.instance.test_class,
Dmodels.py797 test_class = dbmodels.CharField(max_length=255) variable in Test
/external/chromium-trace/catapult/telemetry/telemetry/internal/
Dstory_runner_unittest.py784 test_class = legacy_page_test.LegacyPageTest
786 test_class = story_test.StoryTest
791 test=mock.NonCallableMagicMock(test_class),
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c1446 struct cil_class *test_class; in test_cil_copy_node_helper_perm() local
1447 cil_class_init(&test_class); in test_cil_copy_node_helper_perm()
1452 parent_node->data = test_class; in test_cil_copy_node_helper_perm()
/external/autotest/database/
Dschema_051.sql113 `test_class` varchar(255) default NULL,