HomeSort by relevance Sort by last modified time
    Searched full:correction (Results 51 - 75 of 787) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/java/res/values/
config.xml 70 Configuration for auto correction
73 <!-- Off, When auto correction setting is Off, this value is not used. -->
76 will be subject to auto-correction. -->
81 will be subject to auto-correction. -->
strings.xml 57 <string name="correction_category">Text correction</string>
81 <!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=25] -->
83 <!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] -->
100 <string name="prefs_show_suggestions">Show correction suggestions</string>
107 <!-- Option to decide the auto correction threshold score -->
108 <!-- Option to enable auto correction [CHAR LIMIT=20]-->
109 <string name="auto_correction">Auto correction</string>
110 <!-- Description for auto correction [CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] -->
112 <!-- Option to disable auto correction. [CHAR LIMIT=20] -->
114 <!-- Option to suggest auto correction suggestions modestly. Auto-corrects only to a word which has small edit distance from typed word. (…)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
time.h 22 int tz_dsttime; /* type of dst correction */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
time.h 22 int tz_dsttime; /* type of dst correction */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
time.h 22 int tz_dsttime; /* type of dst correction */
  /external/webkit/Source/WebCore/editing/
Editor.h 172 void unappliedSpellCorrection(const VisibleSelection& selectionOfCorrected, const String& corrected, const String& correction);
329 // If user confirmed a correction in the correction panel, correction has non-zero length, otherwise it means that user has dismissed the panel.
330 void handleCorrectionPanelResult(const String& correction);
433 // Return true if correction was applied, false otherwise.
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Private.h 95 /* Volume correction structure */
114 LVCS_VolCorrect_t VolCorrect; /* Volume correction settings */
LVCS_BypassMix.c 145 * Calculate the gain correction
154 * Apply the gain correction and shift, note the result is in Q3.13 format
192 /* without gain correction. */
233 * Apply output gain correction shift
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PunctuationTests.java 153 assertEquals("auto-correction with single quote inside",
161 assertEquals("auto-correction with single quotes around",
  /bionic/libm/src/
s_log1p.c 25 * may not be representable exactly. In that case, a correction
28 * and add back the correction term c/u.
130 c = (k>0)? 1.0-(u-x):x-(u-1.0);/* correction term */
144 * using the correction term but don't use it if k==0.
  /external/bluetooth/glib/docs/reference/
COPYING 22 THE COST OF ALL NECESSARY REPAIR OR CORRECTION.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_constants.h 15 // Correction used for computing other values based on the height.
  /external/compiler-rt/lib/
divdf3.c 109 uint64_t correction, reciprocal; local
110 correction = -((uint64_t)recip32*q31b + ((uint64_t)recip32*q63blo >> 32));
111 uint32_t cHi = correction >> 32;
112 uint32_t cLo = correction;
  /frameworks/base/core/java/com/android/internal/view/
IInputContext.aidl 52 void commitCorrection(in CorrectionInfo correction);
  /frameworks/base/core/res/res/values-land/
dimens.xml 26 <!-- Default correction for the space key in the password keyboard -->
  /hardware/msm7k/librpc/rpc/
pmap_clnt.h 14 * part of Sun Microsystems, Inc. to assist in its use, correction,
rpc.h 14 * part of Sun Microsystems, Inc. to assist in its use, correction,
  /packages/inputmethods/LatinIME/java/res/xml/
keyboard_layout_set_georgian.xml 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
keyboard_layout_set_hindi.xml 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
keyboard_layout_set_thai.xml 31 <!-- On these shifted alphabet layouts the proximity characters correction should be disabled
  /packages/inputmethods/LatinIME/native/jni/src/
dictionary.cpp 41 mCorrection = new Correction(typedLetterMultiplier, fullWordMultiplier);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
pmap_rmt.h 15 * part of Sun Microsystems, Inc. to assist in its use, correction,
rpc_des.h 14 * part of Sun Microsystems, Inc. to assist in its use, correction,
svc_auth.h 15 * part of Sun Microsystems, Inc. to assist in its use, correction,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_callback.h 15 * part of Sun Microsystems, Inc. to assist in its use, correction,

Completed in 1474 milliseconds

1 23 4 5 6 7 8 91011>>