/external/guava/guava/src/com/google/common/collect/ |
D | DiscreteDomain.java | 75 @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/ |
D | denseranges.cpp | 64 int32_t minValue=0; in firstAfter() local 105 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
|
/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 | 766 inline GLValue::Float minValue (void) in minValue() function 772 inline GLValue::Double minValue (void) in minValue() function 778 inline GLValue::Short minValue (void) in minValue() function 784 inline GLValue::Ushort minValue (void) in minValue() function 790 inline GLValue::Byte minValue (void) in minValue() function 796 inline GLValue::Ubyte minValue (void) in minValue() function 802 inline GLValue::Fixed minValue (void) in minValue() function 808 inline GLValue::Int minValue (void) in minValue() function 814 inline GLValue::Uint minValue (void) in minValue() function 820 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 | 34 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/gles31/functional/ |
D | es31fIntegerStateQueryTests.cpp | 75 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MaxSamplesCase() 176 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MinimumValueCase() 208 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in AlignmentCase() 355 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, glw::GLenum ti… in FramebufferMinimumValueCase()
|
D | es31fAtomicCounterTests.cpp | 673 deUint32 minValue = (deUint32)-1; in checkUniquenessAndLinearity() local 720 deUint32 minValue = 0xFFFFFFFFu; in checkPath() local
|
D | es31fShaderCommonFunctionTests.cpp | 73 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar() 74 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar() 75 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { … in randomScalar() 78 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, co… in randomVector() 87 static void fillRandomVectors (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Ve… in fillRandomVectors() 95 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars()
|
/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
|
D | es3fShaderCommonFunctionTests.cpp | 69 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/parameter-framework/parameter/ |
D | IntegerParameterType.cpp | 399 …meterType::checkValueAgainstRange(const string& strValue, type value, type minValue, type maxValue… in checkValueAgainstRange()
|
D | EnumParameterType.cpp | 166 int64_t minValue = -maxValue - 1; in checkValueAgainstRange() local
|
/external/skia/src/effects/ |
D | SkColorMatrix.cpp | 21 SkScalar minValue = row[4] / 255; in component_needs_clamping() local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | FingerPrintGraph.java | 98 double minValue = Double.MAX_VALUE; field in FingerPrintGraph
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderControlStatementTests.cpp | 328 float minValue = 0.0f; in init() local 608 float minValue = 0.0f; in init() local
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderControlStatementTests.cpp | 324 float minValue = 0.0f; in init() local 600 float minValue = 0.0f; in init() local
|
/external/icu/icu4c/source/common/ |
D | ucnvmbcs.cpp | 875 uint16_t minValue; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 3642 uint16_t value, minValue; in ucnv_MBCSSingleFromUnicodeWithOffsets() local 3819 uint16_t value, minValue; in ucnv_MBCSSingleFromBMPWithOffsets() local 5016 uint16_t value, minValue; in ucnv_SBCSFromUTF8() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MinMaxPriorityQueueTest.java | 839 int minValue) { in removeMinFromReplica()
|
/external/mesa3d/src/mesa/main/ |
D | image.c | 814 GLint minValue) in clip_left_or_bottom()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | AbstractRealVector.java | 302 double minValue = Double.POSITIVE_INFINITY; in getMinIndex() local
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttgxvar.c | 580 FT_ULong minValue; member
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 718 FT_Fixed minValue; member
|