/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
GoldenImageVerifier.java | 40 int[] differences = new PassFailVisualizer().getDifferences(mGoldenBitmapArray, bitmap); local 41 mDifferenceBitmap.setPixels(differences, 0, width, 0, 0, width, height);
|
/external/autotest/server/site_tests/platform_GCC/ |
platform_GCC.py | 46 differences = [] 49 differences.append((testname, 'NOTEXECUTED', 52 differences.append((testname, baseline_results[testname], 56 differences.append((testname, baseline_results[testname], 58 return differences 113 differences = self.compare_logs(baseline, log_to) 114 for difference in differences: 120 self.results['%s_differences' % keyname] = len(differences)
|
/external/e2fsprogs/tests/f_badtable/ |
expect.1 | 21 Block bitmap differences: -(12--20) 30 Inode bitmap differences: +(12--16) +(25--32)
|
/external/e2fsprogs/tests/f_illbbitmap/ |
expect.1 | 19 Block bitmap differences: +(1--21) 22 Inode bitmap differences: -(12--21)
|
/external/e2fsprogs/tests/f_lpf/ |
expect.1 | 27 Block bitmap differences: +(22--23) +49 +(57--58) 36 Inode bitmap differences: +13
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_baselinefile.h | 28 // Verify whether there are any differences between the logged estimates and 30 // new file if there were differences. Return true if logged estimates are
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
rdopt_altivec.asm | 35 vmsumshm v2, v0, v0, v3 ;# multiply differences 42 vmsumshm v1, v0, v0, v2 ;# multiply differences
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
polcap.py | 33 self.log.info("Generating policy cap differences from {0.left_policy} to {0.right_policy}". 45 self.log.debug("Resetting policy capability differences")
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_variance_impl_mmx.asm | 109 paddw mm5, mm0 ; accumulate differences in mm5 110 paddw mm5, mm2 ; accumulate differences in mm5 133 paddw mm5, mm0 ; accumulate differences in mm5 134 paddw mm5, mm2 ; accumulate differences in mm5 156 paddw mm5, mm0 ; accumulate differences in mm5 157 paddw mm5, mm2 ; accumulate differences in mm5 179 paddw mm5, mm0 ; accumulate differences in mm5 180 paddw mm5, mm2 ; accumulate differences in mm5 202 paddw mm5, mm0 ; accumulate differences in mm5 203 paddw mm5, mm2 ; accumulate differences in mm [all...] |
/frameworks/native/opengl/libs/tools/ |
genfiles | 17 # Force a specific locale for sorting to avoid irrelevant differences 18 # in the generated files that could hide real differences. 34 # have some irrelevant whitespace and parameter name differences.
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/lib/ |
binutils-common.exp | 191 # Reverse the sense of the test: expect differences to exist. 208 # Return nonzero if differences exist. 213 set differences 0 297 set differences 1 302 set differences 1 318 set differences 1 323 if { $differences == 0 && !$diff_pass && [eof $file_a] != [eof $file_b] } { 326 set differences 1 330 if { $differences == 0 } { 331 set differences [all...] |
/external/chromium-trace/catapult/third_party/Paste/docs/modules/ |
debug.fsdiff.txt | 1 :mod:`paste.debug.fsdiff` -- Show differences between directories
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/ |
README | 2 for smoothing over the differences between the Python versions with the goal of
|
/external/chromium-trace/catapult/third_party/six/ |
README | 2 for smoothing over the differences between the Python versions with the goal of
|
/external/clang/utils/check_cfc/ |
obj_diff.py | 69 Allowing unavoidable differences, such as filenames. 78 Allowing unavoidable differences, such as filenames. 80 If there are differences in the code, there will almost certainly be differences in the debug info too.
|
/external/e2fsprogs/tests/f_badjour_indblks/ |
expect.1 | 15 Block bitmap differences: -(82--1111)
|
/external/e2fsprogs/tests/f_badjourblks/ |
expect.1 | 13 Block bitmap differences: -(50--1079)
|
/external/e2fsprogs/tests/f_extent_bad_node/ |
expect.1 | 11 Block bitmap differences: -(21--23) -25
|
/external/e2fsprogs/tests/f_extent_oobounds/ |
expect.1 | 12 Block bitmap differences: -(200--229)
|
/external/e2fsprogs/tests/f_extra_journal/ |
expect.1 | 11 Block bitmap differences: -(50--1079)
|
/external/e2fsprogs/tests/f_imagic_fs/ |
expect.1 | 10 Block bitmap differences: -(9--19)
|
/external/e2fsprogs/tests/f_miss_blk_bmap/ |
expect.1 | 8 Block bitmap differences: +(0--10)
|
/external/e2fsprogs/tests/f_miss_journal/ |
expect.1 | 11 Block bitmap differences: -(50--1079)
|
/external/e2fsprogs/tests/f_overfsblks/ |
expect.1 | 13 Inode bitmap differences: -(12--21)
|
/external/llvm/tools/llvm-diff/ |
DiffConsumer.h | 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {} 62 bool Differences; 70 bool Differences; 79 : out(errs()), Differences(false), Indent(0) {}
|