Searched defs:CommandLine (Results 1 - 25 of 44) sorted by relevance

12

/external/clang/include/clang/Tooling/
H A DCompilationDatabase.h46 std::vector<std::string> CommandLine)
49 CommandLine(std::move(CommandLine)) {}
58 std::vector<std::string> CommandLine; member in struct:clang::tooling::CompileCommand
192 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine);
45 CompileCommand(Twine Directory, Twine Filename, std::vector<std::string> CommandLine) argument
H A DTooling.h215 /// \param CommandLine The command line arguments to clang. Note that clang
216 /// uses its binary name (CommandLine[0]) to locate its builtin headers.
224 ToolInvocation(std::vector<std::string> CommandLine, FrontendAction *FAction,
231 /// \param CommandLine The command line arguments to clang.
236 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
267 std::vector<std::string> CommandLine; member in class:clang::tooling::ToolInvocation
429 /// \brief Changes CommandLine to contain implicit flags that would have been
434 /// be inserted after the first argument in \c CommandLine.
437 /// are already present in `CommandLine` (even if they have different settings
442 /// \param CommandLine th
[all...]
/external/deqp/external/openglcts/modules/runner/
H A DglcTestRunnerMain.cpp36 struct CommandLine struct
38 CommandLine(void) : runType(glu::ApiType::es(2, 0)), flags(0) function in struct:CommandLine
47 static bool parseCommandLine(CommandLine& cmdLine, int argc, const char* const* argv)
114 CommandLine cmdLine;
/external/libchrome/base/
H A Dcommand_line.h12 // There is a singleton read-only CommandLine that represents the command line
32 class BASE_EXPORT CommandLine { class in namespace:base
48 explicit CommandLine(NoProgram no_program);
51 explicit CommandLine(const FilePath& program);
54 CommandLine(int argc, const CharType* const* argv);
55 explicit CommandLine(const StringVector& argv);
58 CommandLine(const CommandLine& other);
59 CommandLine& operator=(const CommandLine
[all...]
H A Dcommand_line.cc26 CommandLine* CommandLine::current_process_commandline_ = NULL;
30 const CommandLine::CharType kSwitchTerminator[] = FILE_PATH_LITERAL("--");
31 const CommandLine::CharType kSwitchValueSeparator[] = FILE_PATH_LITERAL("=");
39 const CommandLine::CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"};
42 const CommandLine::CharType* const kSwitchPrefixes[] = {"--", "-"};
46 size_t GetSwitchPrefixLength(const CommandLine::StringType& string) {
48 CommandLine::StringType prefix(kSwitchPrefixes[i]);
57 bool IsSwitch(const CommandLine::StringType& string,
58 CommandLine
153 CommandLine::CommandLine(NoProgram no_program) function in class:base::CommandLine
158 CommandLine::CommandLine(const FilePath& program) function in class:base::CommandLine
164 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv) function in class:base::CommandLine
170 CommandLine::CommandLine(const StringVector& argv) function in class:base::CommandLine
176 CommandLine::CommandLine(const CommandLine& other) function in class:base::CommandLine
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DCommandLine.java31 public class CommandLine { class
/external/lzma/Java/SevenZip/
H A DLzmaAlone.java5 static public class CommandLine class in class:LzmaAlone
174 CommandLine params = new CommandLine();
181 if (params.Command == CommandLine.kBenchmak)
190 else if (params.Command == CommandLine.kEncode || params.Command == CommandLine.kDecode)
201 if (params.Command == CommandLine.kEncode)
/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp115 ASSERT_EQ(1u, Commands[0].CommandLine.size());
116 EXPECT_EQ(Command1, Commands[0].CommandLine[0]) << ErrorMessage;
119 ASSERT_EQ(1u, Commands[1].CommandLine.size());
120 EXPECT_EQ(Command2, Commands[1].CommandLine[0]) << ErrorMessage;
134 ASSERT_EQ(1u, Commands[0].CommandLine.size());
135 EXPECT_EQ(Command2, Commands[0].CommandLine[0]) << ErrorMessage;
138 ASSERT_EQ(1u, Commands[1].CommandLine.size());
139 EXPECT_EQ(Command1, Commands[1].CommandLine[0]) << ErrorMessage;
171 EXPECT_EQ(1u, FoundCommand.CommandLine.size()) << ErrorMessage;
172 EXPECT_EQ(Arguments, FoundCommand.CommandLine[
447 std::vector<std::string> CommandLine; local
465 std::vector<std::string> CommandLine; local
474 std::vector<std::string> CommandLine; local
511 std::vector<std::string> CommandLine; local
530 std::vector<std::string> CommandLine; local
[all...]
/external/deqp/executor/tools/
H A DxeBatchResultToJUnit.cpp41 struct CommandLine struct
43 CommandLine (void) function in struct:CommandLine
56 static void parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
158 CommandLine cmdLine;
H A DxeMergeTestLogs.cpp49 struct CommandLine struct
51 CommandLine (void) function in struct:CommandLine
148 static void mergeTestLogs (const CommandLine& cmdLine)
168 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
200 CommandLine cmdLine;
H A DxeExtractShaderPrograms.cpp43 struct CommandLine struct
45 CommandLine (void) function in struct:CommandLine
68 static void writeShaderProgram (const CommandLine& cmdLine, const std::string& casePath, const xe::ri::ShaderProgram& shaderProgram, int programNdx)
99 static void extractShaderPrograms (const CommandLine& cmdLine, const std::string& casePath, const xe::TestCaseResult& result)
134 ShaderProgramExtractHandler (const CommandLine& cmdLine)
170 const CommandLine& m_cmdLine;
174 static void extractShaderProgramsFromLogFile (const CommandLine& cmdLine)
204 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
233 CommandLine cmdLine;
H A DxeExtractValues.cpp42 struct CommandLine struct
44 CommandLine (void) function in struct:CommandLine
221 static void printTaggedValues (const CommandLine& cmdLine, std::ostream& dst)
260 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
289 CommandLine cmdLine;
H A DxeBatchResultToXml.cpp76 struct CommandLine struct
78 CommandLine (void) function in struct:CommandLine
88 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
91 de::cmdline::CommandLine opts;
384 CommandLine cmdLine;
H A DxeTestLogCompare.cpp104 struct CommandLine struct
106 CommandLine (void) function in struct:CommandLine
264 static bool runCompare (const CommandLine& cmdLine, std::ostream& dst)
367 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)
370 de::cmdline::CommandLine opts;
394 CommandLine cmdLine;
/external/deqp/framework/common/
H A DtcuCommandLine.hpp97 CaseListFilter (const de::cmdline::CommandLine& cmdLine, const tcu::Archive& archive);
118 * CommandLine handles argument parsing and provides convinience functions
121 class CommandLine class in namespace:tcu
124 CommandLine (void);
125 CommandLine (int argc, const char* const* argv);
126 explicit CommandLine (const std::string& cmdLine);
127 ~CommandLine (void);
231 const de::cmdline::CommandLine& getCommandLine (void) const;
234 CommandLine (const CommandLine
[all...]
H A DtcuCommandLine.cpp643 * \note CommandLine is not fully initialized until parse() has been called.
645 CommandLine::CommandLine (void) function in class:tcu::CommandLine
658 CommandLine::CommandLine (int argc, const char* const* argv) function in class:tcu::CommandLine
672 CommandLine::CommandLine (const std::string& cmdLine) function in class:tcu::CommandLine
678 CommandLine::~CommandLine (void)
682 void CommandLine
[all...]
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.hpp241 class CommandLine;
254 bool parse (int numArgs, const char* const* args, CommandLine* dst, std::ostream& err) const;
394 class CommandLine class in namespace:de::cmdline::detail
397 CommandLine (void) {} function in class:de::cmdline::detail::CommandLine
398 ~CommandLine (void) {}
422 using detail::CommandLine;
/external/clang/lib/Tooling/
H A DCompilationDatabase.cpp287 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc);
291 if (!stripPositionalArgs(CommandLine, StrippedArgs))
297 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) { argument
300 CommandLine.begin(), CommandLine.end());
308 Result[0].CommandLine.push_back(FilePath);
H A DJSONCompilationDatabase.cpp33 CommandLineArgumentParser(StringRef CommandLine) argument
34 : Input(CommandLine), Position(Input.begin()-1) {}
41 CommandLine.push_back(Argument);
43 return CommandLine;
111 std::vector<std::string> CommandLine; member in class:clang::tooling::__anon2096::CommandLineArgumentParser
/external/deqp/execserver/tools/
H A DxsClient.cpp137 class CommandLine class in namespace:xs
151 Client (const CommandLine& cmdLine);
157 const CommandLine& m_cmdLine;
161 Client::Client (const CommandLine& cmdLine)
304 CommandLine cmdLine;
/external/libmojo/base/android/java/src/org/chromium/base/
H A DCommandLine.java31 public abstract class CommandLine { class
104 private static final AtomicReference<CommandLine> sCommandLine =
105 new AtomicReference<CommandLine>();
114 // Equivalent to CommandLine::ForCurrentProcess in C++.
116 public static CommandLine getInstance() {
117 CommandLine commandLine = sCommandLine.get();
210 private static final String TAG = "CommandLine";
218 // when this happens, all bets are off. (As per the native CommandLine).
223 CommandLine commandLine = sCommandLine.get();
231 private static void setInstance(CommandLine commandLin
279 private CommandLine() {} method in class:CommandLine
[all...]
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp39 #include "llvm/Support/CommandLine.h"
318 std::string CommandLine(ProgramToRun);
323 errs() << ToolName << ": Failed to find program: '" << CommandLine
332 CommandLine.push_back(' ');
333 CommandLine.append(Arg);
338 << ToolName << ": Command Line: " << CommandLine << '\n'; local
352 LPSTR(CommandLine.c_str()),
/external/python/cpython2/Tools/pybench/
H A DCommandLine.py0 """ CommandLine - Get and parse command line options
615 CommandLine = Application variable
/external/python/cpython3/Tools/pybench/
H A DCommandLine.py0 """ CommandLine - Get and parse command line options
623 CommandLine = Application variable
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
H A DKillTheDoctor.cpp39 #include "llvm/Support/CommandLine.h"
356 std::string CommandLine(ProgramToRun);
361 errs() << ToolName << ": Failed to find program: '" << CommandLine
372 CommandLine.push_back(' ');
373 CommandLine.append(*i);
378 << ToolName << ": Command Line: " << CommandLine << '\n'; local
392 LPSTR(CommandLine.c_str()),

Completed in 2097 milliseconds

12