Home
last modified time | relevance | path

Searched refs:getArgs (Results 1 - 25 of 45) sorted by relevance

12

/third_party/node/deps/npm/test/lib/commands/
H A Dhelp.js72 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 DdeCommandLine.cpp393 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 DdeCommandLine.hpp403 const vector<string>& getArgs (void) const { return m_args; } in getArgs() function in de::cmdline::detail::CommandLine
/third_party/node/test/parallel/
H A Dtest-inspect-address-in-use.js25 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 DCommand.java44 public String[] getArgs() { in getArgs() method in Command
/third_party/vk-gl-cts/scripts/build/
H A Dbuild.py34 cfgArgs += config.getArgs()
H A Dconfig.py56 def getArgs (self): member in BuildConfig
/third_party/vk-gl-cts/scripts/ctsbuild/
H A Dbuild.py34 cfgArgs += config.getArgs()
H A Dconfig.py56 def getArgs (self): member in BuildConfig
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DGenerateTimeZonesMapDataEntryPoint.java45 String[] args = getArgs(); in start()
H A DGeneratePhonePrefixDataEntryPoint.java43 String[] args = getArgs(); in start()
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataProtoFromXml.java119 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 DBuildMetadataJsonFromXml.java86 String[] args = getArgs(); in start()
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToXml.cpp96 opts.getArgs().size() != 2) in parseCommandLine()
104 cmdLine.batchResultFile = opts.getArgs()[0]; in parseCommandLine()
105 cmdLine.outputPath = opts.getArgs()[1]; in parseCommandLine()
H A DxeTestLogCompare.cpp377 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 DIceCfg.h132 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 DMCLinkerOptimizationHint.h124 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 DBuildMetadataCppFromXml.java162 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 DRemarkStreamer.cpp94 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 DAArch64MachineFunctionInfo.h303 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 DTypeDumpVisitor.cpp426 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 DArgList.h183 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 DFastISel.h187 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 DRecord.h1358 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 Dmake_release.py216 self.baseConfig.getArgs(),

Completed in 17 milliseconds

12