/external/lzma/CPP/Windows/Control/ |
D | ProgressBar.h | 21 …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/ |
D | ShadowNumberPicker.java | 14 private int minValue; field in ShadowNumberPicker 41 protected void setMinValue(int minValue) { in setMinValue()
|
/external/deqp/framework/delibs/decpp/ |
D | deRandom.hpp | 182 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/ |
D | denseranges.cpp | 66 int32_t minValue=0; in firstAfter() local 107 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
|
/external/flatbuffers/swift/Sources/FlatBuffers/ |
D | Table.swift | 117 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/ |
D | ParamDescription.kt | 21 val minValue: Float, constant in com.mobileer.androidfxlab.datatype.ParamDescription
|
/external/angle/util/ |
D | random_utils.h | 73 inline Vector4 RandomVec4(int seed, float minValue, float maxValue) in RandomVec4()
|
/external/deqp/modules/gles31/functional/ |
D | es31fIntegerStateQueryTests.cpp | 79 …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/ |
D | glsVertexArrayTests.cpp | 320 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
|
D | glsDrawTest.cpp | 767 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
|
D | glsStateQueryUtil.cpp | 1120 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()
|
D | glsLongStressCase.hpp | 66 Value minValue; member 146 tcu::Vec4 minValue; member
|
/external/icu/icu4c/source/common/unicode/ |
D | enumset.h | 37 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
|
/external/icu/libicu/cts_headers/unicode/ |
D | enumset.h | 37 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/ |
D | SimplexSolver.java | 62 double minValue = 0; in getPivotColumn() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fInteger64StateQueryTests.cpp | 199 …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/ |
D | DiscreteDomain.java | 88 public Integer minValue() { in minValue() method in DiscreteDomain.IntegerDomain
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | DiscreteDomain.java | 88 public Integer minValue() { in minValue() method in DiscreteDomain.IntegerDomain
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | NumberPickerPreference.java | 33 private int minValue; field in NumberPickerPreference
|
/external/desugar/java/com/google/devtools/common/options/ |
D | Converters.java | 377 final int minValue; field in Converters.RangeConverter 380 public RangeConverter(int minValue, int maxValue) { in RangeConverter()
|
/external/angle/src/tests/gl_tests/ |
D | BlendMinMaxTest.cpp | 47 int minValue = 0; in runTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 1559 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/ |
D | SkOTTable_fvar.h | 34 SK_OT_Fixed minValue; member
|
/external/skia/src/sfnt/ |
D | SkOTTable_fvar.h | 34 SK_OT_Fixed minValue; member
|
/external/skqp/src/effects/ |
D | SkColorMatrix.cpp | 21 SkScalar minValue = row[4] / 255; in component_needs_clamping() local
|