| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
| AaptQuickFixTest.java | 286 String diff = getDiff(before, after); local 287 assertEqualsGolden(name, diff);
|
| /test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/ |
| VtsMultiDeviceTestResultParserTest.java | 213 int diff = calculateStartDate ? 1 : -1; local 215 for (int index = begin; index >= 0 && index < lines.length; index += diff) {
|
| /test/vts/web/dashboard/src/main/java/com/android/vts/servlet/ |
| VtsAlertJobServlet.java | 87 long diff = now - test.timestamp; local 91 if (diff > TimeUnit.DAYS.toMicros(1) && diff < TimeUnit.DAYS.toMicros(8) 92 && diff % TimeUnit.DAYS.toMicros(1) < TimeUnit.MINUTES.toMicros(3)) {
|
| /cts/tests/tests/app.usage/src/android/app/usage/cts/ |
| UsageStatsTest.java | 224 long diff = before.getFirstTimeStamp() - after.getFirstTimeStamp(); local 225 assertLessThan(Math.abs(diff - (DAY / 2)), TIME_DIFF_THRESHOLD);
|
| /cts/tests/tests/content/src/android/content/res/cts/ |
| ConfigurationTest.java | 181 assertEquals(expectedFlags, c1.diff(c2)); 184 assertEquals(0, tmpc1.diff(c2)); 611 int diff = config1.diff(config2); local 612 assertEquals(0, diff);
|
| /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
| glob.c | 588 ptrdiff_t diff;
local 646 diff = pend - pathbuf;
649 diff = 0;
655 (diff >= 1 && pend[-1] == DOT) &&
656 (diff >= 2 && (pend[-2] == SLASH || pend[-2] == DOT)) &&
657 (diff < 3 || pend[-3] == SLASH))) {
|
| /external/aac/libAACdec/src/ |
| conceal.cpp | 1475 FIXP_SGL diff = fixp_abs((pFactor[i]>>1) - referenceVal); local [all...] |
| /external/aac/libSBRenc/src/ |
| mh_det.cpp | 148 static void diff(FIXP_DBL *RESTRICT pTonalityOrig, function 313 diff(pQuotaBuffer[est+move], [all...] |
| ps_encode.cpp | 231 quantErr += (fixp_abs(input[band]-quantTable[idx])>>PS_QUANT_SCALE); /* don't scale before subtraction; diff smaller (64-25)/64 */ 521 INT diff = 0; local 531 diff = fixp_abs(psData->iidIdx[env][b] - psData->iidIdxLast[b]); 532 sumDiff += diff; 533 if ( (diff > diffThr) /* more than x quantization steps in any band */ 553 INT diff = 0; local 563 diff = fixp_abs(psData->iccIdx[env][b] - psData->iccIdxLast[b]); 564 sumDiff += diff; 565 if ( (diff > diffThr) /* more than x quantisation step in any band */ [all...] |
| /external/autotest/client/tests/cyclictest/src/ |
| cyclictest.c | 177 long diff; local 178 diff = USEC_PER_SEC * ((int) t1.tv_sec - (int) t2.tv_sec); 179 diff += ((int) t1.tv_nsec - (int) t2.tv_nsec) / 1000; 180 return diff; 280 long diff; local 315 diff = calcdiff(now, next); 316 if (diff < stat->min) 317 stat->min = diff; 318 if (diff > stat->max) 319 stat->max = diff; 512 long diff = stat->values[stat->cyclesread & par->bufmsk]; local [all...] |
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
| Nat192.java | 174 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) method in class:Nat192
|
| Nat224.java | 228 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) method in class:Nat224 [all...] |
| Nat256.java | 269 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) method in class:Nat256 [all...] |
| /external/deqp/modules/gles2/performance/ |
| es2pShaderOperatorTests.cpp | 405 const Vec2 diff = data[i] - mid; local 407 slopeNumerator += diff.x()*diff.y(); 408 slopeDenominator += diff.x()*diff.x(); 429 const float diff = estY - data[i].y(); local 430 error += diff*diff; 448 const float diff = meanY - data[i].y(); local 449 error += diff*diff [all...] |
| /external/deqp/modules/gles3/functional/ |
| es3fShaderBuiltinVarTests.cpp | 193 float diff = zFar - zNear; local 194 c.color.xyz() = tcu::Vec3(zNear, zFar, diff*0.5f + 0.5f); 241 src << "\t" << (m_isVertexCase ? "v_color" : "o_color") << " = vec4(gl_DepthRange.near, gl_DepthRange.far, gl_DepthRange.diff*0.5 + 0.5, 1.0);\n"; [all...] |
| /external/deqp/modules/gles3/performance/ |
| es3pShaderOperatorTests.cpp | 405 const Vec2 diff = data[i] - mid; local 407 slopeNumerator += diff.x()*diff.y(); 408 slopeDenominator += diff.x()*diff.x(); 429 const float diff = estY - data[i].y(); local 430 error += diff*diff; 448 const float diff = meanY - data[i].y(); local 449 error += diff*diff [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
| ConfigResultsElement.java | 444 int diff = (int) Math.abs(baselineValue - buildValue); local 445 if (diff < 100) { 455 localBuffer.append(diff);
|
| /external/f2fs-tools/mkfs/ |
| f2fs_format.c | 167 u_int64_t zone_align_start_offset, diff, total_meta_segments; local 295 diff = total_meta_segments % (config.segs_per_zone); 296 if (diff) 298 (config.segs_per_zone - diff));
|
| /external/fio/ |
| gettime.c | 648 uint64_t diff = prev->tsc - this->tsc; local 655 log_info("cs: CPU clock mismatch (diff=%llu):\n", 656 (unsigned long long) diff);
|
| /external/fio/t/ |
| dedupe.c | 199 int diff; local 207 diff = memcmp(i->hash, c->hash, sizeof(i->hash)); 208 if (diff < 0) 210 else if (diff > 0)
|
| /external/guava/guava-tests/test/com/google/common/hash/ |
| HashTestUtils.java | 253 int diff = 0x0; // bitset for output bits with different values local 257 while (same != 0xffffffff || diff != 0xffffffff) { 267 diff |= (hash1 ^ hash2); 275 "as follows: " + ~(same & diff) + ". This was " + 294 int[] diff = new int[hashBits]; local 307 diff[k] += 1; 313 double prob = (double) diff[j] / (double) (diff[j] + same[j]); 338 boolean diff = false; 340 while (!diff) { 384 int[] diff = new int[hashBits]; local [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
| TimeZoneAliasTest.java | 97 int diff = testZone.findOffsetOrdering(last, diffDate); local 98 if (diff != 0) { 100 + ", " + Zone.formatHours(diff) + "hr"); 190 int diff = testZone.findOffsetOrdering(last, diffDate); external variable declarations 191 if (diff != 0) { 302 //System.out.println("-diff: " + id + "\t" + other.id); 335 //System.out.println("+diff: " + (result/HOUR) + "\t" + dateDiffFound);
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
| CollectionUtilities.java | 582 int diff; local 589 diff = CollectionUtilities.compare(iterator1.next(), iterator2.next()); 590 if (diff != 0) { 591 return diff; 603 int diff = o1.size() - o2.size(); local 604 if (diff != 0) { 605 return diff; 619 int diff = o1.size() - o2.size(); local 620 if (diff != 0) { 621 return diff; 655 int diff = compare(a.getKey(), b.getKey()); local 663 int diff = o1.size() - o2.size(); local [all...] |
| /external/icu/icu4c/source/test/cintltst/ |
| bocu1tst.c | 226 int32_t prev, count, diff; member in struct:Bocu1Rx 235 packDiff(int32_t diff); 279 * @param diff difference value -0x10ffff..0x10ffff 287 packDiff(int32_t diff) { 290 if(diff>=BOCU1_REACH_NEG_1) { 292 if(diff<=BOCU1_REACH_POS_1) { 294 return 0x01000000|(BOCU1_MIDDLE+diff); 295 } else if(diff<=BOCU1_REACH_POS_2) { 297 diff-=BOCU1_REACH_POS_1+1; 300 } else if(diff<=BOCU1_REACH_POS_3) [all...] |
| udatatst.c | 1579 uint8_t diff[8]; local [all...] |