Home
last modified time | relevance | path

Searched refs:exptype (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java744 int exptype = _exptype(current); // may call nextNode() in next() local
749 if (exptype != expandedTypeID) in next()
1281 int exptype = m_exptype.elementAt(current); in next() local
1283 if (exptype != expandedTypeID in next()
1344 int exptype = m_exptype.elementAt(current); in next() local
1346 if (exptype != expandedTypeID) in next()
1537 int exptype = _exptype(current); // may call nextNode() in next() local
1539 if (exptype == NULL) in next()
1542 if (exptype != expandedTypeID) in next()
/external/python/cpython2/Lib/test/
Dtest_gdb.py456 def assertSane(self, source, corruption, expvalue=None, exptype=None): argument
477 if exptype:
478 pattern = '<' + exptype + ' at remote 0x[0-9a-f]+>'
531 exptype='Foo')
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java2031 public final int _exptype2Type(int exptype) in _exptype2Type() argument
2033 if (NULL != exptype) in _exptype2Type()
2034 return m_extendedTypes[exptype].getNodeType(); in _exptype2Type()
3192 protected final String copyElement(int nodeID, int exptype, in copyElement() argument
3196 final ExtendedType extType = m_extendedTypes[exptype]; in copyElement()
3344 protected final void copyAttribute(int nodeID, int exptype, in copyAttribute() argument
3356 final ExtendedType extType = m_extendedTypes[exptype]; in copyAttribute()