| /external/deqp/external/openglcts/modules/runner/ | 
| D | glcTestRunnerMain.cpp | 37 struct CommandLine  struct39 	CommandLine(void) : runType(glu::ApiType::es(2, 0)), flags(0)  in CommandLine()  function
 49 static bool parseCommandLine(CommandLine& cmdLine, int argc, const char* const* argv)  in parseCommandLine()  argument
 
 | 
| /external/deqp/executor/tools/ | 
| D | xeMergeTestLogs.cpp | 49 struct CommandLine  struct51 	CommandLine (void)  in CommandLine()  function
 56 	vector<string>	srcFilenames;
 57 	string			dstFilename;
 58 	deUint32		flags;
 
 | 
| D | xeCommandLineExecutor.cpp | 121 struct CommandLine  struct123 	CommandLine (void)  in CommandLine()  function
 129 	xe::TargetConfiguration	targetCfg;
 130 	RunMode					runMode;
 131 	string					serverBinOrAddress;
 132 	int						port;
 133 	string					caseListDir;
 134 	vector<string>			testset;
 135 	vector<string>			exclude;
 136 	string					inFile;
 [all …]
 
 | 
| D | xeBatchResultToJUnit.cpp | 41 struct CommandLine  struct43 	CommandLine (void)  in CommandLine()  function
 56 static void parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)  in parseCommandLine()  argument
 
 | 
| D | xeExtractValues.cpp | 42 struct CommandLine  struct44 	CommandLine (void)  in CommandLine()  function
 49 	string			filename;
 50 	vector<string>	tagNames;
 51 	bool			statusCode;
 
 | 
| D | xeExtractShaderPrograms.cpp | 43 struct CommandLine  struct45 	CommandLine (void)  in CommandLine()  argument
 49 	string		filename;
 50 	string		dstPath;
 
 | 
| D | xeTestLogCompare.cpp | 104 struct CommandLine  struct106 	CommandLine (void)  in CommandLine()  function
 113 	OutputMode			outMode;
 114 	OutputFormat		outFormat;
 115 	OutputValue			outValue;
 116 	vector<string>		filenames;
 
 | 
| D | xeBatchResultToXml.cpp | 76 struct CommandLine  struct78 	CommandLine (void)  in CommandLine()  function
 88 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv)  in parseCommandLine()  argument
 
 | 
| /external/zucchini/aosp/include/components/zucchini/ | 
| D | main_utils.h | 17 class CommandLine;  variable
 | 
| D | zucchini_commands.h | 18 class CommandLine;  variable
 | 
| /external/libchrome/base/test/ | 
| D | multiprocess_test.h | 18 class CommandLine;  variable
 | 
| /external/cronet/components/nacl/common/ | 
| D | nacl_cmd_line.h | 9 class CommandLine;  variable
 | 
| /external/cronet/base/win/ | 
| D | process_startup_helper.h | 12 class CommandLine;  variable
 | 
| /external/zucchini/ | 
| D | main_utils.h | 17 class CommandLine;  variable
 | 
| D | zucchini_commands.h | 18 class CommandLine;  variable
 | 
| /external/cronet/net/test/ | 
| D | python_utils.h | 13 class CommandLine;  variable
 | 
| /external/cronet/base/test/ | 
| D | multiprocess_test.h | 17 class CommandLine;  variable
 | 
| /external/rust/crates/clap/3.2.23/src/parser/matches/ | 
| D | value_source.rs | 10     CommandLine,  enumerator
 | 
| /external/cronet/base/ | 
| D | scoped_add_feature_flags.h | 17 class CommandLine;  variable
 | 
| /external/rust/crates/clap/src/parser/matches/ | 
| D | value_source.rs | 10     CommandLine,  enumerator
 | 
| /external/cronet/net/test/spawned_test_server/ | 
| D | local_test_server.h | 22 class CommandLine;  variable
 | 
| /external/deqp/framework/platform/null/ | 
| D | tcuNullContextFactory.cpp | 37 …LContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&, const gl…  in createContext()  argument
 | 
| /external/libchrome/base/ | 
| D | command_line.cc | 156 CommandLine::CommandLine(NoProgram no_program)  in CommandLine()  function in base::CommandLine161 CommandLine::CommandLine(const FilePath& program)  in CommandLine()  function in base::CommandLine
 167 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv)  in CommandLine()  function in base::CommandLine
 173 CommandLine::CommandLine(const StringVector& argv)  in CommandLine()  function in base::CommandLine
 
 | 
| /external/clang/include/clang/Tooling/ | 
| D | CompilationDatabase.h | 58   std::vector<std::string> CommandLine;  member
 | 
| /external/clang/lib/Tooling/ | 
| D | Tooling.cpp | 173 void addTargetAndModeForProgramName(std::vector<std::string> &CommandLine,  in addTargetAndModeForProgramName()212     std::vector<std::string> CommandLine, ToolAction *Action,  in ToolInvocation()
 219     std::vector<std::string> CommandLine, FrontendAction *FAction,  in ToolInvocation()
 424       std::vector<std::string> CommandLine = CompileCommand.CommandLine;  in run()  local
 
 |