HomeSort by relevance Sort by last modified time
    Searched refs:diff (Results 1001 - 1025 of 3197) sorted by null

<<41424344454647484950>>

  /prebuilts/go/darwin-x86/src/encoding/json/
scanner_test.go 136 diff(t, b, jsonBig)
163 diff(t, b1, b)
175 diff(t, b1, jsonBig)
240 func diff(t *testing.T, a, b []byte) { func
  /prebuilts/go/linux-x86/src/encoding/json/
scanner_test.go 136 diff(t, b, jsonBig)
163 diff(t, b1, b)
175 diff(t, b1, jsonBig)
240 func diff(t *testing.T, a, b []byte) { func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 175 if diff(filepath, new, encoding):
217 def diff(fn, result, encoding): function
225 return os.system('diff -u "%s" @' % fn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 175 if diff(filepath, new, encoding):
217 def diff(fn, result, encoding): function
225 return os.system('diff -u "%s" @' % fn)
  /test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
VtsMultiDeviceTestResultParserTest.java 186 int diff = calculateStartDate ? 1 : -1; local
188 for (int index = begin; index >= 0 && index < lines.length; index += diff) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
am33-2.c 108 int diff = insn_size - arg->i1/8 - 1; local
134 + 3 + ulen (current_offset + diff, 16) + 19
136 + ulen (diff, 16) + 1);
140 current_offset + diff, last_label_name, diff);
153 int diff = insn_size - arg->i1/8 - 1; local
181 + 3 + ulen (current_offset + diff, 16) + 33);
185 current_offset + diff);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfweak/
elfweak.exp 66 set diff diff
80 global diff
91 # Now do a line-by-line comparison to effectively diff the darned things
111 verbose "# Diff'ing: $expectfile $tmpdir/objdump.out" 2
175 global diff
186 # Now do a line-by-line comparison to effectively diff the darned things
206 verbose "# Diff'ing: $expectfile $tmpdir/objdump.out" 2
347 send_log "diff $tmpdir/$execname.out $srcdir/$subdir/$dat.dat\n"
348 verbose "diff $tmpdir/$execname.out $srcdir/$subdir/$dat.dat
    [all...]
  /external/aac/libFDK/include/
fixpoint_math.h 318 FIXP_DBL diff = invSqrtTab[index + 1] - invSqrtTab[index]; local
319 reg1 = invSqrtTab[index] + (fMultDiv2(diff, Fract) << 1);
326 diff = diff - (invSqrtTab[index + 2] - invSqrtTab[index + 1]);
327 reg1 = fMultAddDiv2(reg1, Fract, diff);
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 1003 vabdl.u8 q0, d30, d31 @I Abs diff r1 blk 12
1010 vabdl.u8 q1, d28, d29 @I Abs diff r1 blk 12
1013 vabdl.u8 q2, d26, d27 @I Abs diff r1 blk 12
1015 vabdl.u8 q3, d24, d25 @I Abs diff r1 blk 12
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_object_unittest.cc 60 void AddSubtract(int x, int y, int* sum, int* diff) {
62 *diff = x - y;
211 int sum = 0, diff = 0; local
213 ASSERT_TRUE(reader.PopInt32(&diff));
216 EXPECT_EQ(-1, diff);
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 33 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc,
36 short *udiff = diff + 256;
37 short *vdiff = diff + 320;
43 void vp8_subtract_mby(short *diff, unsigned char *src, int src_stride,
45 vpx_subtract_block(16, 16, diff, 16, src, src_stride, pred, pred_stride);
  /external/wpa_supplicant_8/src/ap/
rrm.c 158 struct os_time curr, diff; local
170 os_time_sub(&curr, &nr->lci_date, &diff);
173 if (diff.sec > 0xffff)
177 diff_l = diff.sec * 10 + diff.usec / 100000;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
case.py 166 # This attribute sets the maximum length of a diff in failure messages
722 def _truncateMessage(self, message, diff):
724 if max_diff is None or len(diff) <= max_diff:
725 return message + diff
726 return message + (DIFF_OMITTED % len(diff))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_case.py 597 diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(),
600 omitted = unittest.case.DIFF_OMITTED % (len(diff) + 1,)
602 self.maxDiff = len(diff)//2
609 self.assertTrue(len(msg) < len(diff))
612 self.maxDiff = len(diff) * 2
619 self.assertTrue(len(msg) > len(diff))
629 self.assertTrue(len(msg) > len(diff))
648 def truncate(msg, diff):
660 def truncate(msg, diff):
673 # disable madDiff to get diff markers
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ConvertMasmToNasm.py 62 self.diff = self.args.diff
85 parser.add_argument("--diff", action="store_true",
86 help="Show diff of conversion")
253 if self.outputFilename == '-' and not self.diff:
545 if self.diff:
584 elif self.diff:
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 21 Diff options are passed to the diff command of the underlying system.
28 It is important for Git/Mercurial users to specify a tree/node/branch to diff
452 help="Branch/tree/revision to diff against (used by DVCS).")
600 """Return the current diff as a string.
603 args: Extra arguments to pass to the diff command.
632 the contents of the new file, since the diff output won't contain
642 def GetBaseFiles(self, diff):
651 for line in diff.splitlines(True):
791 cmd = ["svn", "diff"]
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 21 Diff options are passed to the diff command of the underlying system.
28 It is important for Git/Mercurial users to specify a tree/node/branch to diff
452 help="Branch/tree/revision to diff against (used by DVCS).")
600 """Return the current diff as a string.
603 args: Extra arguments to pass to the diff command.
632 the contents of the new file, since the diff output won't contain
642 def GetBaseFiles(self, diff):
651 for line in diff.splitlines(True):
791 cmd = ["svn", "diff"]
    [all...]
  /external/googletest/googlemock/scripts/
upload.py 21 Diff options are passed to the diff command of the underlying system.
28 It is important for Git/Mercurial users to specify a tree/node/branch to diff
452 help="Branch/tree/revision to diff against (used by DVCS).")
600 """Return the current diff as a string.
603 args: Extra arguments to pass to the diff command.
632 the contents of the new file, since the diff output won't contain
642 def GetBaseFiles(self, diff):
651 for line in diff.splitlines(True):
791 cmd = ["svn", "diff"]
    [all...]
  /external/googletest/googletest/scripts/
upload.py 21 Diff options are passed to the diff command of the underlying system.
28 It is important for Git/Mercurial users to specify a tree/node/branch to diff
452 help="Branch/tree/revision to diff against (used by DVCS).")
600 """Return the current diff as a string.
603 args: Extra arguments to pass to the diff command.
632 the contents of the new file, since the diff output won't contain
642 def GetBaseFiles(self, diff):
651 for line in diff.splitlines(True):
791 cmd = ["svn", "diff"]
    [all...]
  /external/libevent/test/
