Home
last modified time | relevance | path

Searched refs:intObj (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java1363 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/
Dposixmodule.c5004 PyObject *procObj, *pidObj, *intObj, *fileObj[3]; in _PyPopen() local
5012 intObj = PyInt_FromLong((long) file_count); in _PyPopen()
5014 if (procObj && pidObj && intObj) in _PyPopen()
5017 PyList_SetItem(procObj, 1, intObj); in _PyPopen()
5115 PyObject *procObj, *pidObj, *intObj, *fileObj; in _PyPclose() local
5135 (intObj = PyList_GetItem(procObj,1)) != NULL) in _PyPclose()
5138 file_count = (int) PyInt_AsLong(intObj); in _PyPclose()
5750 PyObject *procObj, *hProcessObj, *intObj, *fileObj[3]; in _PyPopen() local
5758 intObj = PyInt_FromLong(file_count); in _PyPopen()
5760 if (procObj && hProcessObj && intObj) { in _PyPopen()
[all …]