| /frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/ | 
| two_way.xml | 49                 android:maxValue="@{100}" 
 | 
| /hardware/libhardware/modules/input/evdev/ | 
| InputHub.h | 44     int32_t maxValue = 0;   // maximum value 
 | 
| /prebuilts/go/darwin-x86/src/image/jpeg/ | 
| writer.go | 182 	maxValue := 0 184 		if int(v) > maxValue {
 185 			maxValue = int(v)
 188 	*h = make([]uint32, maxValue+1)
 
 | 
| /prebuilts/go/linux-x86/src/image/jpeg/ | 
| writer.go | 182 	maxValue := 0 184 		if int(v) > maxValue {
 185 			maxValue = int(v)
 188 	*h = make([]uint32, maxValue+1)
 
 | 
| /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/ | 
| android.hardware.audio.common@2.0.so |  | 
| /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/ | 
| android.hardware.audio.common@2.0.so |  | 
| /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/ | 
| HiiLib.c | [all...] | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ | 
| AbstractRealVector.java | 328         double maxValue = Double.NEGATIVE_INFINITY; 332             if (entry.getValue() >= maxValue) {
 334                 maxValue = entry.getValue();
 
 | 
| /external/guava/guava-tests/test/com/google/common/collect/ | 
| MinMaxPriorityQueueTest.java | 847       int maxValue) { 849     assertTrue("maxValue is incorrect", replicatedMaxValue == maxValue);
 
 | 
| /frameworks/support/compat/src/main/java/androidx/core/widget/ | 
| AutoScrollHelper.java | 610      * @param maxValue The maximum size of the inset, used to clamp (relative * 615     private float getEdgeValue(float relativeValue, float size, float maxValue, float current) {
 617         final float edgeSize = constrain(relativeValue * size, NO_MIN, maxValue);
 [all...]
 | 
| /frameworks/base/core/java/android/widget/ | 
| RadialTimePickerView.java | [all...] | 
| NumberPicker.java | [all...] | 
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ | 
| vktShaderCommonFunctionTests.cpp | 77 template<typename T>	T			randomScalar	(de::Random& rnd, T minValue, T maxValue); 78 template<> inline		float		randomScalar	(de::Random& rnd, float minValue, float maxValue)		{ return rnd.getFloat(minValue, maxValue);	}
 79 template<> inline		deInt32		randomScalar	(de::Random& rnd, deInt32 minValue, deInt32 maxValue)	{ return rnd.getInt(minValue, maxValue);	}
 82 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue)
 86 		res[ndx] = randomScalar<T>(rnd, minValue[ndx], maxValue[ndx]);
 91 static void fillRandomVectors (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue, void* dst, int numValues, int offset = 0)
 95 		access[offset + ndx] = randomVector<T, Size>(rnd, minValue, maxValue);
 99 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0
 [all...]
 | 
| /external/deqp/external/vulkancts/modules/vulkan/ycbcr/ | 
| vktYCbCrUtil.cpp | 996 			const deUint32	maxValue	(mask); 997 			const deUint32	value		(de::min(maxValue, (deUint32)convertSatRte<deUint32>(x * (float)maxValue)));
 1012 			const deUint32	maxValue	(mask);
 1013 			const deUint32	value		(de::min(maxValue, (deUint32)x));
 1021 			const deInt32	maxValue	((deInt32)((1u << (m_channelSize - 1u)) - 1u));
 1022 			const deUint32	value		((deUint32)de::clamp((deInt32)x, minValue, maxValue));
 [all...]
 | 
| /cts/tests/tests/media/src/android/media/cts/ | 
| VpxCodecTestBase.java | [all...] | 
| /external/deqp/modules/gles2/functional/ | 
| es2fShaderInvarianceTests.cpp | 461 		const char*		highValue;		// !< highValue < maxValue 463 		const char*		mediumValue;	// !< mediumValue^2 < maxValue
 464 		const char*		lowValue;		// !< lowValue^4 < maxValue
 [all...]
 | 
| /external/deqp/modules/gles3/functional/ | 
| es3fShaderInvarianceTests.cpp | 463 		const char*		highValue;		// !< highValue < maxValue 465 		const char*		mediumValue;	// !< mediumValue^2 < maxValue
 466 		const char*		lowValue;		// !< lowValue^4 < maxValue
 [all...]
 | 
| /frameworks/base/core/java/com/android/internal/widget/ | 
| AutoScrollHelper.java | 599      * @param maxValue The maximum size of the inset, used to clamp (relative * 604     private float getEdgeValue(float relativeValue, float size, float maxValue, float current) {
 606         final float edgeSize = constrain(relativeValue * size, NO_MIN, maxValue);
 [all...]
 | 
| /frameworks/base/core/tests/coretests/src/com/android/internal/os/ | 
| BstatsCpuTimesValidationTest.java | 643             long actualvalue, double minValue, double maxValue) { 645                 actualvalue, minValue, maxValue);
 646         assertTrue(errorMsg, actualvalue < maxValue);
 [all...]
 | 
| /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ | 
| UefiInternalFormRepresentation.h | [all...] | 
| /external/aac/libAACenc/src/ | 
| noisedet.cpp | 210           testVal,                /* 1/2 * maxValue * PSDcurve */ 
 | 
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ | 
| BufferedTokenStream.cs | 141                 return int.MaxValue; 
 | 
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ | 
| BufferedTokenStream.cs | 162                 return int.MaxValue; 
 | 
| /external/guava/guava/src/com/google/common/collect/ | 
| Cut.java | 220       return domain.maxValue(); 
 | 
| /external/tcpdump/ | 
| print-snmp.c | 974 	    == smiRange->maxValue.value.unsigned32) { 978 		  && elem->asnlen <= smiRange->maxValue.value.unsigned32);
 984 	      && elem->data.integer <= smiRange->maxValue.value.integer32);
 989 	      && elem->data.uns <= smiRange->maxValue.value.unsigned32);
 [all...]
 |