HomeSort by relevance Sort by last modified time
    Searched refs:aEnd (Results 1 - 11 of 11) 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) {
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.h 75 bool equalUTF16WithUTF8(const UChar* a, const UChar* aEnd, const char* b, const char* bEnd);
UTF8.cpp 368 bool equalUTF16WithUTF8(const UChar* a, const UChar* aEnd, const char* b, const char* bEnd)
403 return a == aEnd;
  /frameworks/compile/mclinker/unittests/
UniqueGCFactoryBaseTest.cpp 83 MemoryAreaFactory::iterator aEnd = memFactory->end();
84 ASSERT_TRUE( aEnd == aIter);
  /external/llvm/lib/Analysis/
LoopDependenceAnalysis.cpp 257 aEnd = aGEP->idx_end(),
260 aIdx != aEnd && bIdx != bEnd;
261 aIdx += (aIdx != aEnd), bIdx += (bIdx != bEnd)) {
262 const SCEV* aSCEV = (aIdx != aEnd) ? SE->getSCEV(*aIdx) : GetZeroSCEV(SE);
  /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 210 bool aEnd = a == '\0' || a == ' ';
212 if ( aEnd || bEnd) {
213 return aEnd == bEnd;
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp     [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 211 bool aEnd = a == '\0' || a == ' ';
213 if ( aEnd || bEnd) {
214 return aEnd == bEnd;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2695 milliseconds