/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | ConstantUnion.h | 143 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/ |
D | atomic32_linux.h | 69 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
|
D | aligned_malloc.cc | 61 AlignedMemory* returnValue = new AlignedMemory(); in AlignedMalloc() local
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
D | NPObjectMessageReceiver.cpp | 64 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()
|
D | NPObjectProxy.cpp | 101 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/ |
D | main.h | 45 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/ |
D | main.h | 40 const T &error(GLenum errorCode, const T &returnValue) in error()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GaneshContext.cpp | 127 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/ |
D | JSNPObject.cpp | 99 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/ |
D | LocalStorageThread.cpp | 89 void* returnValue; in terminate() local
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8WorkerContextErrorHandler.cpp | 51 v8::Local<v8::Value> returnValue; in callListenerFunction() local
|
D | V8WindowErrorHandler.cpp | 52 v8::Local<v8::Value> returnValue; in callListenerFunction() local
|
D | V8AbstractEventListener.cpp | 143 v8::Local<v8::Value> returnValue; in invokeEventHandler() local
|
D | V8NPObject.cpp | 140 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/ |
D | InvocationUnit.java | 49 Value returnValue); in exitMethod()
|
/external/icu4c/samples/ufortune/ |
D | ufortune.c | 154 int returnValue=0; in main() local
|
/external/proguard/src/proguard/optimize/info/ |
D | MethodOptimizationInfo.java | 48 private Value returnValue; field in MethodOptimizationInfo 245 public void generalizeReturnValue(Value returnValue) in generalizeReturnValue()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSErrorHandler.cpp | 96 JSValue returnValue = JSC::call(exec, jsFunction, callType, callData, thisValue, args); in handleEvent() local
|
/external/webkit/Tools/TestWebKitAPI/ |
D | Test.h | 84 #define TEST_ASSERT_RETURN(expression, returnValue) _TEST_ASSERT_HELPER(expression, return (returnV… argument
|
/external/webkit/Source/WebCore/dom/ |
D | Event.h | 97 bool returnValue() const { return !defaultPrevented(); } in returnValue() function 98 void setReturnValue(bool returnValue) { setDefaultPrevented(!returnValue); } in setReturnValue()
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | Lexer.cpp | 545 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/ |
D | OptimizationsDialog.java | 52 private int returnValue; field in OptimizationsDialog
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | GenericCallback.h | 124 void performCallbackWithReturnValue(InternalReturnValueType returnValue) in performCallbackWithReturnValue()
|
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 558 UnicodeString *returnValue = NULL; in getMonths() local 620 UnicodeString *returnValue = NULL; in getWeekdays() local 667 UnicodeString *returnValue = NULL; in getQuarters() local
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 281 void* returnValue; in main() local
|