Home
last modified time | relevance | path

Searched defs:errorCode (Results 401 – 425 of 3299) sorted by relevance

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

/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dcharstrmap.h25 CharStringMap(int32_t size, UErrorCode &errorCode) { in CharStringMap()
45 void put(const char *key, const char *value, UErrorCode &errorCode) { in put()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/
H A Dcharstrmap.h25 CharStringMap(int32_t size, UErrorCode &errorCode) { in CharStringMap()
45 void put(const char *key, const char *value, UErrorCode &errorCode) { in put()
H A Duniquecharstr.h26 UniqueCharStrings(UErrorCode &errorCode) : strings(nullptr) { in UniqueCharStrings()
58 int32_t add(const UnicodeString &s, UErrorCode &errorCode) { in add()
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DAuthenticationFailureEventInfo.java31 public final int errorCode; field in AuthenticationFailureEventInfo
34 int reasonCode, int errorCode) { in AuthenticationFailureEventInfo()
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/
H A DETCoreMLLogging.h51 #define ETCoreMLLogErrorAndSetNSError(errorOut, errorCode, formatString, ...) … argument
67 #define ETCoreMLLogUnderlyingErrorAndSetNSError(errorOut, errorCode, underlyingNSError, formatStrin… argument
/aosp_15_r20/packages/modules/AdServices/adservices/framework/java/android/adservices/exceptions/
DAdServicesNetworkException.java84 public AdServicesNetworkException(@ErrorCode int errorCode) { in AdServicesNetworkException()
112 private void checkErrorCode(@ErrorCode int errorCode) { in checkErrorCode()
/aosp_15_r20/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/aidl/android/telephony/cts/embmstestapp/
H A DICtsStreamingMiddlewareControl.aidl31 void fireErrorOnStream(int errorCode, String message); in fireErrorOnStream()
33 void fireErrorOnSession(int errorCode, String message); in fireErrorOnSession()
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DMockSpdyPeer.java233 public ErrorCode errorCode; field in MockSpdyPeer.InFrame
282 @Override public void rstStream(int streamId, ErrorCode errorCode) { in rstStream()
297 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAway()
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES.h39 #define ANGLE_VALIDATION_ERROR(errorCode, message) \ argument
41 #define ANGLE_VALIDATION_ERRORF(errorCode, ...) \ argument
445 GLenum errorCode = context->getStateCache().getBasicDrawElementsErrorCode(); in ValidateDrawBase() local
H A DError.cpp30 Error::Error(EGLint errorCode, std::string &&message) in Error()
34 Error::Error(EGLint errorCode, EGLint id, std::string &&message) in Error()
/aosp_15_r20/packages/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/
DDatagram.java145 public void onSendDatagramStateChanged(int state, int sendPendingCount, int errorCode) { in onSendDatagramStateChanged()
158 int datagramType, int state, int sendPendingCount, int errorCode) { in onSendDatagramStateChanged()
166 int state, int receivePendingCount, int errorCode) { in onReceiveDatagramStateChanged()
/aosp_15_r20/hardware/interfaces/wifi/aidl/default/
H A Dwifi.cpp260 WifiStatusCode errorCode = in startInternal() local
289 WifiStatusCode errorCode = in startInternal() local
328 WifiStatusCode errorCode = in stopInternal() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/
H A Duniquecharstr.h26 UniqueCharStrings(UErrorCode &errorCode) : strings(nullptr) { in UniqueCharStrings()
58 int32_t add(const UnicodeString &s, UErrorCode &errorCode) { in add()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/
H A Duniquecharstr.h26 UniqueCharStrings(UErrorCode &errorCode) : strings(nullptr) { in UniqueCharStrings()
58 int32_t add(const UnicodeString &s, UErrorCode &errorCode) { in add()
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsResponse.java46 public SmsResponse(int messageRef, String ackPdu, int errorCode) { in SmsResponse()
50 public SmsResponse(int messageRef, String ackPdu, int errorCode, long messageId) { in SmsResponse()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/
H A Duniquecharstr.h26 UniqueCharStrings(UErrorCode &errorCode) : strings(nullptr) { in UniqueCharStrings()
58 int32_t add(const UnicodeString &s, UErrorCode &errorCode) { in add()
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/errorlogging/
DAdServicesErrorLoggerImpl.java87 protected boolean isEnabled(int errorCode) { in isEnabled()
110 protected boolean isEnabled(int errorCode) { in isEnabled()
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v05.c1385 size_t errorCode; in FSEv05_decompress_usingDTable_generic() local
1462 size_t errorCode; in FSEv05_decompress() local
1917 { size_t const errorCode = BITv05_initDStream(&bitD, cSrc, cSrcSize); in HUFv05_decompress1X2_usingDTable() local
1932 size_t errorCode; in HUFv05_decompress1X2() local
1958 size_t errorCode; in HUFv05_decompress4X2_usingDTable() local
2042 size_t errorCode; in HUFv05_decompress4X2() local
2295 size_t errorCode; in HUFv05_decompress1X4_usingDTable() local
2340 size_t errorCode; in HUFv05_decompress4X4_usingDTable() local
2862 size_t errorCode; in ZSTDv05_decodeLiteralsBlock() local
3266 size_t errorCode, dumpsLength=0; in ZSTDv05_decompressSequences() local
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtmsgfmt.cpp638 UErrorCode errorCode = U_ZERO_ERROR; in testApostropheInPluralAndSelect() local
1806 IcuTestErrorCode errorCode(*this, "testGetFormatNames"); in testGetFormatNames() local
1852 IcuTestErrorCode errorCode(*this, "TestTrimArgumentName"); in TestTrimArgumentName() local
1872 IcuTestErrorCode errorCode(*this, "TestSelectOrdinal"); in TestSelectOrdinal() local
1904 IcuTestErrorCode errorCode(*this, "TestDecimals"); in TestDecimals() local
1975 IcuTestErrorCode errorCode(*this, "TestArgIsPrefixOfAnother"); in TestArgIsPrefixOfAnother() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp638 UErrorCode errorCode = U_ZERO_ERROR; in testApostropheInPluralAndSelect() local
1806 IcuTestErrorCode errorCode(*this, "testGetFormatNames"); in testGetFormatNames() local
1852 IcuTestErrorCode errorCode(*this, "TestTrimArgumentName"); in TestTrimArgumentName() local
1872 IcuTestErrorCode errorCode(*this, "TestSelectOrdinal"); in TestSelectOrdinal() local
1904 IcuTestErrorCode errorCode(*this, "TestDecimals"); in TestDecimals() local
1975 IcuTestErrorCode errorCode(*this, "TestArgIsPrefixOfAnother"); in TestArgIsPrefixOfAnother() local
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DFinancedDeviceProvisioningController.java77 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
83 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
/aosp_15_r20/frameworks/base/nfc/java/android/nfc/tech/
H A DBasicTagTechnology.java73 int errorCode = mTag.getTagService().connect(mTag.getServiceHandle(), in connect() local
104 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle()); in reconnect() local
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DFramedConnection.java350 void writeSynResetLater(final int streamId, final ErrorCode errorCode) { in writeSynResetLater()
706 @Override public void rstStream(int streamId, ErrorCode errorCode) { in rstStream()
780 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAway()
908 private void pushResetLater(final int streamId, final ErrorCode errorCode) { in pushResetLater()
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DFramedConnection.java348 void writeSynResetLater(final int streamId, final ErrorCode errorCode) { in writeSynResetLater()
701 @Override public void rstStream(int streamId, ErrorCode errorCode) { in rstStream()
775 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAway()
903 private void pushResetLater(final int streamId, final ErrorCode errorCode) { in pushResetLater()
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/module/libmediatranscoding/mediatranscoding_aidl_interface-java-source/gen/android/media/
DITranscodingClientCallback.java75 …@Override public void onTranscodingFailed(int sessionId, int errorCode) throws android.os.RemoteEx… in onTranscodingFailed()
346 …@Override public void onTranscodingFailed(int sessionId, int errorCode) throws android.os.RemoteEx… in onTranscodingFailed()
460 public void onTranscodingFailed(int sessionId, int errorCode) throws android.os.RemoteException; in onTranscodingFailed()

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