HomeSort by relevance Sort by last modified time
    Searched full:returnvalue (Results 51 - 75 of 397) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlsetcolors.html 143 CLASS="RETURNVALUE"
203 CLASS="RETURNVALUE"
211 CLASS="RETURNVALUE"
215 CLASS="RETURNVALUE"
sdlsetpalette.html 175 CLASS="RETURNVALUE"
209 CLASS="RETURNVALUE"
217 CLASS="RETURNVALUE"
221 CLASS="RETURNVALUE"
sdlcdeject.html 139 CLASS="RETURNVALUE"
142 CLASS="RETURNVALUE"
sdlcdpause.html 139 CLASS="RETURNVALUE"
142 CLASS="RETURNVALUE"
sdlcdplay.html 149 CLASS="RETURNVALUE"
152 CLASS="RETURNVALUE"
sdlcdresume.html 139 CLASS="RETURNVALUE"
142 CLASS="RETURNVALUE"
sdlcdstop.html 139 CLASS="RETURNVALUE"
142 CLASS="RETURNVALUE"
sdlcondbroadcast.html 130 CLASS="RETURNVALUE"
133 CLASS="RETURNVALUE"
sdlcondsignal.html 130 CLASS="RETURNVALUE"
133 CLASS="RETURNVALUE"
  /frameworks/base/core/java/android/hardware/camera2/utils/
CameraBinderDecorator.java 66 int returnValue = (Integer) result;
68 switch (returnValue) {
104 if (returnValue < 0) {
106 returnValue));
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 282 void* returnValue;
283 result = pthread_join( add1Thread, &returnValue );
288 std::cout << "Add1 returned " << intptr_t(returnValue) << std::endl;
290 result = pthread_join( fibThread1, &returnValue );
295 std::cout << "Fib1 returned " << intptr_t(returnValue) << std::endl;
297 result = pthread_join( fibThread2, &returnValue );
302 std::cout << "Fib2 returned " << intptr_t(returnValue) << std::endl;
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 366 EGLBoolean returnValue;
394 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion);
395 checkEglError("eglInitialize", returnValue);
397 if (returnValue != EGL_TRUE) {
437 returnValue = eglMakeCurrent(dpy, surface, surface, context);
438 checkEglError("eglMakeCurrent", returnValue);
439 if (returnValue != EGL_TRUE) {
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 4 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
7 [returnvalue:SA_Post( attr=1)]
11 [returnvalue:SA_Post(attr=1)]
16 [returnvalue:SA_Post(attr=1)]
21 [returnvalue:SA_Post(attr=1)]
MicrosoftExtensions.c 72 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
75 [returnvalue:SA_Post( attr=1)]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
SyncStatusHelper.java 281 boolean returnValue;
283 returnValue = mCachedMasterSyncAutomatically &&
288 return returnValue;
315 boolean returnValue;
317 returnValue = mCachedSettings.getSyncAutomatically(account);
321 return returnValue;
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 257 var returnValue = currentTest.run();
260 if (returnValue - 0 === returnValue) {
261 if (returnValue < 0)
262 PerfTestRunner.log("runFunction returned a negative value: " + returnValue);
263 return returnValue;
  /external/chromium_org/third_party/icu/source/i18n/
dtfmtsym.cpp 558 UnicodeString *returnValue = NULL;
565 returnValue = fMonths;
569 returnValue = fShortMonths;
573 returnValue = fNarrowMonths;
583 returnValue = fStandaloneMonths;
587 returnValue = fStandaloneShortMonths;
591 returnValue = fStandaloneNarrowMonths;
600 return returnValue;
620 UnicodeString *returnValue = NULL;
626 returnValue = fWeekdays
    [all...]
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 97 int returnValue = chooser.showOpenDialog(owner);
98 if (returnValue == JFileChooser.APPROVE_OPTION)
147 int returnValue = chooser.showOpenDialog(owner);
148 if (returnValue == JFileChooser.APPROVE_OPTION)
190 int returnValue = filterDialog.showDialog();
191 if (returnValue == FilterDialog.APPROVE_OPTION)
  /cts/tests/jni/
android_os_cts_FileUtils.cpp 106 jint returnValue = chmod(fileStr, mode) == 0 ? 0 : errno;
108 return returnValue;
  /external/chromium/chrome/browser/resources/shared/js/cr/
event_target.js 80 this.returnValue = false;
96 return !prevented && event.returnValue;
  /external/chromium-trace/trace-viewer/src/base/
event_target.js 81 this.returnValue = false;
97 return !prevented && event.returnValue;
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
TestAwContentsClient.java 211 boolean returnValue =
214 return returnValue;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/
event_target.js 80 this.returnValue = false;
96 return !prevented && event.returnValue;
  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
FibonacciMaker.java 60 code.returnValue(result);
62 code.returnValue(i);
  /external/llvm/lib/Support/
Compression.cpp 38 static zlib::Status encodeZlibReturnValue(int ReturnValue) {
39 switch (ReturnValue) {

Completed in 1329 milliseconds

1 23 4 5 6 7 8 91011>>