Home
last modified time | relevance | path

Searched defs:errorCode (Results 251 – 275 of 3299) sorted by relevance

1...<<11121314151617181920>>...132

/aosp_15_r20/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectException.java83 public HealthConnectException(@ErrorCode int errorCode, @Nullable String message) { in HealthConnectException()
96 public HealthConnectException( in HealthConnectException()
108 public HealthConnectException(@ErrorCode int errorCode) { in HealthConnectException()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Duniquecharstr.h27 UniqueCharStrings(UErrorCode &errorCode) : strings(nullptr) { in UniqueCharStrings()
58 int32_t add(const char16_t*p, UErrorCode &errorCode) { in add()
81 int32_t addByValue(UnicodeString s, UErrorCode &errorCode) { in addByValue()
H A Dnormlzr.cpp78 UErrorCode errorCode=U_ZERO_ERROR; in init() local
216 UErrorCode &errorCode) { in concatenate()
499 UErrorCode errorCode=U_ZERO_ERROR; in nextNormalize() local
521 UErrorCode errorCode=U_ZERO_ERROR; in previousNormalize() local
/aosp_15_r20/external/icu/icu4c/source/common/
H A Duniquecharstr.h27 UniqueCharStrings(UErrorCode &errorCode) : strings(nullptr) { in UniqueCharStrings()
58 int32_t add(const char16_t*p, UErrorCode &errorCode) { in add()
81 int32_t addByValue(UnicodeString s, UErrorCode &errorCode) { in addByValue()
/aosp_15_r20/packages/modules/ConfigInfrastructure/framework/java/android/os/flagging/
DAconfigStorageReadException.java103 public AconfigStorageReadException(@ErrorCode int errorCode, @NonNull String msg) { in AconfigStorageReadException()
117 public AconfigStorageReadException( in AconfigStorageReadException()
130 public AconfigStorageReadException(@ErrorCode int errorCode, @NonNull Throwable cause) { in AconfigStorageReadException()
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Duniquecharstr.h27 UniqueCharStrings(UErrorCode &errorCode) : strings(nullptr) { in UniqueCharStrings()
58 int32_t add(const char16_t*p, UErrorCode &errorCode) { in add()
81 int32_t addByValue(UnicodeString s, UErrorCode &errorCode) { in addByValue()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp25 const FString &path, HRESULT errorCode, in SetErrorMessage()
304 const HRESULT errorCode = GetLastError_noZero_HRESULT(); in Extract() local
310 HRESULT errorCode = E_FAIL; in Extract() local
367 const HRESULT errorCode = GetLastError_noZero_HRESULT(); in Extract() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcucdapi.c35 UErrorCode errorCode) { in assertEqualScripts()
513 UErrorCode errorCode=U_ZERO_ERROR; in TestUScriptCodeAPI() local
588 UErrorCode errorCode; in TestGetScriptExtensions() local
675 UErrorCode errorCode=U_ZERO_ERROR; in TestScriptMetadataAPI() local
H A Dcustrtrn.c892 UErrorCode errorCode; in Test_FromUTF8() local
993 UErrorCode errorCode; in Test_FromUTF8Lenient() local
1547 UErrorCode errorCode; in Test_strToJavaModifiedUTF8() local
1739 UErrorCode errorCode; in Test_strFromJavaModifiedUTF8() local
2004 UErrorCode errorCode; in TestNullEmptySource() local
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Dsimpleformatter.h77 SimpleFormatter(const UnicodeString& pattern, UErrorCode &errorCode) { in SimpleFormatter()
96 UErrorCode &errorCode) { in SimpleFormatter()
129 UBool applyPattern(const UnicodeString &pattern, UErrorCode &errorCode) { in applyPattern()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/
H A Dsimpleformatter.h79 SimpleFormatter(const UnicodeString& pattern, UErrorCode &errorCode) { in SimpleFormatter()
98 UErrorCode &errorCode) { in SimpleFormatter()
131 UBool applyPattern(const UnicodeString &pattern, UErrorCode &errorCode) { in applyPattern()
/aosp_15_r20/external/cronet/third_party/icu/source/common/unicode/
H A Dsimpleformatter.h79 SimpleFormatter(const UnicodeString& pattern, UErrorCode &errorCode) { in SimpleFormatter()
98 UErrorCode &errorCode) { in SimpleFormatter()
131 UBool applyPattern(const UnicodeString &pattern, UErrorCode &errorCode) { in applyPattern()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/
H A Dsimpleformatter.h79 SimpleFormatter(const UnicodeString& pattern, UErrorCode &errorCode) { in SimpleFormatter()
98 UErrorCode &errorCode) { in SimpleFormatter()
131 UBool applyPattern(const UnicodeString &pattern, UErrorCode &errorCode) { in applyPattern()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/
H A Dsimpleformatter.h79 SimpleFormatter(const UnicodeString& pattern, UErrorCode &errorCode) { in SimpleFormatter()
98 UErrorCode &errorCode) { in SimpleFormatter()
131 UBool applyPattern(const UnicodeString &pattern, UErrorCode &errorCode) { in applyPattern()
/aosp_15_r20/external/icu/icu4c/source/common/unicode/
H A Dsimpleformatter.h77 SimpleFormatter(const UnicodeString& pattern, UErrorCode &errorCode) { in SimpleFormatter()
96 UErrorCode &errorCode) { in SimpleFormatter()
129 UBool applyPattern(const UnicodeString &pattern, UErrorCode &errorCode) { in applyPattern()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/
H A Dsimpleformatter.h79 SimpleFormatter(const UnicodeString& pattern, UErrorCode &errorCode) { in SimpleFormatter()
98 UErrorCode &errorCode) { in SimpleFormatter()
131 UBool applyPattern(const UnicodeString &pattern, UErrorCode &errorCode) { in applyPattern()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordValidationError.java40 public final int errorCode; field in PasswordValidationError
43 public PasswordValidationError(int errorCode) { in PasswordValidationError()
47 public PasswordValidationError(int errorCode, int requirement) { in PasswordValidationError()
/aosp_15_r20/frameworks/base/core/java/android/service/voice/
H A DSoundTriggerFailure.java84 public SoundTriggerFailure(@SoundTriggerErrorCode int errorCode, @NonNull String errorMessage) { in SoundTriggerFailure()
91 public SoundTriggerFailure(@SoundTriggerErrorCode int errorCode, @NonNull String errorMessage, in SoundTriggerFailure()
139 private static int getSuggestedActionBasedOnErrorCode(@SoundTriggerErrorCode int errorCode) { in getSuggestedActionBasedOnErrorCode()
/aosp_15_r20/external/robolectric/shadows/playservices/src/main/java/org/robolectric/shadows/gms/common/
H A DShadowGoogleApiAvailability.java35 public final boolean isUserResolvableError(int errorCode) { in isUserResolvableError()
49 public Dialog getErrorDialog(Activity activity, int errorCode, int requestCode) { in getErrorDialog()
56 int errorCode, in getErrorDialog()
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp285 UErrorCode errorCode; in makeFullFilenameAndDirs() local
309 UErrorCode errorCode; in readFile() local
447 UErrorCode errorCode; in readPackage() local
693 UErrorCode errorCode; in writePackage() local
1145 UErrorCode errorCode=U_ZERO_ERROR; in extractItem() local
1276 UErrorCode errorCode=U_ZERO_ERROR; in sortItems() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/
H A Dpackage.cpp285 UErrorCode errorCode; in makeFullFilenameAndDirs() local
309 UErrorCode errorCode; in readFile() local
447 UErrorCode errorCode; in readPackage() local
693 UErrorCode errorCode; in writePackage() local
1145 UErrorCode errorCode=U_ZERO_ERROR; in extractItem() local
1276 UErrorCode errorCode=U_ZERO_ERROR; in sortItems() local
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/exception/
H A DAwsServiceExceptionTest.java86 String errorCode, in assertSkewed()
95 String errorCode, in assertNotSkewed()
103 …private AwsServiceException exception(int clientSideTimeOffset, String errorCode, int statusCode, … in exception()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcustrtrn.c892 UErrorCode errorCode; in Test_FromUTF8() local
993 UErrorCode errorCode; in Test_FromUTF8Lenient() local
1547 UErrorCode errorCode; in Test_strToJavaModifiedUTF8() local
1739 UErrorCode errorCode; in Test_strFromJavaModifiedUTF8() local
2004 UErrorCode errorCode; in TestNullEmptySource() local
/aosp_15_r20/system/chre/platform/shared/
H A Dplatform_ble.cc121 uint8_t errorCode) { in scanStatusChangeCallback()
142 void PlatformBleBase::readRssiCallback(uint8_t errorCode, in readRssiCallback()
157 void PlatformBleBase::flushCallback(uint8_t errorCode) { in flushCallback()
/aosp_15_r20/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java164 public void onError(SipAudioCall call, int errorCode, in onError()
501 public void onCallChangeFailed(SipSession session, int errorCode, in createListener()
518 public void onError(SipSession session, int errorCode, in createListener()
534 public void onRegistrationFailed(SipSession session, int errorCode, in createListener()

1...<<11121314151617181920>>...132