Home
last modified time | relevance | path

Searched defs:returnValue (Results 1 – 25 of 56) sorted by relevance

123

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DConstantUnion.h143 ConstantUnion returnValue; variable
156 ConstantUnion returnValue; variable
169 ConstantUnion returnValue; variable
182 ConstantUnion returnValue; variable
194 ConstantUnion returnValue; variable
206 ConstantUnion returnValue; variable
218 ConstantUnion returnValue; variable
230 ConstantUnion returnValue; variable
242 ConstantUnion returnValue; variable
254 ConstantUnion returnValue; variable
[all …]
/external/webrtc/src/system_wrappers/source/
Datomic32_linux.h69 WebRtc_Word32 returnValue = __sync_fetch_and_add(_value,1); variable
76 WebRtc_Word32 returnValue = __sync_fetch_and_sub(_value,1); variable
95 WebRtc_Word32 returnValue = __sync_fetch_and_add(_value,rhs); variable
102 WebRtc_Word32 returnValue = __sync_fetch_and_sub(_value,rhs); variable
Daligned_malloc.cc61 AlignedMemory* returnValue = new AlignedMemory(); in AlignedMalloc() local
/external/webkit/Source/WebKit2/Shared/Plugins/
DNPObjectMessageReceiver.cpp64 void NPObjectMessageReceiver::hasMethod(const NPIdentifierData& methodNameData, bool& returnValue) in hasMethod()
74 …erData& methodNameData, const Vector<NPVariantData>& argumentsData, bool& returnValue, NPVariantDa… in invoke()
102 …Receiver::invokeDefault(const Vector<NPVariantData>& argumentsData, bool& returnValue, NPVariantDa… in invokeDefault()
130 …d NPObjectMessageReceiver::hasProperty(const NPIdentifierData& propertyNameData, bool& returnValue) in hasProperty()
140 …sageReceiver::getProperty(const NPIdentifierData& propertyNameData, bool& returnValue, NPVariantDa… in getProperty()
159 …onst NPIdentifierData& propertyNameData, const NPVariantData& propertyValueData, bool& returnValue) in setProperty()
175 …PObjectMessageReceiver::removeProperty(const NPIdentifierData& propertyNameData, bool& returnValue) in removeProperty()
185 void NPObjectMessageReceiver::enumerate(bool& returnValue, Vector<NPIdentifierData>& identifiersDat… in enumerate()
205 …sageReceiver::construct(const Vector<NPVariantData>& argumentsData, bool& returnValue, NPVariantDa… in construct()
DNPObjectProxy.cpp101 bool returnValue = false; in hasMethod() local
119 bool returnValue = false; in invoke() local
141 bool returnValue = false; in invokeDefault() local
161 bool returnValue = false; in hasProperty() local
176 bool returnValue = false; in getProperty() local
197 bool returnValue = false; in setProperty() local
212 bool returnValue = false; in removeProperty() local
225 bool returnValue; in enumerate() local
253 bool returnValue = false; in construct() local
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Dmain.h45 const T &error(EGLint errorCode, const T &returnValue) in error()
53 const T &success(const T &returnValue) in success()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Dmain.h40 const T &error(GLenum errorCode, const T &returnValue) in error()
/external/webkit/Source/WebCore/platform/graphics/android/
DGaneshContext.cpp127 EGLBoolean returnValue = eglInitialize(display, &majorVersion, &minorVersion); in getDeviceForBaseTileSurface() local
176 …EGLBoolean returnValue = eglMakeCurrent(display, tileQueue->m_eglSurface, tileQueue->m_eglSurface,… in getDeviceForBaseTileSurface() local
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DJSNPObject.cpp99 bool returnValue; in callMethod() local
138 bool returnValue; in callObject() local
177 bool returnValue; in callConstructor() local
382 bool returnValue; in propertyGetter() local
/external/webkit/Source/WebCore/storage/
DLocalStorageThread.cpp89 void* returnValue; in terminate() local
/external/webkit/Source/WebCore/bindings/v8/
DV8WorkerContextErrorHandler.cpp51 v8::Local<v8::Value> returnValue; in callListenerFunction() local
DV8WindowErrorHandler.cpp52 v8::Local<v8::Value> returnValue; in callListenerFunction() local
DV8AbstractEventListener.cpp143 v8::Local<v8::Value> returnValue; in invokeEventHandler() local
DV8NPObject.cpp140 v8::Handle<v8::Value> returnValue = convertNPVariantToV8Object(&result, npObject); in npObjectInvokeImpl() local
195 v8::Handle<v8::Value> returnValue = convertNPVariantToV8Object(&result, npObject); in npObjectGetProperty() local
/external/proguard/src/proguard/evaluation/
DInvocationUnit.java49 Value returnValue); in exitMethod()
/external/icu4c/samples/ufortune/
Dufortune.c154 int returnValue=0; in main() local
/external/proguard/src/proguard/optimize/info/
DMethodOptimizationInfo.java48 private Value returnValue; field in MethodOptimizationInfo
245 public void generalizeReturnValue(Value returnValue) in generalizeReturnValue()
/external/webkit/Source/WebCore/bindings/js/
DJSErrorHandler.cpp96 JSValue returnValue = JSC::call(exec, jsFunction, callType, callData, thisValue, args); in handleEvent() local
/external/webkit/Tools/TestWebKitAPI/
DTest.h84 #define TEST_ASSERT_RETURN(expression, returnValue) _TEST_ASSERT_HELPER(expression, return (returnV… argument
/external/webkit/Source/WebCore/dom/
DEvent.h97 bool returnValue() const { return !defaultPrevented(); } in returnValue() function
98 void setReturnValue(bool returnValue) { setDefaultPrevented(!returnValue); } in setReturnValue()
/external/webkit/Source/JavaScriptCore/parser/
DLexer.cpp545 ALWAYS_INLINE void Lexer::parseHex(double& returnValue) in parseHex()
584 ALWAYS_INLINE bool Lexer::parseOctal(double& returnValue) in parseOctal()
620 ALWAYS_INLINE bool Lexer::parseDecimal(double& returnValue) in parseDecimal()
/external/proguard/src/proguard/gui/
DOptimizationsDialog.java52 private int returnValue; field in OptimizationsDialog
/external/webkit/Source/WebKit2/UIProcess/
DGenericCallback.h124 void performCallbackWithReturnValue(InternalReturnValueType returnValue) in performCallbackWithReturnValue()
/external/icu4c/i18n/
Ddtfmtsym.cpp558 UnicodeString *returnValue = NULL; in getMonths() local
620 UnicodeString *returnValue = NULL; in getWeekdays() local
667 UnicodeString *returnValue = NULL; in getQuarters() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp281 void* returnValue; in main() local

123