Home
last modified time | relevance | path

Searched refs:argumentList (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Tools/bgen/bgen/
DbgenGenerator.py114 def __init__(self, returntype, name, *argumentList, **conditionlist): argument
117 self.argumentList = []
119 self.parseArgumentList(argumentList)
126 self.argumentList.append(self.rv)
137 def parseArgumentList(self, argumentList): argument
139 for type, name, mode in argumentList:
143 self.argumentList.append(arg)
148 for arg in self.argumentList:
186 for arg in self.argumentList:
196 for arg in self.argumentList:
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DConstructor.java560 Object[] argumentList = new Object[snode.getValue().size()]; in construct() local
567 argumentList[index++] = constructObject(argumentNode); in construct()
572 return c.newInstance(argumentList); in construct()
579 List<Object> argumentList = (List<Object>) constructSequence(snode); in construct() local
580 Class<?>[] parameterTypes = new Class[argumentList.size()]; in construct()
582 for (Object parameter : argumentList) { in construct()
599 return c.newInstance(argumentList.toArray()); in construct()
/external/python/cpython2/Mac/Modules/ctl/
Dctledit.py43 v = f.argumentList[-1]
/external/python/cpython2/Mac/Modules/cf/
Dcfsupport.py36 self.argumentList.append(dummy)
38 self.argumentList.append(self.itself)
/external/python/cpython2/Mac/Modules/te/
Dtesupport.py88 self.argumentList.append(self.itself)
/external/python/cpython2/Mac/Modules/list/
Dlistsupport.py76 self.argumentList.append(self.itself)
/external/python/cpython2/Mac/Modules/file/
Dfilesupport.py801 self.argumentList.insert(2, self.itself)
/external/v8/src/torque/
Dtorque-parser.cc1029 Symbol argumentList = {Rule( member
1035 &argumentList, optionalOtherwise},
1161 TryOrDefault<std::vector<Expression*>>(&argumentList), Token(";")},