HomeSort by relevance Sort by last modified time
    Searched full:corrected (Results 176 - 200 of 401) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 519 if (TypoCorrection Corrected =
524 diagnoseTypo(Corrected, PDiag(diag::err_undef_superclass_suggest)
526 PrevDecl = Corrected.getCorrectionDeclAs<ObjCInterfaceDecl>();
789 TypoCorrection Corrected = CorrectTypo(
794 if ((PDecl = Corrected.getCorrectionDeclAs<ObjCProtocolDecl>()))
795 diagnoseTypo(Corrected, PDiag(diag::err_undeclared_protocol_suggest)
    [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprMember.cpp     [all...]
  /external/aac/libAACenc/src/
pnsparam.cpp 294 the detection threshold needs to be corrected for the width of the band */
  /external/e2fsprogs/e2fsck/
e2fsck.h 76 #define FSCK_NONDESTRUCT 1 /* File system errors corrected */
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 298 /* ignore corrected decomposition */
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegression.java 853 DecimalFormat df = new DecimalFormat(); // Corrected; see 4147706
859 if (!buffer.toString().equals("-0")) { // Corrected; see 4147706
864 if (!buffer.toString().equals("-0")) { // Corrected; see 4147706
    [all...]
  /external/jdiff/src/jdiff/
API.java 375 * Cases where this fails and has to be corrected in the XML by hand:
  /external/kernel-headers/original/uapi/linux/
btrfs.h 109 __u64 corrected_errors; /* # of errors corrected */
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 35 * The adjustments were further corrected by checking the motion magnitude.
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 349 // The operand's value should be corrected on its own.
  /external/netperf/
netcpu_kstat10.c 367 numbers. then we sum the corrected user, kernel and idle along
  /frameworks/av/media/libstagefright/
VideoFrameScheduler.cpp 411 // ensure vsync time is well before (corrected) render time
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 37 Description: Removed unused defintions and corrected ifdef, that depended on
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ets_to_wmf.h 41 Description: Corrected the copyright year.
gsmamr_enc.h 44 slash, and some wordings of comments were corrected.
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 391 // been corrected. We need to decode the uncorrected source rectangle. Calculate true
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 204 // If the word does not allow to be auto-corrected, then we don't auto-correct.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 298 // the normal non-digraph traversal, so both "uber" and "ueber" can be corrected to "[u-umlaut]ber".
  /system/bt/udrv/ulinux/
uipc.c 574 corrected the logic to check zero or non zero */
  /art/runtime/verifier/
method_verifier.h 63 * that can potentially be corrected, and the verifier will try again at runtime.
64 * VERIFY_ERROR_BAD_CLASS_HARD denotes a hard failure that can't be corrected, and will cause
    [all...]
  /external/antlr/antlr-3.4/runtime/C/
ChangeLog 439 This template invocation is now corrected.
513 This is now corrected.
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mpeg2_stereo_proc.cpp 503 /* start of corrected version by efs 2003-07-04 */
627 /* corrected version by efs 2003-07-04 */
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Multimaps.java 766 * corrected from {@code Map<K, Collection<V>>} to {@code Map<K, List<V>>}.
778 * Returns {@link SetMultimap#asMap multimap.asMap()}, with its type corrected
792 * corrected from {@code Map<K, Collection<V>>} to
    [all...]

Completed in 1025 milliseconds

1 2 3 4 5 6 78 91011>>