HomeSort by relevance Sort by last modified time
    Searched refs:differences (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /external/skia/tools/skdiff/
skdiff_html.h 16 const RecordArray& differences,
skdiff_html.cpp 31 const RecordArray& differences,
57 stream->writeDecAsText(differences.count());
226 const RecordArray& differences,
283 print_table_header(&outputStream, matchCount, colorThreshold, differences,
286 for (i = 0; i < differences.count(); i++) {
287 DiffRecord* diff = differences[i];
skdiff_main.cpp 378 RecordArray* differences,
518 differences->push(drp);
539 differences->push(drp);
560 differences->push(drp);
598 "\n --threshold <n>: only report differences > n (per color channel) [default 0]"
634 RecordArray differences; local
808 create_diff_images(diffProc, colorThreshold, &differences,
818 if (differences.count()) {
819 qsort(differences.begin(), differences.count()
    [all...]
  /external/skqp/tools/skdiff/
skdiff_html.h 16 const RecordArray& differences,
skdiff_html.cpp 31 const RecordArray& differences,
57 stream->writeDecAsText(differences.count());
226 const RecordArray& differences,
283 print_table_header(&outputStream, matchCount, colorThreshold, differences,
286 for (i = 0; i < differences.count(); i++) {
287 DiffRecord* diff = differences[i];
skdiff_main.cpp 378 RecordArray* differences,
518 differences->push(drp);
539 differences->push(drp);
560 differences->push(drp);
598 "\n --threshold <n>: only report differences > n (per color channel) [default 0]"
634 RecordArray differences; local
808 create_diff_images(diffProc, colorThreshold, &differences,
818 if (differences.count()) {
819 qsort(differences.begin(), differences.count()
    [all...]
  /compatibility/cdd/2_device-types/
2_1_device-configurations.md 3 For the major differences in hardware configuration by device
  /toolchain/binutils/binutils-2.27/gas/testsuite/lib/
doobjcmp 29 echo Header differences.
37 echo Text differences.
46 echo Data differences.
55 echo -n Symbol differences...
75 echo -n Reloc differences...
  /build/make/core/combo/arch/x86/
silvermont.mk 4 # See build/make/core/combo/arch/x86/x86-atom.mk for differences.
atom.mk 5 # See build/make/core/combo/arch/x86/x86.mk for differences.
  /build/make/core/combo/arch/x86_64/
silvermont.mk 4 # See build/make/core/combo/arch/x86/x86-atom.mk for differences.
  /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/skia/tools/
reformat-json.py 13 (only the actual checksum differences will show up as diffs, not obscured
14 by format differences).
  /external/skqp/tools/
reformat-json.py 13 (only the actual checksum differences will show up as diffs, not obscured
14 by format differences).
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-avr/
relax_diff.d 1 #name: AVR Account for relaxation in label differences
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
binop-segref.s 1 ; This used to be part of the binop test; differences broke when the
7 ; Some differences we want to see computed right, giving the right
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
GoldenImageVerifier.java 46 int[] differences = new PassFailVisualizer().getDifferences(mGoldenBitmapArray, bitmap); local
47 mDifferenceBitmap.setPixels(differences, 0, width, 0, 0, width, height);
  /toolchain/binutils/binutils-2.27/binutils/testsuite/lib/
binutils-common.exp 246 # Reverse the sense of the test: expect differences to exist.
263 # Return nonzero if differences exist.
268 set differences 0
352 set differences 1
357 set differences 1
373 set differences 1
378 if { $differences == 0 && !$diff_pass && [eof $file_a] != [eof $file_b] } {
381 set differences 1
385 if { $differences == 0 } {
386 set differences
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
relax-2.s 2 ! have bugs in the slight differences in limit-checking compared to PT and
err-3.s 5 ! resolvable differences between local symbols, but not in range for the
  /external/v8/tools/
gyp_flag_compare.py 9 build, report on differences between the command lines."""
160 """Return a report of any differences between gyp and gn lists, ignoring
243 differences = CompareLists(gyp_flags, gn_flags, 'dash_f')
244 differences += CompareLists(gyp_flags, gn_flags, 'defines')
245 differences += CompareLists(gyp_flags, gn_flags, 'include_dirs',
247 differences += CompareLists(gyp_flags, gn_flags, 'warnings',
266 differences += CompareLists(gyp_flags, gn_flags, 'other')
267 if differences:
268 files_with_given_differences.setdefault(differences, []).append(filename)
274 print 'Total differences:', g_total_difference
    [all...]
  /external/v8/tools/foozzie/
v8_mock_archs.js 8 // This mocks only architecture specific differences. Refer to v8_mocks.js
  /external/tensorflow/tensorflow/contrib/opt/python/training/
elastic_average_optimizer.py 258 differences = []
262 differences.append(math_ops.subtract(v, lv))
263 for lvar, diff in zip(local_vars, differences):
269 for var, diff in zip(global_center_vars, differences):
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_contacts_utils.py 108 """Compare two contact files and report the number of differences.
110 Difference count is returned, and the differences are logged, this is order
119 differences = set(pce_contacts).symmetric_difference(set(pse_contacts))
120 if not differences:
127 str(len(differences))))
128 for current_vcard in differences:
130 return len(differences)
  /external/libmpeg2/common/arm/
ideint_spatial_filter_a9.s 109 @ Calculate absolute differences
144 @ Move the differences to ARM registers

Completed in 1396 milliseconds

1 2 3 4 5 6 7 8 9