Searched refs:nameList (Results 1 – 4 of 4) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFile.java | 525 public void setInterfaces(String[] nameList) { in setInterfaces() argument 527 if (nameList != null) { in setInterfaces() 528 int n = nameList.length; in setInterfaces() 531 interfaces[i] = constPool.addClassInfo(nameList[i]); in setInterfaces()
|
/external/libxml2/python/ |
D | libxml.c | 1311 PyObject *nameList; in pythonAttributeDecl() local 1323 nameList = PyList_New(count); in pythonAttributeDecl() 1327 PyList_SetItem(nameList, count, newName); in pythonAttributeDecl() 1333 def, defaultValue, nameList); in pythonAttributeDecl() 1336 Py_XDECREF(nameList); in pythonAttributeDecl()
|
D | libxml.py | 236 def attributeDecl(self, elem, name, type, defi, defaultValue, nameList): argument
|
/external/robolectric/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |