OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:correction
(Results
26 - 50
of
636
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/inputmethods/LatinIME/native/src/
unigram_dictionary.cpp
51
mCorrection = new
Correction
(typedLetterMultiplier, fullWordMultiplier);
354
const int inputLength, const int missingSpacePos,
Correction
*
correction
,
356
correction
->setCorrectionParams(-1 /* skipPos */, -1 /* excessivePos */,
359
getSplitTwoWordsSuggestion(inputLength,
correction
);
363
const int inputLength, const int spaceProximityPos,
Correction
*
correction
,
365
correction
->setCorrectionParams(-1 /* skipPos */, -1 /* excessivePos */,
368
getSplitTwoWordsSuggestion(inputLength,
correction
);
378
inline void UnigramDictionary::onTerminal(const int freq,
Correction
*correction)
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WhitelistDictionary.java
95
final String
correction
= getWhitelistedWord(word.toString());
96
if (TextUtils.isEmpty(
correction
)) return false;
97
return !
correction
.equals(word);
/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.
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
joystick.h
66
#define JSIOCSCORR _IOW('j', 0x21, struct js_corr) /* set
correction
values */
67
#define JSIOCGCORR _IOR('j', 0x22, struct js_corr) /* get
correction
values */
75
* Types and constants for get/set
correction
time.h
22
int tz_dsttime; /* type of dst
correction
*/
/external/chromium/chrome/browser/resources/options/
language_options.html
61
<div id="auto-spell-
correction
-option" class="hidden" class="checkbox">
63
<input id="enable-auto-spell-
correction
"
/external/webkit/Source/WebCore/platform/text/
TextCheckerClient.h
71
// provide more accurate
correction
suggestions. Caller can pass in more text in "context" to aid such spellcheckers on language
72
// identification. Noramlly it's the text surrounding the "word" for which we are getting
correction
suggestions.
/frameworks/base/core/java/android/view/inputmethod/
CorrectionInfo.java
24
* Information about a single text
correction
that an editor has reported to
50
* Return the offset position of this
correction
in the text. Both the {@link #getOldText()} and
/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/webkit/Source/WebCore/manual-tests/autocorrection/
autocorrection-cancelled-by-typing-1.html
33
<div>This test verifies that autocorrection behaves correctly when continuing typing in a word on which autocorrection panel is hown. You should see
correction
panel showing 'collapse' after 'collaps' is entered. Then type "ing". Phrase 'the collapsing' should be shown without underline.</div>
/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/
strings.xml
29
<string name="spell_checker_service_name">Android
correction
</string>
53
<string name="correction_category">Text
correction
</string>
70
<!-- Option name for enabling or disabling the use of names of people in Contacts for suggestion and
correction
[CHAR LIMIT=25] -->
72
<!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and
correction
[CHAR LIMIT=65] -->
89
<string name="prefs_show_suggestions">Show
correction
suggestions</string>
99
<!-- Option to decide the auto
correction
threshold score -->
100
<!-- Option to enable auto
correction
[CHAR LIMIT=20]-->
101
<string name="auto_correction">Auto
correction
</string>
102
<!-- Description for auto
correction
[CHAR LIMIT=65 (two lines) or 30 (fits on one line, preferable)] -->
104
<!-- Option to disable auto
correction
. [CHAR LIMIT=20] --
[
all
...]
/packages/inputmethods/LatinIME/native/
Android.mk
17
src/
correction
.cpp \
/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/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
/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/skia/src/ports/
SkFontHost_gamma_none.cpp
19
// one uses the xgamma utility to set the server-wide gamma
correction
value.
/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
,
Completed in 373 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>