Home
last modified time | relevance | path

Searched defs:minValue (Results 1 – 25 of 60) sorted by relevance

123

/external/lzma/CPP/Windows/Control/
DProgressBar.h21 …LRESULT SetRange(unsigned short minValue, unsigned short maxValue) { return SendMsg(PBM_SETRANGE, … in SetRange()
22 …DWORD SetRange32(int minValue, int maxValue) { return (DWORD)SendMsg(PBM_SETRANGE32, minValue, max… in SetRange32()
25 …INT GetRange(bool minValue, PPBRANGE range) { return (INT)SendMsg(PBM_GETRANGE, BoolToBOOL(minValu… in GetRange()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNumberPicker.java14 private int minValue; field in ShadowNumberPicker
41 protected void setMinValue(int minValue) { in setMinValue()
/external/deqp/framework/delibs/decpp/
DdeRandom.hpp182 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar()
183 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar()
184 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { … in randomScalar()
/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp66 int32_t minValue=0; in firstAfter() local
107 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
/external/flatbuffers/swift/Sources/FlatBuffers/
DTable.swift117 let minValue = min(len1, len2) in compare() variable
134 let minValue = min(len1, len2) in compare() variable
/external/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/datatype/
DParamDescription.kt21 val minValue: Float, constant in com.mobileer.androidfxlab.datatype.ParamDescription
/external/angle/util/
Drandom_utils.h73 inline Vector4 RandomVec4(int seed, float minValue, float maxValue) in RandomVec4()
/external/deqp/modules/gles31/functional/
Des31fIntegerStateQueryTests.cpp79 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MaxSamplesCase()
189 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MinimumValueCase()
198 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MinimumValueCase()
244 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in AlignmentCase()
253 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in AlignmentCase()
404 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, glw::GLenum ti… in FramebufferMinimumValueCase()
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp320 inline GLValue::Float minValue (void) in minValue() function
326 inline GLValue::Short minValue (void) in minValue() function
332 inline GLValue::Ushort minValue (void) in minValue() function
338 inline GLValue::Byte minValue (void) in minValue() function
344 inline GLValue::Ubyte minValue (void) in minValue() function
350 inline GLValue::Fixed minValue (void) in minValue() function
356 inline GLValue::Int minValue (void) in minValue() function
362 inline GLValue::Uint minValue (void) in minValue() function
368 inline GLValue::Half minValue (void) in minValue() function
374 inline GLValue::Double minValue (void) in minValue() function
DglsDrawTest.cpp767 inline GLValue::Float minValue (void) in minValue() function
773 inline GLValue::Double minValue (void) in minValue() function
779 inline GLValue::Short minValue (void) in minValue() function
785 inline GLValue::Ushort minValue (void) in minValue() function
791 inline GLValue::Byte minValue (void) in minValue() function
797 inline GLValue::Ubyte minValue (void) in minValue() function
803 inline GLValue::Fixed minValue (void) in minValue() function
809 inline GLValue::Int minValue (void) in minValue() function
815 inline GLValue::Uint minValue (void) in minValue() function
821 inline GLValue::Half minValue (void) in minValue() function
DglsStateQueryUtil.cpp1120 void verifyIntegerMin (tcu::ResultCollector& result, QueriedState& state, int minValue) in verifyIntegerMin()
1322 void verifyFloatMin (tcu::ResultCollector& result, QueriedState& state, float minValue) in verifyFloatMin()
1849 …ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int minValue, QueryType type) in verifyStateIntegerMin()
1926 …esultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, float minValue, QueryType typ… in verifyStateFloatMin()
1986 …ctor& result, glu::CallLogWrapper& gl, glw::GLenum target, int index, int minValue, QueryType type) in verifyStateIndexedIntegerMin()
2016 …sult, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, int minValue, QueryType type) in verifyStateFramebufferIntegerMin()
DglsLongStressCase.hpp66 Value minValue; member
146 tcu::Vec4 minValue; member
/external/icu/icu4c/source/common/unicode/
Denumset.h37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
/external/icu/libicu/cts_headers/unicode/
Denumset.h37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
DSimplexSolver.java62 double minValue = 0; in getPivotColumn() local
/external/deqp/modules/gles3/functional/
Des3fInteger64StateQueryTests.cpp199 …erifier* verifier, const char* name, const char* description, GLenum targetName, GLuint64 minValue) in ConstantMinimumValue64TestCase()
294 GLuint64 minValue; in init() member
/external/guava/guava/src/com/google/common/collect/
DDiscreteDomain.java88 public Integer minValue() { in minValue() method in DiscreteDomain.IntegerDomain
/external/guava/android/guava/src/com/google/common/collect/
DDiscreteDomain.java88 public Integer minValue() { in minValue() method in DiscreteDomain.IntegerDomain
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DNumberPickerPreference.java33 private int minValue; field in NumberPickerPreference
/external/desugar/java/com/google/devtools/common/options/
DConverters.java377 final int minValue; field in Converters.RangeConverter
380 public RangeConverter(int minValue, int maxValue) { in RangeConverter()
/external/angle/src/tests/gl_tests/
DBlendMinMaxTest.cpp47 int minValue = 0; in runTest() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp1559 const UVec4 minValue (0); in iterateInternal() local
1604 const IVec4 minValue (0); in iterateInternal() local
1654 const Vec4 minValue (tcu::max(info.valueMin, minLimit)); in iterateInternal() local
1745 const Vec4 minValue (0.0f); in init() local
1804 const UVec4 minValue (0); in init() local
1863 const IVec4 minValue (0); in init() local
1933 const Vec4 minValue (tcu::max(info.valueMin, minLimit)); in init() local
/external/skqp/src/sfnt/
DSkOTTable_fvar.h34 SK_OT_Fixed minValue; member
/external/skia/src/sfnt/
DSkOTTable_fvar.h34 SK_OT_Fixed minValue; member
/external/skqp/src/effects/
DSkColorMatrix.cpp21 SkScalar minValue = row[4] / 255; in component_needs_clamping() local

123