Searched refs:intObj (Results 1 – 2 of 2) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM.java | 1363 Integer intObj; in getElementById() local 1368 intObj = (Integer) m_idAttributes.get(elementId); in getElementById() 1370 if (null != intObj) in getElementById() 1371 return makeNodeHandle(intObj.intValue()); in getElementById() 1378 while (null == intObj); in getElementById()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 4980 PyObject *procObj, *pidObj, *intObj, *fileObj[3]; in _PyPopen() local 4988 intObj = PyInt_FromLong((long) file_count); in _PyPopen() 4990 if (procObj && pidObj && intObj) in _PyPopen() 4993 PyList_SetItem(procObj, 1, intObj); in _PyPopen() 5091 PyObject *procObj, *pidObj, *intObj, *fileObj; in _PyPclose() local 5111 (intObj = PyList_GetItem(procObj,1)) != NULL) in _PyPclose() 5114 file_count = (int) PyInt_AsLong(intObj); in _PyPclose() 5726 PyObject *procObj, *hProcessObj, *intObj, *fileObj[3]; in _PyPopen() local 5734 intObj = PyInt_FromLong(file_count); in _PyPopen() 5736 if (procObj && hProcessObj && intObj) { in _PyPopen() [all …]
|