Home
last modified time | relevance | path

Searched refs:m_last (Results 1 – 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMAxisIterNodeList.java62 private int m_last = -1; field in DTMAxisIterNodeList
74 m_last = 0; in DTMAxisIterNodeList()
112 } else if (m_last == -1) { in item()
119 m_last = count; in item()
133 if (m_last == -1) { in getLength()
138 m_last = m_cachedNodes.size(); in getLength()
140 return m_last; in getLength()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java43 protected int m_last = -1; field in NodeSequence
190 m_last = ((DTMIterator)nodeVector).getLength(); in NodeSequence()
203 m_last = 0; in NodeSequence()
325 else if(cacheComplete() || (-1 != m_last) || (null == m_iter)) in nextNode()
362 m_last = m_next; in nextNode()
578 m_last = vec.size(); in setItem()
609 if(-1 == m_last) in getLength()
615 return m_last; in getLength()
619 return (-1 == m_last) ? (m_last = m_iter.getLength()) : m_last; in getLength()
/external/deqp/framework/delibs/decpp/
DdeAppendList.hpp91 Block* volatile m_last; member in de::AppendList
168 , m_last (m_first) in AppendList()
220 m_last = m_first; in clear()
228 Block* curBlock = m_last; in append()
258 m_last = newBlock; in append()
286 return const_iterator(m_last, m_blockSize, m_numElements%m_blockSize); in end()
292 return iterator(m_last, m_blockSize, m_numElements%m_blockSize); in end()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodingInfo.java213 m_last, in isInEncoding()
260 m_last, in isInEncoding()
300 final private int m_last; field in EncodingInfo.EncodingImpl
347 m_last = last; in EncodingImpl()
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXNodeSet.java61 m_last = nodeSet.m_last; in XNodeSet()
84 m_last = val.m_last; in XNodeSet()
114 m_last = 1; in XNodeSet()
117 m_last = 0; in XNodeSet()
DXNodeSetForDOM.java71 m_last=nsdtm.getLength(); in XNodeSetForDOM()
85 m_last=nsdtm.getLength(); in XNodeSetForDOM()
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java1212 transient private int m_last = 0; field in NodeSetDTM
1216 return m_last; in getLast()
1221 m_last = last; in setLast()
DNodeSet.java810 transient private int m_last = 0; field in NodeSet
814 return m_last; in getLast()
819 m_last = last; in setLast()