Searched refs:diffs (Results 1 - 25 of 31) sorted by relevance

12

/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch_test.java132 LinkedList<Diff> diffs = diffList(new Diff(EQUAL, "\u0001\u0002\u0001"), new Diff(INSERT, "\u0002\u0001\u0002"));
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();
163 dmp.diff_cleanupMerge(diffs);
164 assertEquals("diff_cleanupMerge: Null case.", diffList(), diffs);
166 diffs
923 diff_rebuildtexts(LinkedList<Diff> diffs) argument
938 diffList(Diff... diffs) argument
[all...]
H A Ddiff_match_patch.java159 LinkedList<Diff> diffs;
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
394 diff_charsToLines(LinkedList<Diff> diffs, List<String> lineArray) argument
787 diff_cleanupSemantic(LinkedList<Diff> diffs) argument
864 diff_cleanupSemanticLossless(LinkedList<Diff> diffs) argument
998 diff_cleanupEfficiency(LinkedList<Diff> diffs) argument
1107 diff_cleanupMerge(LinkedList<Diff> diffs) argument
1261 diff_xIndex(LinkedList<Diff> diffs, int loc) argument
1298 diff_prettyHtml(LinkedList<Diff> diffs) argument
1331 diff_text1(LinkedList<Diff> diffs) argument
1347 diff_text2(LinkedList<Diff> diffs) argument
1364 diff_levenshtein(LinkedList<Diff> diffs) argument
1397 diff_toDelta(LinkedList<Diff> diffs) argument
1761 patch_make(LinkedList<Diff> diffs) argument
1780 patch_make(String text1, String text2, LinkedList<Diff> diffs) argument
1793 patch_make(String text1, LinkedList<Diff> diffs) argument
2341 public LinkedList<Diff> diffs; field in class:diff_match_patch.Patch
[all...]
/external/llvm/utils/
H A Dfindoptdiff26 # 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/chromium_org/third_party/smhasher/src/
H A DDifferentialTest.h22 bool ProcessDifferentials ( std::vector<keytype> & diffs, int reps, bool dumpCollisions ) argument
24 std::sort(diffs.begin(), diffs.end());
31 if(diffs.size())
33 keytype kp = diffs[0];
35 for(int i = 1; i < (int)diffs.size(); i++)
37 if(diffs[i] == kp)
61 kp = diffs[i];
82 printf("%d total collisions, of which %d single collisions were ignored",(int)diffs.size(),ignore);
104 void DiffTestRecurse ( pfHash hash, keytype & k1, keytype & k2, hashtype & h1, hashtype & h2, int start, int bitsleft, std::vector<keytype> & diffs )
144 std::vector<keytype> diffs; local
203 std::vector<keytype> diffs; local
[all...]
/external/valgrind/main/nightly/bin/
H A Dnightly95 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...]
/external/oprofile/libpp/
H A Ddiff_container.cpp52 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;
H A Dsymbol.h135 diff_array_t diffs; member in struct:diff_symbol
H A Dformat_output.cpp370 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);
369 do_output(ostream & out, symbol_entry const & symb, sample_entry const & sample, counts_t & c, diff_array_t const & diffs, bool hide_immutable) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcal.cpp223 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...]
H A Ddadrfmt.cpp285 UnicodeString diffs = diffSet.diffFrom(fromSet, status); local
287 +", Differences: '"+ diffs
/external/icu4c/test/intltest/
H A Ddadrcal.cpp223 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...]
H A Ddadrfmt.cpp304 UnicodeString diffs = diffSet.diffFrom(fromSet, status); local
306 +", Differences: '"+ diffs
/external/skia/tools/
H A Djsondiff.py11 Gathers diffs between 2 JSON expectations files, or between actual and
43 # Object that generates diffs between two JSON gm result files.
136 """Generate a dictionary showing the diffs between old_dict and new_dict.
149 """Generate a dictionary showing the diffs:
160 """Generate a dictionary showing the diffs:
190 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
191 json.dump(diffs, sys.stdout, sort_keys=True, indent=2)
H A Drender_pictures_main.cpp29 "by more than this amount are considered errors, though all diffs are reported. "
246 int diffs[256] = {0}; local
305 diffs[diff]++;
322 if(diffs[i] > 0) {
323 SkDebugf("Number of pixels with max diff of %i is %i\n", i, diffs[i]);
/external/chromium_org/v8/test/mjsunit/tools/
H A Dtickprocessor.js333 var diffs = this.diffs = [];
345 diffs.push('line ' + outputPos + ': expected <' +
365 if (this.diffs.length > 0 || this.unexpectedOut != null) {
367 assertEquals([], this.diffs);
/external/v8/test/mjsunit/tools/
H A Dtickprocessor.js329 var diffs = this.diffs = [];
341 diffs.push('line ' + outputPos + ': expected <' +
361 if (this.diffs.length > 0 || this.unexpectedOut != null) {
363 assertEquals([], this.diffs);
/external/clang/utils/
H A DCmpDriver183 diffs = list(diff.getDiffs())
184 if diffs:
189 for i,(aElt,bElt) in enumerate(diffs):
/external/skia/tools/skpdiff/
H A Ddiff_viewer.js115 return record.diffs[$scope.sortIndex].result;
/external/libvpx/libvpx/tools/
H A Dftfy.sh132 # Intersect the two diffs
133 "${dirname_self}"/intersect-diffs.py \
/external/qemu/audio/
H A Daudio.c1203 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];
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_impl_sse2.asm122 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs
244 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs
/external/bison/
H A Dmaint.mk1274 $(AM_V_GEN)(unset CDPATH; cd $(srcdir) && $(VC) diff) > vc-diffs || :
1275 $(AM_V_at)if test -s vc-diffs; then \
1276 cat vc-diffs; \
1280 rm vc-diffs; \
/external/libvpx/libvpx/vp8/common/x86/
H A Dvariance_impl_sse2.asm124 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs
246 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c894 uint32_t diffs = 0; local
906 diffs++;
909 diffs++;
911 return diffs;
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py314 set_status("uploading CL metadata + diffs")
329 # and base revision they are diffs against. We use the patch
332 # new CL's overall subject. So omit the diffs when creating
365 set_status("uploaded CL metadata + diffs")
2074 """upload diffs to the code review server
2387 diffs = cl.dict.get("patchsets", [])
2388 if not diffs:
2390 patchid = diffs[-1]
2642 """Tool for uploading diffs from a version control system to the codereview app.

Completed in 756 milliseconds

12