Home
last modified time | relevance | path

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

123

/external/deqp/framework/egl/
DegluCallLogWrapper.inl11 eglw::EGLBoolean returnValue = m_egl.bindAPI(api); local
21 eglw::EGLBoolean returnValue = m_egl.bindTexImage(dpy, surface, buffer); local
31 …eglw::EGLBoolean returnValue = m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_conf… local
46 eglw::EGLint returnValue = m_egl.clientWaitSync(dpy, sync, flags, timeout); local
56 eglw::EGLint returnValue = m_egl.clientWaitSyncKHR(dpy, sync, flags, timeout); local
66 eglw::EGLBoolean returnValue = m_egl.copyBuffers(dpy, surface, target); local
76 eglw::EGLContext returnValue = m_egl.createContext(dpy, config, share_context, attrib_list); local
86 eglw::EGLImage returnValue = m_egl.createImage(dpy, ctx, target, buffer, attrib_list); local
96 eglw::EGLImageKHR returnValue = m_egl.createImageKHR(dpy, ctx, target, buffer, attrib_list); local
106 …eglw::EGLSurface returnValue = m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, a… local
[all …]
/external/swiftshader/src/OpenGL/compiler/
DConstantUnion.h244 ConstantUnion returnValue; variable
258 ConstantUnion returnValue; variable
272 ConstantUnion returnValue; variable
286 ConstantUnion returnValue; variable
299 ConstantUnion returnValue; variable
312 ConstantUnion returnValue; variable
328 ConstantUnion returnValue; variable
341 ConstantUnion returnValue; variable
354 ConstantUnion returnValue; variable
367 ConstantUnion returnValue; variable
[all …]
/external/swiftshader/src/OpenGL/libGL/
Dmain.h57 T &error(GLenum errorCode, T &returnValue) in error()
65 const T &error(GLenum errorCode, const T &returnValue) in error()
/external/swiftshader/src/OpenGL/libEGL/
Dmain.h63 const T &error(EGLint errorCode, const T &returnValue) in error()
71 const T &success(const T &returnValue) in success()
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/
DJavassistHelper.java52 public static String returnValue(CtBehavior method) throws NotFoundException { in returnValue() method in JavassistHelper
54 String returnValue = ""; in returnValue() local
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.h37 const T &error(GLenum errorCode, const T &returnValue) in error()
/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.h39 const T &error(GLenum errorCode, const T &returnValue) in error()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java178 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod001() local
347 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod002() local
474 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod003() local
DInvokeMethod003Test.java125 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod_null_argument() local
DInvokeMethod002Test.java257 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod() local
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
Dmemory_pool_win.h179 MemoryPoolItem<MemoryType>* returnValue = (MemoryPoolItem<MemoryType>*) in CreateMemory() local
190 delete returnValue; in CreateMemory() local
/external/proguard/src/proguard/optimize/info/
DMethodOptimizationInfo.java49 private Value returnValue; field in MethodOptimizationInfo
258 public void generalizeReturnValue(Value returnValue) in generalizeReturnValue()
273 public void setReturnValue(Value returnValue) in setReturnValue()
/external/testng/src/test/java/test/privatemethod/
DPrivateMethodTest.java19 int returnValue = pmt.privateMethod(); in testPrivateMethod() local
/external/r8/src/main/java/com/android/tools/r8/shaking/
DProguardMemberRule.java26 private ProguardMemberRuleReturnValue returnValue; field in ProguardMemberRule.Builder
92 private final ProguardMemberRuleReturnValue returnValue; field in ProguardMemberRule
102 ProguardMemberRuleReturnValue returnValue) { in ProguardMemberRule()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodTest.java216 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod001() local
332 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod002() local
DInvokeMethod002Test.java153 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod_null_argument() local
DInvokeMethod003Test.java157 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod_toString() local
DInvokeMethodDefault002Test.java145 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod() local
DInvokeMethodDefaultTest.java145 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod() local
/external/proguard/src/proguard/evaluation/
DInvocationUnit.java49 Value returnValue); in exitMethod()
/external/icu/icu4c/source/samples/ufortune/
Dufortune.c160 int returnValue=0; in main() local
/external/mockito/src/main/java/org/mockito/internal/handler/
DInvocationNotifierHandler.java46 private void notifyMethodCall(Invocation invocation, Object returnValue) { in notifyMethodCall()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java119 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethodStatic() local
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DReturn.java39 public Value returnValue() { in returnValue() method in Return
/external/v8/src/inspector/
Dv8-regex.cc63 v8::Local<v8::Value> returnValue; in match() local

123