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

  /external/linux-tools-perf/util/
help.c 240 static int autocorrect; variable
245 if (!strcmp(var, "help.autocorrect"))
246 autocorrect = perf_config_int(var,value);
310 if (autocorrect && n == 1) {
319 if (autocorrect > 0) {
321 (float)autocorrect/10.0);
322 poll(NULL, 0, autocorrect * 100);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WhitelistDictionary.java 92 // lists that word a should autocorrect to word b, and word c would autocorrect to
InputAttributes.java 83 // If it's not multiline and the autoCorrect flag is not set, then don't correct
LatinIME.java     [all...]
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]

Completed in 5009 milliseconds