/external/deqp/framework/egl/ |
D | egluCallLogWrapper.inl | 11 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/ |
D | JavassistHelper.java | 52 public static String returnValue(CtBehavior method) throws NotFoundException { in returnValue() method in JavassistHelper 54 String returnValue = ""; in returnValue() local
|
D | LogTransformer.java | 297 String returnValue = JavassistHelper.returnValue(method); in doMethod() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethodTest.java | 177 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod001() local 346 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod002() local 473 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod003() local
|
D | InvokeMethod003Test.java | 124 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod_null_argument() local
|
D | InvokeMethod002Test.java | 256 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod() local
|
/external/proguard/src/proguard/optimize/info/ |
D | MethodOptimizationInfo.java | 49 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/ |
D | memory_pool_win.h | 179 MemoryPoolItem<MemoryType>* returnValue = (MemoryPoolItem<MemoryType>*) in CreateMemory() local 190 delete returnValue; in CreateMemory() local
|
/external/testng/src/test/java/test/privatemethod/ |
D | PrivateMethodTest.java | 19 int returnValue = pmt.privateMethod(); in testPrivateMethod() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethodTest.java | 215 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod001() local 331 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod002() local
|
D | InvokeMethod002Test.java | 152 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod_null_argument() local
|
D | InvokeMethod003Test.java | 156 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod_toString() local
|
D | InvokeMethodDefaultTest.java | 144 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod() local
|
D | InvokeMethodDefault002Test.java | 144 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod() local
|
/external/proguard/src/proguard/evaluation/ |
D | InvocationUnit.java | 49 Value returnValue); in exitMethod()
|
/external/icu/icu4c/source/samples/ufortune/ |
D | ufortune.c | 154 int returnValue=0; in main() local
|
/external/mockito/src/org/mockito/internal/handler/ |
D | InvocationNotifierHandler.java | 48 private void notifyMethodCall(Invocation invocation, Object returnValue) { in notifyMethodCall()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/ |
D | InvokeMethodTest.java | 122 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethodStatic() local
|
/external/proguard/src/proguard/gui/ |
D | OptimizationsDialog.java | 52 private int returnValue; field in OptimizationsDialog
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_win.cc | 260 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/ |
D | gluCallLogWrapper.inl | 319 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/ |
D | do-expressions.js | 7 function returnValue(v) { return v; } function
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | SmoothRateLimiter.java | 359 long returnValue = nextFreeTicketMicros; in reserveEarliestAvailable() local
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | ForwardingWrapperTester.java | 181 private final Object returnValue; field in ForwardingWrapperTester.InteractionTester
|
/external/deqp/modules/egl/ |
D | teglImageTests.cpp | 94 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()
|