HomeSort by relevance Sort by last modified time
    Searched defs:Commands (Results 1 - 6 of 6) sorted by null

  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 98 std::vector<CompileCommand> Commands = getAllCompileCommands(
106 EXPECT_EQ(2U, Commands.size()) << ErrorMessage;
107 EXPECT_EQ(Directory1, Commands[0].Directory) << ErrorMessage;
108 ASSERT_EQ(1u, Commands[0].CommandLine.size());
109 EXPECT_EQ(Command1, Commands[0].CommandLine[0]) << ErrorMessage;
110 EXPECT_EQ(Directory2, Commands[1].Directory) << ErrorMessage;
111 ASSERT_EQ(1u, Commands[1].CommandLine.size());
112 EXPECT_EQ(Command2, Commands[1].CommandLine[0]) << ErrorMessage;
122 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName);
123 EXPECT_LE(Commands.size(), 1u)
    [all...]
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 187 std::vector<CompileCommand> Commands;
188 getCommands(CommandsRefI->getValue(), Commands);
189 return Commands;
209 std::vector<CompileCommand> Commands;
213 getCommands(CommandsRefI->getValue(), Commands);
215 return Commands;
220 std::vector<CompileCommand> &Commands) const {
224 Commands.push_back(CompileCommand(
Tooling.cpp 110 std::vector<std::string> Commands;
111 Commands.push_back("clang-tool");
112 Commands.push_back("-fsyntax-only");
113 Commands.insert(Commands.end(), Args.begin(), Args.end());
114 Commands.push_back(FileNameRef.data());
116 ToolInvocation Invocation(Commands, ToolAction, &Files);
  /external/iproute2/doc/
ip-cref.tex 33 This document is split into sections explaining \verb|ip| commands
130 do not allow all of these operations or have some additional commands.
132 out a list of available commands and argument syntax conventions.
229 commands display and change the state of devices.
231 \paragraph{Commands:} \verb|set| and \verb|show| (or \verb|list|).
560 \paragraph{Commands:} \verb|add|, \verb|delete|, \verb|flush| and \verb|show|
797 \paragraph{Warning:} This command (and other \verb|flush| commands
842 The corresponding commands display neighbour bindings
845 \paragraph{Commands:} \verb|add|, \verb|change|, \verb|replace|,
859 \paragraph{Description:} These commands create new neighbour record
    [all...]
  /external/grub/netboot/
3c90x.c 176 enum Commands
  /external/libppp/src/
command.c 831 static struct cmdtab const Commands[] = {
868 "Link specific commands", "link name command ...", NULL},
903 "Display this message", "help|? [command]", Commands},
    [all...]

Completed in 102 milliseconds