OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_last
(Results
1 - 12
of
12
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIterNodeList.java
62
private int
m_last
= -1;
field in class:DTMAxisIterNodeList
74
m_last
= 0;
112
} else if (
m_last
== -1) {
119
m_last
= count;
133
if (
m_last
== -1) {
138
m_last
= m_cachedNodes.size();
140
return
m_last
;
/external/deqp/framework/delibs/decpp/
deAppendList.hpp
91
Block* volatile
m_last
;
member in class:de::AppendList
168
,
m_last
(m_first)
220
m_last
= m_first;
226
// Fetch curBlock first before allocating slot. Otherwise
m_last
might get updated before
228
Block* curBlock =
m_last
;
257
// that this thread has exclusive modify access to
m_last
.
258
m_last
= newBlock;
286
return const_iterator(
m_last
, m_blockSize, m_numElements%m_blockSize);
292
return iterator(
m_last
, m_blockSize, m_numElements%m_blockSize);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_log.hpp
74
entry_value_collector() :
m_last
( true ) {}
75
entry_value_collector( entry_value_collector const& rhs ) :
m_last
( true ) { rhs.
m_last
= false; }
84
mutable bool
m_last
;
member in class:boost::unit_test::ut_detail::entry_value_collector
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSetForDOM.java
71
m_last
=nsdtm.getLength();
85
m_last
=nsdtm.getLength();
XNodeSet.java
61
m_last
= nodeSet.
m_last
;
84
m_last
= val.
m_last
;
114
m_last
= 1;
117
m_last
= 0;
/external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java
43
protected int
m_last
= -1;
field in class:NodeSequence
190
m_last
= ((DTMIterator)nodeVector).getLength();
203
m_last
= 0;
325
else if(cacheComplete() || (-1 !=
m_last
) || (null == m_iter))
362
m_last
= m_next;
578
m_last
= vec.size();
602
//
m_last
will not reflect the size of the nodeset if
609
if(-1 ==
m_last
)
615
return
m_last
;
619
return (-1 ==
m_last
) ? (m_last = m_iter.getLength()) : m_last
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java
42
* <code>
m_last
</code>). It will handle a certain range of values
47
* <code>m_explLast < value <=
m_last
</code>, but delgating to <code>m_after</code>
213
m_last
,
260
m_last
,
286
* m_first through
m_last
is the range of unicode
300
final private int
m_last
;
field in class:EncodingInfo.EncodingImpl
347
m_last
= last;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
unit_test_log.ipp
72
if(
m_last
)
/external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java
810
transient private int
m_last
= 0;
field in class:NodeSet
814
return
m_last
;
819
m_last
= last;
[
all
...]
NodeSetDTM.java
1212
transient private int
m_last
= 0;
field in class:NodeSetDTM
[
all
...]
/external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java
[
all
...]
/prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar
Completed in 149 milliseconds