/aosp_15_r20/out/soong/.intermediates/packages/services/Iwlan/Iwlan/android_common/javac/anno/com/google/android/iwlan/ |
D | AutoValue_ErrorPolicyManager_ErrorPolicy.java | 10 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/ |
D | error_type_utils.h | 65 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/ |
D | AdminErrorMessage.java | 143 @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 D | CredentialManager.java | 665 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 D | ErrorTypeImpl.java | 41 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 D | NullAwayCFGBuilder.java | 137 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/ |
D | GceAvdInfo.java | 190 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/ |
D | IkeNotifyPayloadTest.java | 274 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 D | NumberParseException.java | 60 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 D | NumberParseException.java | 57 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 D | VideoEncoderRoiTest.java | 108 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 D | XSLTAttributeDef.java | 67 …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/ |
D | DataBrokerImpl.java | 595 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 D | ClearRequestSession.java | 127 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError() 133 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
|
H A D | CreateRequestSession.java | 133 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError() 160 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
|
H A D | GetRequestSession.java | 134 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError() 162 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
|
H A D | GetCandidateRequestSession.java | 161 protected void invokeClientCallbackError(String errorType, String errorMsg) in invokeClientCallbackError() 167 public void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived()
|
H A D | ProviderSession.java | 140 void onFinalErrorReceived(ComponentName componentName, String errorType, in onFinalErrorReceived() 243 protected void invokeCallbackWithError(String errorType, @Nullable String errorMessage) { in invokeCallbackWithError()
|
H A D | RequestSession.java | 213 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/ |
D | ValidationTest.kt | 129 val errorType = result.errors.map { it::class }.first() in thrown_exception() constant
|
/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | asMemberOf.kt | 120 val errorType: NonExistType = TODO() constant in Base 152 val errorType: NonExistingType in fileLevelExtensionFunction() constant
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fLayoutBindingTests.cpp | 743 … 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/ |
D | StatsdUtils.java | 179 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 D | AbstractTypesTest.kt | 64 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 D | AsMemberOfProcessor.kt | 65 val errorType = resolver.getDeclaration<KSPropertyDeclaration>("errorType").type.resolve() in <lambda>() constant
|