HomeSort by relevance Sort by last modified time
    Searched full:returnvalue (Results 1 - 25 of 644) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
glGetString.java-impl 10 String returnValue;
11 returnValue = _glGetString(
14 return returnValue;
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 11 eglw::EGLBoolean returnValue = m_egl.bindAPI(api);
13 m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMessage;
14 return returnValue;
21 eglw::EGLBoolean returnValue = m_egl.bindTexImage(dpy, surface, buffer);
23 m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMessage;
24 return returnValue;
31 eglw::EGLBoolean returnValue = m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_config);
34 m_log << TestLog::Message << "// configs = " << getPointerStr(configs, (num_config && returnValue) ? deMin32(config_size, *num_config) : 0) << TestLog::EndMessage;
38 m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMessage;
39 return returnValue;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ConstantUnion.h 296 TConstUnion returnValue;
299 case EbtInt: returnValue.setIConst(iConst + constant.iConst); break;
300 case EbtInt64: returnValue.setI64Const(i64Const + constant.i64Const); break;
301 case EbtUint: returnValue.setUConst(uConst + constant.uConst); break;
302 case EbtUint64: returnValue.setU64Const(u64Const + constant.u64Const); break;
303 case EbtDouble: returnValue.setDConst(dConst + constant.dConst); break;
307 return returnValue;
312 TConstUnion returnValue;
315 case EbtInt: returnValue.setIConst(iConst - constant.iConst); break;
316 case EbtInt64: returnValue.setI64Const(i64Const - constant.i64Const); break
    [all...]
  /external/testng/src/test/java/test/privatemethod/
PrivateMethodTest.java 19 int returnValue = pmt.privateMethod();
21 Assert.assertEquals(returnValue, 1);
  /external/swiftshader/src/OpenGL/compiler/
ConstantUnion.h 244 ConstantUnion returnValue;
247 case EbtInt: returnValue.setIConst(iConst + constant.iConst); break;
248 case EbtUInt: returnValue.setUConst(uConst + constant.uConst); break;
249 case EbtFloat: returnValue.setFConst(fConst + constant.fConst); break;
253 return returnValue;
258 ConstantUnion returnValue;
261 case EbtInt: returnValue.setIConst(iConst - constant.iConst); break;
262 case EbtUInt: returnValue.setUConst(uConst - constant.uConst); break;
263 case EbtFloat: returnValue.setFConst(fConst - constant.fConst); break;
267 return returnValue;
    [all...]
  /libcore/luni/src/test/java/libcore/java/math/
