Searched refs: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.cpp216 bool aEnd = a == '\0' || a == ' '; local
218 if ( aEnd || bEnd) {
219 return aEnd == bEnd;
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp215 bool aEnd = a == '\0' || a == ' '; local
217 if ( aEnd || bEnd) {
218 return aEnd == bEnd;

Completed in 163 milliseconds