/system/connectivity/shill/ |
dns_client.cc | 376 struct timeval max, ret_tv; local 377 timersub(&timeout_tv, &elapsed_time, &max); 379 &max, &ret_tv);
|
/system/extras/latencytop/ |
latencytop.c | 37 unsigned long max; member in struct:latency_entry 329 unsigned long count, max, total; local 346 sscanf(line, "%ld %ld %ld %s", &count, &total, &max, reason); 347 if (max > 0 || total > 0) { 351 if (max > e->max) 352 e->max = max; 357 e->max = max; [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
cache.c | 80 int max; local 85 max = rlim.rlim_cur / 8; 89 max = sysconf (_SC_OPEN_MAX) / 8; 91 max = 10; 93 max_open_files = max < 10 ? 10 : max; 340 hitting this limitation, we read the buffer in chunks of 8MB max. */
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-moxie.c | 650 long max, min; 652 max = min = 0; 708 if (max != 0 && (val < min || val > max)) 649 long max, min; local
|
tc-pj.c | 369 long max, min; 371 max = min = 0; 397 max = 0xffff; 402 max = 0xff; 448 if (max != 0 && (val < min || val > max)) 368 long max, min; local
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
arithmetic.s | 67 .global max 68 max: label 69 R6 = MAX (r5, R2); 70 r0 = max (r1, r3);
|
/toolchain/binutils/binutils-2.25/libiberty/ |
pex-unix.c | 501 int max, retries; local 526 max = -1; 528 max = STDERR_FILE_NO; 530 max = STDOUT_FILE_NO; 532 max = STDIN_FILE_NO; 533 if (in > max) 535 if (out > max) 537 if (errdes > max && errdes != out)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
epiphany-asm.c | 43 #undef max macro 44 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
|
frv-asm.c | 43 #undef max macro 44 #define max(a,b) ((a) > (b) ? (a) : (b)) macro [all...] |
ip2k-asm.c | 43 #undef max macro 44 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
|
iq2000-asm.c | 43 #undef max macro 44 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
|
lm32-asm.c | 43 #undef max macro 44 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
|
mt-asm.c | 43 #undef max macro 44 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/ |
convert.jar | |
/bionic/libc/bionic/ |
fts.c | 102 if (fts_palloc(sp, MAX(fts_maxarglen(argv), PATH_MAX))) 624 * Figure out the max file name length that can be stored in the 1011 size_t len, max; local 1013 for (max = 0; *argv; ++argv) 1014 if ((len = strlen(*argv)) > max) 1015 max = len; 1016 return (max + 1);
|
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/ |
SustainedPerformanceHostTest.java | 112 double min = Double.MAX_VALUE, max = Double.MIN_VALUE; local 133 if (testSet[5] > max) { 134 max = testSet[5]; 144 double diff = (max - min)*100/max; 147 appResultsWithMode.add(1, max); 151 appResultsWithoutMode.add(1, max);
|
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
CameraErrorCollector.java | 360 * @param max The max value of the range 363 T min, T max) { 367 min.toString(), max.toString()), 368 value.compareTo(max)<= 0 && value.compareTo(min) >= 0); 378 * @param max The max value of the range 381 T min, T max) { 382 expectValuesInRange(msg, Arrays.asList(array), min, max); 391 * @param max The max value of the rang 843 expectInRange(key.getName(), value, min, max); local [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
AnimatedStateListDrawableTest.java | 175 int max = 0; local 178 max = Math.max(max, width); 182 Arrays.fill(origWidth, max);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
Target.java | 260 f.mMaxValue = Math.max(-a.mMinValue, a.mMaxValue); 273 double max = Math.sqrt(a.mMaxValue); local 281 values = new double[]{f, 0., min, max}; 283 values = new double[]{f, min, max}; 311 * The typical value we would expect. We don't just keep track of the min and max 543 u = Math.max(u, smallestNormal(1.f)); 608 public double max() { return mMaxValue; } method in class:Target.Floaty 640 float max = (float)mMaxValue; local 643 Float.floatToRawIntBits(mid), max, 644 Float.floatToRawIntBits(max)); [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
AbsSeekBarTest.java | 204 int max = progress + 1; local 205 myAbsSeekBar.setMax(max); 206 assertEquals(max, myAbsSeekBar.getMax()); 210 max = progress - 1; 211 myAbsSeekBar.setMax(max); 212 assertEquals(max, myAbsSeekBar.getMax()); 213 assertEquals(max, myAbsSeekBar.getProgress()); 219 max = (keyProgressIncrement - 1) * 20; 220 myAbsSeekBar.setMax(max); 222 max = (keyProgressIncrement + 1) * 20 [all...] |
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/ |
MainActivity.java | 253 final float max = 25.0f; local 255 f = (float) ((max - min) * (i / 100.0) + min); 259 final float max = 2.f; local 261 f = (float) ((max - min) * (i / 100.0) + min); 265 final float max = (float) Math.PI; local 267 f = (float) ((max - min) * (i / 100.0) + min);
|
/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/ |
MainActivity.java | 253 final float max = 25.0f; local 255 f = (float) ((max - min) * (i / 100.0) + min); 259 final float max = 2.f; local 261 f = (float) ((max - min) * (i / 100.0) + min); 265 final float max = (float) Math.PI; local 267 f = (float) ((max - min) * (i / 100.0) + min);
|
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/ |
MainActivity.java | 253 final float max = 25.0f; local 255 f = (float) ((max - min) * (i / 100.0) + min); 259 final float max = 2.f; local 261 f = (float) ((max - min) * (i / 100.0) + min); 265 final float max = (float) Math.PI; local 267 f = (float) ((max - min) * (i / 100.0) + min);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
EmpiricalDistributionImpl.java | 42 * <ol><li>Pass the file once to compute min and max.</li> 43 * <li>Divide the range from min-max into <code>binCount</code> "bins."</li> 74 /** Max loaded value */ 75 private double max = Double.NEGATIVE_INFINITY; field in class:EmpiricalDistributionImpl 326 max = sampleStats.getMax(); 327 delta = (max - min)/(Double.valueOf(binCount)).doubleValue(); 362 FastMath.max((int) FastMath.ceil((value- min) / delta) - 1, 0), 434 * (upperBounds[binCount-2], upperBounds[binCount-1] = max].</p> 449 binUpperBounds[binCount - 1] = max;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMManagerDefault.java | 163 // %REVIEW% Should throw a more diagnostic error if we go over the max... 522 int max = m_dtms.length; local 523 for(int i = 0; i < max; i++)
|