Searched defs:aEnd (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp27 iterator aEnd = m_AttrSet.end(); local
29 while (cur != aEnd) {
40 const_iterator aEnd = m_AttrSet.end(); local
41 while (cur != aEnd) {
/frameworks/compile/mclinker/unittests/
H A DUniqueGCFactoryBaseTest.cpp93 MemoryAreaFactory::iterator aEnd = memFactory->end(); local
94 ASSERT_TRUE(aEnd == aIter);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp47 bool aEnd = a == '\0' || a == ' '; local
49 if (aEnd || bEnd) {
50 return aEnd == bEnd;
H A Dcom_google_android_gles_jni_GLImpl.cpp214 bool aEnd = a == '\0' || a == ' '; local
216 if ( aEnd || bEnd) {
217 return aEnd == bEnd;
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp213 bool aEnd = a == '\0' || a == ' '; local
215 if ( aEnd || bEnd) {
216 return aEnd == bEnd;

Completed in 300 milliseconds