/external/catch2/include/internal/ |
D | catch_config.hpp | 50 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder; 101 RunTests::InWhatOrder runOrder() const override;
|
D | catch_test_case_registry_impl.cpp | 26 case RunTests::InLexicographicalOrder: in sortTests() 29 case RunTests::InRandomOrder: in sortTests() 33 case RunTests::InDeclarationOrder: in sortTests()
|
D | catch_interfaces_config.h | 37 struct RunTests { enum InWhatOrder { argument 72 virtual RunTests::InWhatOrder runOrder() const = 0;
|
D | catch_test_case_registry_impl.h | 44 mutable RunTests::InWhatOrder m_currentSortOrder = RunTests::InDeclarationOrder;
|
D | catch_commandline.cpp | 59 config.runOrder = RunTests::InDeclarationOrder; in makeCommandLineParser() 61 config.runOrder = RunTests::InLexicographicalOrder; in makeCommandLineParser() 63 config.runOrder = RunTests::InRandomOrder; in makeCommandLineParser()
|
/external/yapf/ |
D | setup.py | 25 class RunTests(Command): class 71 'test': RunTests,
|
/external/v8/tools/mb/ |
D | PRESUBMIT.py | 12 results.extend(input_api.RunTests(pylint_checks)) 21 results.extend(input_api.RunTests([
|
/external/u-boot/tools/buildman/ |
D | buildman | 32 def RunTests(skip_net_tests): function 60 RunTests(options.skip_net_tests)
|
D | buildman.py | 32 def RunTests(skip_net_tests): function 60 RunTests(options.skip_net_tests)
|
/external/google-breakpad/src/processor/ |
D | pathname_stripper_unittest.cc | 47 static bool RunTests() { in RunTests() function 86 return RunTests() ? 0 : 1; in main()
|
D | contained_range_map_unittest.cc | 56 static bool RunTests() { in RunTests() function 262 return RunTests() ? 0 : 1; in main()
|
D | address_map_unittest.cc | 180 static bool RunTests() { in RunTests() function 195 return RunTests() ? 0 : 1; in main()
|
D | postfix_evaluator_unittest.cc | 123 static bool RunTests() { in RunTests() function 402 return RunTests() ? 0 : 1; in main()
|
/external/toolchain-utils/automation/clients/helper/ |
D | crosstool.py | 36 def RunTests(self, checkout_dir, build_tree_dir, target, board, component): member in JobsFactory 37 command = self.commands.RunTests(target, board, component) 123 def RunTests(self, target, board, component='gcc'): member in CommandsFactory
|
/external/chromium-trace/catapult/devil/ |
D | PRESUBMIT.py | 13 return input_api.RunTests(input_api.canned_checks.RunPylint( 32 return input_api.RunTests([
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | e2e_perftest.cc | 122 RunTests(client_mp, test_name); in RunTestOnTaskRunner() 127 base::Bind(&MojoE2EPerftest::RunTests, base::Unretained(this), in RunTestOnTaskRunner() 138 void RunTests(MojoHandle client_mp, const std::string& test_name) { in RunTests() function in mojo::__anonbc74313d0111::MojoE2EPerftest
|
/external/google-breakpad/src/client/ |
D | minidump_file_writer_unittest.cc | 169 static bool RunTests() { in RunTests() function 178 return RunTests() ? 0 : 1; in main()
|
/external/u-boot/tools/binman/ |
D | binman | 30 def RunTests(debug, args): function 127 ret_code = RunTests(options.debug, args[1:])
|
D | binman.py | 30 def RunTests(debug, args): function 127 ret_code = RunTests(options.debug, args[1:])
|
/external/v8/tools/testrunner/ |
D | PRESUBMIT.py | 8 return input_api.RunTests(tests)
|
/external/v8/tools/release/ |
D | PRESUBMIT.py | 8 return input_api.RunTests(tests)
|
/external/v8/tools/unittests/ |
D | PRESUBMIT.py | 9 return input_api.RunTests(tests)
|
/external/v8/tools/clusterfuzz/ |
D | PRESUBMIT.py | 8 return input_api.RunTests(tests)
|
/external/v8/infra/mb/ |
D | PRESUBMIT.py | 22 results.extend(input_api.RunTests([
|
/external/chromium-trace/catapult/dependency_manager/ |
D | PRESUBMIT.py | 16 results += input_api.RunTests(input_api.canned_checks.GetPylint(
|