Home
last modified time | relevance | path

Searched defs:errorCode (Results 376 – 400 of 3299) sorted by relevance

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

/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt/
H A DMqttException.java14 private int errorCode; field in MqttException
27 public MqttException(int errorCode) { in MqttException()
/aosp_15_r20/external/libchrome/base/android/java/src/org/chromium/base/library_loader/
H A DProcessInitException.java16 public ProcessInitException(int errorCode) { in ProcessInitException()
24 public ProcessInitException(int errorCode, Throwable throwable) { in ProcessInitException()
/aosp_15_r20/frameworks/base/core/java/android/webkit/
H A DLegacyErrorStrings.java36 static String getString(int errorCode, Context context) { in getString()
44 private static int getResource(int errorCode) { in getResource()
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/
H A DHttp2Stream.java27 public void resetStream(final Http2ClientConnection.Http2ErrorCode errorCode) { in resetStream()
37 private static native void http2StreamResetStream(long http_stream, int errorCode); in http2StreamResetStream()
/aosp_15_r20/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
H A DOkHttpServerTransport.java330 ErrorCode errorCode, String moreDetail, Status reason, boolean rstStreams) { in abruptShutdown()
873 public void rstStream(int streamId, ErrorCode errorCode) { in rstStream()
952 public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAway()
1012 private void connectionError(ErrorCode errorCode, String moreDetail) { in connectionError()
1022 private void streamError(int streamId, ErrorCode errorCode, String reason) { in streamError()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dmessageformat2test_fromjson.cpp38 void TestMessageFormat2::jsonTests(IcuTestErrorCode& errorCode) { in jsonTests()
579 void TestMessageFormat2::runSpecTests(IcuTestErrorCode& errorCode) { in runSpecTests()
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/errorlogging/
DErrorLogUtil.java31 public static void e(Throwable tr, int errorCode, int ppapiName) { in e()
36 public static void e(int errorCode, int ppapiName) { in e()
/aosp_15_r20/frameworks/base/keystore/java/android/security/
H A DKeyStoreException.java265 private static int initializeRkpStatusForRegularErrors(int errorCode) { in initializeRkpStatusForRegularErrors()
280 public KeyStoreException(int errorCode, @Nullable String message) { in KeyStoreException()
289 public KeyStoreException(int errorCode, @Nullable String message, in KeyStoreException()
300 public KeyStoreException(int errorCode, @Nullable String message, int rkpStatus) { in KeyStoreException()
440 public final int errorCode; field in KeyStoreException.PublicErrorInformation
442 PublicErrorInformation(int indicators, @PublicErrorCode int errorCode) { in PublicErrorInformation()
/aosp_15_r20/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
H A DUpdateEngineErrorCodes.java76 public static boolean isUpdateSucceeded(int errorCode) { in isUpdateSucceeded()
83 public static String getCodeName(int errorCode) { in getCodeName()
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/normperf/
H A Dsimplenormperf.cpp255 UErrorCode errorCode = U_ZERO_ERROR; in call() local
291 UErrorCode errorCode = U_ZERO_ERROR; in call() local
309 UErrorCode errorCode = U_ZERO_ERROR; in main() local
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeScanner.java649 public void onScanManagerErrorCallback(final int errorCode) { in onScanManagerErrorCallback()
662 private int postCallbackErrorOrReturn(final ScanCallback callback, final int errorCode) { in postCallbackErrorOrReturn()
672 private void postCallbackError(final ScanCallback callback, final int errorCode) { in postCallbackError()
/aosp_15_r20/external/icu/icu4c/source/test/perf/normperf/
H A Dsimplenormperf.cpp255 UErrorCode errorCode = U_ZERO_ERROR; in call() local
291 UErrorCode errorCode = U_ZERO_ERROR; in call() local
309 UErrorCode errorCode = U_ZERO_ERROR; in main() local
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DIceCandidateErrorEvent.java27 public final int errorCode; field in IceCandidateErrorEvent
36 String address, int port, String url, int errorCode, String errorText) { in IceCandidateErrorEvent()
/aosp_15_r20/external/lzma/CPP/Windows/
H A DErrorMsg.cpp20 static bool MyFormatMessage(DWORD errorCode, UString &message) in MyFormatMessage()
110 UString MyFormatMessage(DWORD errorCode) in MyFormatMessage()
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/net/voip/voip-common/android_common/javac/
Dvoip-common.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/net/voip/voip-common/android_common/repackaged-jarjar/javac/
Dvoip-common.jarcom/android/server/sip/SipWakeupTimer.class SipWakeupTimer.java package com.android. ...
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSMSDispatcher.java1229 int errorCode = (smsResponse != null) ? smsResponse.mErrorCode : NO_ERROR_CODE; in handleSendComplete() local
1256 int errorCode = (smsResponse != null) ? smsResponse.mErrorCode : NO_ERROR_CODE; in handleSendComplete() local
2485 int errorCode) { in handleSmsTrackersFailure()
2722 private void updateMessageState(Context context, int messageType, int errorCode) { in updateMessageState()
2776 private Uri persistSentMessageIfRequired(Context context, int messageType, int errorCode) { in persistSentMessageIfRequired()
2829 private void persistOrUpdateMessage(Context context, int messageType, int errorCode) { in persistOrUpdateMessage()
2845 public void onFailed(Context context, int error, int errorCode) { in onFailed()
2888 private void reportAnomaly(int error, int errorCode) { in reportAnomaly()
2907 private UUID generateUUID(int error, int errorCode) { in generateUUID()
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DSpdy3.java218 ErrorCode errorCode = ErrorCode.fromSpdy3Rst(errorCodeInt); in readRstStream() local
253 ErrorCode errorCode = ErrorCode.fromSpdyGoAway(errorCodeInt); in readGoAway() local
371 @Override public synchronized void rstStream(int streamId, ErrorCode errorCode) in rstStream()
453 @Override public synchronized void goAway(int lastGoodStreamId, ErrorCode errorCode, in goAway()
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DSpdy3.java220 ErrorCode errorCode = ErrorCode.fromSpdy3Rst(errorCodeInt); in readRstStream() local
255 ErrorCode errorCode = ErrorCode.fromSpdyGoAway(errorCodeInt); in readGoAway() local
373 @Override public synchronized void rstStream(int streamId, ErrorCode errorCode) in rstStream()
455 @Override public synchronized void goAway(int lastGoodStreamId, ErrorCode errorCode, in goAway()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/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()
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/satellite/
H A DISatelliteTransmissionUpdateCallback.aidl35 int errorCode); in onSendDatagramStateChanged()
44 void onReceiveDatagramStateChanged(int state, int receivePendingCount, int errorCode); in onReceiveDatagramStateChanged()
/aosp_15_r20/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()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/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()
/aosp_15_r20/external/icu/libicu/cts_headers/
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/sdk/common_os/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()

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