| /external/skia/tools/skdiff/ |
| skdiff_html.cpp | 79 static void print_pixel_count(SkFILEWStream* stream, const DiffRecord& diff) { 81 stream->writeDecAsText(static_cast<int>(diff.fFractionDifference * 82 diff.fBase.fBitmap.width() * 83 diff.fBase.fBitmap.height())); 86 stream->writeDecAsText(diff.fWeightedFraction * 87 diff.fBaseWidth * 88 diff.fBaseHeight); 93 static void print_checkbox_cell(SkFILEWStream* stream, const DiffRecord& diff) { 95 stream->writeText(diff.fBase.fFilename.c_str()); 99 static void print_label_cell(SkFILEWStream* stream, const DiffRecord& diff) { 287 DiffRecord* diff = differences[i]; local [all...] |
| /external/skqp/tools/skdiff/ |
| skdiff_html.cpp | 79 static void print_pixel_count(SkFILEWStream* stream, const DiffRecord& diff) { 81 stream->writeDecAsText(static_cast<int>(diff.fFractionDifference * 82 diff.fBase.fBitmap.width() * 83 diff.fBase.fBitmap.height())); 86 stream->writeDecAsText(diff.fWeightedFraction * 87 diff.fBaseWidth * 88 diff.fBaseHeight); 93 static void print_checkbox_cell(SkFILEWStream* stream, const DiffRecord& diff) { 95 stream->writeText(diff.fBase.fFilename.c_str()); 99 static void print_label_cell(SkFILEWStream* stream, const DiffRecord& diff) { 287 DiffRecord* diff = differences[i]; local [all...] |
| /external/libmpeg2/common/x86/ |
| ideint_cac_ssse3.c | 171 __m128i min, max, diff, thresh; local 184 diff = _mm_sub_epi16(max, min); 187 mask = _mm_cmpgt_epi16(diff, thresh); 188 diff = _mm_and_si128(diff, mask); 190 diff_sum = _mm_extract_epi16(diff, 0); 191 diff_sum += _mm_extract_epi16(diff, 1); 192 diff_sum += _mm_extract_epi16(diff, 2); 193 diff_sum += _mm_extract_epi16(diff, 3); 197 diff_sum = _mm_extract_epi16(diff, 4) 209 __m128i even_avg, odd_avg, diff; local [all...] |
| /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/ |
| iLBCtestscript.txt | 37 diff $OUTP/F00.BIT20 $INP/F00.BIT20 38 diff $OUTP/F01.BIT20 $INP/F01.BIT20 39 diff $OUTP/F02.BIT20 $INP/F02.BIT20 40 diff $OUTP/F03.BIT20 $INP/F03.BIT20 41 diff $OUTP/F04.BIT20 $INP/F04.BIT20 42 diff $OUTP/F05.BIT20 $INP/F05.BIT20 43 diff $OUTP/F06.BIT20 $INP/F06.BIT20 44 diff $OUTP/F00.OUT20 $INP/F00.OUT20 45 diff $OUTP/F01.OUT20 $INP/F01.OUT20 46 diff $OUTP/F02.OUT20 $INP/F02.OUT2 [all...] |
| /packages/apps/Contacts/tests/src/com/android/contacts/model/ |
| RawContactDeltaTests.java | 39 * correctly build expected "diff" operations. 166 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); local 167 source.buildDiffWrapper(diff); 169 assertTrue("Created changes when none needed", (diff.size() == 0)); 184 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); local 185 source.buildAssertWrapper(diff); 186 source.buildDiffWrapper(diff); 187 assertEquals("Unexpected operations", 4, diff.size()); 189 final CPOWrapper cpoWrapper = diff.get(0); 193 final CPOWrapper cpoWrapper = diff.get(1) 227 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); local 270 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); local 306 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); local 332 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); local 361 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); local [all...] |
| /external/golang-protobuf/proto/testdata/ |
| Makefile | 43 diff: regenerate 44 git diff test.pb.go
|
| /external/icu/tools/srcgen/javadoc_patches/ |
| git_diff_create_patch.sh | 17 # This script is called by git diff with GIT_EXTERNAL_DIFF 36 # Write the diff into the patch file 39 diff -u "${NEW_FILE}" "${OLD_FILE}" | sed "2s#${OLD_FILE}#${NEW_FILE}#" > ${PATCH_FILE} 41 diff -u "${OLD_FILE}" "${NEW_FILE}" | sed "1s#${OLD_FILE}#${NEW_FILE}#" >> ${PATCH_FILE}
|
| /external/mesa3d/src/compiler/glsl/tests/ |
| warnings-test | 14 if diff "$test.expected" "$test.out" >/dev/null 2>&1; then 19 diff "$test.expected" "$test.out"
|
| /external/strace/tests/ |
| threads-execve.test | 37 check_prog diff 48 diff -- "$EXP" "$OUT" || continue
|
| /external/strace/tests-m32/ |
| threads-execve.test | 37 check_prog diff 48 diff -- "$EXP" "$OUT" || continue
|
| /external/strace/tests-mx32/ |
| threads-execve.test | 37 check_prog diff 48 diff -- "$EXP" "$OUT" || continue
|
| /frameworks/base/core/java/com/android/server/ |
| ResettableTimeout.java | 104 long diff; local 106 diff = mOffAt - SystemClock.uptimeMillis(); 107 if (diff <= 0) { 115 sleep(diff);
|
| /system/libufdt/tests/ |
| common.sh | 39 diff -u <(cat "$1" | remove_overlay_stuff) <(cat "$2" | remove_overlay_stuff)
|
| /bionic/tools/ |
| update_version_scripts.sh | 6 git diff --exit-code HEAD libc/*.map libdl/*.map libm/*.map linker/*.map
|
| /bionic/tools/versioner/tests/preprocessor_file_offset_bits/ |
| run.sh | 5 diff -q -w -B out expected
|
| /bionic/tools/versioner/tests/preprocessor_merging/ |
| run.sh | 4 diff -q -w -B out expected
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| double_const.py | 23 diff = abs(x - x2)
24 # If diff is no larger than 3 ULP (wrt x2), then diff/8 is no larger
25 # than 0.375 ULP, so adding diff/8 to x2 should have no effect.
26 if x2 + (diff / 8.) != x2:
|
| /external/annotation-tools/ |
| .git.pre-commit | 15 CHANGED_JAVA_FILES=`git diff --staged --name-only --diff-filter=ACM | grep '\.java$' | grep -v '/jdk/' | grep -v 'stubparser/' | grep -v '/eclipse/' ` || true 26 CHANGED_STYLE_FILES=`git diff --staged --name-only --diff-filter=ACM | grep -v '.png$' | grep -v '.xcf$'` || true
|
| /external/google-breakpad/src/processor/ |
| minidump_dump_test | 35 diff -u $testdata_dir/minidump2.dump.out -
|
| /external/libdrm/intel/tests/ |
| gen4-3d.batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped 16 diff -u $REF_FILENAME $NEW_FILENAME
|
| gen5-3d.batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped 16 diff -u $REF_FILENAME $NEW_FILENAME
|
| gen6-3d.batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped 16 diff -u $REF_FILENAME $NEW_FILENAME
|
| gen7-2d-copy.batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped 16 diff -u $REF_FILENAME $NEW_FILENAME
|
| gen7-3d.batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped 16 diff -u $REF_FILENAME $NEW_FILENAME
|
| gm45-3d.batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped 16 diff -u $REF_FILENAME $NEW_FILENAME
|