Searched refs:test_constructors (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_test_runner.py47 test_constructors = discover.DiscoverClasses(
49 test_constructors.update(discover.DiscoverClasses(
51 return test_constructors
53 def FindTestName(self, test_constructors, args):
65 if arg in test_constructors:
137 test_constructors = self.FindTestConstructors(base_dir)
138 test_name = self.FindTestName(test_constructors, args)
141 test = test_constructors[test_name]()
155 test_list_string = ',\n'.join(sorted(test_constructors.keys()))
161 test_list_string = ',\n'.join(sorted(test_constructors
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp60 void test_constructors() { function

Completed in 491 milliseconds