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

1 2

  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java 132 LinkedList<Diff> diffs = diffList(new Diff(EQUAL, "\u0001\u0002\u0001"), new Diff(INSERT, "\u0002\u0001\u0002")); local
137 dmp.diff_charsToLines(diffs, tmpVector);
138 assertEquals("diff_charsToLines:", diffList(new Diff(EQUAL, "alpha\nbeta\nalpha\n"), new Diff(INSERT, "beta\nalpha\nbeta\n")), diffs);
155 diffs = diffList(new Diff(DELETE, chars));
156 dmp.diff_charsToLines(diffs, tmpVector);
157 assertEquals("diff_charsToLines: More than 256.", diffList(new Diff(DELETE, lines)), diffs);
162 LinkedList<Diff> diffs = diffList(); local
163 dmp.diff_cleanupMerge(diffs);
164 assertEquals("diff_cleanupMerge: Null case.", diffList(), diffs);
166 diffs = diffList(new Diff(EQUAL, "a"), new Diff(DELETE, "b"), new Diff(INSERT, "c"))
209 LinkedList<Diff> diffs = diffList(); local
240 LinkedList<Diff> diffs = diffList(); local
268 LinkedList<Diff> diffs = diffList(); local
297 LinkedList<Diff> diffs = diffList(new Diff(EQUAL, "a\\n"), new Diff(DELETE, "<B>b<\/B>"), new Diff(INSERT, "c&d")); local
303 LinkedList<Diff> diffs = diffList(new Diff(EQUAL, "jump"), new Diff(DELETE, "s"), new Diff(INSERT, "ed"), new Diff(EQUAL, " over "), new Diff(DELETE, "the"), new Diff(INSERT, "a"), new Diff(EQUAL, " lazy")); local
310 LinkedList<Diff> diffs = diffList(new Diff(EQUAL, "jump"), new Diff(DELETE, "s"), new Diff(INSERT, "ed"), new Diff(EQUAL, " over "), new Diff(DELETE, "the"), new Diff(INSERT, "a"), new Diff(EQUAL, " lazy"), new Diff(INSERT, "old dog")); local
368 LinkedList<Diff> diffs = diffList(new Diff(DELETE, "a"), new Diff(INSERT, "1234"), new Diff(EQUAL, "xyz")); local
376 LinkedList<Diff> diffs = diffList(new Diff(DELETE, "abc"), new Diff(INSERT, "1234"), new Diff(EQUAL, "xyz")); local
437 LinkedList<Diff> diffs = diffList(new Diff(INSERT, "W"), new Diff(DELETE, "A"), new Diff(EQUAL, "1"), new Diff(DELETE, "B"), new Diff(EQUAL, "2"), new Diff(INSERT, "X"), new Diff(DELETE, "C"), new Diff(EQUAL, "3"), new Diff(DELETE, "D")); local
511 LinkedList<Diff> diffs = diffList(new Diff(EQUAL, "abc")); local
753 LinkedList<Diff> diffs = dmp.diff_main(text1, text2, false); local
    [all...]
diff_match_patch.java 159 LinkedList<Diff> diffs; local
161 diffs = new LinkedList<Diff>();
162 diffs.add(new Diff(Operation.EQUAL, text1));
163 return diffs;
179 diffs = diff_compute(text1, text2, checklines);
183 diffs.addFirst(new Diff(Operation.EQUAL, commonprefix));
186 diffs.addLast(new Diff(Operation.EQUAL, commonsuffix));
189 diff_cleanupMerge(diffs);
190 return diffs;
206 LinkedList<Diff> diffs = new LinkedList<Diff>() local
1438 LinkedList<Diff> diffs = new LinkedList<Diff>(); local
1746 LinkedList<Diff> diffs = diff_main(text1, text2, true); local
1970 LinkedList<Diff> diffs = diff_main(text1, text2, false); local
2030 LinkedList<Diff> diffs = patch.diffs; local
2341 public LinkedList<Diff> diffs; field in class:Patch
    [all...]
  /external/llvm/utils/
findoptdiff 26 # for each pass, if they do differ, are placed in a diffs.# file.
80 diffs="diffs."$((counter++))
81 diff "$opt1ll" "$opt2ll" > $diffs
87 head $diffs
88 echo 'Switches:' $switches_to_use >> $diffs
90 rm $diffs
  /external/valgrind/main/nightly/bin/
