Home
last modified time | relevance | path

Searched refs:AllCommands (Results 1 – 5 of 5) sorted by relevance

/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/
DCommandHandler.java16 import org.jacoco.cli.internal.commands.AllCommands;
41 new OptionDef(AllCommands.names(), "<command>", in CommandHandler()
51 for (final Command c : AllCommands.get()) { in parseArguments()
DXmlDocumentation.java19 import org.jacoco.cli.internal.commands.AllCommands;
71 for (final Command c : AllCommands.get()) { in main()
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
DAllCommands.java22 public final class AllCommands { class
24 private AllCommands() { in AllCommands() method in AllCommands
/external/clang/include/clang/Tooling/
DJSONCompilationDatabase.h121 std::vector<CompileCommandRef> AllCommands; variable
/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp209 getCommands(AllCommands, Commands); in getAllCompileCommands()
338 AllCommands.push_back(Cmd); in parse()