Home
last modified time | relevance | path

Searched defs:commandLineArgs (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts84 commandLineArgs, modifyFs, constant
217 commandLineArgs: readonly string[]; property
/third_party/typescript/src/testRunner/unittests/tsbuildWatch/
DpublicApi.ts42 const commandLineArgs = ["--b", "--w"]; constant
/third_party/typescript/src/testRunner/unittests/tsbuild/
DpublicApi.ts38 const commandLineArgs = ["--b", "/src/tsconfig.json"]; constant
Dhelpers.ts356 commandLineArgs: TestTscCompile["commandLineArgs"]; property
565 commandLineArgs?: readonly string[]; property
/third_party/typescript/src/testRunner/unittests/tscWatch/
Dhelpers.ts115 commandLineArgs: readonly string[]; property
134 commandLineArgs, changes, constant
/third_party/skia/tools/lottie-web-perf/
Dlottie-web-perf.js9 const commandLineArgs = require('command-line-args'); constant
/third_party/skia/tools/skottie-wasm-perf/
Dskottie-wasm-perf.js9 const commandLineArgs = require('command-line-args'); constant
/third_party/skia/third_party/externals/angle2/util/windows/
Dtest_utils_win.cpp136 WindowsProcess(const std::vector<const char *> &commandLineArgs, in WindowsProcess()
/third_party/skia/tools/lottiecap/
Dlottiecap.js9 const commandLineArgs = require('command-line-args'); constant
/third_party/skia/third_party/externals/angle2/util/posix/
Dtest_utils_posix.cpp108 PosixProcess(const std::vector<const char *> &commandLineArgs, in PosixProcess()
/third_party/skia/tools/run-wasm-gm-tests/
Drun-wasm-gm-tests.js10 const commandLineArgs = require('command-line-args'); constant
/third_party/skia/tools/perf-canvaskit-puppeteer/
Dperf-canvaskit-with-puppeteer.js11 const commandLineArgs = require('command-line-args'); constant
/third_party/typescript/lib/
Dtsc.js109867 function isBuild(commandLineArgs) { argument
109875 function executeCommandLine(system, cb, commandLineArgs) { argument