/external/chromium_org/third_party/icu/source/common/ |
H A D | propsvec.h | 163 int32_t maxValue; member in struct:UPVecToUTrie2Context
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/ |
H A D | MonthPickerDialog.java | 26 protected TwoFieldDatePicker createPicker(Context context, double minValue, double maxValue) { argument 27 return new MonthPicker(context, minValue, maxValue);
|
H A D | WeekPickerDialog.java | 22 double minValue, double maxValue) { 23 this(context, 0, callBack, year, weekOfYear, minValue, maxValue); 38 double minValue, double maxValue) { 39 super(context, theme, callBack, year, weekOfYear, minValue, maxValue); 44 protected TwoFieldDatePicker createPicker(Context context, double minValue, double maxValue) { argument 45 return new WeekPicker(context, minValue, maxValue); 19 WeekPickerDialog(Context context, OnValueSetListener callBack, int year, int weekOfYear, double minValue, double maxValue) argument 33 WeekPickerDialog(Context context, int theme, OnValueSetListener callBack, int year, int weekOfYear, double minValue, double maxValue) argument
|
H A D | MonthPicker.java | 22 public MonthPicker(Context context, double minValue, double maxValue) { argument 23 super(context, minValue, maxValue);
|
H A D | TwoFieldDatePickerDialog.java | 47 double maxValue) { 48 this(context, 0, callBack, year, positionInYear, minValue, maxValue); 64 double maxValue) { 75 mPicker = createPicker(context, minValue, maxValue); 80 protected TwoFieldDatePicker createPicker(Context context, double minValue, double maxValue) { argument 42 TwoFieldDatePickerDialog(Context context, OnValueSetListener callBack, int year, int positionInYear, double minValue, double maxValue) argument 58 TwoFieldDatePickerDialog(Context context, int theme, OnValueSetListener callBack, int year, int positionInYear, double minValue, double maxValue) argument
|
H A D | WeekPicker.java | 17 public WeekPicker(Context context, double minValue, double maxValue) { argument 18 super(context, minValue, maxValue);
|
H A D | TwoFieldDatePicker.java | 55 public TwoFieldDatePicker(Context context, double minValue, double maxValue) { argument 91 if (minValue >= maxValue) { 98 mMaxDate = getDateForValue(maxValue);
|
/external/guava/guava/src/com/google/common/collect/ |
H A D | DiscreteDomain.java | 28 * to their specifications. The methods {@link #minValue} and {@link #maxValue} 52 * {@code value} is {@code maxValue()} 110 public C maxValue() { method in class:DiscreteDomain
|
H A D | DiscreteDomains.java | 65 @Override public Integer maxValue() { method in class:DiscreteDomains.IntegerDomain 112 @Override public Long maxValue() { method in class:DiscreteDomains.LongDomain
|
/external/icu/icu4c/source/common/ |
H A D | propsvec.h | 163 int32_t maxValue; member in struct:UPVecToUTrie2Context
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkAntiRun.h | 41 * middleCount pixels with value += maxValue 49 U8CPU maxValue, int offsetX) { 84 alpha[0] = SkToU8(alpha[0] + maxValue); 48 add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha, U8CPU maxValue, int offsetX) argument
|
/external/opencv/cv/src/ |
H A D | cvadapthresh.cpp | 46 int maxValue, int type, int size, double delta ) 60 if( maxValue < 0 ) 76 if( maxValue > 255 ) 77 maxValue = 255; 81 tab[i] = (uchar)(i - 255 > -idelta ? maxValue : 0); 84 tab[i] = (uchar)(i - 255 <= -idelta ? maxValue : 0); 104 cvAdaptiveThreshold( const void *srcIm, void *dstIm, double maxValue, argument 134 CV_CALL( icvAdaptiveThreshold_MeanC( src, dst, method, cvRound(maxValue),type, 45 icvAdaptiveThreshold_MeanC( const CvMat* src, CvMat* dst, int method, int maxValue, int type, int size, double delta ) argument
|
/external/skia/src/core/ |
H A D | SkAntiRun.h | 41 * middleCount pixels with value += maxValue 49 U8CPU maxValue, int offsetX) { 84 alpha[0] = SkToU8(alpha[0] + maxValue); 48 add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha, U8CPU maxValue, int offsetX) argument
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
H A D | ISO8601Converter.java | 466 * @param maxValue the max value of the number to return 470 public int gatherInt(String errorMsg, int maxValue) throws XMPException argument 485 if (value > maxValue) 487 return maxValue;
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
H A D | denseranges.cpp | 106 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue. local 108 // signed-int32_t overflow of maxValue-minValue. 109 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1; 113 ranges[0][1]=maxValue; 119 // See if we can split [minValue, maxValue] into 2..capacity ranges, 133 // the length of the [minValue..maxValue] range (maxLength). 156 ranges[num-1][1]=maxValue;
|
/external/chromium_org/third_party/skia/src/effects/ |
H A D | SkColorFilterImageFilter.cpp | 40 SkScalar maxValue = row[4] / 255; local 44 maxValue += row[i]; 48 return (maxValue > 1) || (minValue < 0);
|
/external/icu/icu4c/source/tools/toolutil/ |
H A D | denseranges.cpp | 106 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue. local 108 // signed-int32_t overflow of maxValue-minValue. 109 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1; 113 ranges[0][1]=maxValue; 119 // See if we can split [minValue, maxValue] into 2..capacity ranges, 133 // the length of the [minValue..maxValue] range (maxLength). 156 ranges[num-1][1]=maxValue;
|
/external/skia/src/effects/ |
H A D | SkColorFilterImageFilter.cpp | 40 SkScalar maxValue = row[4] / 255; local 44 maxValue += row[i]; 48 return (maxValue > 1) || (minValue < 0);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
H A D | Preconditions.java | 144 public static void checkValueArg(int valueArg, int maxValue) { argument 145 if (valueArg > maxValue) { 146 if (maxValue == 0) { 153 valueArg, maxValue));
|
/external/chromium_org/content/browser/accessibility/ |
H A D | browser_accessibility_cocoa.h | 84 @property(nonatomic, readonly) NSNumber* maxValue; variable
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
H A D | PeriodicWave.cpp | 209 float maxValue; local 210 vmaxmgv(data, 1, &maxValue, m_periodicWaveSize); 212 if (maxValue) 213 normalizationScale = 1.0f / maxValue;
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fIntegerStateQueryTests.cpp | 255 static bool verifyMaxValue (glu::CallLogWrapper& gl, glw::GLenum target, int maxValue, VerifierType type) argument 271 else if (maxValue < 0 && value == GL_FALSE) 292 else if (value > maxValue) 294 gl.getLog() << tcu::TestLog::Message << "Expected less or equal to " << maxValue << ", got " << value << tcu::TestLog::EndMessage; 313 else if (value > maxValue) 315 gl.getLog() << tcu::TestLog::Message << "Expected less or equal to " << maxValue << ", got " << value << tcu::TestLog::EndMessage; 334 else if (value > maxValue) 336 gl.getLog() << tcu::TestLog::Message << "Expected less or equal to " << maxValue << ", got " << value << tcu::TestLog::EndMessage;
|
/external/aac/libSBRenc/src/ |
H A D | ps_main.cpp | 558 FIXP_QMF maxValue = FL2FXCONST_DBL(0.f); local 606 maxValue = fixMax(maxValue,fixMax(maxVal[0][band],maxVal[1][band])); 612 *dmxScale = fixMin(DFRACT_BITS, CountLeadingBits(maxValue)); 614 *dmxScale = fixMax(0,fixMin(FRACT_BITS, CountLeadingBits(FX_QMF2FX_DBL(maxValue))));
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
H A D | CompositorAnimationsTest.cpp | 118 bool getAnimationBounds(FloatBox& boundingBox, const AnimationEffect& effect, double minValue, double maxValue) argument 120 return CompositorAnimations::instance()->getAnimatedBoundingBox(boundingBox, effect, minValue, maxValue);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
H A D | FingerPrintGraph.java | 97 double maxValue = 0.0; field in class:FingerPrintGraph 223 double max = kind == TIME_LOG ? Math.log(this.maxValue) : this.maxValue; 413 int n = (int) (this.maxValue / gridValue); 429 n = (int) (this.maxValue / gridValue); 431 int gridWidth = (int) (this.graphWidth * gridValue / this.maxValue); 463 double max = Math.log(this.maxValue); 576 this.maxValue = 0.0; 583 if (value < 1000000 && value > this.maxValue) { 584 this.maxValue [all...] |