Home
last modified time | relevance | path

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

123456

/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/angle/src/libGLESv2/
Dentry_points_egl_autogen.cpp35 EGLBoolean returnValue; in EGL_ChooseConfig() local
69 EGLBoolean returnValue; in EGL_CopyBuffers() local
101 EGLContext returnValue; in EGL_CreateContext() local
137 EGLSurface returnValue; in EGL_CreatePbufferSurface() local
171 EGLSurface returnValue; in EGL_CreatePixmapSurface() local
206 EGLSurface returnValue; in EGL_CreateWindowSurface() local
238 EGLBoolean returnValue; in EGL_DestroyContext() local
265 EGLBoolean returnValue; in EGL_DestroySurface() local
295 EGLBoolean returnValue; in EGL_GetConfigAttrib() local
328 EGLBoolean returnValue; in EGL_GetConfigs() local
[all …]
Dentry_points_egl_ext_autogen.cpp57 EGLClientBuffer returnValue; in EGL_CreateNativeClientBufferANDROID() local
87 EGLBoolean returnValue; in EGL_GetCompositorTimingSupportedANDROID() local
123 EGLBoolean returnValue; in EGL_GetCompositorTimingANDROID() local
157 EGLBoolean returnValue; in EGL_GetNextFrameIdANDROID() local
189 EGLBoolean returnValue; in EGL_GetFrameTimestampSupportedANDROID() local
226 EGLBoolean returnValue; in EGL_GetFrameTimestampsANDROID() local
261 EGLClientBuffer returnValue; in EGL_GetNativeClientBufferANDROID() local
285 EGLint returnValue; in EGL_DupNativeFenceFDANDROID() local
316 EGLBoolean returnValue; in EGL_PresentationTimeANDROID() local
348 EGLDeviceEXT returnValue; in EGL_CreateDeviceANGLE() local
[all …]
/external/angle/src/libANGLE/capture/
Dcapture_egl_autogen.cpp29 EGLBoolean returnValue) in CaptureChooseConfig()
51 EGLBoolean returnValue) in CaptureCopyBuffers()
72 EGLContext returnValue) in CaptureCreateContext()
93 EGLSurface returnValue) in CaptureCreatePbufferSurface()
114 EGLSurface returnValue) in CaptureCreatePixmapSurface()
136 EGLSurface returnValue) in CaptureCreateWindowSurface()
156 EGLBoolean returnValue) in CaptureDestroyContext()
174 EGLBoolean returnValue) in CaptureDestroySurface()
194 EGLBoolean returnValue) in CaptureGetConfigAttrib()
216 EGLBoolean returnValue) in CaptureGetConfigs()
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DConstantUnion.h446 TConstUnion returnValue; variable
468 TConstUnion returnValue; variable
490 TConstUnion returnValue; variable
512 TConstUnion returnValue; variable
533 TConstUnion returnValue; variable
655 TConstUnion returnValue; variable
775 TConstUnion returnValue; variable
796 TConstUnion returnValue; variable
817 TConstUnion returnValue; variable
838 TConstUnion returnValue; variable
[all …]
/external/deqp-deps/glslang/glslang/Include/
DConstantUnion.h446 TConstUnion returnValue; variable
468 TConstUnion returnValue; variable
490 TConstUnion returnValue; variable
512 TConstUnion returnValue; variable
533 TConstUnion returnValue; variable
655 TConstUnion returnValue; variable
775 TConstUnion returnValue; variable
796 TConstUnion returnValue; variable
817 TConstUnion returnValue; variable
838 TConstUnion returnValue; variable
[all …]
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/runtime/
DTraceCmpHooks.java76 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in equals()
90 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in genericEquals()
102 MethodHandle method, String thisObject, Object[] arguments, int hookId, Integer returnValue) { in compareTo()
113 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in contentEquals()
124 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in regionsMatches5()
138 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in regionMatches4()
163 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in contains()
183 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Integer returnValue) { in indexOf()
196 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in startsWith()
207 MethodHandle method, Object thisObject, Object[] arguments, int hookId, String returnValue) { in replace()
[all …]
DTraceIndirHooks.java32 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in methodInvoke()
/external/angle/src/compiler/translator/
DConstantUnion.cpp421 TConstantUnion returnValue; in add() local
456 TConstantUnion returnValue; in sub() local
491 TConstantUnion returnValue; in mul() local
524 TConstantUnion returnValue; in operator %() local
547 TConstantUnion returnValue; in rshift() local
653 TConstantUnion returnValue; in lshift() local
716 TConstantUnion returnValue; in operator &() local
735 TConstantUnion returnValue; in operator |() local
754 TConstantUnion returnValue; in operator ^() local
773 TConstantUnion returnValue; in operator &&() local
[all …]
/external/jazzer-api/agent/src/test/java/com/code_intelligence/jazzer/instrumentor/
DAfterHooks.java29 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in patchFunc1()
39 Object returnValue) throws Throwable { in patchRegisterTimesCalled()
49 MethodHandle method, Object thisObject, Object[] arguments, int hookId, String returnValue) { in patchGetFirstSecret()
59 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in patchGetSecondSecret()
78 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in patchStringBuilderInit()
DInvalidHookMocks.java29 int hookId, Boolean returnValue) {} in invalidAfterHook()
33 int hookId, boolean returnValue) {} in invalidAfterHook2()
68 int hookId, boolean returnValue) {} in primitiveReturnValueMustBeWrapped()
86 int hookId, boolean returnValue) {} in primitiveReturnType()
/external/connectedappssdk/tests/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DCrossProfileSupportedReturnTypeTest.java169 final String returnValue; field in CrossProfileSupportedReturnTypeTest.TypeWithReturnValue
171 static TypeWithReturnValue primitiveType(String type, String returnValue) { in primitiveType()
179 private TypeWithReturnValue(String type, String returnValue) { in TypeWithReturnValue()
/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/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/util/
DRpcUtil.java128 Object returnValue = rpc.invoke(mReceiverManager, newParams); in invokeRpc() local
131 Object returnValue = rpc.invoke(mReceiverManager, params); in invokeRpc() local
/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/ktfmt/core/src/test/java/com/facebook/ktfmt/cli/
DMainTest.kt118 val returnValue = in Parsing errors are reported (stdin)() constant
128 val returnValue = in Parsing errors are reported (stdin-name)() constant
144 val returnValue = in Parsing errors are reported (file)() constant
163 val returnValue: Int = in all files in args are processed, even if one of them has an error() constant
/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/libmonet/contrast/
DContrast.java141 final double returnValue = ColorUtils.lstarFromY(lightY) + LUMINANCE_GAMUT_MAP_TOLERANCE; in lighter() local
187 final double returnValue = ColorUtils.lstarFromY(darkY) - LUMINANCE_GAMUT_MAP_TOLERANCE; in darker() local
/external/oj-libjdwp/src/share/classes/com/sun/jdi/event/
DMethodExitEvent.java73 public Value returnValue(); in returnValue() method
/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
/external/testng/src/test/java/test/privatemethod/
DPrivateMethodTest.java19 int returnValue = pmt.privateMethod(); in testPrivateMethod() local
/external/jazzer-api/tests/src/test/java/com/example/
DHookDependenciesFuzzer.java46 Boolean returnValue) { in matcherMatchesHook()
/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()

123456