nightly 95 rm -rf diffs diffs.txt diff.short final new.short new.verbose old.short old.verbose
242 # Gather up the diffs (at most the first 100 lines for each one) into a
247 echo "Congratulations, all tests passed!" >> diffs
250 echo "=================================================" >> diffs
251 echo $i >> diffs
252 echo "=================================================" >> diffs
254 cat $i >> diffs
256 head -n $MAX_LINES $i >> diffs
257 echo "<truncated beyond $MAX_LINES lines>" >> diffs
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
VisualDiffUtils.java 31 * Preprocesses the list of diffs so that new line characters appear only at the end of
34 * @param diffs
36 * LinkedList of diffs where new line character appears only on the end of
40 LinkedList<diff_match_patch.Diff> diffs) {
45 for (diff_match_patch.Diff diff : diffs) {
64 public static void generateExpectedResultLines(LinkedList<diff_match_patch.Diff> diffs,
72 int size = diffs.size();
75 diff = diffs.get(j);
105 public static void generateActualResultLines(LinkedList<diff_match_patch.Diff> diffs,
113 int size = diffs.size()
    [all...]
TextResult.java 200 LinkedList<diff_match_patch.Diff> diffs = local
203 diffs = VisualDiffUtils.splitDiffsOnNewline(diffs);
210 VisualDiffUtils.generateExpectedResultLines(diffs, expectedLineNums, expectedLines);
211 VisualDiffUtils.generateActualResultLines(diffs, actualLineNums, actualLines);
  /external/oprofile/libpp/
diff_container.cpp 52 if (fabs(sym.diffs[0]) < choice.threshold)
66 symbol.diffs.fill(sym.sample.counts.size(), -INFINITY);
77 symbol.diffs.fill(sym.sample.counts.size(), INFINITY);
96 symbol.diffs[i] = op_ratio(percent2 - percent1, percent1);
97 symbol.diffs[i] *= 100.0;
symbol.h 135 diff_array_t diffs; member in struct:diff_symbol
format_output.cpp 370 counts_t & c, diff_array_t const & diffs, bool hide_immutable)
382 extra_found_images, diffs[pclass]);
565 do_output(out, *it, it->sample, counts, it->diffs);
  /external/icu4c/test/intltest/
dadrcal.cpp 223 UnicodeString diffs = diffSet.diffFrom(fromSet, status); local
225 +", SET SOURCE calendar was not set: Differences: "+ diffs
271 UnicodeString diffs = diffSet.diffFrom(toSet, status); local
273 +" Differences: "+ diffs +"', status: "
307 UnicodeString diffs = diffSet.diffFrom(fromSet, status); local
309 +", SOURCE calendar was not set: Differences: "+ diffs
329 UnicodeString diffs = diffSet.diffFrom(fromSet, status); local
331 +", SET SOURCE calendar was not set: Differences: "+ diffs
349 UnicodeString diffs = diffSet.diffFrom(toSet, status); local
350 errln((UnicodeString)"FAIL: "+thisString+", Differences: "+ diffs
    [all...]
dadrfmt.cpp 285 UnicodeString diffs = diffSet.diffFrom(fromSet, status); local
287 +", Differences: '"+ diffs
  /frameworks/base/core/java/android/os/
WorkSource.java 135 WorkSource[] diffs = new WorkSource[2]; local
136 diffs[0] = sNewbWork;
137 diffs[1] = sGoneWork;
138 return diffs;
  /external/clang/utils/
CmpDriver 183 diffs = list(diff.getDiffs())
184 if diffs:
189 for i,(aElt,bElt) in enumerate(diffs):
  /external/v8/test/mjsunit/tools/
tickprocessor.js 329 var diffs = this.diffs = [];
341 diffs.push('line ' + outputPos + ': expected <' +
361 if (this.diffs.length > 0 || this.unexpectedOut != null) {
363 assertEquals([], this.diffs);
  /build/tools/releasetools/
ota_from_target_files 491 diffs = []
507 diffs.append(common.Difference(tf, sf))
512 common.ComputeDifferences(diffs)
514 for diff in diffs:
common.py 792 def ComputeDifferences(diffs):
793 """Call ComputePatch on all the Difference objects in 'diffs'."""
794 print len(diffs), "diffs to compute"
797 by_size = [(i.tf.size, i) for i in diffs]
  /external/qemu/audio/
audio.c 1203 static float diffs[MAX_DIFFS];
1209 diffs[num_diffs] = (float)((now-last)/1e6); /* last diff in ms */
1216 if (diffs[nn] < min_diff) min_diff = diffs[nn];
1217 if (diffs[nn] > max_diff) max_diff = diffs[nn];
1218 all_diff += diffs[nn];
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 1513 int diffs = 0; local
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 2643 DiffEntry* diffs = (DiffEntry*)malloc(max * sizeof(DiffEntry)); local
    [all...]
  /external/libvpx/vp8/encoder/x86/
variance_impl_sse2.asm 123 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs
239 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs
357 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs
    [all...]
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 458 char* const diffs = GetFile(diffsFile);
459 return diffs;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 202 CARD8 diffs; /* number of diffs */ member in struct:_LbxDelta
204 /* list of diffs follows */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 202 CARD8 diffs; /* number of diffs */ member in struct:_LbxDelta
204 /* list of diffs follows */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 202 CARD8 diffs; /* number of diffs */ member in struct:_LbxDelta
204 /* list of diffs follows */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 

Completed in 605 milliseconds

1 2