Home
last modified time | relevance | path

Searched refs:CommandRunner (Results 1 – 21 of 21) sorted by relevance

/third_party/ninja/src/
Dbuild.h139 struct CommandRunner { struct
140 virtual ~CommandRunner() {} in ~CommandRunner() argument
206 bool FinishCommand(CommandRunner::Result* result, string* err);
220 auto_ptr<CommandRunner> command_runner_;
222 unique_ptr<CommandRunner> command_runner_; // auto_ptr was removed in C++17.
227 bool ExtractDeps(CommandRunner::Result* result, const string& deps_type,
Dbuild.cc46 struct DryRunCommandRunner : public CommandRunner {
668 struct RealCommandRunner : public CommandRunner {
855 CommandRunner::Result result; in Build()
932 bool Builder::FinishCommand(CommandRunner::Result* result, string* err) { in FinishCommand()
1051 bool Builder::ExtractDeps(CommandRunner::Result* result, in ExtractDeps()
Dbuild_test.cc468 struct FakeCommandRunner : public CommandRunner {
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dbuild_bundle_test.dart57 final CommandRunner<void> runner = createTestCommandRunner(command);
100 final CommandRunner<void> runner = createTestCommandRunner(BuildBundleCommand()
117 final CommandRunner<void> runner = createTestCommandRunner(BuildBundleCommand()
134 final CommandRunner<void> runner = createTestCommandRunner(BuildBundleCommand()
151 final CommandRunner<void> runner = createTestCommandRunner(BuildBundleCommand()
168 final CommandRunner<void> runner = createTestCommandRunner(BuildBundleCommand()
185 final CommandRunner<void> runner = createTestCommandRunner(BuildBundleCommand()
Dformat_test.dart34 final CommandRunner<void> runner = createTestCommandRunner(command);
51 final CommandRunner<void> runner = createTestCommandRunner(command);
68 final CommandRunner<void> runner = createTestCommandRunner(command);
92 final CommandRunner<void> runner = createTestCommandRunner(command);
Dcreate_test.dart409 final CommandRunner<void> runner = createTestCommandRunner(command);
430 final CommandRunner<void> runner = createTestCommandRunner(command);
451 final CommandRunner<void> runner = createTestCommandRunner(command);
468 final CommandRunner<void> runner = createTestCommandRunner(command);
485 final CommandRunner<void> runner = createTestCommandRunner(command);
506 final CommandRunner<void> runner = createTestCommandRunner(command);
527 final CommandRunner<void> runner = createTestCommandRunner(command);
623 final CommandRunner<void> runner = createTestCommandRunner(command);
694 final CommandRunner<void> runner = createTestCommandRunner(command);
740 final CommandRunner<void> runner = createTestCommandRunner(command);
[all …]
Dconfig_test.dart60 final CommandRunner<void> commandRunner = createTestCommandRunner(configCommand);
72 final CommandRunner<void> commandRunner = createTestCommandRunner(configCommand);
82 final CommandRunner<void> commandRunner = createTestCommandRunner(configCommand);
127 final CommandRunner<void> commandRunner = createTestCommandRunner(configCommand);
Dcreate_usage_test.dart44 final CommandRunner<void> runner = createTestCommandRunner(command);
69 final CommandRunner<void> runner = createTestCommandRunner(command);
91 final CommandRunner<void> runner = createTestCommandRunner(command);
Dassemble_test.dart37 final CommandRunner<void> commandRunner = createTestCommandRunner(AssembleCommand());
54 final CommandRunner<void> commandRunner = createTestCommandRunner(AssembleCommand());
Dbuild_aar_test.dart39 final CommandRunner<void> runner = createTestCommandRunner(command);
Dbuild_web_test.dart91 final CommandRunner<void> runner = createTestCommandRunner(BuildCommand());
Dbuild_macos_test.dart119 final CommandRunner<void> runner = createTestCommandRunner(BuildCommand());
Dbuild_linux_test.dart127 final CommandRunner<void> runner = createTestCommandRunner(BuildCommand());
Dide_config_test.dart87 final CommandRunner<void> runner = createTestCommandRunner(command);
Dpackages_test.dart63 final CommandRunner<void> runner = createTestCommandRunner(command);
/third_party/gn/src/gn/
Dcommands.h34 using CommandRunner = int (*)(const std::vector<std::string>&); variable
112 CommandRunner in_runner);
116 CommandRunner runner;
Dcommands.cc335 CommandRunner in_runner) in CommandInfo()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dchannel_test.dart46 final CommandRunner<void> runner = createTestCommandRunner(command);
78 final CommandRunner<void> runner = createTestCommandRunner(command);
119 final CommandRunner<void> runner = createTestCommandRunner(command);
213 final CommandRunner<void> runner = createTestCommandRunner(command);
Danalytics_test.dart63 final CommandRunner<void>runner = createTestCommandRunner(doctorCommand);
81 final CommandRunner<void> runner = createTestCommandRunner(command);
159 final CommandRunner<void> runner = createTestCommandRunner(command);
178 final CommandRunner<void> runner = createTestCommandRunner(command);
/third_party/flutter/flutter/packages/flutter_tools/test/src/
Dcommon.dart70 CommandRunner<void> createTestCommandRunner([ FlutterCommand command ]) {
117 final CommandRunner<void> runner = createTestCommandRunner(command);
/third_party/flutter/flutter/packages/flutter_tools/lib/src/runner/
Dflutter_command_runner.dart44 class FlutterCommandRunner extends CommandRunner<void> {
215 // This is where the CommandRunner would call argParser.parse(args). We