Home
last modified time | relevance | path

Searched refs:returnValue (Results 1 – 25 of 209) sorted by relevance

123456789

/external/deqp-deps/glslang/glslang/Include/
DConstantUnion.h446 TConstUnion returnValue; variable
449 case EbtInt: returnValue.setIConst(iConst + constant.iConst); break;
450 case EbtUint: returnValue.setUConst(uConst + constant.uConst); break;
451 case EbtDouble: returnValue.setDConst(dConst + constant.dConst); break;
453 case EbtInt8: returnValue.setI8Const(i8Const + constant.i8Const); break;
454 case EbtInt16: returnValue.setI16Const(i16Const + constant.i16Const); break;
455 case EbtInt64: returnValue.setI64Const(i64Const + constant.i64Const); break;
456 case EbtUint8: returnValue.setU8Const(u8Const + constant.u8Const); break;
457 case EbtUint16: returnValue.setU16Const(u16Const + constant.u16Const); break;
458 case EbtUint64: returnValue.setU64Const(u64Const + constant.u64Const); break;
[all …]
/external/deqp/framework/egl/
DegluCallLogWrapper.inl11 eglw::EGLBoolean returnValue = m_egl.bindAPI(api); local
13 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
14 return returnValue;
21 eglw::EGLBoolean returnValue = m_egl.bindTexImage(dpy, surface, buffer); local
23 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
24 return returnValue;
31 …eglw::EGLBoolean returnValue = m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_conf… local
34 …m_log << TestLog::Message << "// configs = " << getPointerStr(configs, (num_config && returnValue)…
38 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
39 return returnValue;
[all …]
/external/swiftshader/src/OpenGL/compiler/
DConstantUnion.h244 ConstantUnion returnValue; variable
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; variable
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 …]
/external/angle/src/compiler/translator/
DConstantUnion.cpp411 TConstantUnion returnValue; in add() local
419 returnValue.setIConst(gl::WrappingSum<int>(lhs.iConst, rhs.iConst)); in add()
422 returnValue.setUConst(gl::WrappingSum<unsigned int>(lhs.uConst, rhs.uConst)); in add()
425 returnValue.setFConst(CheckedSum(lhs.fConst, rhs.fConst, diag, line)); in add()
434 returnValue.setFConst(CheckedSum(lhs.getFConst(), rhs.getFConst(), diag, line)); in add()
437 return returnValue; in add()
446 TConstantUnion returnValue; in sub() local
454 returnValue.setIConst(gl::WrappingDiff<int>(lhs.iConst, rhs.iConst)); in sub()
457 returnValue.setUConst(gl::WrappingDiff<unsigned int>(lhs.uConst, rhs.uConst)); in sub()
460 returnValue.setFConst(CheckedDiff(lhs.fConst, rhs.fConst, diag, line)); in sub()
[all …]
/external/oj-libjdwp/src/share/back/
Dinvoker.c228 if (request->returnValue.l != NULL) { in deletePotentiallySavedGlobalRefs()
229 tossGlobalRef(env, &(request->returnValue.l)); in deletePotentiallySavedGlobalRefs()
302 request->returnValue.j = 0; in fillInvokeRequest()
384 request->returnValue.l = NULL; in invokeConstructor()
386 saveGlobalRef(env, object, &(request->returnValue.l)); in invokeConstructor()
402 request->returnValue.l = NULL; in invokeStatic()
404 saveGlobalRef(env, object, &(request->returnValue.l)); in invokeStatic()
411 request->returnValue.b = JNI_FUNC_PTR(env,CallStaticByteMethodA)(env, in invokeStatic()
418 request->returnValue.c = JNI_FUNC_PTR(env,CallStaticCharMethodA)(env, in invokeStatic()
425 request->returnValue.f = JNI_FUNC_PTR(env,CallStaticFloatMethodA)(env, in invokeStatic()
[all …]
/external/proguard/src/proguard/optimize/info/
DMethodOptimizationInfo.java49 private Value returnValue; field in MethodOptimizationInfo
258 public void generalizeReturnValue(Value returnValue) in generalizeReturnValue() argument
260 this.returnValue = this.returnValue != null ? in generalizeReturnValue()
261 this.returnValue.generalize(returnValue) : in generalizeReturnValue()
262 returnValue; in generalizeReturnValue()
268 return returnValue; in getReturnValue()
273 public void setReturnValue(Value returnValue) in setReturnValue() argument
275 this.returnValue = returnValue; in setReturnValue()
/external/oboe/samples/RhythmGame/src/main/cpp/audio/
DFFMpegExtractor.cpp124 int returnValue = -1; // -1 indicates error in decode() local
141 return returnValue; in decode()
153 if (!createAVFormatContext(ioContext.get(), &tmp)) return returnValue; in decode()
157 if (!openAVFormatContext(formatContext.get())) return returnValue; in decode()
159 if (!getStreamInfo(formatContext.get())) return returnValue; in decode()
165 return returnValue; in decode()
174 return returnValue; in decode()
186 return returnValue; in decode()
194 return returnValue; in decode()
200 return returnValue; in decode()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java125 String returnValue = ""; in getName() local
127 returnValue += "|VERIFIED"; in getName()
129 returnValue += "|PREPARED"; in getName()
131 returnValue += "|INITIALIZED"; in getName()
133 returnValue += "|ERROR"; in getName()
135 returnValue += "|ARRAY"; in getName()
137 returnValue += "|PRIMITIVE"; in getName()
139 if (returnValue.equals("")) { in getName()
140 returnValue = "NONE"; in getName()
142 returnValue = returnValue.substring(1); in getName()
[all …]
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DVorbisBitArray.java58 boolean returnValue = (((data[byteOffset] & 0xFF) >> bitOffset) & 0x01) == 1; in readBit()
60 return returnValue; in readBit()
72 int returnValue = ((data[tempByteOffset++] & 0xFF) >> bitOffset) & (0xFF >> (8 - bitsRead)); in readBits() local
74 returnValue |= (data[tempByteOffset++] & 0xFF) << bitsRead; in readBits()
77 returnValue &= 0xFFFFFFFF >>> (32 - numBits); in readBits()
79 return returnValue; in readBits()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DParsableNalUnitBitArray.java125 boolean returnValue = (data[byteOffset] & (0x80 >> bitOffset)) != 0; in readBit()
127 return returnValue; in readBit()
137 int returnValue = 0; in readBits() local
141 returnValue |= (data[byteOffset] & 0xFF) << bitOffset; in readBits()
144 returnValue |= (data[byteOffset] & 0xFF) >> (8 - bitOffset); in readBits()
145 returnValue &= 0xFFFFFFFF >>> (32 - numBits); in readBits()
151 return returnValue; in readBits()
DParsableBitArray.java160 boolean returnValue = (data[byteOffset] & (0x80 >> bitOffset)) != 0; in readBit()
162 return returnValue; in readBit()
175 int returnValue = 0; in readBits() local
179 returnValue |= (data[byteOffset++] & 0xFF) << bitOffset; in readBits()
181 returnValue |= (data[byteOffset] & 0xFF) >> (8 - bitOffset); in readBits()
182 returnValue &= 0xFFFFFFFF >>> (32 - numBits); in readBits()
188 return returnValue; in readBits()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodTest.java217 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod001() local
219 + returnValue.getIntValue()); in testInvokeMethod001()
225 assertTrue("returnValue must be != null", returnValue != null); in testInvokeMethod001()
226 assertEquals("Invalid returned value,", 345, returnValue.getIntValue()); in testInvokeMethod001()
251 returnValue = reply.getNextValueAsValue(); in testInvokeMethod001()
253 + returnValue.getIntValue()); in testInvokeMethod001()
333 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethod002() local
335 + returnValue.getIntValue()); in testInvokeMethod002()
341 assertTrue("returnValue must be != null", returnValue != null); in testInvokeMethod002()
342 assertEquals("Invalid value,", 456, returnValue.getIntValue()); in testInvokeMethod002()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java774 String [] returnValue = null; in getMonths() local
779 returnValue = months; in getMonths()
783 returnValue = shortMonths; in getMonths()
786 returnValue = narrowMonths; in getMonths()
793 returnValue = standaloneMonths; in getMonths()
797 returnValue = standaloneShortMonths; in getMonths()
800 returnValue = standaloneNarrowMonths; in getMonths()
805 if (returnValue == null) { in getMonths()
808 return duplicate(returnValue); in getMonths()
895 String [] returnValue = null; in getWeekdays() local
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java794 String [] returnValue = null; in getMonths() local
799 returnValue = months; in getMonths()
803 returnValue = shortMonths; in getMonths()
806 returnValue = narrowMonths; in getMonths()
813 returnValue = standaloneMonths; in getMonths()
817 returnValue = standaloneShortMonths; in getMonths()
820 returnValue = standaloneNarrowMonths; in getMonths()
825 if (returnValue == null) { in getMonths()
828 return duplicate(returnValue); in getMonths()
921 String [] returnValue = null; in getWeekdays() local
[all …]
/external/connectedappssdk/tests/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DCrossProfileSupportedReturnTypeTest.java130 " return " + supportedReturnType.returnValue + ";", in crossProfileMethodWithSupportedReturnType_compiles()
150 final String returnValue; field in CrossProfileSupportedReturnTypeTest.TypeWithReturnValue
152 static TypeWithReturnValue primitiveType(String type, String returnValue) { in primitiveType() argument
153 return new TypeWithReturnValue(type, returnValue); in primitiveType()
160 private TypeWithReturnValue(String type, String returnValue) { in TypeWithReturnValue() argument
162 this.returnValue = returnValue; in TypeWithReturnValue()
/external/swiftshader/src/OpenGL/libEGL/
Dmain.h63 const T &error(EGLint errorCode, const T &returnValue) in error() argument
67 return returnValue; in error()
71 const T &success(const T &returnValue) in success() argument
75 return returnValue; in success()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java644 byte returnValue;
647 returnValue = temp.setScale(0, RoundingMode.FLOOR).remainder(BigDecimal.TEN).byteValue();
653 returnValue = 0;
659 returnValue = (byte) (temp1 % 10); // not necessarily nonzero
667 returnValue = 0;
685 assert returnValue >= 0;
686 return returnValue;
775 byte returnValue;
777 returnValue = fallback.setScale(0, RoundingMode.FLOOR).remainder(BigDecimal.TEN).byteValue();
783 returnValue = 0;
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java641 byte returnValue;
644 returnValue = temp.setScale(0, RoundingMode.FLOOR).remainder(BigDecimal.TEN).byteValue();
650 returnValue = 0;
656 returnValue = (byte) (temp1 % 10); // not necessarily nonzero
664 returnValue = 0;
682 assert returnValue >= 0;
683 return returnValue;
772 byte returnValue;
774 returnValue = fallback.setScale(0, RoundingMode.FLOOR).remainder(BigDecimal.TEN).byteValue();
780 returnValue = 0;
[all …]
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/
DExecutionListBenchmark.java283 int returnValue = 0;
289 returnValue += listenerLatch.getCount();
292 returnValue += listenerLatch.getCount();
294 return returnValue;
299 int returnValue = 0;
306 returnValue += listenerLatch.getCount();
308 returnValue += listenerLatch.getCount();
310 return returnValue;
332 int returnValue = 0;
342 returnValue += (int) listenerLatch.getCount();
[all …]
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DExecutionListBenchmark.java283 int returnValue = 0;
289 returnValue += listenerLatch.getCount();
292 returnValue += listenerLatch.getCount();
294 return returnValue;
299 int returnValue = 0;
306 returnValue += listenerLatch.getCount();
308 returnValue += listenerLatch.getCount();
310 return returnValue;
332 int returnValue = 0;
342 returnValue += (int) listenerLatch.getCount();
[all …]
/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp343 GLenum returnValue; in GL_ClientWaitSync() local
351 returnValue = context->clientWaitSync(sync, flags, timeout); in GL_ClientWaitSync()
355 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLClientWaitSync, GLenum>(); in GL_ClientWaitSync()
357 ANGLE_CAPTURE(ClientWaitSync, isCallValid, context, sync, flags, timeout, returnValue); in GL_ClientWaitSync()
362 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLClientWaitSync, GLenum>(); in GL_ClientWaitSync()
364 return returnValue; in GL_ClientWaitSync()
814 GLsync returnValue; in GL_FenceSync() local
822 returnValue = context->fenceSync(condition, flags); in GL_FenceSync()
826 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLFenceSync, GLsync>(); in GL_FenceSync()
828 ANGLE_CAPTURE(FenceSync, isCallValid, context, condition, flags, returnValue); in GL_FenceSync()
[all …]
Dentry_points_gles_2_0_autogen.cpp381 GLenum returnValue; in GL_CheckFramebufferStatus() local
389 returnValue = context->checkFramebufferStatus(target); in GL_CheckFramebufferStatus()
393 returnValue = in GL_CheckFramebufferStatus()
396 ANGLE_CAPTURE(CheckFramebufferStatus, isCallValid, context, target, returnValue); in GL_CheckFramebufferStatus()
401 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLCheckFramebufferStatus, GLenum>(); in GL_CheckFramebufferStatus()
403 return returnValue; in GL_CheckFramebufferStatus()
697 GLuint returnValue; in GL_CreateProgram() local
704 returnValue = context->createProgram(); in GL_CreateProgram()
708 returnValue = GetDefaultReturnValue<angle::EntryPoint::GLCreateProgram, GLuint>(); in GL_CreateProgram()
710 ANGLE_CAPTURE(CreateProgram, isCallValid, context, returnValue); in GL_CreateProgram()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java119 Value returnValue = reply.getNextValueAsValue(); in testInvokeMethodStatic() local
120 assertNotNull("Returned value is null", returnValue); in testInvokeMethodStatic()
122 assertEquals("Invalid returned value,", 0, returnValue.getIntValue()); in testInvokeMethodStatic()
124 + returnValue.getIntValue()); in testInvokeMethodStatic()
138 InvokeMethodTestInterface.RETURN_VALUE, returnValue.getIntValue()); in testInvokeMethodStatic()
140 + returnValue.getIntValue()); in testInvokeMethodStatic()
/external/proguard/src/proguard/gui/
DMemberSpecificationsPanel.java79 int returnValue = fieldSpecificationDialog.showDialog(); in addAddFieldButton()
80 if (returnValue == MemberSpecificationDialog.APPROVE_OPTION) in addAddFieldButton()
101 int returnValue = methodSpecificationDialog.showDialog(); in addAddMethodButton()
102 if (returnValue == MemberSpecificationDialog.APPROVE_OPTION) in addAddMethodButton()
131 int returnValue = memberSpecificationDialog.showDialog(); in addEditButton()
132 if (returnValue == MemberSpecificationDialog.APPROVE_OPTION) in addEditButton()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dobjc-nsinvocation-argument-lifetime.rst20 __strong id returnValue;
21 [invocation getReturnValue:&returnValue];
30 __unsafe_unretained id returnValue;
31 [invocation getReturnValue:&returnValue];

123456789