Searched refs:ErrorType (Results 1 – 14 of 14) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
D | error_type_utils.h | 30 typedef uint32_t ErrorType; typedef 32 static const ErrorType NOT_AN_ERROR; 33 static const ErrorType MATCH_WITH_WRONG_CASE; 34 static const ErrorType MATCH_WITH_MISSING_ACCENT; 35 static const ErrorType MATCH_WITH_MISSING_EXPLICIT_ACCENT; 36 static const ErrorType MATCH_WITH_WRONG_ACCENT; 37 static const ErrorType MATCH_WITH_DIGRAPH; 40 static const ErrorType INTENTIONAL_OMISSION; 42 static const ErrorType EDIT_CORRECTION; 44 static const ErrorType PROXIMITY_CORRECTION; [all …]
|
D | error_type_utils.cpp | 21 const ErrorTypeUtils::ErrorType ErrorTypeUtils::NOT_AN_ERROR = 0x0; 22 const ErrorTypeUtils::ErrorType ErrorTypeUtils::MATCH_WITH_WRONG_CASE = 0x1; 23 const ErrorTypeUtils::ErrorType ErrorTypeUtils::MATCH_WITH_MISSING_ACCENT = 0x2; 24 const ErrorTypeUtils::ErrorType ErrorTypeUtils::MATCH_WITH_MISSING_EXPLICIT_ACCENT = 0x4; 25 const ErrorTypeUtils::ErrorType ErrorTypeUtils::MATCH_WITH_WRONG_ACCENT = 0x8; 26 const ErrorTypeUtils::ErrorType ErrorTypeUtils::MATCH_WITH_DIGRAPH = 0x10; 27 const ErrorTypeUtils::ErrorType ErrorTypeUtils::INTENTIONAL_OMISSION = 0x20; 28 const ErrorTypeUtils::ErrorType ErrorTypeUtils::EDIT_CORRECTION = 0x40; 29 const ErrorTypeUtils::ErrorType ErrorTypeUtils::PROXIMITY_CORRECTION = 0x80; 30 const ErrorTypeUtils::ErrorType ErrorTypeUtils::COMPLETION = 0x100; [all …]
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/ |
D | IkeProtocolException.java | 60 public @interface ErrorType {} annotation in IkeProtocolException 103 @ErrorType private final int mErrorType; 107 protected IkeProtocolException(@ErrorType int code) { in IkeProtocolException() 114 protected IkeProtocolException(@ErrorType int code, String message) { in IkeProtocolException() 121 protected IkeProtocolException(@ErrorType int code, Throwable cause) { in IkeProtocolException() 128 protected IkeProtocolException(@ErrorType int code, String message, Throwable cause) { in IkeProtocolException() 139 protected IkeProtocolException(@ErrorType int code, byte[] notifyData) { in IkeProtocolException() 194 @ErrorType
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
D | dic_node_state_scoring.h | 73 const ErrorTypeUtils::ErrorType errorType) { in addCost() 184 ErrorTypeUtils::ErrorType getContainedErrorTypes() const { in getContainedErrorTypes() 203 ErrorTypeUtils::ErrorType mContainedErrorTypes;
|
/packages/apps/Car/CompanionDeviceSupport/proto/ |
D | trusted_device_message.proto | 69 enum ErrorType { enum 79 ErrorType type = 1;
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ |
D | TrustedDeviceManager.java | 55 …m.android.car.companiondevicesupport.protos.TrustedDeviceMessageProto.TrustedDeviceError.ErrorType; 493 case ErrorType.MESSAGE_TYPE_UNKNOWN_VALUE: in processErrorMessage() 496 case ErrorType.DEVICE_NOT_SECURED_VALUE: in processErrorMessage()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_node.h | 393 ErrorTypeUtils::ErrorType getContainedErrorTypes() const { in getContainedErrorTypes() 465 const ErrorTypeUtils::ErrorType errorType) { in addCost()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/ |
D | scoring.h | 32 const ErrorTypeUtils::ErrorType containedErrorTypes, const bool forceCommit,
|
D | weighting.h | 88 virtual ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
|
D | weighting.cpp | 86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType, in addCostAndForwardInputIndex()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/ |
D | typing_scoring.h | 46 const ErrorTypeUtils::ErrorType containedErrorTypes, const bool forceCommit, in calculateFinalScore()
|
D | typing_weighting.cpp | 27 ErrorTypeUtils::ErrorType TypingWeighting::getErrorType(const CorrectionType correctionType, in getErrorType()
|
D | typing_weighting.h | 213 ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachine.java | 24 import static android.net.ipsec.ike.exceptions.IkeProtocolException.ErrorType; 1392 IkeSaRecord ikeSaRecord, int messageId, @ErrorType int errorType) { in buildAndSendErrorNotificationResponse()
|