Searched defs:argsList (Results 1 – 8 of 8) sorted by relevance
33 public CaliperRunnerFactory(List<String> argsList) { in CaliperRunnerFactory()
57 public TestRunner(Properties properties, List<String> argsList) { in TestRunner()
91 def serialApply (f, argsList): argument95 def parallelApply (f, argsList): argument
224 LinkedList<PExpression> argsList = node.getArgs(); in caseAFunctionExpression() local
148 LinkedList<PExpression> argsList = node.getArgs(); in caseAFunctionExpression() local
318 LinkedList<PExpression> argsList = node.getArgs(); in caseAFunctionExpression() local
222 List<String> argsList = Lists.newArrayList(); in readFile() local
370 …CallInst *Builder::CALL(Value *Callee, const std::initializer_list<Value*> &argsList, const llvm::… in CALL()