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

  /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/chromium_org/v8/src/
json-stringifier.h 52 enum Result { UNCHANGED, SUCCESS, EXCEPTION, CIRCULAR, STACK_OVERFLOW };
270 case UNCHANGED:
434 return UNCHANGED;
444 return UNCHANGED;
475 if (result->IsUndefined()) return UNCHANGED;
575 if (result == UNCHANGED) {
610 if (result == UNCHANGED) {
liveedit-debugger.js 39 // version of the script) it remains unchanged, but the code that could
42 // All unchanged functions have their positions updated accordingly.
123 if (old_node.status == FunctionStatus.UNCHANGED) {
225 // unchanged and whether positions changed at all.
529 UNCHANGED: "unchanged",
530 // The code of a function remains unchanged, but something happened inside
547 this.status = FunctionStatus.UNCHANGED;
597 // Determines status of each function (from unchanged to damaged). However
598 // children of unchanged functions are ignored
    [all...]
  /external/v8/src/
liveedit-debugger.js 39 // version of the script) it remains unchanged, but the code that could
42 // All unchanged functions have their positions updated accordingly.
111 if (old_node.status == FunctionStatus.UNCHANGED) {
208 // unchanged and whether positions changed at all.
512 UNCHANGED: "unchanged",
513 // The code of a function remains unchanged, but something happened inside
530 this.status = FunctionStatus.UNCHANGED;
580 // Determines status of each function (from unchanged to damaged). However
581 // children of unchanged functions are ignored
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 92 milliseconds