HomeSort by relevance Sort by last modified time
    Searched full:correction (Results 1 - 25 of 397) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 50 // get possible spelling correction in the scope of current
58 * get possible spelling correction in the scope of current
66 * get possible spelling correction in the scope of current
73 // get possible spelling correction outside of the scope of current
  /external/kernel-headers/original/linux/
rtc.h 43 * Data structure to control PLL correction some better RTC feature
44 * pll_value is used to get or set current value of correction,
57 int pll_value; /* get/set correction value */
60 int pll_posmult; /* factor for +ve correction */
61 int pll_negmult; /* factor for -ve correction */
91 #define RTC_PLL_GET _IOR('p', 0x11, struct rtc_pll_info) /* Get PLL correction */
92 #define RTC_PLL_SET _IOW('p', 0x12, struct rtc_pll_info) /* Set PLL correction */
  /external/chromium/third_party/icu/source/data/unidata/
NormalizationCorrections.txt 20 # stability, the correction is entered in this data file,
36 # Field 3: Version of Unicode for which the correction was
39 # the correction
  /external/icu4c/data/unidata/
NormalizationCorrections.txt 20 # stability, the correction is entered in this data file,
36 # Field 3: Version of Unicode for which the correction was
39 # the correction
  /packages/inputmethods/PinyinIME/jni/include/
splparser.h 80 // When auto-correction is not enabled, get_splid_by_str() will be called to
81 // return the single result. When auto-correction is enabled, this function
82 // will be called to get the results. Auto-correction is not ready.
  /external/jpeg/
jcphuff.c 45 unsigned int BE; /* # of buffered correction bits before MCU */
46 char * bit_buffer; /* buffer for correction bits (1 per char) */
47 /* packing correction bits tightly would save some space but cost time... */
64 /* MAX_CORR_BITS is the number of bits the AC refinement correction-bit
70 #define MAX_CORR_BITS 1000 /* Max # of correction bits I can buffer */
131 /* AC refinement needs a correction bit buffer */
293 * Emit bits from a correction bit buffer.
325 /* safety check: shouldn't happen given limited correction-bit buffer */
335 /* Emit any buffered correction bits */
674 /* emit any pending EOBRUN and the BE correction bits *
    [all...]
  /external/yaffs2/yaffs2/
yaffs_ecc.h 4 * yaffs_ecc.c: ECC generation/correction algorithms.
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
adj_thr_data.h 58 /* values for correction of pe */
  /packages/inputmethods/LatinIME/java/res/values/
bools.xml 21 <!-- Whether or not auto-correction should be enabled by default -->
  /frameworks/base/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
LVCS_Control.c 114 * Get the volume correction parameters
134 * Apply the gain correction and shift, note the result is in Q3.13 format
171 * Get the volume correction parameters
  /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.
  /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,
  /external/fdlibm/
s_log1p.c 22 * may not be representable exactly. In that case, a correction
25 * and add back the correction term c/u.
134 c = (k>0)? 1.0-(u-x):x-(u-1.0);/* correction term */
  /frameworks/base/core/java/android/text/
AutoText.java 105 * Retrieves a possible spelling correction for the specified range
106 * of text. Returns null if no correction can be found.
116 * no auto correction data available for the current locale.
  /frameworks/base/core/java/android/text/method/
TextKeyListener.java 61 * and correction properties.
73 * and correction properties.
91 * or correction.
  /libcore/luni/src/main/java/java/util/
Grego.java 138 int correction = 0; local
141 correction = isLeap ? 1 : 2;
143 int month = (12 * (dayOfYear + correction) + 6) / 367; // zero-based month
  /development/tools/zoneinfo/tzdata2010k/
systemv 14 # Compile this *without* leap second correction for true conformance.
  /external/netperf/
netcpu_osx.c 124 fprintf(where, "correction factor: %f\n", correction_factor);
  /external/quake/quake/src/QW/client/
vid.h 63 // called at startup and after any gamma correction
  /external/quake/quake/src/WinQuake/
vid.h 63 // called at startup and after any gamma correction
  /external/tcpdump/
rpc_auth.h 15 * part of Sun Microsystems, Inc. to assist in its use, correction,

Completed in 4112 milliseconds

1 2 3 4 5 6 7 8 91011>>