regress_util.c 1325 struct timeval diff; local
1367 struct timeval diff; local
    [all...]
  /external/python/cpython2/Lib/unittest/
case.py 159 * maxDiff: sets the maximum length of a diff in failure messages
726 def _truncateMessage(self, message, diff):
728 if max_diff is None or len(diff) <= max_diff:
729 return message + diff
730 return message + (DIFF_OMITTED % len(diff))
831 diff = ('\n' + '\n'.join(difflib.ndiff(
834 standardMsg = self._truncateMessage(standardMsg, diff)
    [all...]
  /external/python/cpython2/Lib/unittest/test/
test_case.py 598 diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(),
601 omitted = unittest.case.DIFF_OMITTED % (len(diff) + 1,)
603 self.maxDiff = len(diff)//2
610 self.assertLess(len(msg), len(diff))
613 self.maxDiff = len(diff) * 2
620 self.assertGreater(len(msg), len(diff))
630 self.assertGreater(len(msg), len(diff))
649 def truncate(msg, diff):
661 def truncate(msg, diff):
674 # disable madDiff to get diff marker
    [all...]
  /external/v8/testing/gmock/scripts/
upload.py 21 Diff options are passed to the diff command of the underlying system.
28 It is important for Git/Mercurial users to specify a tree/node/branch to diff
452 help="Branch/tree/revision to diff against (used by DVCS).")
600 """Return the current diff as a string.
603 args: Extra arguments to pass to the diff command.
632 the contents of the new file, since the diff output won't contain
642 def GetBaseFiles(self, diff):
651 for line in diff.splitlines(True):
791 cmd = ["svn", "diff"]
    [all...]
  /external/v8/testing/gtest/scripts/
upload.py 21 Diff options are passed to the diff command of the underlying system.
28 It is important for Git/Mercurial users to specify a tree/node/branch to diff
452 help="Branch/tree/revision to diff against (used by DVCS).")
600 """Return the current diff as a string.
603 args: Extra arguments to pass to the diff command.
632 the contents of the new file, since the diff output won't contain
642 def GetBaseFiles(self, diff):
651 for line in diff.splitlines(True):
791 cmd = ["svn", "diff"]
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
rrm.c 307 struct os_reltime t, diff; local
340 os_reltime_sub(&t, &wpa_s->lci_time, &diff);
342 diff_l = diff.sec * 10 + diff.usec / 100000;
1404 struct os_reltime update_time, diff; local
    [all...]

Completed in 1991 milliseconds

<<41424344454647484950>>