HomeSort by relevance Sort by last modified time
    Searched full:returnvalue (Results 76 - 100 of 291) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/bindings/js/
JSErrorHandler.cpp 96 JSValue returnValue = JSC::call(exec, jsFunction, callType, callData, thisValue, args);
105 if (returnValue.getBoolean(retvalbool) && !retvalbool)
  /external/webkit/Source/WebKit2/UIProcess/
GenericCallback.h 124 void performCallbackWithReturnValue(InternalReturnValueType returnValue)
128 m_callback(toAPI(returnValue), 0, context());
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 57 int line, EGLint error, T returnValue, bool quiet = false) {
59 return returnValue;
  /external/clang/lib/CodeGen/
CGCUDARuntime.h 41 ReturnValueSlot ReturnValue);
MicrosoftCXXABI.cpp 70 ReturnValueSlot ReturnValue,
218 CGF.Builder.CreateStore(getThisValue(CGF), CGF.ReturnValue);
268 ReturnValueSlot ReturnValue,
284 return CGF.EmitCXXMemberCall(Dtor, CallLoc, Callee, ReturnValue, This,
  /external/proguard/src/proguard/evaluation/
InvocationUnit.java 49 Value returnValue);
  /external/proguard/src/proguard/gui/
FilterDialog.java 61 private int returnValue;
156 returnValue = APPROVE_OPTION;
288 returnValue = CANCEL_OPTION;
296 return returnValue;
  /external/webkit/Source/JavaScriptCore/runtime/
Completion.h 34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted, Terminated };
  /external/icu4c/samples/ufortune/
ufortune.c 154 int returnValue=0;
162 if (optionError != NULL) {returnValue = -1;}
163 return returnValue;
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlblitsurface.html 211 CLASS="RETURNVALUE"
215 CLASS="RETURNVALUE"
221 CLASS="RETURNVALUE"
sdllocksurface.html 173 CLASS="RETURNVALUE"
218 CLASS="RETURNVALUE"
222 CLASS="RETURNVALUE"
sdlsemwaittimeout.html 169 CLASS="RETURNVALUE"
173 CLASS="RETURNVALUE"
176 CLASS="RETURNVALUE"
sdlcdplaytracks.html 198 CLASS="RETURNVALUE"
201 CLASS="RETURNVALUE"
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.h 114 ALWAYS_INLINE void parseHex(double& returnValue);
115 ALWAYS_INLINE bool parseOctal(double& returnValue);
116 ALWAYS_INLINE bool parseDecimal(double& returnValue);
  /external/webkit/Source/WebCore/dom/
Event.h 97 bool returnValue() const { return !defaultPrevented(); }
98 void setReturnValue(bool returnValue) { setDefaultPrevented(!returnValue); }
Event.idl 75 attribute boolean returnValue;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
SdkManagerAction.java 136 final AtomicBoolean returnValue = new AtomicBoolean(false);
180 returnValue.set(true);
212 returnValue.set(true);
220 returnValue.set(true);
242 return returnValue.get();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 33 var mockFunctionFactory = function(returnValue, logging) {
35 returnValue = returnValue || null;
41 funk(returnValue);
43 return returnValue;
46 funky.getValue = function() { return returnValue; };
  /external/chromium/base/
callback_unittest.cc 51 TEST(CallbackOld, ReturnValue) {
  /external/clang/lib/Driver/
WindowsToolChain.cpp 99 bool returnValue = false;
175 returnValue = true;
187 returnValue = true;
191 return returnValue;
  /external/v8/test/mjsunit/
object-define-properties.js 52 // Check that we actually get the object back as returnvalue
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.messages.in 48 Evaluate(WebKit::NPVariantData npObjectAsVariantData, WTF::String scriptString, bool allowPopups) -> (bool returnValue, WebKit::NPVariantData resultData)
  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 480 bool returnValue = true;
486 returnValue = false;
492 returnValue = false;
528 return returnValue;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H264SwDecApi.c 343 H264SwDecRet returnValue = H264SWDEC_STRM_PROCESSED;
421 returnValue = H264SWDEC_PIC_RDY_BUFF_NOT_EMPTY;
426 returnValue = H264SWDEC_HDRS_RDY_BUFF_NOT_EMPTY;
435 returnValue = H264SWDEC_PIC_RDY;
437 returnValue = H264SWDEC_PIC_RDY_BUFF_NOT_EMPTY;
446 returnValue = H264SWDEC_STRM_ERR;
451 returnValue = H264SWDEC_MEMFAIL;
463 returnValue);
467 return(returnValue);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.pl 143 my $returnValue = system $JAVACMD, @ARGS;
144 if ($returnValue eq 0)

Completed in 1227 milliseconds

1 2 34 5 6 7 8 91011>>