/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | browser_test_runner.py | 24 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/ |
D | instantiate-non-type-template-parameter.cpp | 28 struct test_class struct 32 typedef member< test_class,const int,&test_class::int_member > ckey_m;
|
/external/clang/bindings/python/tests/cindex/ |
D | test_access_specifiers.py | 23 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/ |
D | class.pass.cpp | 29 void test_class() in test_class() function 43 test_class<Class>(); in main()
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_test_runner.py | 48 test_class = getattr(test_module, subtest_name) 52 test = test_class()
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
D | class.pass.cpp | 38 void test_class() in test_class() function 52 test_class<Class>(); in main()
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | test_helpers.py | 307 for test_class, behavior in cls.class_behaviors.items(): 325 test_class.__name__,
|
/external/clang/test/CodeGenObjC/ |
D | encode-test.m | 175 Class test_class = 0; 176 const char g13[] = @encode(__typeof__(*test_class));
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | xmlrunner.py | 220 def _try_test_run(self, test_class, expected): argument 231 runner.run(unittest.makeSuite(test_class))
|
/external/v8/build/android/pylib/instrumentation/ |
D | instrumentation_test_instance.py | 111 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/ |
D | control_data_unittest.py | 53 self.assertEquals(cd.test_class, "kernel")
|
D | control_data.py | 56 self.test_class = ''
|
/external/autotest/frontend/afe/doctests/ |
D | 001_rpc_test.txt | 154 ... 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/ |
D | rpc_interface.py | 560 experimental=True, run_verify=None, test_class=None, argument 569 test_class=test_class,
|
D | models_test.py | 267 name='name', author='author', test_class='class',
|
D | resources.py | 382 'class': self.instance.test_class,
|
D | models.py | 797 test_class = dbmodels.CharField(max_length=255) variable in Test
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/ |
D | story_runner_unittest.py | 784 test_class = legacy_page_test.LegacyPageTest 786 test_class = story_test.StoryTest 791 test=mock.NonCallableMagicMock(test_class),
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 1446 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/ |
D | schema_051.sql | 113 `test_class` varchar(255) default NULL,
|