/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DTYPES.H | 677 D3DRENDERSTATE_TEXTUREPERSPECTIVE = 4, /* TRUE for perspective correction */
704 D3DRENDERSTATE_SUBPIXEL = 31, /* TRUE to enable subpixel correction */
705 D3DRENDERSTATE_SUBPIXELX = 32, /* TRUE to enable correction in X only */
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEN.java | 74 /** The converter for English prediction/spell correction */ 82 /** Whether spell correction is enabled */ [all...] |
/external/webkit/Source/WebCore/editing/ |
Editor.cpp | [all...] |
/external/libvpx/vp8/encoder/ |
ratectrl.c | 762 // Test to see if the key frame inter data rate correction should still be in force [all...] |
encodemv.c | 210 // Small correction allows for the fact that an update to an MV probability
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinIME.java | 121 * position correction. [all...] |
/external/jpeg/ |
jquant1.c | 46 * If gamma correction has been applied in color conversion, it might be wise 48 * equidistant in linear space. At this writing, gamma correction is not 666 * to form the complete error correction term for this pixel, and
|
/external/bluetooth/glib/ |
NEWS.pre-1-3 | 208 * Const correction all over the place, including a new pointer type
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_install_dialog_view.cc | 54 // Heading font size correction.
|
/external/libpcap/ |
pcap.h | 117 bpf_int32 thiszone; /* gmt to local correction */
|
/external/libpng/contrib/gregbook/ |
readpng.c | 241 * do any correction ("do no harm") */
|
/external/libpng/contrib/pngminus/ |
png2pnm.c | 270 /* only if file has a file gamma, we do a correction */
|
/external/netperf/ |
netcpu_ntperf.c | 490 fprintf(where, "correction factor: %f\n", correction_factor);
|
netcpu_pstatnew.c | 285 correction kludge. raj 2005-02-16 */
|
/external/qemu/docs/ |
ANDROID-SKIN-FILES.TXT | 139 to counter-effect this correction for certain skins which
|
/external/webkit/Source/WebCore/css/ |
CSSPropertyNames.in | 215 -webkit-color-correction
|
CSSValueKeywords.in | 743 # -webkit-color-correction
|
/external/yaffs2/yaffs2/ |
yaffs_ecc.c | 4 * yaffs_ecc.c: ECC generation/correction algorithms.
|
/frameworks/base/core/res/res/values/ |
dimens.xml | 62 <!-- Default correction for the space key in the password keyboard (used by keyguard) -->
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_camera.h | 48 \param f_correction focal length correction factor
|
/packages/inputmethods/OpenWnn/res/values/ |
strings.xml | 48 <string name="preference_correct_spell_title">Typing Error Correction</string>
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
OpenWnnEngineEN.java | 33 /** Dictionary for mistype correction */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
clnt.h | 15 * part of Sun Microsystems, Inc. to assist in its use, correction,
|
svc.h | 14 * part of Sun Microsystems, Inc. to assist in its use, correction,
|
/external/clang/lib/Sema/ |
SemaDecl.cpp | 151 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(), 154 IdentifierInfo *NewII = Correction.getCorrectionAsIdentifierInfo(); 159 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier(); 165 if (Correction && (NNS || NewII != &II) && 166 // Ignore a correction to a template type as the to-be-corrected 167 // identifier is not a template (typo correction for template names 176 std::string CorrectedStr(Correction.getAsString(getLangOptions())); 178 Correction.getQuoted(getLangOptions())); 183 if (NamedDecl *FirstDecl = Correction.getCorrectionDecl()) 194 // If typo correction failed or was not performed, fall throug [all...] |