Searched defs:bEnd (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp214 bool bEnd = b == '\0'; local
215 if ( aEnd || bEnd) {
216 return aEnd == bEnd;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp48 bool bEnd = b == '\0'; local
49 if (aEnd || bEnd) {
50 return aEnd == bEnd;
H A Dcom_google_android_gles_jni_GLImpl.cpp215 bool bEnd = b == '\0'; local
216 if ( aEnd || bEnd) {
217 return aEnd == bEnd;

Completed in 63 milliseconds