HomeSort by relevance Sort by last modified time
    Searched full:maxvalue (Results 26 - 50 of 204) sorted by null

12 3 4 5 6 7 8 9

  /external/deqp/modules/glshared/
glsLongStressCase.hpp 67 Value maxValue;
79 maxValue.f[0] = maxValue_;
87 vecToArr(maxValue_, maxValue.f);
95 matToArr(maxValue_, maxValue.f);
102 maxValue.i[0] = maxValue_;
110 vecToArr(maxValue_, maxValue.i);
147 tcu::Vec4 maxValue;
176 , maxValue (maxValue_)
  /cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java 174 * This function accepts integer maxValue to determine max length of number.
179 * @param maxValue
182 private String getOrderNumberString(int value, int maxValue) {
184 int maxLength = Integer.toString(maxValue).length();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
Preconditions.java 153 public static void checkValueArg(int valueArg, int maxValue) {
154 if (valueArg > maxValue) {
155 if (maxValue == 0) {
162 valueArg, maxValue));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 97 double maxValue = 0.0;
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 = value
    [all...]
  /external/skia/src/core/
SkAntiRun.h 41 * middleCount pixels with value += maxValue
49 U8CPU maxValue, int offsetX) {
83 alpha[0] = SkToU8(alpha[0] + maxValue);
  /external/skia/src/effects/
SkColorMatrix.cpp 20 SkScalar maxValue = row[4] / 255;
24 maxValue += row[i];
28 return (maxValue > 1) || (minValue < 0);
  /frameworks/base/media/java/android/media/
AudioGain.java 73 int minValue, int maxValue, int defaultValue, int stepValue,
79 mMaxValue = maxValue;
111 public int maxValue() {
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
synchronize.py 74 def __init__(self, kind, value, maxvalue):
75 sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
97 return (Popen.duplicate_for_child(sl.handle), sl.kind, sl.maxvalue)
137 return '<BoundedSemaphore(value=%s, maxvalue=%s)>' % \
138 (value, self._semlock.maxvalue)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
synchronize.py 74 def __init__(self, kind, value, maxvalue):
75 sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
97 return (Popen.duplicate_for_child(sl.handle), sl.kind, sl.maxvalue)
137 return '<BoundedSemaphore(value=%s, maxvalue=%s)>' % \
138 (value, self._semlock.maxvalue)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 74 def __init__(self, kind, value, maxvalue):
75 sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
97 return (Popen.duplicate_for_child(sl.handle), sl.kind, sl.maxvalue)
137 return '<BoundedSemaphore(value=%s, maxvalue=%s)>' % \
138 (value, self._semlock.maxvalue)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py 74 def __init__(self, kind, value, maxvalue):
75 sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
97 return (Popen.duplicate_for_child(sl.handle), sl.kind, sl.maxvalue)
137 return '<BoundedSemaphore(value=%s, maxvalue=%s)>' % \
138 (value, self._semlock.maxvalue)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 176 int size, long seed, double minValue, double maxValue) {
182 RSUtils.genRandomDoubles(seed, minValue, maxValue, inArray, false);
186 RSUtils.genRandomFloats(seed, (float) minValue, (float) maxValue, inArray, false);
190 RSUtils.genRandomFloat16s(seed, minValue, maxValue, inArray, false);
278 double maxValue = Float16Utils.convertFloat16ToDouble(maxArray[i]);
279 if (minValue > maxValue) {
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraSettings.java 206 int maxValue = (int) Math.floor(max * step);
208 CharSequence entries[] = new CharSequence[maxValue - minValue + 1];
209 CharSequence entryValues[] = new CharSequence[maxValue - minValue + 1];
210 for (int i = minValue; i <= maxValue; ++i) {
211 entryValues[maxValue - i] = Integer.toString(Math.round(i / step));
214 entries[maxValue - i] = builder.append(i).toString();
  /external/libvpx/libvpx/test/
vp9_avg_test.cc 205 TEST_P(AverageTest, MaxValue) {
224 TEST_P(IntProRowTest, MaxValue) {
239 TEST_P(IntProColTest, MaxValue) {
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
Card.java 470 public Builder setProgressMaxValue(int maxValue) {
475 mCard.mCardProgress.maxValue = maxValue;
596 progressBar.setMax(mCard.mCardProgress.maxValue);
641 private int maxValue = 100;
651 progressClone.maxValue = maxValue;
677 maxValue = max;
680 bar.setMax(maxValue);
  /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
Card.java.ftl 470 public Builder setProgressMaxValue(int maxValue) {
475 mCard.mCardProgress.maxValue = maxValue;
596 progressBar.setMax(mCard.mCardProgress.maxValue);
641 private int maxValue = 100;
651 progressClone.maxValue = maxValue;
677 maxValue = max;
680 bar.setMax(maxValue);
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
Card.java 470 public Builder setProgressMaxValue(int maxValue) {
475 mCard.mCardProgress.maxValue = maxValue;
596 progressBar.setMax(mCard.mCardProgress.maxValue);
641 private int maxValue = 100;
651 progressClone.maxValue = maxValue;
677 maxValue = max;
680 bar.setMax(maxValue);
  /external/dng_sdk/source/
dng_utils.cpp 434 uint32 maxValue,
440 DoZeroBytes (hist, (maxValue + 1) * (uint32) sizeof (uint32));
479 if (maxValue == 0x0FFFF && step2 == 1)
503 if (x <= maxValue)
  /external/mesa3d/src/mesa/main/
image.c 781 GLint maxValue)
785 if (*dstX1 > maxValue) {
787 ASSERT(*dstX0 < maxValue); /* X0 should be inside right edge */
788 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
791 *dstX1 = maxValue;
795 else if (*dstX0 > maxValue) {
797 ASSERT(*dstX1 < maxValue); /* X1 should be inside right edge */
798 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
801 *dstX0 = maxValue;
  /external/parameter-framework/upstream/parameter/
IntegerParameterType.cpp 401 type minValue, type maxValue,
405 if (value < minValue || value > maxValue) {
418 stream << maxValue;
422 stream << minValue << ", " << maxValue;
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 367 uint8_t clamp(uint8_t v, uint8_t minValue, uint8_t maxValue) {
368 CHECK(maxValue >= minValue);
371 else if (v > maxValue) return maxValue;
  /external/deqp/doc/testspecs/GLES31/
functional.shaders.atomic_counter.txt 80 maxValue
107 if pos < minValue or pos > maxValue:
  /external/skia/tools/lua/
bbh_filter.lua 81 maxValue = meta[1].value
87 verbWeights[v.key] = v.value / maxValue
  /external/opencv3/modules/ts/include/opencv2/ts/
ocl_test.hpp 258 Border randomBorder(int minValue = 0, int maxValue = MAX_VALUE)
261 (int)randomDoubleLog(minValue, maxValue),
262 (int)randomDoubleLog(minValue, maxValue),
263 (int)randomDoubleLog(minValue, maxValue),
264 (int)randomDoubleLog(minValue, maxValue)
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 674 deUint32 maxValue = 0;
683 maxValue = std::max(maxValue, values[valueNdx]);
687 counts.resize(maxValue - minValue + 1, 0);
721 deUint32 maxValue = 0;
728 maxValue = std::max(maxValue, increments[valueNdx]);
737 maxValue = std::max(maxValue, decrements[valueNdx]);
742 maxValue = std::max(maxValue, (deUint32)initialValue)
    [all...]

Completed in 3491 milliseconds

12 3 4 5 6 7 8 9