Home
last modified time | relevance | path

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

1234

/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/deqp-deps/glslang/glslang/Include/
DConstantUnion.h440 TConstUnion returnValue; variable
460 TConstUnion returnValue; variable
480 TConstUnion returnValue; variable
500 TConstUnion returnValue; variable
519 TConstUnion returnValue; variable
633 TConstUnion returnValue; variable
747 TConstUnion returnValue; variable
766 TConstUnion returnValue; variable
785 TConstUnion returnValue; variable
804 TConstUnion returnValue; variable
[all …]
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java158 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod001() local
328 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod002() local
455 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod003() local
DInvokeMethod003Test.java124 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod_null_argument() local
/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.h40 const T &error(GLenum errorCode, const T &returnValue) in error()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/event/
DMethodExitEvent.java73 public Value returnValue(); in returnValue() method
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.h37 const T &error(GLenum errorCode, const T &returnValue) in error()
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodTest.java217 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod001() local
333 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod002() local
DInvokeMethod002Test.java152 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod_null_argument() local
DInvokeMethod003Test.java156 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod_toString() local
DInvokeMethodDefaultTest.java145 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod() local
DInvokeMethodDefault002Test.java145 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod() local
/external/proguard/src/proguard/evaluation/
DInvocationUnit.java49 Value returnValue); in exitMethod()
/external/mockito/src/main/java/org/mockito/internal/handler/
DInvocationNotifierHandler.java45 private void notifyMethodCall(Invocation invocation, Object returnValue) { in notifyMethodCall()
/external/icu/icu4c/source/samples/ufortune/
Dufortune.c160 int returnValue=0; in main() local
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DApplicationProtocolSelectorAdapterTest.java83 private void mockSelection(String returnValue) { in mockSelection()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DApplicationProtocolSelectorAdapterTest.java79 private void mockSelection(String returnValue) { in mockSelection()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java119 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethodStatic() local
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonRpcResult.java119 JSONObject returnValue = error(id, sl4aException); in error() local

1234