HomeSort by relevance Sort by last modified time
    Searched refs:equalities (Results 1 - 6 of 6) sorted by null

  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 784 * Reduce the number of edits by eliminating semantically trivial equalities.
792 Stack<Diff> equalities = new Stack<Diff>(); // Stack of qualities. local
793 String lastequality = null; // Always equal to equalities.lastElement().text
803 equalities.push(thisDiff);
814 while (thisDiff != equalities.lastElement()) {
824 equalities.pop(); // Throw away the equality we just deleted.
825 if (!equalities.empty()) {
827 equalities.pop();
829 if (equalities.empty()) {
830 // There are no previous equalities, walk back to the start
1003 Stack<Diff> equalities = new Stack<Diff>(); \/\/ Stack of equalities. local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 547 this.equalities =
    [all...]
math_semantic_tree.js     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 3580 milliseconds