Home
last modified time | relevance | path

Searched defs:returnValue (Results 1 – 25 of 59) 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/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
DLogTransformer.java297 String returnValue = JavassistHelper.returnValue(method); in doMethod() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DInvokeMethodTest.java177 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod001() local
346 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod002() local
473 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod003() local
DInvokeMethod003Test.java124 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod_null_argument() local
DInvokeMethod002Test.java256 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod() 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/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/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.java215 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod001() local
331 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.java144 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod() local
DInvokeMethodDefault002Test.java144 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.c154 int returnValue=0; in main() local
/external/mockito/src/org/mockito/internal/handler/
DInvocationNotifierHandler.java48 private void notifyMethodCall(Invocation invocation, Object returnValue) { in notifyMethodCall()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java122 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethodStatic() local
/external/proguard/src/proguard/gui/
DOptimizationsDialog.java52 private int returnValue; field in OptimizationsDialog
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.cc260 bool returnValue = true; in SetSockopt() local
327 bool returnValue = true; in Bind() local
1339 const bool returnValue = _socket != INVALID_SOCKET; in AquireSocket() local
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl319 glw::GLenum returnValue = m_gl.checkFramebufferStatus(target); local
329 glw::GLenum returnValue = m_gl.checkNamedFramebufferStatus(framebuffer, target); local
479 glw::GLenum returnValue = m_gl.clientWaitSync(sync, flags, timeout); local
671 glw::GLuint returnValue = m_gl.createProgram(); local
709 glw::GLuint returnValue = m_gl.createShader(type); local
719 glw::GLuint returnValue = m_gl.createShaderProgramv(type, count, strings); local
1156 glw::GLsync returnValue = m_gl.fenceSync(condition, flags); local
1429 glw::GLint returnValue = m_gl.getAttribLocation(program, name); local
1506 …glw::GLuint returnValue = m_gl.getDebugMessageLog(count, bufSize, sources, types, ids, severities,… local
1530 glw::GLenum returnValue = m_gl.getError(); local
[all …]
/external/v8/test/mjsunit/harmony/
Ddo-expressions.js7 function returnValue(v) { return v; } function
/external/guava/guava/src/com/google/common/util/concurrent/
DSmoothRateLimiter.java359 long returnValue = nextFreeTicketMicros; in reserveEarliestAvailable() local
/external/guava/guava-testlib/src/com/google/common/testing/
DForwardingWrapperTester.java181 private final Object returnValue; field in ForwardingWrapperTester.InteractionTester
/external/deqp/modules/egl/
DteglImageTests.cpp94 RetVal checkCallError (EglTestContext& eglTestCtx, const char* call, RetVal returnValue, EGLint exp… in checkCallError()
117 void checkCallReturn (EglTestContext& eglTestCtx, const char* call, RetVal returnValue, RetVal expe… in checkCallReturn()

123