/frameworks/native/opengl/tests/lib/ |
D | glTestLib.cpp | 47 void glTestCheckEglError(const char* op, EGLBoolean returnVal) in glTestCheckEglError() 110 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, in glTestPrintEGLConfiguration() local
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | MockableCheckVoiceData.java | 37 final Intent returnVal = new Intent(); in onCreate() local
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 219 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() local 231 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig); in printEGLConfigurations() local
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 138 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() local 148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 162 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig); in printEGLConfigurations() local
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 323 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() local 335 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig); in printEGLConfigurations() local
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 214 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() local
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 324 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() local
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 51 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 127 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() local
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AutoCancelTest.java | 43 ObjectAnimator returnVal; in setupAnimator() local
|
/frameworks/base/core/java/android/animation/ |
D | KeyframeSet.java | 259 String returnVal = " "; in toString() local
|
D | ValueAnimator.java | 1417 String returnVal = "ValueAnimator@" + Integer.toHexString(hashCode()); in toString() local
|
D | ObjectAnimator.java | 1002 String returnVal = "ObjectAnimator@" + Integer.toHexString(hashCode()) + ", target " + in toString() local
|
D | AnimatorSet.java | 875 String returnVal = "AnimatorSet@" + Integer.toHexString(hashCode()) + "{"; in toString() local
|
D | PropertyValuesHolder.java | 697 Method returnVal = null; in getPropertyFunction() local
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 952 static void checkEglError(const char* op, EGLBoolean returnVal) in checkEglError() 1007 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, in printEGLConfiguration() local
|