RunCSVTestsStrict.java 28 Object returnValue = m.invoke(null, input);
32 (double) returnValue, 0D);
35 (int) returnValue, 0D);
47 Object returnValue;
50 returnValue = m.invoke(null, input1, (int) input2);
53 returnValue = m.invoke(null, input1, input2);
57 assertEquals(extra + ": " + m + ": " , expectedOutput, (double) returnValue, 0D);
59 assertEquals(extra + ": " + m + ": ", (int) expectedOutput, (int) returnValue, 0D);
RunCSVTests.java 58 Object returnValue = m.invoke(null, input);
69 (double) returnValue, allowedError);
72 (int) returnValue, allowedError);
85 Object returnValue;
88 returnValue = m.invoke(null, input1, (int) input2);
91 returnValue = m.invoke(null, input1, input2);
102 assertEquals(extra + ": " + m + ": ", expectedOutput, (double) returnValue,
105 assertEquals(extra + ": " + m + ": ", (int) expectedOutput, (int) returnValue,
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 53 EGLBoolean returnValue;
75 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion);
76 checkEglError("eglInitialize", returnValue);
77 if (returnValue != EGL_TRUE) {
84 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
85 if (returnValue) {
86 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
105 returnValue = eglMakeCurrent(dpy, surface, surface, context);
106 checkEglError("eglMakeCurrent", returnValue);
107 if (returnValue != EGL_TRUE)
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 155 ReturnValue: string;
157 ReturnValue := FIANTLRString.GetValue;
158 CheckEquals(ReturnValue,'foo');
183 ReturnValue: string;
185 ReturnValue := FANTLRString.ToString;
186 CheckEquals(ReturnValue,'foo');
205 ReturnValue: IANTLRInterface;
207 ReturnValue := FICloneable.Clone;
208 Check(Supports(ReturnValue, IFoo));
209 CheckEquals((ReturnValue as IFoo).Value,(FICloneable as IFoo).Value)
    [all...]
  /external/swiftshader/src/OpenGL/libEGL/
main.h 63 const T &error(EGLint errorCode, const T &returnValue)
67 return returnValue;
71 const T &success(const T &returnValue)
75 return returnValue;
  /external/swiftshader/src/OpenGL/libGL/
main.h 57 T &error(GLenum errorCode, T &returnValue)
61 return returnValue;
65 const T &error(GLenum errorCode, const T &returnValue)
69 return returnValue;
  /external/libxml2/result/
att8 2 <ino:response xmlns:ino="http://namespaces.softwareag.com/tamino/response2" xmlns:xql="http://metalab.unc.edu/xql/" ino:sessionid="556" ino:sessionkey="1590469677"><xql:query>/bsk:DocPart[@docId='20040308152601345236' and @docPartNo=1]</xql:query><ino:message ino:returnvalue="0"><ino:messageline>XQL Request processing</ino:messageline></ino:message><xql:result><bsk:DocPart xmlns:bsk="http://www.heitec.net/sara4/tamino/basket" docId="20040308152601345236" docPartNo="1" ino:id="15290"><bsk:File name="4898WPZEO2M65" size="75195"> </bsk:File></bsk:DocPart></xql:result><ino:message ino:returnvalue="0"><ino:messageline>XQL Request processed</ino:messageline></ino:message></ino:response>
  /external/libxml2/result/noent/
att8 2 <ino:response xmlns:ino="http://namespaces.softwareag.com/tamino/response2" xmlns:xql="http://metalab.unc.edu/xql/" ino:sessionid="556" ino:sessionkey="1590469677"><xql:query>/bsk:DocPart[@docId='20040308152601345236' and @docPartNo=1]</xql:query><ino:message ino:returnvalue="0"><ino:messageline>XQL Request processing</ino:messageline></ino:message><xql:result><bsk:DocPart xmlns:bsk="http://www.heitec.net/sara4/tamino/basket" docId="20040308152601345236" docPartNo="1" ino:id="15290"><bsk:File name="4898WPZEO2M65" size="75195"> </bsk:File></bsk:DocPart></xql:result><ino:message ino:returnvalue="0"><ino:messageline>XQL Request processed</ino:messageline></ino:message></ino:response>
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool_win.h 179 MemoryPoolItem<MemoryType>* returnValue = (MemoryPoolItem<MemoryType>*)
182 if(returnValue == NULL)
187 returnValue->payload = new MemoryPoolItemPayload<MemoryType>();
188 if(returnValue->payload == NULL)
190 delete returnValue;
193 returnValue->payload->base = returnValue;
195 return returnValue;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
EfiCompareMem.c 52 INTN ReturnValue;
69 ReturnValue = (INTN)(*(INT8 *)MemOne - *(INT8 *)MemTwo);
70 if (ReturnValue != 0) {
71 return ReturnValue;
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
RunOnMainUtils.java 33 AtomicReference<T> returnValue = new AtomicReference<>(null);
37 returnValue.set(callable.call());
45 return returnValue.get();
  /frameworks/base/core/java/android/transition/
TransitionValues.java 80 String returnValue = "TransitionValues@" + Integer.toHexString(hashCode()) + ":\n";
81 returnValue += " view = " + view + "\n";
82 returnValue += " values:";
84 returnValue += " " + s + ": " + values.get(s) + "\n";
86 return returnValue;
  /frameworks/support/transition/src/main/java/androidx/transition/
TransitionValues.java 79 String returnValue = "TransitionValues@" + Integer.toHexString(hashCode()) + ":\n";
80 returnValue += " view = " + view + "\n";
81 returnValue += " values:";
83 returnValue += " " + s + ": " + values.get(s) + "\n";
85 return returnValue;
  /external/proguard/src/proguard/optimize/info/
MethodOptimizationInfo.java 49 private Value returnValue;
258 public void generalizeReturnValue(Value returnValue)
260 this.returnValue = this.returnValue != null ?
261 this.returnValue.generalize(returnValue) :
262 returnValue;
268 return returnValue;
273 public void setReturnValue(Value returnValue)
275 this.returnValue = returnValue
    [all...]
  /external/oj-libjdwp/src/share/back/
invoker.c 228 if (request->returnValue.l != NULL) {
229 tossGlobalRef(env, &(request->returnValue.l));
302 request->returnValue.j = 0;
384 request->returnValue.l = NULL;
386 saveGlobalRef(env, object, &(request->returnValue.l));
402 request->returnValue.l = NULL;
404 saveGlobalRef(env, object, &(request->returnValue.l));
411 request->returnValue.b = JNI_FUNC_PTR(env,CallStaticByteMethodA)(env,
418 request->returnValue.c = JNI_FUNC_PTR(env,CallStaticCharMethodA)(env,
425 request->returnValue.f = JNI_FUNC_PTR(env,CallStaticFloatMethodA)(env
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
salpal.c 281 rArg ReturnValue;
283 ReturnValue.p0 = -3; // SAL status return completed with error
285 ReturnValue = GlobalSalProc(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8);
289 CopyMem (Results, &ReturnValue, sizeof(rArg));
303 rArg ReturnValue;
305 ReturnValue.p0 = -3; // PAL status return completed with error
313 CopyMem (Results, &ReturnValue, sizeof(rArg));
324 ReturnValue = MakeStackedPALCall((UINT64)GlobalPalProc,Arg1,Arg2,Arg3,Arg4);
327 ReturnValue = MakeStaticPALCall((UINT64)GlobalPalProc,Arg1,Arg2,Arg3,Arg4);
331 CopyMem (Results, &ReturnValue, sizeof(rArg))
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
BoundLocationCriterion.java 65 boolean returnValue = false;
79 returnValue = parentCriterion.isSatisfiedBy(parentPath);
86 returnValue = parentCriterion.isSatisfiedBy(path);
90 returnValue = parentCriterion.isSatisfiedBy(parentPath);
108 returnValue = true;
114 if (!returnValue) {
ExtImplsLocationCriterion.java 60 boolean returnValue = false;
71 returnValue = true;
76 returnValue = true;
81 if (!returnValue) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/
PyUtility.c 35 PyObject *ReturnValue = Py_False;
87 ReturnValue = Py_True;
91 return ReturnValue;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodTest.java 216 Value returnValue = reply.getNextValueAsValue();
217 logWriter.println(" ObjectReference.InvokeMethod: returnValue.getIntValue()="
218 + returnValue.getIntValue());
224 assertTrue("returnValue must be != null", returnValue != null);
225 assertEquals("Invalid returned value,", 345, returnValue.getIntValue());
250 returnValue = reply.getNextValueAsValue();
251 logWriter.println(" ObjectReference.InvokeMethod: returnValue.getIntValue()="
252 + returnValue.getIntValue());
332 Value returnValue = reply.getNextValueAsValue()
    [all...]

Completed in 671 milliseconds

1 2 3 4 5 6 7 8 91011>>