Home
last modified time | relevance | path

Searched defs:returnValue (Results 1 – 25 of 131) 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/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.java75 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in equals()
89 MethodHandle method, String thisObject, Object[] arguments, int hookId, Integer returnValue) { in compareTo()
100 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in contentEquals()
111 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in regionsMatches5()
125 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in regionMatches4()
150 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in contains()
170 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Integer returnValue) { in indexOf()
183 MethodHandle method, String thisObject, Object[] arguments, int hookId, Boolean returnValue) { in startsWith()
194 MethodHandle method, Object thisObject, Object[] arguments, int hookId, String returnValue) { in replace()
207 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Boolean returnValue) { in arraysEquals()
[all …]
DTraceIndirHooks.java32 MethodHandle method, Object thisObject, Object[] arguments, int hookId, Object returnValue) { in methodInvoke()
/external/angle/src/compiler/translator/
DConstantUnion.cpp411 TConstantUnion returnValue; in add() local
446 TConstantUnion returnValue; in sub() local
481 TConstantUnion returnValue; in mul() local
514 TConstantUnion returnValue; in operator %() local
537 TConstantUnion returnValue; in rshift() local
643 TConstantUnion returnValue; in lshift() local
706 TConstantUnion returnValue; in operator &() local
725 TConstantUnion returnValue; in operator |() local
744 TConstantUnion returnValue; in operator ^() local
763 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.java28 int hookId, Boolean returnValue) {} in invalidAfterHook()
32 int hookId, boolean returnValue) {} in invalidAfterHook2()
60 int hookId, boolean returnValue) {} in primitiveReturnValueMustBeWrapped()
DValidHookMocks.java28 int hookId, Boolean returnValue) {} in validAfterHook()
32 int hookId, boolean returnValue) {} in validAfterHook2()
/external/connectedappssdk/tests/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DCrossProfileSupportedReturnTypeTest.java150 final String returnValue; field in CrossProfileSupportedReturnTypeTest.TypeWithReturnValue
152 static TypeWithReturnValue primitiveType(String type, String returnValue) { in primitiveType()
160 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/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/oj-libjdwp/src/share/classes/com/sun/jdi/event/
DMethodExitEvent.java73 public Value returnValue(); in returnValue() method
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/cli/
DMainTest.kt118 val returnValue = in Parsing errors are reported (stdin)() constant
129 val returnValue = in Parsing errors are reported (file)() constant
148 val returnValue: Int = in all files in args are processed, even if one of them has an error() constant
/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
/external/testng/src/test/java/test/privatemethod/
DPrivateMethodTest.java19 int returnValue = pmt.privateMethod(); in testPrivateMethod() 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/openjdk/src/test/java/org/conscrypt/
DApplicationProtocolSelectorAdapterTest.java79 private void mockSelection(String returnValue) { in mockSelection()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DApplicationProtocolSelectorAdapterTest.java83 private void mockSelection(String returnValue) { in mockSelection()

123456