HomeSort by relevance Sort by last modified time
    Searched full:_last (Results 1 - 7 of 7) sorted by null

  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 36 protected int _last = -1; field in class:DTMAxisIteratorBase
125 if (_last == -1) // Not previously established
140 _last++;
148 return _last;
  /frameworks/base/libs/rs/
rsVertexArray.h 77 //VertexArray::Attrib mAttribs[VertexArray::_LAST];
  /external/stlport/test/unit/
adj_test.cpp 47 CPPUNIT_ASSERT(location == numbers1 + 5); // no adj so loc should be _last
  /external/stlport/stlport/stl/debug/
_debug.h 358 __owned_link* _Last() { return 0 ; }
361 const __owned_link* _Last() const { return 0 ;}
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 94 * _LAST - - + +
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 758 if (_last != -1)
759 return _last;
787 return (_last = last);
    [all...]
  /external/dropbear/libtommath/
bn.tex 176 This is to help resolve as many dependencies as possible. In the last pass the symbol LTM\_LAST will be defined.
198 only if LTM\_LAST has been defined.
    [all...]

Completed in 351 milliseconds