Searched refs:aEnd (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DAttributeFactory.cpp32 iterator aEnd = m_AttrSet.end(); local
33 while(cur != aEnd) {
75 const_iterator aEnd = m_AttrSet.end(); local
76 while(cur != aEnd) {
/frameworks/compile/mclinker/unittests/
H A DUniqueGCFactoryBaseTest.cpp99 MemoryAreaFactory::iterator aEnd = memFactory->end(); local
100 ASSERT_TRUE( aEnd == aIter);
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp209 bool aEnd = a == '\0' || a == ' '; local
211 if ( aEnd || bEnd) {
212 return aEnd == bEnd;
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp210 bool aEnd = a == '\0' || a == ' '; local
212 if ( aEnd || bEnd) {
213 return aEnd == bEnd;

Completed in 5987 milliseconds