Home
last modified time | relevance | path

Searched refs:parseCommandLine (Results 1 – 25 of 26) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunnerMain.cpp49 static bool parseCommandLine(CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
125 if (!parseCommandLine(cmdLine, argc, argv)) in main()
/third_party/vk-gl-cts/executor/tools/
DxeBatchResultToJUnit.cpp56 static void parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
161 parseCommandLine(cmdLine, argc, argv); in main()
DxeMergeTestLogs.cpp168 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
202 if (!parseCommandLine(cmdLine, argc, argv)) in main()
DxeExtractShaderPrograms.cpp213 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
244 if (!parseCommandLine(cmdLine, argc, argv)) in main()
DxeExtractValues.cpp260 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
291 if (!parseCommandLine(cmdLine, argc, argv)) in main()
DxeTestLogCompare.cpp367 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
396 if (!parseCommandLine(cmdLine, argc, argv)) in main()
DxeBatchResultToXml.cpp88 static bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
385 if (!parseCommandLine(cmdLine, argc, argv)) in main()
DxeCommandLineExecutor.cpp142 bool parseCommandLine (CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() function
669 if (!parseCommandLine(cmdLine, argc, argv)) in main()
/third_party/typescript/src/testRunner/unittests/config/
DinitializeTSConfig.ts5 const commandLine = parseCommandLine(commandLinesArgs);
DshowConfig.ts23 let commandLine = parseCommandLine(commandLinesArgs);
/third_party/jsoncpp/src/jsontestrunner/
Dmain.cpp236 static int parseCommandLine(int argc, const char* argv[], Options* opts) { in parseCommandLine() function
317 int exitCode = parseCommandLine(argc, argv, &opts); in main()
/third_party/typescript/src/testRunner/
DrwcRunner.ts58 … opts = ts.parseCommandLine(ioLog.arguments, fileName => Harness.IO.readFile(fileName));
/third_party/typescript/src/harness/
DloggedIO.ts273 return { compilerOptions: ts.parseCommandLine(newLog.arguments).options, files };
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts416 const commandLine = parseCommandLine(commandLineArgs, path => system.readFile(path));
/third_party/typescript/src/compiler/
DcommandLineParser.ts1481 …export function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => stri… function
/third_party/typescript/lib/
Dtypescript.d.ts4600 …export function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => stri… function
DtypescriptServices.d.ts4600 …export function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => stri… function
Dtsserverlibrary.d.ts4600 …export function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => stri… function
Dtsc.js30595 function parseCommandLine(commandLine, readFile) { function
30598 ts.parseCommandLine = parseCommandLine;
95089 …var commandLine = ts.parseCommandLine(commandLineArgs, function (path) { return system.readFile(pa…
DtypingsInstaller.js37587 function parseCommandLine(commandLine, readFile) { function
37590 ts.parseCommandLine = parseCommandLine;
Dtypescript.js37792 function parseCommandLine(commandLine, readFile) { function
37795 ts.parseCommandLine = parseCommandLine;
DtypescriptServices.js37792 function parseCommandLine(commandLine, readFile) { function
37795 ts.parseCommandLine = parseCommandLine;
Dtsserverlibrary.js37792 function parseCommandLine(commandLine, readFile) { function
37795 ts.parseCommandLine = parseCommandLine;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4831 …export function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => stri… function
Dtsserverlibrary.d.ts4831 …export function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => stri… function

12