/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 120 struct CommandLine struct 122 CommandLine (void) in CommandLine() function 128 xe::TargetConfiguration targetCfg; 129 RunMode runMode; 130 string serverBinOrAddress; 131 int port; 132 string caseListDir; 133 vector<string> testset; 134 vector<string> exclude; 135 string inFile; [all …]
|
D | xeMergeTestLogs.cpp | 49 struct CommandLine struct 51 CommandLine (void) in CommandLine() argument 56 vector<string> srcFilenames; 57 string dstFilename; 58 deUint32 flags;
|
D | xeBatchResultToJUnit.cpp | 41 struct CommandLine struct 43 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 struct 44 CommandLine (void) in CommandLine() function 49 string filename; 50 vector<string> tagNames; 51 bool statusCode;
|
D | xeExtractShaderPrograms.cpp | 43 struct CommandLine struct 45 CommandLine (void) in CommandLine() argument 68 static void writeShaderProgram (const CommandLine& cmdLine, const std::string& casePath, const xe::… in writeShaderProgram() argument
|
D | xeTestLogCompare.cpp | 104 struct CommandLine struct 106 CommandLine (void) in CommandLine() argument 113 OutputMode outMode; 114 OutputFormat outFormat; 115 OutputValue outValue; 116 vector<string> filenames;
|
D | xeBatchResultToXml.cpp | 76 struct CommandLine struct 78 CommandLine (void) in CommandLine() function 88 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() argument
|
/external/libchrome/base/ |
D | command_line.cc | 152 CommandLine::CommandLine(NoProgram /* no_program */) in CommandLine() function in base::CommandLine 157 CommandLine::CommandLine(const FilePath& program) in CommandLine() function in base::CommandLine 163 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv) in CommandLine() function in base::CommandLine 169 CommandLine::CommandLine(const StringVector& argv) in CommandLine() function in base::CommandLine 175 CommandLine::CommandLine(const CommandLine& other) in CommandLine() function in base::CommandLine
|
/external/libchrome/base/test/ |
D | multiprocess_test.h | 18 class CommandLine; variable
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 167 void addTargetAndModeForProgramName(std::vector<std::string> &CommandLine, in addTargetAndModeForProgramName() 206 std::vector<std::string> CommandLine, ToolAction *Action, in ToolInvocation() 212 std::vector<std::string> CommandLine, FrontendAction *FAction, in ToolInvocation() 410 std::vector<std::string> CommandLine = CompileCommand.CommandLine; in run() local
|
D | JSONCompilationDatabase.cpp | 33 CommandLineArgumentParser(StringRef CommandLine) in CommandLineArgumentParser() 111 std::vector<std::string> CommandLine; member in clang::tooling::__anona0bbc6750111::CommandLineArgumentParser
|
D | CompilationDatabase.cpp | 288 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc); in loadFromCommandLine() local 298 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase()
|
/external/clang/include/clang/Tooling/ |
D | CompilationDatabase.h | 58 std::vector<std::string> CommandLine; member
|
D | Tooling.h | 262 std::vector<std::string> CommandLine; variable
|
/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 447 std::vector<std::string> CommandLine; in TEST() local 465 std::vector<std::string> CommandLine; in TEST() local 474 std::vector<std::string> CommandLine; in TEST() local 511 std::vector<std::string> CommandLine; in TEST() local 530 std::vector<std::string> CommandLine; in TEST() local
|
/external/deqp/framework/common/ |
D | tcuCommandLine.hpp | 98 class CommandLine class
|
D | tcuCommandLine.cpp | 640 CommandLine::CommandLine (void) in CommandLine() function in tcu::CommandLine 653 CommandLine::CommandLine (int argc, const char* const* argv) in CommandLine() function in tcu::CommandLine 667 CommandLine::CommandLine (const std::string& cmdLine) in CommandLine() function in tcu::CommandLine
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | CommandLine.java | 31 public class CommandLine { class
|
/external/lzma/Java/SevenZip/ |
D | LzmaAlone.java | 5 static public class CommandLine class in LzmaAlone
|
/external/deqp/framework/delibs/decpp/ |
D | deCommandLine.hpp | 394 class CommandLine class 397 CommandLine (void) {} in CommandLine() function in de::cmdline::detail::CommandLine
|
/external/libchrome/base/process/ |
D | launch.h | 32 class CommandLine; variable
|
/external/deqp/execserver/tools/ |
D | xsClient.cpp | 136 class CommandLine class
|
/external/guice/lib/build/ |
D | munge.jar | FindCommentStartTest.class
FindCommentStartTest.java
package FindCommentStartTest extends junit.framework.TestCase {
public void <init ... |
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 318 std::string CommandLine(ProgramToRun); in main() local
|
/external/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 390 static void lexCommand(std::string &Message, const std::string &CommandLine, in lexCommand()
|