Searched refs:argumentList (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenGenerator.py | 114 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/ |
D | Constructor.java | 560 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/ |
D | ctledit.py | 43 v = f.argumentList[-1]
|
/external/python/cpython2/Mac/Modules/cf/ |
D | cfsupport.py | 36 self.argumentList.append(dummy) 38 self.argumentList.append(self.itself)
|
/external/python/cpython2/Mac/Modules/te/ |
D | tesupport.py | 88 self.argumentList.append(self.itself)
|
/external/python/cpython2/Mac/Modules/list/ |
D | listsupport.py | 76 self.argumentList.append(self.itself)
|
/external/python/cpython2/Mac/Modules/file/ |
D | filesupport.py | 801 self.argumentList.insert(2, self.itself)
|
/external/v8/src/torque/ |
D | torque-parser.cc | 1029 Symbol argumentList = {Rule( member 1035 &argumentList, optionalOtherwise}, 1161 TryOrDefault<std::vector<Expression*>>(&argumentList), Token(";")},
|