Home
last modified time | relevance | path

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

/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/node/lib/internal/test_runner/
Dharness.js20 parseCommandLine,
114 const globalOptions = parseCommandLine();
Dutils.js173 const { reporters, destinations } = parseCommandLine();
183 function parseCommandLine() { function
421 parseCommandLine, property
Dtest.js40 parseCommandLine,
74 const { testNamePatterns, testOnlyFlag } = parseCommandLine();
/third_party/typescript/src/testRunner/unittests/config/
DinitializeTSConfig.ts5 const commandLine = parseCommandLine(commandLinesArgs);
DshowConfig.ts23 let commandLine = parseCommandLine(commandLinesArgs);
/third_party/typescript/src/testRunner/
DrwcRunner.ts58 … opts = ts.parseCommandLine(ioLog.arguments, fileName => Harness.IO.readFile(fileName));
/third_party/typescript/src/loggedIO/
DloggedIO.ts271 return { compilerOptions: ts.parseCommandLine(newLog.arguments).options, files };
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts680 const commandLine = parseCommandLine(commandLineArgs, path => system.readFile(path));
/third_party/typescript/src/compiler/
DcommandLineParser.ts1792 …export function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => stri… function
/third_party/typescript/lib/
Dtypescript.d.ts5229 …export function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => stri… function
DtypescriptServices.d.ts5229 …export function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => stri… function
Dtsserverlibrary.d.ts5229 …export function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => stri… function
Dtsc.js34654 function parseCommandLine(commandLine, readFile) { function
34657 ts.parseCommandLine = parseCommandLine;
109885 …var commandLine = ts.parseCommandLine(commandLineArgs, function (path) { return system.readFile(pa…
DtypingsInstaller.js42341 function parseCommandLine(commandLine, readFile) { function
42344 ts.parseCommandLine = parseCommandLine;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5229 …export function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => stri… function
Dtsserverlibrary.d.ts5229 …export function parseCommandLine(commandLine: readonly string[], readFile?: (path: string) => stri… function