HomeSort by relevance Sort by last modified time
    Searched full:correction (Results 1 - 25 of 787) 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/native/jni/src/
unigram_dictionary.h 22 #include "correction.h"
81 Correction *correction, const int *xcoordinates, const int *ycoordinates,
91 const bool useFullEditDistance, Correction *correction,
100 const int currentDepth, int* codesDest, Correction *correction,
104 const int *ycoordinates, const int *codes, const int codesSize, Correction *correction);
108 Correction *correction, WordsPriorityQueuePool* queuePool)
    [all...]
correction.cpp 23 #define LOG_TAG "LatinIME: correction.cpp"
26 #include "correction.h"
98 inline bool Correction::isQuote(const unsigned short c) {
104 // Correction //
107 Correction::Correction(const int typedLetterMultiplier, const int fullWordMultiplier)
112 void Correction::resetCorrection() {
116 void Correction::initCorrection(const ProximityInfo *pi, const int inputLength,
127 void Correction::initCorrectionState(
136 void Correction::setCorrectionParams(const int skipPos, const int excessivePos
    [all...]
unigram_dictionary.cpp 104 const int codesRemain, const int currentDepth, int *codesDest, Correction *correction,
133 codesRemain - i - 1, currentDepth + 1, codesDest + i, correction,
143 currentDepth + 1, codesDest + i, correction, queuePool, digraphs,
165 startIndex + codesRemain, bigramMap, bigramFilter, useFullEditDistance, correction,
173 WordsPriorityQueuePool *queuePool, Correction *correction, const int *xcoordinates,
179 Correction* masterCorrection = correction;
180 correction->resetCorrection()
    [all...]
correction.h 30 class Correction {
96 Correction(const int typedLetterMultiplier, const int fullWordMultiplier);
111 virtual ~Correction();
165 const int probability, int *editDistanceTable, const Correction* correction,
168 const int wordCount, const Correction* correction, const bool isSpaceProximity,
220 // The following member variables are being used as cache values of the correction state.
  /external/webkit/Source/WebCore/manual-tests/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>
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionCommand.cpp 40 // On Mac OS X, we use this command to keep track of user undoing a correction for the first time.
44 static PassRefPtr<SpellingCorrectionRecordUndoCommand> create(Document* document, const String& corrected, const String& correction)
46 return adoptRef(new SpellingCorrectionRecordUndoCommand(document, corrected, correction));
49 SpellingCorrectionRecordUndoCommand(Document* document, const String& corrected, const String& correction)
52 , m_correction(correction)
76 SpellingCorrectionCommand::SpellingCorrectionCommand(PassRefPtr<Range> rangeToBeCorrected, const String& correction)
80 , m_correction(correction)
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);
SpellingCorrectionController.h 95 // Return true if correction was applied, false otherwise.
98 void respondToUnappliedSpellCorrection(const VisibleSelection&, const String& corrected, const String& correction) UNLESS_ENABLED({ UNUSED_PARAM(corrected); UNUSED_PARAM(correction); })
105 void handleCorrectionPanelResult(const String& correction) UNLESS_ENABLED({ UNUSED_PARAM(correction); })
117 void recordSpellcheckerResponseForModifiedCorrection(Range* rangeOfCorrection, const String& corrected, const String& correction) UNLESS_ENABLED({ UNUSED_PARAM(rangeOfCorrection); UNUSED_PARAM(corrected); UNUSED_PARAM(correction); })
  /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/clang/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
35 // best correction candidates having the lowest edit distance).
67 /// \brief Gets the DeclarationName of the typo correction
73 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
98 /// \brief Gets the "edit distance" of the typo correction from the typo.
117 /// \brief Gets the pointer to the declaration of the typo correction
146 /// added to the list of the correction's NamedDecl pointers, NULL is added
166 // Returns true if the correction either is a keyword or has a known decl.
199 /// the validity of a potential typo correction
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 41 // get possible spelling correction in the scope of current
49 * get possible spelling correction in the scope of current
57 * get possible spelling correction in the scope of current
64 // get possible spelling correction outside of the scope of current
  /external/clang/test/Parser/
recovery.cpp 15 // FIXME: Recover as if the typo correction were applied.
40 // FIXME: Recover as if the typo correction were applied.
  /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/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
  /development/samples/SpellChecker/SampleSpellCheckerService/res/values/
strings.xml 21 <string name="spellchecker_name">Sample correction</string>
  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 40 // Text has been modified by spell correction, reversion of spell correction or other type of substitution.
45 // correction. Text with Replacement marker doesn't necessarily has CorrectionIndicator
50 // Correction suggestion has been offered, but got rejected by user.
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p4.cpp 36 // FIXME: namespace-aware typo correction causes an extra, misleading
39 // avoid accepting and printing out a typo correction that proves to be
  /external/clang/test/SemaCXX/
typo-correction.cpp 22 // name typo correction patch that wasn't noticed until building LLVM with
50 // In this example, somename should not be corrected to the cached correction
59 // correction for "fielda" as it is closer than "FieldA", but that correction
86 // Test the typo-correction callback in Sema::DiagnoseUnknownTypeName.
108 // Test the typo-correction callback in Sema::DiagnoseInvalidRedeclaration.
117 // Test the improved typo correction for the Parser::ParseCastExpr =>
129 // Test the typo-correction callback in BuildRecoveryCallExpr.

Completed in 166 milliseconds

1 2 3 4 5 6 7 8 91011>>