Home
last modified time | relevance | path

Searched refs:ErrorType (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Derror_type_utils.h30 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 Derror_type_utils.cpp21 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 Dserialization.h131 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 Dargument_encoder.h113 ArgsTupleType DecodeArguments(ErrorType* error) { in DecodeArguments()
134 ArgsTupleType DecodeArguments(ErrorType* error) { in DecodeArguments()
141 ErrorType DecodeReturn(ReturnType* value) { in DecodeReturn()
H A Dremote_method.h196 ErrorType error;
232 ErrorType error;
272 ErrorType error;
365 rpc::ErrorType error =
425 rpc::ErrorType error =
H A Dserializable.h108 static ErrorType DeserializeObject(T* value, MessageReader* reader,
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
H A DIkeProtocolException.java58 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 DIke3gppBackoffTimer.java66 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 DScriptExecutorListener.h32 enum ErrorType { enum
67 void onError(const ErrorType errorType, const char* message, const char* stackTrace);
H A DScriptExecutorListener.cpp57 void ScriptExecutorListener::onError(const ErrorType errorType, const char* message, in onError()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
H A Ddic_node_state_scoring.h73 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 Dserialization_tests.cpp1289 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 Dmetrics.h21 enum ErrorType { UNKNOWN, NCI_TIMEOUT, ERROR_NTF, AID_OVERFLOW }; enum
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
H A Dscoring.h32 const ErrorTypeUtils::ErrorType containedErrorTypes, const bool forceCommit,
H A Dweighting.h88 virtual ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
H A Dweighting.cpp86 const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(correctionType, in addCostAndForwardInputIndex()
/aosp12/packages/services/Iwlan/assets/
H A Ddefaultiwlanerrorconfig.json30 # 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 Dtyping_scoring.h46 const ErrorTypeUtils::ErrorType containedErrorTypes, const bool forceCommit, in calculateFinalScore()
H A Dtyping_weighting.cpp27 ErrorTypeUtils::ErrorType TypingWeighting::getErrorType(const CorrectionType correctionType, in getErrorType()
H A Dtyping_weighting.h213 ErrorTypeUtils::ErrorType getErrorType(const CorrectionType correctionType,
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h393 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 Dtelemetry.proto137 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 DDataBrokerTest.java271 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 DErrorPolicyManagerTest.java701 String ErrorType, in getErrorTypeInJSON() argument
706 + ErrorType in getErrorTypeInJSON()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dkfd_ioctl.h187 __u32 ErrorType; member

12