Home
last modified time | relevance | path

Searched defs:errorType (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/aosp_15_r20/out/soong/.intermediates/packages/services/Iwlan/Iwlan/android_common/javac/anno/com/google/android/iwlan/
DAutoValue_ErrorPolicyManager_ErrorPolicy.java10 private final int errorType; field in AutoValue_ErrorPolicyManager_ErrorPolicy
25 int errorType, in AutoValue_ErrorPolicyManager_ErrorPolicy()
43 int errorType() { in errorType() method in AutoValue_ErrorPolicyManager_ErrorPolicy
129 private int errorType; field in AutoValue_ErrorPolicyManager_ErrorPolicy.Builder
140 ErrorPolicyManager.ErrorPolicy.Builder setErrorType(int errorType) { in setErrorType()
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Derror_type_utils.h65 static bool isMissingExplicitAccent(const ErrorType errorType) { in isMissingExplicitAccent()
69 static bool isEditCorrectionError(const ErrorType errorType) { in isEditCorrectionError()
73 static bool isProximityCorrectionError(const ErrorType errorType) { in isProximityCorrectionError()
77 static bool isCompletion(const ErrorType errorType) { in isCompletion()
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/info/
DAdminErrorMessage.java143 @NonNull public final ErrorType errorType; field in AdminErrorMessage
169 public AdminErrorMessage(@NonNull ErrorType errorType) { in AdminErrorMessage()
189 private static byte[] generatePayload(@NonNull ErrorType errorType) { in generatePayload()
202 ErrorType errorType = in extractErrorType() local
/aosp_15_r20/frameworks/base/core/java/android/credentials/
H A DCredentialManager.java665 public void onError(String errorType, String message) { in onError()
717 public void onError(String errorType, String message) { in onError()
757 public void onError(String errorType, String message) { in onError()
816 public void onError(String errorType, String message) { in onError()
875 public void onError(String errorType, String message) { in onError()
909 public void onError(String errorType, String message) { in onError()
953 public void onError(String errorType, String message) { in onError()
/aosp_15_r20/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
H A DErrorTypeImpl.java41 private final javax.lang.model.type.ErrorType errorType; field in ErrorTypeImpl
43 protected ErrorTypeImpl(TypeElement el, javax.lang.model.type.ErrorType errorType, in ErrorTypeImpl()
49 static ErrorTypeImpl create(javax.lang.model.type.ErrorType errorType, in create()
/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/dataflow/cfg/
H A DNullAwayCFGBuilder.java137 public void insertThrowOnFalse(Node booleanExpressionNode, TypeMirror errorType) { in insertThrowOnFalse()
148 public void insertThrowOnTrue(Node booleanExpressionNode, TypeMirror errorType) { in insertThrowOnTrue()
152 private void insertThrowOn(boolean throwOn, Node booleanExpressionNode, TypeMirror errorType) { in insertThrowOn()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceAvdInfo.java190 ErrorIdentifier errorType, in GceAvdInfo()
247 public void setErrorType(ErrorIdentifier errorType) { in setErrorType()
367 String errorType = res.has("error_type") ? res.getString("error_type") : null; in parseGceInfoFromString() local
570 static InfraErrorIdentifier determineAcloudErrorType(String errorType) { in determineAcloudErrorType()
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayloadTest.java274 int errorType, Class<T> exceptionClass) throws Exception { in verifyValidateAndBuildIkeExceptionWithoutData()
277 payload.validateAndBuildIkeException(), errorType, exceptionClass); in verifyValidateAndBuildIkeExceptionWithoutData() local
281 IkeProtocolException exception, int errorType, Class<T> exceptionClass) in verifyIkeExceptionWithoutData()
/aosp_15_r20/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
H A DNumberParseException.java60 private ErrorType errorType; field in NumberParseException
63 public NumberParseException(ErrorType errorType, String message) { in NumberParseException()
/aosp_15_r20/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DNumberParseException.java57 private ErrorType errorType; field in NumberParseException
60 public NumberParseException(ErrorType errorType, String message) { in NumberParseException()
/aosp_15_r20/cts/tests/videocodec/src/android/videocodec/cts/
H A DVideoEncoderRoiTest.java108 private static void addParams(CompressedResource cRes, RoiType roiType, ErrorType errorType) { in addParams()
130 RoiType roiType, ErrorType errorType, String allTestParams) { in VideoEncoderRoiTest()
146 Map<Long, List<QpOffsetRect>> roiMetadata, RoiType roiType, ErrorType errorType, in VideoEncoderRoiHelper()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java67 …eDef(String namespace, String name, int type, boolean required, boolean supportsAVT, int errorType) in XSLTAttributeDef()
90 …XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, Stri… in XSLTAttributeDef()
118 … boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2) in XSLTAttributeDef()
151 …boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, i… in XSLTAttributeDef()
186 … boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, in XSLTAttributeDef()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/telemetry/databroker/
DDataBrokerImpl.java595 private TelemetryError buildTelemetryError( in buildTelemetryError()
653 int errorType, @NonNull String message, @Nullable String stackTrace) { in onScriptError()
714 public void onError(int errorType, @NonNull String message, @Nullable String stackTrace) { in onError()
/aosp_15_r20/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DClearRequestSession.java127 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError()
133 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
H A DCreateRequestSession.java133 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError()
160 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
H A DGetRequestSession.java134 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError()
162 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
H A DGetCandidateRequestSession.java161 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError()
167 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
H A DProviderSession.java140 void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
243 protected void invokeCallbackWithError(String errorType, @Nullable String errorMessage) { in invokeCallbackWithError()
H A DRequestSession.java213 protected abstract void invokeClientCallbackError(String errorType, String errorMsg) throws in invokeClientCallbackError()
376 protected void respondToClientWithErrorAndFinish(String errorType, String errorMsg) { in respondToClientWithErrorAndFinish()
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/validation/
DValidationTest.kt129 val errorType = result.errors.map { it::class }.first() in thrown_exception() constant
/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DasMemberOf.kt120 val errorType: NonExistType = TODO() constant in Base
152 val errorType: NonExistingType in fileLevelExtensionFunction() constant
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp743 … ShaderType shaderType, TestType testType, ErrorType errorType, in LayoutBindingNegativeCase()
1258 … ShaderType shaderType, TestType testType, ErrorType errorType, in SamplerBindingNegativeCase()
1593 … ShaderType shaderType, TestType testType, ErrorType errorType, in ImageBindingNegativeCase()
1873 … ShaderType shaderType, TestType testType, ErrorType errorType) in UBOBindingNegativeCase()
2152 … ShaderType shaderType, TestType testType, ErrorType errorType) in SSBOBindingNegativeCase()
2334 LayoutBindingNegativeCase::ErrorType errorType; in init() member
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/cardemulation/util/
DStatsdUtils.java179 public void logErrorEvent(int errorType, int nciCmd, int ntfStatusCode) { in logErrorEvent()
183 public void logErrorEvent(int errorType) { in logErrorEvent()
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A DAbstractTypesTest.kt64 val errorType = DeclaredTypeAsErrorType(types.getDeclaredType(getElement(Set::class.java))) in getErrorType() constant
/aosp_15_r20/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
H A DAsMemberOfProcessor.kt65 val errorType = resolver.getDeclaration<KSPropertyDeclaration>("errorType").type.resolve() in <lambda>() constant

12345678910>>...16