HomeSort by relevance Sort by last modified time
    Searched defs:UNCHANGED (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
json-stringifier.h 25 enum Result { UNCHANGED, SUCCESS, EXCEPTION };
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
LevenshteinDistanceTest.java 34 private static final int UNCHANGED = LevenshteinDistance.EDIT_UNCHANGED;
51 if (expectedOps[i] == UNCHANGED) {
114 new int[] {UNCHANGED},
120 new int[] {UNCHANGED, UNCHANGED},
129 new int[] {UNCHANGED, INSERT},
135 new int[] {UNCHANGED, UNCHANGED},
141 new int[] {UNCHANGED, UNCHANGED, INSERT}
    [all...]
  /external/v8/src/debug/
liveedit.js 16 // version of the script) it remains unchanged, but the code that could
19 // All unchanged functions have their positions updated accordingly.
115 if (old_node.status == FunctionStatus.UNCHANGED) {
208 // unchanged and whether positions changed at all.
446 UNCHANGED: "unchanged",
447 // The code of a function remains unchanged, but something happened inside
464 this.status = FunctionStatus.UNCHANGED;
514 // Determines status of each function (from unchanged to damaged). However
515 // children of unchanged functions are ignored
    [all...]

Completed in 1018 milliseconds