| /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::EGLBoolean returnValue = m_egl.copyBuffers(dpy, surface, target); local 66 eglw::EGLContext returnValue = m_egl.createContext(dpy, config, share_context, attrib_list); local 76 eglw::EGLImage returnValue = m_egl.createImage(dpy, ctx, target, buffer, attrib_list); local 86 …eglw::EGLSurface returnValue = m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, a… local 96 eglw::EGLSurface returnValue = m_egl.createPbufferSurface(dpy, config, attrib_list); local 106 eglw::EGLSurface returnValue = m_egl.createPixmapSurface(dpy, config, pixmap, attrib_list); local [all …]
|
| /external/webrtc/src/system_wrappers/source/ |
| D | atomic32_posix.cc | 42 WebRtc_Word32 returnValue = __sync_fetch_and_add(&_value, value); in operator +=() local 49 WebRtc_Word32 returnValue = __sync_fetch_and_sub(&_value, value); in operator -=() local
|
| D | aligned_malloc.cc | 61 AlignedMemory* returnValue = new AlignedMemory(); in AlignedMalloc() local
|
| D | cpu_win.cc | 480 bool returnValue = true; in UpdateCpuUsage() local
|
| /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/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
|
| /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/v8/include/ |
| D | v8-util.h | 156 ReturnValue<Value> returnValue) { in SetReturnValue() 229 bool SetReturnValue(ReturnValue<T> returnValue) { in SetReturnValue() 312 ReturnValue<Value>* returnValue, PersistentContainerValue value) { in SetReturnValueFromVal()
|
| /external/proguard/src/proguard/gui/ |
| D | OptimizationsDialog.java | 52 private int returnValue; field in OptimizationsDialog
|
| D | FilterDialog.java | 66 private int returnValue; field in FilterDialog
|
| /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/guava/guava-testlib/src/com/google/common/testing/ |
| D | ForwardingWrapperTester.java | 174 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()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | DateFormatSymbols.java | 730 String [] returnValue = null; in getMonths() local 857 String [] returnValue = null; in getWeekdays() local 987 String [] returnValue = null; in getQuarters() local
|
| /external/llvm/examples/ParallelJIT/ |
| D | ParallelJIT.cpp | 286 void* returnValue; in main() local
|
| /external/icu/icu4c/source/i18n/ |
| D | dtfmtsym.cpp | 625 UnicodeString *returnValue = NULL; in getMonths() local 689 UnicodeString *returnValue = NULL; in getWeekdays() local 744 UnicodeString *returnValue = NULL; in getQuarters() local
|