/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
H A 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; 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; 46 static const ErrorType COMPLETION; [all …]
|
H A 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; 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; 31 const ErrorTypeUtils::ErrorType ErrorTypeUtils::NEW_WORD = 0x200; [all …]
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | serialization.h | 131 class ErrorType { 133 ErrorType() : error_code_(ErrorCode::NO_ERROR) {} 138 ErrorType(ErrorCode error_code) : error_code_(error_code) {} 1419 inline ErrorType DeserializeObject( 1434 inline ErrorType DeserializeObject(EmptyVariant*, 1438 inline ErrorType DeserializeObject(Variant<Types...>*, 1565 inline ErrorType DeserializeObject( 1833 inline ErrorType DeserializeObject( 1841 inline ErrorType DeserializeObject(ArrayWrapper<T>* value, 1894 inline ErrorType DeserializeObject(std::pair<T, U>* value, [all …]
|
H A D | argument_encoder.h | 113 ArgsTupleType DecodeArguments(ErrorType* error) { in DecodeArguments() 134 ArgsTupleType DecodeArguments(ErrorType* error) { in DecodeArguments() 141 ErrorType DecodeReturn(ReturnType* value) { in DecodeReturn()
|
H A D | remote_method.h | 196 ErrorType error; 232 ErrorType error; 272 ErrorType error; 365 rpc::ErrorType error = 425 rpc::ErrorType error =
|
H A D | serializable.h | 108 static ErrorType DeserializeObject(T* value, MessageReader* reader,
|
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/ |
H A D | IkeProtocolException.java | 58 public @interface ErrorType {} annotation in IkeProtocolException 101 @ErrorType private final int mErrorType; 105 protected IkeProtocolException(@ErrorType int code) { in IkeProtocolException() 112 protected IkeProtocolException(@ErrorType int code, String message) { in IkeProtocolException() 119 protected IkeProtocolException(@ErrorType int code, Throwable cause) { in IkeProtocolException() 126 protected IkeProtocolException(@ErrorType int code, String message, Throwable cause) { in IkeProtocolException() 137 protected IkeProtocolException(@ErrorType int code, byte[] notifyData) { in IkeProtocolException() 192 @ErrorType
|
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/ike3gpp/ |
H A D | Ike3gppBackoffTimer.java | 66 public @interface ErrorType {} annotation in Ike3gppBackoffTimer 89 @SuppressLint("NoByteOrShort") byte backoffTimer, @ErrorType int backoffCause) { in Ike3gppBackoffTimer() 112 public @ErrorType int getBackoffCause() { in getBackoffCause()
|
/aosp12/packages/services/Car/packages/ScriptExecutor/src/ |
H A D | ScriptExecutorListener.h | 32 enum ErrorType { enum 67 void onError(const ErrorType errorType, const char* message, const char* stackTrace);
|
H A D | ScriptExecutorListener.cpp | 57 void ScriptExecutorListener::onError(const ErrorType errorType, const char* message, in onError()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
H A D | dic_node_state_scoring.h | 73 const ErrorTypeUtils::ErrorType errorType) { in addCost() 184 ErrorTypeUtils::ErrorType getContainedErrorTypes() const { in getContainedErrorTypes() 203 ErrorTypeUtils::ErrorType mContainedErrorTypes;
|
/aosp12/frameworks/native/libs/vr/libpdx/ |
H A D | serialization_tests.cpp | 1289 ErrorType error; in TEST() 1307 ErrorType error; in TEST() 1358 ErrorType error; in TEST() 1414 ErrorType error; in TEST() 1475 ErrorType error; in TEST() 1543 ErrorType error; in TEST() 1606 ErrorType error; in TEST() 1674 ErrorType error; in TEST() 1747 ErrorType error; in TEST() 1829 ErrorType error; in TEST() [all …]
|
/aosp12/system/nfc/src/include/ |
H A D | metrics.h | 21 enum ErrorType { UNKNOWN, NCI_TIMEOUT, ERROR_NTF, AID_OVERFLOW }; enum
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/ |
H A D | scoring.h | 32 const ErrorTypeUtils::ErrorType containedErrorTypes, const bool forceCommit,
|
H A D | weighting.h | 88 virtual ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
|
H A D | weighting.cpp | 86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType, in addCostAndForwardInputIndex()
|
/aosp12/packages/services/Iwlan/assets/ |
H A D | defaultiwlanerrorconfig.json | 30 # 3.2.5. "IKE_PROTOCOL_EXCEPTION" ErrorType expects the "ErrorDetail" to be 33 # 3.2.6. "GENERIC_ERROR_TYPE" or "*" ErrorType expects only the following to be
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/ |
H A D | typing_scoring.h | 46 const ErrorTypeUtils::ErrorType containedErrorTypes, const bool forceCommit, in calculateFinalScore()
|
H A D | typing_weighting.cpp | 27 ErrorTypeUtils::ErrorType TypingWeighting::getErrorType(const CorrectionType correctionType, in getErrorType()
|
H A D | typing_weighting.h | 213 ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
H A D | dic_node.h | 393 ErrorTypeUtils::ErrorType getContainedErrorTypes() const { in getContainedErrorTypes() 465 const ErrorTypeUtils::ErrorType errorType) { in addCost()
|
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/proto/ |
H A D | telemetry.proto | 137 enum ErrorType { enum 155 optional ErrorType error_type = 1;
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/databroker/ |
H A D | DataBrokerTest.java | 271 TelemetryProto.TelemetryError.ErrorType errorType = in testScheduleNextTask_onScriptError_shouldStoreErrorObject() 272 TelemetryProto.TelemetryError.ErrorType.LUA_RUNTIME_ERROR; in testScheduleNextTask_onScriptError_shouldStoreErrorObject()
|
/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/ |
H A D | ErrorPolicyManagerTest.java | 701 String ErrorType, in getErrorTypeInJSON() argument 706 + ErrorType in getErrorTypeInJSON()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | kfd_ioctl.h | 187 __u32 ErrorType; member
|