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

/frameworks/compile/mclinker/lib/MC/
H A DAttributeSet.cpp26 iterator aEnd = m_AttrSet.end(); local
28 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.cpp210 bool aEnd = a == '\0' || a == ' '; local
212 if ( aEnd || bEnd) {
213 return aEnd == bEnd;
/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;

Completed in 876 milliseconds