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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/SpellChecker/SampleSpellCheckerService/
_index.html 5 "Sample correction" as the spelling correction service. </p>
  /packages/inputmethods/LatinIME/java/res/values/
config-auto-correction-thresholds.xml 22 <!-- The array of auto correction threshold values. -->
24 <!-- Off, When auto correction setting is Off, this value is not used. -->
27 will be subject to auto-correction. -->
32 will be subject to auto-correction. "floatNegativeInfinity" is a special marker
43 <!-- The index of the auto correction threshold values array. -->
49 <!-- The array of the auto correction threshold settings values. -->
56 <!-- The array of the human readable auto correction threshold settings entries. -->
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelperTests.java 119 assertEquals("1st word without auto correction", POSITION_CENTER,
126 assertEquals("2nd word without auto correction", POSITION_LEFT,
133 assertEquals("3rd word without auto correction", POSITION_RIGHT,
141 assertEquals("typed word with auto correction", POSITION_LEFT,
148 assertEquals("2nd word with auto correction", POSITION_CENTER,
155 assertEquals("3rd word with auto correction", POSITION_RIGHT,
163 assertEquals("1st word without auto correction", POSITION_OMIT,
170 assertEquals("2nd word without auto correction", POSITION_CENTER,
177 assertEquals("3rd word without auto correction", POSITION_LEFT,
184 assertEquals("4th word without auto correction", POSITION_RIGHT
    [all...]
  /external/ceres-solver/internal/ceres/
corrector.cc 45 // If sq_norm = 0.0, the correction becomes trivial, the residual
53 // curvature correction when rho'' < 0, which is the case when we
59 // correction which re-wights the gradient of the function by the
62 // correction. Normaly, alpha is upper bounded by one, but with this
65 // Empirically we have observed that the full Triggs correction and
66 // the clamped correction both start out as very good approximations
74 // because the curvature correction that it applies to the gauss
75 // newton hessian goes from being a full rank correction to a rank
76 // deficient correction making the inversion of the Hessian fraught
79 // The clamped correction retains its quadratic nature and inverting i
    [all...]
corrector.h 32 // second order correction to the Gauss-Newton based on the ideas in
41 // Corrector is responsible for applying the second order correction
53 // the constants that are needed to apply the correction. The
54 // correction constant alpha is constrained to be smaller than 1, if
56 // residual and the correction. If alpha is equal to 1 will result
64 // CorrectResidual, because the jacobian correction depends on the
  /frameworks/native/services/surfaceflinger/Effects/
Daltonizer.cpp 116 // The amount of correction can be adjusted here.
139 // We construct the matrix that will perform the whole correction.
145 // correction: type of color blindness correction (should match the simulation above):
147 mat4 correction(0);
152 if (mMode == ColorBlindnessMode::Correction)
153 correction = errp;
157 if (mMode == ColorBlindnessMode::Correction)
158 correction = errd;
162 if (mMode == ColorBlindnessMode::Correction)
    [all...]
  /external/kernel-headers/original/uapi/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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 */
  /system/core/logd/
LogKlog.h 41 static log_time correction; member in class:LogKlog
49 static void convertMonotonicToReal(log_time &real) { real += correction; }
50 static void convertRealToMonotonic(log_time &real) { real -= correction; }
  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 47 // get possible spelling correction in the scope of current
55 * get possible spelling correction in the scope of current
63 * get possible spelling correction in the scope of current
70 // get possible spelling correction outside of the scope of current
  /external/clang/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Gets the pointer to the declaration of the typo correction
172 /// added to the list of the correction's NamedDecl pointers, NULL is added
193 // Returns true if the correction either is a keyword or has a known decl.
222 /// \brief Returns whether this typo correction is correcting to
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
BoundedRect.java 123 float[] correction = { local
127 // find correction vectors for corners that have moved out of bounds
129 float correctedInnerX = translatedInnerCorners[i] + correction[0];
130 float correctedInnerY = translatedInnerCorners[i + 1] + correction[1];
138 correction[0] += correctionVec[0];
139 correction[1] += correctionVec[1];
144 float correctedInnerX = translatedInnerCorners[i] + correction[0];
145 float correctedInnerY = translatedInnerCorners[i + 1] + correction[1];
153 correction[0] += correctionVec[0];
154 correction[1] += correctionVec[1]
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 52 /** The most recent auto-correction. */
55 /** The most recent typed word for auto-correction. */
150 * Sets the current auto-correction word and typed word. These may be used
151 * to provide the user with a spoken description of what auto-correction
154 * @param suggestedWords the list of suggested auto-correction words
172 * Obtains a description for an auto-correction key, taking into account the
173 * currently typed word and auto-correction.
176 * an auto-correction
178 * @return a description including a description of the auto-correction, if
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
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/icu/icu4c/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
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/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
UsageTypeTest.java 64 int correction = 0; local
68 refIndexes.put(refId, m.start() - correction);
69 correction += m.end() - m.start();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchPositionCorrection.java 35 "the size of touch position correction data is invalid");
61 "the number format for touch position correction data is invalid");
86 // Touch position correction data for X coordinate is obsolete.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
error_type_utils.h 29 // the correction has really been performed or not.
49 // A new word error should be an edit correction error or a proximity correction error.
  /development/samples/SpellChecker/SampleSpellCheckerService/res/values/
strings.xml 21 <string name="spellchecker_name">Sample correction</string>
  /external/clang/test/SemaCXX/
pr13394-crash-on-invalid.cpp 15 // FIXME: Typo correction should remove the 'gatekeeper_v1::' name specifier
  /external/libjpeg-turbo/simd/
jquanti-sse2-64.asm 107 %define CORRECTION(m,n,b) XMMBLOCK(DCTSIZE*1+(m),(n),(b),SIZEOF_DCTELEM)
149 paddw xmm0, XMMWORD [CORRECTION(0,0,rdx)] ; correction + roundfactor
150 paddw xmm1, XMMWORD [CORRECTION(1,0,rdx)]
151 paddw xmm2, XMMWORD [CORRECTION(2,0,rdx)]
152 paddw xmm3, XMMWORD [CORRECTION(3,0,rdx)]
  /docs/source.android.com/src/devices/tech/config/
renderer.jd 160 <td>Selects the text gamma correction technique. There are four possible choices:
162 <li><code>lookup3</code>: A correction based on lookup tables. Gamma correction is different for black
165 <li><code>lookup</code>: A correction based on a single lookup table.</li>
167 <li><code>shader3</code>: A correction applied by a GLSL shader. Gamma correction is different
170 <li><code>shader</code>: A correction applied by a GLSL shader.</li>
180 <td>Defines the gamma value used for text gamma correction.
187 <td>Defines the luminance threshold below which black gamma correction is applied.
194 <td>Defines the luminance threshold above which white gamma correction is applied
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
Mean.java 162 // Compute correction factor in second pass
163 double correction = 0; local
165 correction += values[i] - xbar;
167 return xbar + (correction/sampleSize);
181 * estimate and the correction factor.</p>
210 // Compute correction factor in second pass
211 double correction = 0; local
213 correction += weights[i] * (values[i] - xbarw);
215 return xbarw + (correction/sumw);
227 * estimate and the correction factor.</p
    [all...]

Completed in 1017 milliseconds

1 2 3 4 5 6 7 8 91011>>