HomeSort by relevance Sort by last modified time
    Searched defs:aEnd (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/lib/MC/
AttributeFactory.cpp 32 iterator aEnd = m_AttrSet.end();
33 while(cur != aEnd) {
75 const_iterator aEnd = m_AttrSet.end();
76 while(cur != aEnd) {
  /frameworks/compile/mclinker/unittests/
UniqueGCFactoryBaseTest.cpp 99 MemoryAreaFactory::iterator aEnd = memFactory->end();
100 ASSERT_TRUE( aEnd == aIter);
  /external/webkit/Source/WebCore/page/
SpatialNavigation.cpp 143 int aStart, bStart, aEnd, bEnd;
176 aEnd = end(direction, a);
203 return ((bMiddle >= aStart && bMiddle <= aEnd) // (1)
206 || (bEnd == aEnd)); // (4)
218 int aEnd = end(direction, a);
236 return ((bStart >= aStart && bStart <= aEnd)
237 || (bStart >= aStart && bStart <= aEnd)
238 || (bEnd >= aStart && bEnd <= aEnd)
239 || (bMiddle >= aStart && bMiddle <= aEnd)
240 || (bEnd >= aStart && bEnd <= aEnd));
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 209 bool aEnd = a == '\0' || a == ' ';
211 if ( aEnd || bEnd) {
212 return aEnd == bEnd;
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 210 bool aEnd = a == '\0' || a == ' ';
212 if ( aEnd || bEnd) {
213 return aEnd == bEnd;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1340 milliseconds