Searched refs:errorType (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Derror_type_utils.h59 static bool isEditCorrectionError(const ErrorType errorType) { argument
60 return (errorType & EDIT_CORRECTION) != 0;
63 static bool isProximityCorrectionError(const ErrorType errorType) { argument
64 return (errorType & PROXIMITY_CORRECTION) != 0;
67 static bool isCompletion(const ErrorType errorType) { argument
68 return (errorType & COMPLETION) != 0;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_state_scoring.h73 const ErrorTypeUtils::ErrorType errorType) {
75 mContainedErrorTypes = mContainedErrorTypes | errorType;
76 if (ErrorTypeUtils::isEditCorrectionError(errorType)) {
79 if (ErrorTypeUtils::isProximityCorrectionError(errorType)) {
82 if (ErrorTypeUtils::isCompletion(errorType)) {
71 addCost(const float spatialCost, const float languageCost, const bool doNormalization, const int inputSize, const int totalInputIndex, const ErrorTypeUtils::ErrorType errorType) argument
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dweighting.cpp86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType, local
96 inputSize, errorType);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DRetryScheduler.java124 int errorType = MmsSms.ERR_TYPE_GENERIC;
187 errorType = MmsSms.ERR_TYPE_GENERIC_PERMANENT;
220 values.put(PendingMessages.ERROR_TYPE, errorType);
/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmRecordActivity.java402 int errorType = bundle.getInt(FmListener.KEY_RECORDING_ERROR_TYPE);
403 handleRecordError(errorType);
430 private void handleRecordError(int errorType) { argument
431 Log.d(TAG, "handleRecordError, errorType = " + errorType);
433 switch (errorType) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h479 const ErrorTypeUtils::ErrorType errorType) {
484 inputSize, getTotalInputIndex(), errorType);
477 addCost(const float spatialCost, const float languageCost, const bool doNormalization, const int inputSize, const ErrorTypeUtils::ErrorType errorType) argument
/packages/apps/ContactsCommon/libs/
H A Dlibphonenumber-6.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/i18n/ com/google/i18n/phonenumbers/ ...

Completed in 271 milliseconds