/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/ |
mn10300.exp | 35 "difference of two same-section symbols" 43 "difference of two same-section symbols where the difference is held in another section" 116 "difference of two same-section symbols (in a shared library)"
|
/external/clang/utils/check_cfc/ |
check_cfc.py | 29 Code difference detected with -g 267 difference = obj_diff.compare_object_files(self._output_file_a, 269 if difference: 271 "Code difference detected with -g\n{}".format(difference)) 291 difference = obj_diff.compare_object_files(self._output_file_a, 293 if difference: 295 "Code difference detected with -S\n{}".format(difference)) 302 "Debug info difference detected with -S\n{}".format(dbgdifference) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
BOCSU.java | 38 * difference with the previous one. Similar to a UTF, the length of 41 * signedness of the difference must be encoded as the most 51 * <p>For very small absolute values, the difference is added to a 53 * somewhat larger absolute values, the difference is divided by the 56 * single-byte range. For large absolute values, the difference is 89 * <p>Optimize the difference-taking for runs of Unicode text within 182 * The difference value range for single-byters. 188 * The difference value range for double-byters. 195 * The difference value range for 3-byters. 250 * Encode one difference value -0x10ffff..+0x10ffff in 1..4 bytes [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
BOCSU.java | 37 * difference with the previous one. Similar to a UTF, the length of 40 * signedness of the difference must be encoded as the most 50 * <p>For very small absolute values, the difference is added to a 52 * somewhat larger absolute values, the difference is divided by the 55 * single-byte range. For large absolute values, the difference is 88 * <p>Optimize the difference-taking for runs of Unicode text within 181 * The difference value range for single-byters. 187 * The difference value range for double-byters. 194 * The difference value range for 3-byters. 249 * Encode one difference value -0x10ffff..+0x10ffff in 1..4 bytes [all...] |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
math_agree.rs | 65 rsDebug("ULP difference", dist); 81 rsDebug("ULP difference .x", dist.x); 82 rsDebug("ULP difference .y", dist.y); 103 rsDebug("ULP difference .x", dist.x); 104 rsDebug("ULP difference .y", dist.y); 105 rsDebug("ULP difference .z", dist.z); 131 rsDebug("ULP difference .x", dist.x); 132 rsDebug("ULP difference .y", dist.y); 133 rsDebug("ULP difference .z", dist.z); 134 rsDebug("ULP difference .w", dist.w) [all...] |
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
math_agree.rs | 65 rsDebug("ULP difference", dist); 81 rsDebug("ULP difference .x", dist.x); 82 rsDebug("ULP difference .y", dist.y); 103 rsDebug("ULP difference .x", dist.x); 104 rsDebug("ULP difference .y", dist.y); 105 rsDebug("ULP difference .z", dist.z); 131 rsDebug("ULP difference .x", dist.x); 132 rsDebug("ULP difference .y", dist.y); 133 rsDebug("ULP difference .z", dist.z); 134 rsDebug("ULP difference .w", dist.w) [all...] |
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
math_agree.rs | 65 rsDebug("ULP difference", dist); 81 rsDebug("ULP difference .x", dist.x); 82 rsDebug("ULP difference .y", dist.y); 103 rsDebug("ULP difference .x", dist.x); 104 rsDebug("ULP difference .y", dist.y); 105 rsDebug("ULP difference .z", dist.z); 131 rsDebug("ULP difference .x", dist.x); 132 rsDebug("ULP difference .y", dist.y); 133 rsDebug("ULP difference .z", dist.z); 134 rsDebug("ULP difference .w", dist.w) [all...] |
/external/jdiff/src/jdiff/ |
HTMLStatistics.java | 105 h_.writeText("Percentage difference = 100 * (added + removed + 2*changed)"); 112 h_.writeText("added, the change will be 100%. Values are rounded here, so a value of 0% indicates a percentage difference of less than 0.5%.</p>"); 114 h_.writeText("<p>The overall difference between the two APIs is approximately <span style=\"color:222;font-weight:bold;\">" + (int)(apiDiff.pdiff) + "%</span>."); 118 h_.writeText("<dl><dt><a href=\"#packages\">Changed Packages</a></dt> <dd>Sorted by percentage difference</dd>"); 119 h_.writeText("<dt><a href=\"#classes\">Changed Classes and <i>Interfaces</i></a></dt><dd>Sorted by percentage difference</dd>"); 124 h_.writeText("<h2 class=\"pagecontenth2\">Changed Packages, Sorted by Percentage Difference</h2>"); 129 h_.writeText("<h2 class=\"pagecontenth2\">Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2>"); 181 * Emit all packages sorted by percentage difference, and a histogram 189 h_.writeText("<TABLE summary=\"Packages sorted by percentage difference\" BORDER=\"1\" WIDTH=\"100%\" cellspacing=\"0\" cellpadding=\"0\">"); 191 h_.writeText(" <TH>Percentage<br>Difference</TH>") [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
MapsTest.java | 287 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, EMPTY); 297 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, SINGLETON); 307 MapDifference<Integer, Integer> diff = Maps.difference(SINGLETON, EMPTY); 322 MapDifference<Integer, String> diff1 = Maps.difference(left, right); 334 MapDifference<Integer, String> diff2 = Maps.difference(right, left); 354 MapDifference<Integer, String> original = Maps.difference(left, right); 355 MapDifference<Integer, String> same = Maps.difference(left, right); 356 MapDifference<Integer, String> reverse = Maps.difference(right, left); 357 MapDifference<Integer, String> diff2 = Maps.difference(left, right2); 381 MapDifference<Integer, String> diff1 = Maps.difference(left, right 414 MapDifference<Integer, Integer> difference = Maps.difference(map, EMPTY); local [all...] |
/external/proguard/src/proguard/evaluation/value/ |
LongValue.java | 85 * Returns the difference of this LongValue and the given LongValue. 93 * Returns the difference of the given LongValue and this LongValue. 242 * Returns the difference of this LongValue and the given SpecificLongValue. 250 * Returns the difference of the given SpecificLongValue and this LongValue. 398 * Returns the difference of this LongValue and the given ParticularLongValue. 406 * Returns the difference of the given ParticularLongValue and this LongValue.
|
/external/valgrind/none/tests/amd64/ |
bmi.c | 28 printf ("Difference between r and m variants\n"); 52 printf ("Difference between r and m variants\n"); 92 printf ("Difference between r and m variants\n"); 133 printf ("Difference between r and m variants\n"); 173 printf ("Difference between r and m variants\n"); 212 printf ("Difference between r and m variants\n"); 252 printf ("Difference between r and m variants\n"); 291 printf ("Difference between r and m variants\n"); 331 printf ("Difference between r and m variants\n"); 370 printf ("Difference between r and m variants\n") [all...] |
/art/compiler/optimizing/ |
constant_folding_test.cc | 123 // Expected difference after constant folding. 139 // Expected difference after dead code elimination. 184 // Expected difference after constant folding. 200 // Expected difference after dead code elimination. 244 // Expected difference after constant folding. 261 // Expected difference after dead code elimination. 317 // Expected difference after constant folding. 346 // Expected difference after dead code elimination. 394 // Expected difference after constant folding. 411 // Expected difference after dead code elimination [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
DecodeAccuracyTestBase.java | 1504 final int difference = euclideanDistance(pixels1[i], pixels2[i]); local [all...] |
Vp8EncoderTest.java | 61 // Maximum allowed average PSNR difference of encoder comparing to reference Google encoder. 63 // Maximum allowed minimum PSNR difference of encoder comparing to reference Google encoder. 65 // Maximum allowed average PSNR difference of the encoder running in a looper thread with 0 ms 69 // Maximum allowed minimum PSNR difference of the encoder running in a looper thread 124 * Checks the PSNR difference between the encoded and decoded output and reference yuv input 177 // Check PSNR difference. 186 throw new RuntimeException("Difference between PSNRs for async and sync encoders"); 477 // These PSNR difference numbers are arbitrary for now, will need further estimation
|
/cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/ |
fifo.c | 65 // Return the difference between two indices: rear - front, where 0 <= difference <= mFrameCount.
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
BitmapUtils.java | 61 * Find the difference between two bitmaps using average of per-pixel differences. 65 * @return the difference.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Regions.java | 116 drawRgn(canvas, Color.GREEN, "Difference", Region.Op.DIFFERENCE);
|
/external/ImageMagick/utilities/ |
compare.1 | 3 compare \- mathematically and visually annotate the difference between an image and its reconstruction. 8 The \fBcompare\fP program is a member of the ImageMagick(1) suite of tools. Use it to mathematically and visually annotate the difference between an image and its reconstruction.
|
compare.1.in | 3 compare \- mathematically and visually annotate the difference between an image and its reconstruction. 8 The \fBcompare\fP program is a member of the ImageMagick(1) suite of tools. Use it to mathematically and visually annotate the difference between an image and its reconstruction.
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/ |
Security_ImplTest.java | 72 // Regression for Harmony-3154 (non-bug difference) 84 // Regression for Harmony-3154 (non-bug difference)
|
/external/autotest/client/site_tests/security_ReservedPrivileges/ |
security_ReservedPrivileges.py | 86 diff = observed_set.difference(baseline_set) 92 diff2 = baseline_set.difference(observed_set)
|
/external/boringssl/src/include/openssl/ |
time_support.h | 79 /* OPENSSL_gmtime_diff calculates the difference between |from| and |to| and 80 * outputs the difference as a number of days and seconds in |*out_days| and
|
/external/ceres-solver/internal/ceres/ |
test_util.cc | 57 // If x or y is exactly zero, then relative difference doesn't have any 58 // meaning. Take the absolute difference instead.
|
/external/chromium-trace/catapult/dashboard/dashboard/models/ |
anomaly.py | 63 difference = self.median_after_anomaly - self.median_before_anomaly 64 return 100 * difference / self.median_before_anomaly
|
/external/curl/lib/ |
timeval.c | 116 * Returns: the time difference in number of milliseconds. For large diffs it 135 * Returns: the time difference in seconds with subsecond resolution.
|