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

1 2 3

  /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);
  /frameworks/native/opengl/tests/lib/include/
glTestLib.h 30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
EGLUtils.h 58 static inline String8 checkEglError(const char* op, EGLBoolean returnVal);
169 String8 EGLUtils::checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
171 if (returnVal != EGL_TRUE) {
172 msg.appendFormat("%s() returned %d\n", op, returnVal);
234 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
236 if (returnVal && error == EGL_SUCCESS) {
246 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig);
247 msg.append(checkEglError("eglGetConfigs", returnVal));
248 if (!returnVal) {
256 returnVal = eglGetConfigs(dpy, configs.data(), numConfig, &numConfig)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/
utility.c 68 double returnVal = defaultVal;
77 returnVal = atof(argv[n]);
82 return returnVal;
92 int returnVal = defaultVal;
101 returnVal = atoi(argv[n]);
106 return returnVal;
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 47 void glTestCheckEglError(const char* op, EGLBoolean returnVal)
49 if (returnVal != EGL_TRUE) {
50 testPrintE("%s() returned %d", op, returnVal);
110 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
113 if (returnVal && error == EGL_SUCCESS) {
  /frameworks/base/core/tests/coretests/src/android/animation/
AutoCancelTest.java 43 ObjectAnimator returnVal;
45 returnVal = ObjectAnimator.ofFloat(this, properties[0], 0, 1);
51 returnVal = ObjectAnimator.ofPropertyValuesHolder(this, pvhArray);
53 returnVal.setAutoCancel(true);
54 returnVal.setStartDelay(startDelay);
55 returnVal.addListener(mCanceledListener);
56 return returnVal;
  /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_basic/
gl2_basic.cpp 56 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
57 if (returnVal != EGL_TRUE) {
58 fprintf(stderr, "%s() returned %d\n", op, returnVal);
228 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
230 if (returnVal && error == EGL_SUCCESS) {
240 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig);
241 checkEglError("eglGetConfigs", returnVal);
242 if (!returnVal) {
254 returnVal = eglGetConfigs(dpy, configs, numConfig, &numConfig);
255 checkEglError("eglGetConfigs", returnVal);
    [all...]
  /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_basic/
gl_basic.cpp 140 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
142 if (returnVal && error == EGL_SUCCESS) {
150 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
151 if (returnVal != EGL_TRUE) {
152 fprintf(stderr, "%s() returned %d\n", op, returnVal);
164 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig);
165 checkEglError("eglGetConfigs", returnVal);
166 if (!returnVal) {
178 returnVal = eglGetConfigs(dpy, configs, numConfig, &numConfig);
179 checkEglError("eglGetConfigs", returnVal);
    [all...]
  /art/test/957-methodhandle-transforms/src/
Main.java 170 String returnVal = null;
174 returnVal = (String) adapter.invoke("foo", 42, null);
175 assertEquals("target", returnVal);
176 returnVal = (String) adapter.invokeExact("foo", 42l, (String) null);
177 assertEquals("target", returnVal);
181 returnVal = (String) adapter.invoke("foo", 42, "exceptionMessage");
182 assertEquals("handler1", returnVal);
183 returnVal = (String) adapter.invokeExact("foo", 42l, "exceptionMessage");
184 assertEquals("handler1", returnVal);
192 returnVal = (String) adapter.invoke("foo", 42, "exceptionMessage")
    [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) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIRuleScanner.java 137 boolean returnVal = true;
325 returnVal = false;
427 returnVal = false;
492 returnVal = false;
501 returnVal = false;
505 returnVal = false;
514 returnVal = false;
517 return returnVal;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIRuleScanner.java 136 boolean returnVal = true;
324 returnVal = false;
426 returnVal = false;
491 returnVal = false;
500 returnVal = false;
504 returnVal = false;
513 returnVal = false;
516 return returnVal;
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodHandleCombinersTest.java 186 String returnVal = null;
190 returnVal = (String) adapter.invoke("foo", 42, null);
191 assertEquals("target", returnVal);
192 returnVal = (String) adapter.invokeExact("foo", 42l, (String) null);
193 assertEquals("target", returnVal);
197 returnVal = (String) adapter.invoke("foo", 42, "exceptionMessage");
198 assertEquals("handler1", returnVal);
199 returnVal = (String) adapter.invokeExact("foo", 42l, "exceptionMessage");
200 assertEquals("handler1", returnVal);
208 returnVal = (String) adapter.invoke("foo", 42, "exceptionMessage")
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
HttpFacade.java 235 int returnVal = p1.waitFor();
236 boolean reachable = (returnVal == 0);
237 Log.d("Ping return Value:" + returnVal);
  /frameworks/base/core/java/android/animation/
KeyframeSet.java 251 String returnVal = " ";
253 returnVal += mKeyframes.get(i).getValue() + " ";
255 return returnVal;
  /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/conscrypt/common/src/main/java/org/conscrypt/
ConscryptFileDescriptorSocket.java 420 InputStream returnVal;
430 returnVal = is;
437 return returnVal;
444 OutputStream returnVal;
454 returnVal = os;
461 return returnVal;
    [all...]
  /external/icu/icu4c/source/i18n/
ucol.cpp 454 UCollationResult returnVal = Collator::fromUCollator(coll)->
456 UTRACE_EXIT_VALUE_STATUS(returnVal, status);
457 return returnVal;
482 UCollationResult returnVal = Collator::fromUCollator(coll)->internalCompareUTF8(
484 UTRACE_EXIT_VALUE_STATUS(returnVal, *status);
485 return returnVal;
  /external/icu/icu4c/source/common/
rbbiscan.cpp 204 UBool returnVal = TRUE;
411 returnVal = FALSE;
537 returnVal = FALSE;
603 returnVal = FALSE;
612 returnVal = FALSE;
616 returnVal = FALSE;
625 returnVal = FALSE;
628 return returnVal && U_SUCCESS(*fRB->fStatus);
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/app/
FrameMetricsAggregator.java 458 SparseIntArray[] returnVal = mMetrics;
460 return returnVal;
  /frameworks/rs/driver/
rsdGL.cpp 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
71 if (returnVal != EGL_TRUE) {
72 fprintf(stderr, "%s() returned %d\n", op, returnVal);
123 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
124 if (returnVal) {
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
MigratorFrame.java 317 int returnVal = fileChooser.showOpenDialog(this);
318 if (returnVal == JFileChooser.APPROVE_OPTION) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
LaunchParamsControllerTests.java 238 InstrumentedPositioner(int returnVal, LaunchParams params) {
239 mReturnVal = returnVal;

Completed in 1236 milliseconds

1 2 3