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

  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_transaction.h 21 UNCHANGED,
  /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/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VoiceEngine.java 19 UNCHANGED, DEFAULT, CONFERENCE, LOW_SUPPRESSION,
26 UNCHANGED, DEFAULT, ADAPTIVE_ANALOG, ADAPTIVE_DIGITAL,
39 public enum EcModes { UNCHANGED, DEFAULT, CONFERENCE, AEC, AECM }
  /external/chromium_org/v8/src/
json-stringifier.h 30 enum Result { UNCHANGED, SUCCESS, EXCEPTION };
255 if (result == UNCHANGED) return isolate_->factory()->undefined_value();
426 return UNCHANGED;
436 return UNCHANGED;
468 if (result->IsUndefined()) return UNCHANGED;
577 if (result == UNCHANGED) {
615 if (result == UNCHANGED) {
liveedit-debugger.js 16 // version of the script) it remains unchanged, but the code that could
19 // All unchanged functions have their positions updated accordingly.
100 if (old_node.status == FunctionStatus.UNCHANGED) {
202 // unchanged and whether positions changed at all.
506 UNCHANGED: "unchanged",
507 // The code of a function remains unchanged, but something happened inside
524 this.status = FunctionStatus.UNCHANGED;
574 // Determines status of each function (from unchanged to damaged). However
575 // 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 113 milliseconds