HomeSort by relevance Sort by last modified time
    Searched refs:returnVal (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
MockableCheckVoiceData.java 37 final Intent returnVal = new Intent();
41 setResult(TextToSpeech.Engine.CHECK_VOICE_DATA_FAIL, returnVal);
46 returnVal.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES,
50 returnVal.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES,
54 setResult(TextToSpeech.Engine.CHECK_VOICE_DATA_PASS, returnVal);
TextToSpeechTests.java 127 Locale returnVal = mTts.getLanguage();
128 assertNull(returnVal);
133 returnVal = mTts.getLanguage();
134 assertNull(returnVal);
143 Locale returnVal = mTts.getLanguage();
148 assertEquals(new Locale("eng", "USA", ""), returnVal);
  /frameworks/native/opengl/tests/include/
glTestLib.h 30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
  /external/webkit/Source/WebKit/android/plugins/
PluginDebugAndroid.cpp 63 void anp_logPluginEvent(void* npp, const ANPEvent* evt, int16_t returnVal, int elapsedTime) {
74 npp, returnVal, elapsedTime, inputActions[evt->data.key.action],
79 PLUGIN_LOG("%p EVENT::KEY[%d] unknown action", npp, returnVal);
86 returnVal, elapsedTime, inputActions[evt->data.mouse.action],
89 anp_logPlugin("%p EVENT::MOUSE[%d] unknown action", npp, returnVal);
97 npp, returnVal, elapsedTime,
101 anp_logPlugin("%p EVENT::TOUCH[%d] unknown action", npp, returnVal);
PluginDebugAndroid.h 50 void anp_logPluginEvent(void* npp, const ANPEvent* event, int16_t returnVal, int elapsedTime);
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 48 void glTestCheckEglError(const char* op, EGLBoolean returnVal)
50 if (returnVal != EGL_TRUE) {
51 testPrintE("%s() returned %d", op, returnVal);
111 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
114 if (returnVal && error == EGL_SUCCESS) {
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
48 if (returnVal != EGL_TRUE) {
49 fprintf(stderr, "%s() returned %d\n", op, returnVal);
219 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
221 if (returnVal && error == EGL_SUCCESS) {
231 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig);
232 checkEglError("eglGetConfigs", returnVal);
233 if (!returnVal) {
245 returnVal = eglGetConfigs(dpy, configs, numConfig, &numConfig);
246 checkEglError("eglGetConfigs", returnVal);
    [all...]
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 138 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
140 if (returnVal && error == EGL_SUCCESS) {
148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
149 if (returnVal != EGL_TRUE) {
150 fprintf(stderr, "%s() returned %d\n", op, returnVal);
162 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig);
163 checkEglError("eglGetConfigs", returnVal);
164 if (!returnVal) {
176 returnVal = eglGetConfigs(dpy, configs, numConfig, &numConfig);
177 checkEglError("eglGetConfigs", returnVal);
    [all...]
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
36 if (returnVal != EGL_TRUE) {
37 fprintf(stderr, "%s() returned %d\n", op, returnVal);
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
48 if (returnVal != EGL_TRUE) {
49 fprintf(stderr, "%s() returned %d\n", op, returnVal);
323 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
325 if (returnVal && error == EGL_SUCCESS) {
335 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig);
336 checkEglError("eglGetConfigs", returnVal);
337 if (!returnVal) {
349 returnVal = eglGetConfigs(dpy, configs, numConfig, &numConfig);
350 checkEglError("eglGetConfigs", returnVal);
    [all...]
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
50 if (returnVal != EGL_TRUE) {
51 fprintf(stderr, "%s() returned %d\n", op, returnVal);
214 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
216 if (returnVal && error == EGL_SUCCESS) {
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 314 String[] returnVal = new String[] { "", "", ""};
317 System.arraycopy(split, 0, returnVal, 0, split.length);
320 if (DBG) Log.d(TAG, "parseLocalePref(" + returnVal[0] + "," + returnVal[1] +
321 "," + returnVal[2] +")");
323 return returnVal;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h 62 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
GLUtils.cpp 155 void GLUtils::checkEglError(const char* op, EGLBoolean returnVal)
157 if (returnVal != EGL_TRUE) {
161 ALOGE("EGL ERROR - %s() returned %d\n", op, returnVal);
  /frameworks/base/core/java/android/animation/
KeyframeSet.java 218 String returnVal = " ";
220 returnVal += mKeyframes.get(i).getValue() + " ";
222 return returnVal;
ObjectAnimator.java 488 String returnVal = "ObjectAnimator@" + Integer.toHexString(hashCode()) + ", target " +
492 returnVal += "\n " + mValues[i].toString();
495 return returnVal;
PropertyValuesHolder.java 380 Method returnVal = null;
385 returnVal = targetClass.getMethod(methodName, args);
405 returnVal = targetClass.getMethod(methodName, args);
408 return returnVal;
416 if (returnVal == null) {
422 return returnVal;
    [all...]
ValueAnimator.java     [all...]
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
50 if (returnVal != EGL_TRUE) {
51 fprintf(stderr, "%s() returned %d\n", op, returnVal);
324 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
326 if (returnVal && error == EGL_SUCCESS) {
  /external/icu4c/common/
rbbiscan.cpp 200 UBool returnVal = TRUE;
372 returnVal = FALSE;
477 returnVal = FALSE;
539 returnVal = FALSE;
548 returnVal = FALSE;
552 returnVal = FALSE;
561 returnVal = FALSE;
564 return returnVal;
    [all...]
  /frameworks/rs/driver/
rsdGL.cpp 53 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
77 if (returnVal != EGL_TRUE) {
78 fprintf(stderr, "%s() returned %d\n", op, returnVal);
129 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
130 if (returnVal) {
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 37 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ParseHelper.cpp     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c     [all...]

Completed in 439 milliseconds

1 2