Home
last modified time | relevance | path

Searched defs:errorCode (Results 226 – 250 of 3299) sorted by relevance

12345678910>>...132

/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dustrtest.cpp231 UErrorCode errorCode=U_ZERO_ERROR; in TestBasicManipulation() local
544 UErrorCode errorCode; in TestExtract() local
591 UErrorCode errorCode=U_ZERO_ERROR; in TestExtract() local
1630 UErrorCode errorCode=U_ZERO_ERROR; in TestBogus() local
1864 UErrorCode errorCode = U_ZERO_ERROR; in TestUTF32() local
2229 UErrorCode errorCode = U_ZERO_ERROR; in TestUInt16Pointers() local
2251 UErrorCode errorCode = U_ZERO_ERROR; in TestWCharPointers() local
2270 UErrorCode errorCode = U_ZERO_ERROR; in TestNullPointers() local
H A Dusettest.cpp57 UErrorCode errorCode=U_ZERO_ERROR; in openUTF8Converter() local
1405 IcuTestErrorCode errorCode(*this, "TestCloseOverSimpleCaseFolding"); in TestCloseOverSimpleCaseFolding() local
1471 IcuTestErrorCode errorCode(*this, "TestCloseOverLargeSets"); in TestCloseOverLargeSets() local
2324 UErrorCode errorCode=U_ZERO_ERROR; in TestFreezable() local
2468 UErrorCode errorCode=U_ZERO_ERROR; in appendUTF8() local
3385 UErrorCode errorCode=U_ZERO_ERROR; in testSpanBothUTFs() local
3797 UErrorCode errorCode=U_ZERO_ERROR; in TestSpan() local
3923 UErrorCode errorCode=U_ZERO_ERROR; in TestStringSpan() local
3993 IcuTestErrorCode errorCode(*this, "TestPatternWithSurrogates"); in TestPatternWithSurrogates() local
4038 IcuTestErrorCode errorCode(*this, "TestIntOverflow"); in TestIntOverflow() local
[all …]
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/
H A DServerListenerHandler.java16 …ct ServerConnectionHandler onNewConnection(final ServerConnection serverConnection, int errorCode); in onNewConnection()
24 …otected abstract void onConnectionShutdown(final ServerConnection serverConnection, int errorCode); in onConnectionShutdown()
29 void onConnectionShutdownShim(final ServerConnection serverConnection, int errorCode) { in onConnectionShutdownShim()
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPException.java20 private int errorCode; field in XMPException
28 public XMPException(String message, int errorCode) in XMPException()
41 public XMPException(String message, int errorCode, Throwable t) in XMPException()
/aosp_15_r20/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/errorlogging/
DAdServicesErrorLogger.java29 void logError(int errorCode, int ppapiName); in logError()
35 void logErrorWithExceptionInfo(Throwable tr, int errorCode, int ppapiName); in logErrorWithExceptionInfo()
42 void logError(Throwable tr, int errorCode, int ppapiName); in logError()
/aosp_15_r20/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DIsolatedServiceException.java40 public IsolatedServiceException(int errorCode) { in IsolatedServiceException()
54 int errorCode, in IsolatedServiceException()
70 int errorCode, in IsolatedServiceException()
/aosp_15_r20/system/chre/chpp/include/chpp/common/
H A Dwifi.h68 uint8_t errorCode; member
85 uint8_t errorCode; member
112 uint8_t errorCode; member
123 uint8_t errorCode; member
/aosp_15_r20/external/aws-sdk-java-v2/core/protocols/aws-json-protocol/src/main/java/software/amazon/awssdk/protocols/json/internal/unmarshall/
H A DAwsJsonProtocolErrorUnmarshaller.java71 String errorCode = errorCodeParser.parseErrorCode(response, jsonContent); in unmarshall() local
95 private String getEffectiveErrorCode(SdkHttpFullResponse response, String errorCode) { in getEffectiveErrorCode()
118 private String errorMessageForException(String errorMessage, String errorCode, int statusCode) { in errorMessageForException()
158 String errorCode, in extractAwsErrorDetails()
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_rsp.cpp219 struct errorCode { struct
225 struct errorCode errorCodeTranslation[] = { argument
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_rsp.cpp185 struct errorCode { struct
191 struct errorCode errorCodeTranslation[] = { argument
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dlocalematcher.cpp306 UErrorCode &errorCode) { in getMaximalLsrOrUnd()
328 UErrorCode &errorCode) { in putIfAbsent()
340 LocaleMatcher::LocaleMatcher(const Builder &builder, UErrorCode &errorCode) : in LocaleMatcher()
568 LSR next(UErrorCode &errorCode) { in next()
573 void rememberCurrent(int32_t desiredIndex, UErrorCode &errorCode) { in rememberCurrent()
754 UErrorCode &errorCode) { in acceptLanguage()
H A Dumutablecptrie.cpp130 …eCodePointTrie::MutableCodePointTrie(uint32_t iniValue, uint32_t errValue, UErrorCode &errorCode) : in MutableCodePointTrie()
148 MutableCodePointTrie::MutableCodePointTrie(const MutableCodePointTrie &other, UErrorCode &errorCode in MutableCodePointTrie()
183 MutableCodePointTrie *MutableCodePointTrie::fromUCPMap(const UCPMap *map, UErrorCode &errorCode) { in fromUCPMap()
213 MutableCodePointTrie *MutableCodePointTrie::fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode)… in fromUCPTrie()
467 void MutableCodePointTrie::set(UChar32 c, uint32_t value, UErrorCode &errorCode) { in set()
494 …MutableCodePointTrie::setRange(UChar32 start, UChar32 end, uint32_t value, UErrorCode &errorCode) { in setRange()
1084 int32_t dataNullIndex, MixedBlocks &mixedBlocks, UErrorCode &errorCode) { in compactData()
1196 UErrorCode &errorCode) { in compactIndex()
1491 int32_t MutableCodePointTrie::compactTrie(int32_t fastILimit, UErrorCode &errorCode) { in compactTrie()
1576 …utableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode) { in build()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dlocalematcher.cpp308 UErrorCode &errorCode) { in getMaximalLsrOrUnd()
330 UErrorCode &errorCode) { in putIfAbsent()
342 LocaleMatcher::LocaleMatcher(const Builder &builder, UErrorCode &errorCode) : in LocaleMatcher()
570 LSR next(UErrorCode &errorCode) { in next()
575 void rememberCurrent(int32_t desiredIndex, UErrorCode &errorCode) { in rememberCurrent()
762 UErrorCode &errorCode) { in acceptLanguage()
H A Dumutablecptrie.cpp130 …eCodePointTrie::MutableCodePointTrie(uint32_t iniValue, uint32_t errValue, UErrorCode &errorCode) : in MutableCodePointTrie()
148 MutableCodePointTrie::MutableCodePointTrie(const MutableCodePointTrie &other, UErrorCode &errorCode in MutableCodePointTrie()
183 MutableCodePointTrie *MutableCodePointTrie::fromUCPMap(const UCPMap *map, UErrorCode &errorCode) { in fromUCPMap()
213 MutableCodePointTrie *MutableCodePointTrie::fromUCPTrie(const UCPTrie *trie, UErrorCode &errorCode)… in fromUCPTrie()
467 void MutableCodePointTrie::set(UChar32 c, uint32_t value, UErrorCode &errorCode) { in set()
494 …MutableCodePointTrie::setRange(UChar32 start, UChar32 end, uint32_t value, UErrorCode &errorCode) { in setRange()
1084 int32_t dataNullIndex, MixedBlocks &mixedBlocks, UErrorCode &errorCode) { in compactData()
1196 UErrorCode &errorCode) { in compactIndex()
1491 int32_t MutableCodePointTrie::compactTrie(int32_t fastILimit, UErrorCode &errorCode) { in compactTrie()
1576 …utableCodePointTrie::build(UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode) { in build()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dmessageformat2test_builtin.cpp24 void TestMessageFormat2::testDateTime(IcuTestErrorCode& errorCode) { in testDateTime()
109 void TestMessageFormat2::testNumbers(IcuTestErrorCode& errorCode) { in testNumbers()
187 IcuTestErrorCode errorCode(*this, "testBuiltInFunctions"); in testBuiltInFunctions() local
H A Dusettest.cpp57 UErrorCode errorCode=U_ZERO_ERROR; in openUTF8Converter() local
1405 IcuTestErrorCode errorCode(*this, "TestCloseOverSimpleCaseFolding"); in TestCloseOverSimpleCaseFolding() local
1471 IcuTestErrorCode errorCode(*this, "TestCloseOverLargeSets"); in TestCloseOverLargeSets() local
2324 UErrorCode errorCode=U_ZERO_ERROR; in TestFreezable() local
2468 UErrorCode errorCode=U_ZERO_ERROR; in appendUTF8() local
3385 UErrorCode errorCode=U_ZERO_ERROR; in testSpanBothUTFs() local
3797 UErrorCode errorCode=U_ZERO_ERROR; in TestSpan() local
3923 UErrorCode errorCode=U_ZERO_ERROR; in TestStringSpan() local
3993 IcuTestErrorCode errorCode(*this, "TestPatternWithSurrogates"); in TestPatternWithSurrogates() local
4038 IcuTestErrorCode errorCode(*this, "TestIntOverflow"); in TestIntOverflow() local
[all …]
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/
H A DCrtRuntimeException.java22 public final int errorCode; field in CrtRuntimeException
50 public CrtRuntimeException(int errorCode, String errorName) { in CrtRuntimeException()
60 public CrtRuntimeException(int errorCode) { in CrtRuntimeException()
/aosp_15_r20/frameworks/libs/gsma_services/satellite_client/src/android/telephony/satellite/wrapper/
DSatelliteTransmissionUpdateCallbackWrapper.java43 @SatelliteManagerWrapper.SatelliteResult int errorCode); in onSendDatagramStateChanged()
57 @SatelliteManagerWrapper.SatelliteResult int errorCode) {} in onSendDatagramStateChanged()
69 @SatelliteManagerWrapper.SatelliteResult int errorCode); in onReceiveDatagramStateChanged()
DSatelliteTransmissionUpdateCallbackWrapper2.java43 @SatelliteManagerWrapper.SatelliteResult int errorCode) {} in onSendDatagramStateChanged()
57 @SatelliteManagerWrapper.SatelliteResult int errorCode) {} in onSendDatagramStateChanged()
69 @SatelliteManagerWrapper.SatelliteResult int errorCode) {} in onReceiveDatagramStateChanged()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcucdapi.c35 UErrorCode errorCode) { in assertEqualScripts()
509 UErrorCode errorCode=U_ZERO_ERROR; in TestUScriptCodeAPI() local
584 UErrorCode errorCode; in TestGetScriptExtensions() local
671 UErrorCode errorCode=U_ZERO_ERROR; in TestScriptMetadataAPI() local
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/satellite/
H A DSatelliteTransmissionUpdateCallback.java52 @SatelliteManager.SatelliteResult int errorCode); in onSendDatagramStateChanged()
65 @SatelliteManager.SatelliteResult int errorCode) {} in onSendDatagramStateChanged()
76 @SatelliteManager.SatelliteResult int errorCode); in onReceiveDatagramStateChanged()
/aosp_15_r20/build/make/tools/aconfig/fake_device_config/src/android/os/flagging/
H A DAconfigStorageReadException.java38 public AconfigStorageReadException(int errorCode, String msg) { in AconfigStorageReadException()
43 public AconfigStorageReadException(int errorCode, String msg, Throwable cause) { in AconfigStorageReadException()
48 public AconfigStorageReadException(int errorCode, Throwable cause) { in AconfigStorageReadException()
/aosp_15_r20/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
H A DOAuthException.java48 private final String errorCode; field in OAuthException
52 OAuthException(String errorCode, @Nullable String errorDescription, @Nullable String errorUri) { in OAuthException()
90 String errorCode = (String) errorResponse.get("error"); in createFromHttpResponseException() local
/aosp_15_r20/system/chre/chpp/services/
H A Dwifi.c673 uint8_t errorCode) { in chppWifiServiceScanMonitorStatusChangeCallback()
707 uint8_t errorCode) { in chppWifiServiceScanResponseCallback()
783 uint8_t errorCode, struct chreWifiRangingEvent *event) { in chppWifiServiceRangingEventCallback()
838 static void chppWifiServiceNanIdentifierCallback(uint8_t errorCode, in chppWifiServiceNanIdentifierCallback()
985 uint8_t errorCode, uint32_t subscriptionId) { in chppWifiServiceNanSubscriptionCanceledCallback()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/
H A DGpMacros.h73 # define FAIL(errorCode) (TpmFail(errorCode)) argument
74 # define LOG_FAILURE(errorCode) (TpmLogFailure(errorCode)) argument
76 # define FAIL(errorCode) TpmFail(FUNCTION_NAME, __LINE__, errorCode) argument
77 # define LOG_FAILURE(errorCode) TpmLogFailure(FUNCTION_NAME, __LINE__, errorCode) argument
96 #define REQUIRE(condition, errorCode, returnCode) \ argument

12345678910>>...132