HomeSort by relevance Sort by last modified time
    Searched full:correction (Results 1 - 25 of 973) 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>
  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
undo-autocorrection.html 16 <p><b>Test 1:</b> Type "the mesage". After seeing the correction panel, type whitespace to accept the correction, then select undo. You should see the second word being reverted to "message".</p>
17 <p><b>Test 2:</b> Type "the ". Set font to bold, then type "me". Set font to regular, then type "sage". After seeing the correction panel, type whitespace to accept the correction, then select undo. You should see the second word being reverted to "message" with "me" in bold font.</p>
autocorrection-contraction.html 34 <p>After loading the page, you should see correction panel shows "would" for "wouldn". Then after typing "'t", the correction panel dissappears and the final sentence is "this wouldn't".</p>
close-window-when-correction-is-shown.html 33 <title>Testing closing window when correction suggestion is shown</title>
36 <div><p>This test verifies that when correction suggestion is visible, closing window doesn't hang or crash.</p>
autocorrection-cancelled-by-ESC.html 33 <div><p>This test verifies that autocorrection is not applied when user dismisses correction panel by pressing
35 <p>After seeing the correction panel, press ESC key, then press space. You should see the phrase "the collaps"
spell-checking-after-reversion.html 35 <li>After seeing the correction panel, press space to accept the correction.</li>
  /frameworks/native/services/surfaceflinger/Effects/
Daltonizer.cpp 118 // The amount of correction can be adjusted here.
141 // We construct the matrix that will perform the whole correction.
147 // correction: type of color blindness correction (should match the simulation above):
149 mat4 correction(0);
151 // control: simulation post-correction (used for debugging):
158 if (mMode == Daltonizer::correction)
159 correction = errp;
164 if (mMode == Daltonizer::correction)
165 correction = errd
    [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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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 */
  /external/chromium_org/courgette/
ensemble_apply.cc 39 SourceStream* correction,
46 SourceStream* correction,
53 SourceStream* correction,
58 SourceStream* correction,
191 SourceStream* correction,
194 correction,
224 SourceStream* correction,
227 correction,
268 SourceStream* correction,
270 Status delta_status = ApplySimpleDelta(original, correction,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellingCorrectionCommand.h 36 static PassRefPtr<SpellingCorrectionCommand> create(PassRefPtr<Range> rangeToBeCorrected, const String& correction)
38 return adoptRef(new SpellingCorrectionCommand(rangeToBeCorrected, correction));
41 SpellingCorrectionCommand(PassRefPtr<Range> rangeToBeCorrected, const String& 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
  /frameworks/base/libs/hwui/
Properties.h 162 // Indicates whether gamma correction should be applied in the shaders
165 // - "lookup3", correction based on lookup tables. Gamma correction
168 // - "lookup", correction based on a single lookup table
170 // - "shader3", correction applied by a GLSL shader. Gamma correction
173 // - "shader", correction applied by a GLSL shader
182 // Luminance threshold below which black gamma correction is applied. Range: [0..255]
184 // Lumincance threshold above which white gamma correction is applied. Range: [0..255]
  /packages/apps/Camera2/src/com/android/camera/crop/
BoundedRect.java 121 float[] correction = { local
125 // find correction vectors for corners that have moved out of bounds
127 float correctedInnerX = translatedInnerCorners[i] + correction[0];
128 float correctedInnerY = translatedInnerCorners[i + 1] + correction[1];
136 correction[0] += correctionVec[0];
137 correction[1] += correctionVec[1];
142 float correctedInnerX = translatedInnerCorners[i] + correction[0];
143 float correctedInnerY = translatedInnerCorners[i + 1] + correction[1];
151 correction[0] += correctionVec[0];
152 correction[1] += correctionVec[1]
    [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...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
36 // best correction candidates having the lowest edit distance).
70 /// \brief Gets the DeclarationName of the typo correction
76 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
110 /// \brief Gets the "edit distance" of the typo correction from the typo.
129 /// \brief Gets the pointer to the declaration of the typo correction
158 /// added to the list of the correction's NamedDecl pointers, NULL is added
179 // Returns true if the correction either is a keyword or has a known decl.
226 /// the validity of a potential typo correction
    [all...]
  /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 */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 53 /** The most recent auto-correction. */
56 /** The most recent typed word for auto-correction. */
153 * Sets the current auto-correction word and typed word. These may be used
154 * to provide the user with a spoken description of what auto-correction
157 * @param suggestedWords the list of suggested auto-correction words
171 * Obtains a description for an auto-correction key, taking into account the
172 * currently typed word and auto-correction.
175 * an auto-correction
177 * @return a description including a description of the auto-correction, if
  /external/chromium_org/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/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");
85 // Touch position correction data for X coordinate is obsolete.
  /development/samples/SpellChecker/SampleSpellCheckerService/res/values/
strings.xml 21 <string name="spellchecker_name">Sample correction</string>

Completed in 641 milliseconds

1 2 3 4 5 6 7 8 91011>>