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

1 2 3 4 5

  /external/valgrind/none/tests/s390x/
srnmb.stderr.exp 4 Continuing using 'round to nearest'. Results may differ!
fpext_warn.stderr.exp 6 the rounding mode from FPC. Results may differ!
12 the rounding mode from FPC. Results may differ!
18 the rounding mode from FPC. Results may differ!
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-dsbt-01.d 6 #warning: .*differ in whether code is compiled for DSBT
attr-dsbt-10.d 6 #warning: .*differ in whether code is compiled for DSBT
attr-wchar-12.d 6 #warning: .*differ in wchar_t size
attr-wchar-21.d 6 #warning: .*differ in wchar_t size
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
doobjcmp 20 echo Sizes differ:
63 echo and symbols differ in content.
81 echo and relocs differ in content.
  /external/autotest/client/site_tests/kernel_LTP/
ltp-diff.py 11 # where the results of those runs differ
14 # Non-zero if results differ, or bad input
67 Return 1 if any test results across runs differ.
81 differ = 0
91 differ = 1
92 if differ:
99 # Print info if results differ
  /external/autotest/client/tests/ltp/
ltp-diff.py 11 # where the results of those runs differ
14 # Non-zero if results differ, or bad input
64 Return 1 if any test results across runs differ.
76 differ = 0
86 differ = 1
87 if differ:
94 # Print info if results differ
  /external/clang/utils/
CmpDriver 134 differ = False
154 differ = True
174 differ = True
180 differ = True
184 differ = True
202 differ = True
206 print '-- EXIT CODES DIFFER -'
209 differ = True
211 if differ:
  /tools/repohooks/rh/
shell_unittest.py 38 self.differ = difflib.Differ()
42 diff = '\n'.join(list(self.differ.compare([test_output], [result])))
  /prebuilts/go/darwin-x86/src/image/gif/
writer_test.go 95 t.Errorf("%s, bounds differ: %v and %v", tc.filename, m0.Bounds(), m1.Bounds())
123 t.Fatalf("bounds differ: %v and %v", m0.Bounds(), m1.Bounds())
126 t.Fatalf("images differ")
229 t.Errorf("loop counts differ: %d and %d", g0.LoopCount, g1.LoopCount)
232 t.Errorf("background indexes differ: %d and %d", backgroundIndex, g1.BackgroundIndex)
235 t.Fatalf("image lengths differ: %d and %d", len(g0.Image), len(g1.Image))
238 t.Fatalf("image and delay lengths differ: %d and %d", len(g1.Image), len(g1.Delay))
241 t.Fatalf("image and disposal lengths differ: %d and %d", len(g1.Image), len(g1.Disposal))
247 t.Errorf("frame %d: bounds differ: %v and %v", i, m0.Bounds(), m1.Bounds())
251 t.Errorf("frame %d: delay values differ: %d and %d", i, d0, d1
    [all...]
  /prebuilts/go/linux-x86/src/image/gif/
writer_test.go 95 t.Errorf("%s, bounds differ: %v and %v", tc.filename, m0.Bounds(), m1.Bounds())
123 t.Fatalf("bounds differ: %v and %v", m0.Bounds(), m1.Bounds())
126 t.Fatalf("images differ")
229 t.Errorf("loop counts differ: %d and %d", g0.LoopCount, g1.LoopCount)
232 t.Errorf("background indexes differ: %d and %d", backgroundIndex, g1.BackgroundIndex)
235 t.Fatalf("image lengths differ: %d and %d", len(g0.Image), len(g1.Image))
238 t.Fatalf("image and delay lengths differ: %d and %d", len(g1.Image), len(g1.Delay))
241 t.Fatalf("image and disposal lengths differ: %d and %d", len(g1.Image), len(g1.Disposal))
247 t.Errorf("frame %d: bounds differ: %v and %v", i, m0.Bounds(), m1.Bounds())
251 t.Errorf("frame %d: delay values differ: %d and %d", i, d0, d1
    [all...]
  /external/skia/tools/
jsondiff.py 194 differ = GMDiffer()
195 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Demo.java 837 IntDiffer differ = new IntDiffer(300, 3); local
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
dct_test.go 63 if differ(&got, &want) {
77 if differ(&got, &want) {
87 if differ(&got, &want) {
93 // differ reports whether any pair-wise elements in b0 and b1 differ by 2 or
97 func differ(b0, b1 *block) bool { func
writer_test.go 152 t.Errorf("%s, bounds differ: %v and %v", tc.filename, m0.Bounds(), m1.Bounds())
179 t.Fatalf("bounds differ: %v and %v", m0.Bounds(), m1.Bounds())
  /prebuilts/go/linux-x86/src/image/jpeg/
dct_test.go 63 if differ(&got, &want) {
77 if differ(&got, &want) {
87 if differ(&got, &want) {
93 // differ reports whether any pair-wise elements in b0 and b1 differ by 2 or
97 func differ(b0, b1 *block) bool { func
writer_test.go 152 t.Errorf("%s, bounds differ: %v and %v", tc.filename, m0.Bounds(), m1.Bounds())
179 t.Fatalf("bounds differ: %v and %v", m0.Bounds(), m1.Bounds())
  /frameworks/base/packages/SystemUI/scripts/
new_merge.py 43 # Find a differ
48 for differ in DIFF_TOOLS:
49 DIFF_TOOL=which(differ)
53 print "Using differ", DIFF_TOOL
  /prebuilts/go/darwin-x86/misc/cgo/test/
buildid_linux.go 43 // ELF standards differ as to the sizes in
  /prebuilts/go/linux-x86/misc/cgo/test/
buildid_linux.go 43 // ELF standards differ as to the sizes in
  /prebuilts/go/darwin-x86/src/image/png/
writer_test.go 19 return fmt.Errorf("dimensions differ: %v vs %v", b0, b1)
30 return fmt.Errorf("colors differ at (%d, %d): %v vs %v", x, y, c0, c1)
  /prebuilts/go/linux-x86/src/image/png/
writer_test.go 19 return fmt.Errorf("dimensions differ: %v vs %v", b0, b1)
30 return fmt.Errorf("colors differ at (%d, %d): %v vs %v", x, y, c0, c1)
  /external/markdown/
test-markdown.py 150 differ = difflib.Differ() variable
258 diff = [x for x in differ.compare(expected_lines,

Completed in 443 milliseconds

1 2 3 4 5