/third_party/node/deps/npm/test/lib/commands/ |
H A D | help.js | 72 getArgs: () => args, 106 const { getArgs } = await mockHelp(t, { exec: ['whoami'] }) 108 const [spawnBin, spawnArgs] = getArgs() 115 const { getArgs } = await mockHelp(t, { 120 const [url] = getArgs() 126 const { getArgs } = await mockHelp(t, { 131 const [url] = getArgs() 136 const { getArgs } = await mockHelp(t, { 141 const [url] = getArgs() 146 const { getArgs } [all...] |
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deCommandLine.cpp | 393 DE_TEST_ASSERT(cmdLine.getArgs().size() == DE_LENGTH_OF_ARRAY(args)); in selfTest() 396 DE_TEST_ASSERT(cmdLine.getArgs()[ndx] == args[ndx]); in selfTest() 471 DE_TEST_ASSERT(cmdLine.getArgs().size() == 2); in selfTest() 472 DE_TEST_ASSERT(cmdLine.getArgs()[0] == "--int=2"); in selfTest() 473 DE_TEST_ASSERT(cmdLine.getArgs()[1] == "-b"); in selfTest() 490 DE_TEST_ASSERT(cmdLine.getArgs().size() == 1); in selfTest() 491 DE_TEST_ASSERT(cmdLine.getArgs()[0] == "foo"); in selfTest()
|
H A D | deCommandLine.hpp | 403 const vector<string>& getArgs (void) const { return m_args; } in getArgs() function in de::cmdline::detail::CommandLine
|
/third_party/node/test/parallel/ |
H A D | test-inspect-address-in-use.js | 25 function testChildProcess(getArgs, exitCode, options) { 28 const child = spawnSync(process.execPath, getArgs(port), options);
|
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
H A D | Command.java | 44 public String[] getArgs() { in getArgs() method in Command
|
/third_party/vk-gl-cts/scripts/build/ |
H A D | build.py | 34 cfgArgs += config.getArgs()
|
H A D | config.py | 56 def getArgs (self): member in BuildConfig
|
/third_party/vk-gl-cts/scripts/ctsbuild/ |
H A D | build.py | 34 cfgArgs += config.getArgs()
|
H A D | config.py | 56 def getArgs (self): member in BuildConfig
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/ |
H A D | GenerateTimeZonesMapDataEntryPoint.java | 45 String[] args = getArgs(); in start()
|
H A D | GeneratePhonePrefixDataEntryPoint.java | 43 String[] args = getArgs(); in start()
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataProtoFromXml.java | 119 for (int i = 1; i < getArgs().length; i++) { in start() 122 Matcher matcher = pattern.matcher(getArgs()[i]); in start() 149 System.err.println("Illegal command line parameter: " + getArgs()[i]); in start()
|
H A D | BuildMetadataJsonFromXml.java | 86 String[] args = getArgs(); in start()
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeBatchResultToXml.cpp | 96 opts.getArgs().size() != 2) in parseCommandLine() 104 cmdLine.batchResultFile = opts.getArgs()[0]; in parseCommandLine() 105 cmdLine.outputPath = opts.getArgs()[1]; in parseCommandLine()
|
H A D | xeTestLogCompare.cpp | 377 opts.getArgs().empty()) in parseCommandLine() 387 cmdLine.filenames = opts.getArgs(); in parseCommandLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCfg.h | 132 const VarList &getArgs() const { return Args; } in getArgs() function in Ice::Cfg 133 VarList &getArgs() { return Args; } in getArgs() function in Ice::Cfg
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCLinkerOptimizationHint.h | 124 const LOHArgs &getArgs() const { return Args; } in getArgs() function in llvm::MCLOHDirective
|
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataCppFromXml.java | 162 Options opt = Options.parse(getCommandName(), getArgs()); in start()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | RemarkStreamer.cpp | 94 for (const DiagnosticInfoOptimizationBase::Argument &Arg : Diag.getArgs()) { in toRemark()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64MachineFunctionInfo.h | 303 LOHArgs getArgs() const { return Args; } in getArgs() function in llvm::final::MILOHDirective
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 426 W->printNumber("NumArgs", static_cast<uint32_t>(Args.getArgs().size())); in visitKnownRecord() 429 for (auto Arg : Args.getArgs()) { in visitKnownRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | ArgList.h | 183 const arglist_type &getArgs() const { return Args; } in getArgs() function in llvm::opt::ArgList
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 187 ArgListTy &getArgs() { return Args; } in getArgs() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1358 ArrayRef<Init *> getArgs() const { 1374 inline const_arg_iterator arg_begin() const { return getArgs().begin(); } 1375 inline const_arg_iterator arg_end () const { return getArgs().end(); }
|
/third_party/vk-gl-cts/scripts/ |
H A D | make_release.py | 216 self.baseConfig.getArgs(),
|