Home
last modified time | relevance | path

Searched defs:minValue (Results 1 – 25 of 51) 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/guava/guava/src/com/google/common/collect/
DDiscreteDomain.java75 @Override public Integer minValue() { in minValue() method in DiscreteDomain.IntegerDomain
129 @Override public Long minValue() { in minValue() method in DiscreteDomain.LongDomain
244 public C minValue() { in minValue() method in DiscreteDomain
/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/deqp/modules/gles31/functional/
Des31fIntegerStateQueryTests.cpp79 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MaxSamplesCase()
187 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MinimumValueCase()
196 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MinimumValueCase()
241 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in AlignmentCase()
250 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in AlignmentCase()
400 …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
DglsLongStressCase.hpp66 Value minValue; member
146 tcu::Vec4 minValue; member
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()
/external/icu/icu4c/source/common/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
Des3fShaderCommonFunctionTests.cpp69 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar()
70 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar()
71 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { … in randomScalar()
74 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, co… in randomVector()
83 static void fillRandomVectors (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Ve… in fillRandomVectors()
91 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DNumberPickerPreference.java31 private int minValue; field in NumberPickerPreference
/external/v8/tools/heap-stats/
Dhistogram-viewer.js180 minValue: 0 property
/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/skia/src/sfnt/
DSkOTTable_fvar.h34 SK_OT_Fixed minValue; member
/external/skqp/src/sfnt/
DSkOTTable_fvar.h34 SK_OT_Fixed minValue; member
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp1443 const UVec4 minValue (0); in iterateInternal() local
1488 const IVec4 minValue (0); in iterateInternal() local
1538 const Vec4 minValue (tcu::max(info.valueMin, minLimit)); in iterateInternal() local
1627 const Vec4 minValue (0.0f); in init() local
1686 const UVec4 minValue (0); in init() local
1745 const IVec4 minValue (0); in init() local
1815 const Vec4 minValue (tcu::max(info.valueMin, minLimit)); in init() local
/external/skia/src/effects/
DSkColorMatrix.cpp21 SkScalar minValue = row[4] / 255; in component_needs_clamping() local
/external/skqp/src/effects/
DSkColorMatrix.cpp21 SkScalar minValue = row[4] / 255; in component_needs_clamping() local
/external/skqp/src/core/
DSkColorMatrixFilterRowMajor255.cpp102 SkScalar minValue = row[4] / 255; in component_needs_clamping() local
/external/harfbuzz_ng/src/
Dhb-ot-var-fvar-table.hh86 Fixed minValue; /* The minimum coordinate value for the axis. */ member
/external/skia/src/core/
DSkColorMatrixFilterRowMajor255.cpp102 SkScalar minValue = row[4] / 255; in component_needs_clamping() local
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp324 float minValue = 0.0f; in init() local
600 float minValue = 0.0f; in init() local

123