Home
last modified time | relevance | path

Searched defs:errorCode (Results 351 – 375 of 3299) sorted by relevance

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

/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/android/virtualizationservice/aidl/android.system.virtualizationservice-java-source/gen/android/system/virtualizationservice/
DIVirtualMachineCallback.java32 …@Override public void onError(int cid, int errorCode, java.lang.String message) throws android.os.… in onError()
200 …@Override public void onError(int cid, int errorCode, java.lang.String message) throws android.os.… in onError()
249 …public void onError(int cid, int errorCode, java.lang.String message) throws android.os.RemoteExce… in onError()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Duts46.cpp202 IDNA::createUTS46Instance(uint32_t options, UErrorCode &errorCode) { in createUTS46Instance()
219 UTS46::UTS46(uint32_t opt, UErrorCode &errorCode) in UTS46()
680 const UnicodeString &label, int32_t labelLength, UErrorCode &errorCode) { in replaceLabel()
1233 UErrorCode errorCode=U_ZERO_ERROR; in checkLabelContextO() local
1253 UErrorCode errorCode=U_ZERO_ERROR; in checkLabelContextO() local
1294 UErrorCode errorCode=U_ZERO_ERROR; in checkLabelContextO() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Duts46.cpp201 IDNA::createUTS46Instance(uint32_t options, UErrorCode &errorCode) { in createUTS46Instance()
218 UTS46::UTS46(uint32_t opt, UErrorCode &errorCode) in UTS46()
679 const UnicodeString &label, int32_t labelLength, UErrorCode &errorCode) { in replaceLabel()
1232 UErrorCode errorCode=U_ZERO_ERROR; in checkLabelContextO() local
1252 UErrorCode errorCode=U_ZERO_ERROR; in checkLabelContextO() local
1293 UErrorCode errorCode=U_ZERO_ERROR; in checkLabelContextO() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
H A DOperationCallableImplTest.java295 StatusCode errorCode = FakeStatusCode.of(StatusCode.Code.ALREADY_EXISTS); in testFutureCallInitialDoneWithError() local
640 StatusCode errorCode = FakeStatusCode.of(StatusCode.Code.ALREADY_EXISTS); in testFutureCallPollDoneWithError() local
784 StatusCode errorCode = FakeStatusCode.of(StatusCode.Code.CANCELLED); in testInitialServerSideCancel() local
813 StatusCode errorCode = FakeStatusCode.of(StatusCode.Code.CANCELLED); in testPollServerSideCancel() local
1131 StatusCode errorCode, in getOperation()
1155 String name, Object response, StatusCode errorCode, Object metadata, boolean done) { in getOperation()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/applications/
DAppInfoBase.java212 protected abstract AlertDialog createDialog(int id, int errorCode); in createDialog()
300 int errorCode = getArguments().getInt("moveError"); in onCreateDialog() local
308 public static MyAlertDialogFragment newInstance(int id, int errorCode) { in newInstance()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dbidiconf.cpp261 IcuTestErrorCode errorCode(*this, "TestBidiTest"); in TestBidiTest() local
430 IcuTestErrorCode errorCode(*this, "TestBidiCharacterTest"); in TestBidiCharacterTest() local
629 IcuTestErrorCode errorCode(*this, "checkOrdering()"); in checkOrdering() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dbidiconf.cpp261 IcuTestErrorCode errorCode(*this, "TestBidiTest"); in TestBidiTest() local
430 IcuTestErrorCode errorCode(*this, "TestBidiCharacterTest"); in TestBidiCharacterTest() local
629 IcuTestErrorCode errorCode(*this, "checkOrdering()"); in checkOrdering() local
H A Dapicoll.cpp229 IcuTestErrorCode errorCode(*this, "TestKeywordValues"); in TestKeywordValues() local
1239 IcuTestErrorCode errorCode(*this, "TestSortKeyOverflow()"); in TestSortKeyOverflow() local
1593 UErrorCode errorCode = U_ZERO_ERROR; in TestMaxVariable() local
2371 IcuTestErrorCode errorCode(*this, "TestCloneBinary"); in TestCloneBinary() local
2425 IcuTestErrorCode errorCode(*this, "TestIterNumeric"); in TestIterNumeric() local
2441 UErrorCode errorCode = U_ZERO_ERROR; in TestBadKeywords() local
2486 IcuTestErrorCode errorCode(*this, "TestGapTooSmall"); in TestGapTooSmall() local
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java304 private void triggerAlertDataCapture(int errorCode, byte[] alertData) { in triggerAlertDataCapture()
372 int errorCode; field in WifiDiagnostics.BugReport
514 synchronized void onWifiAlert(int errorCode, @NonNull byte[] buffer) { in onWifiAlert()
662 private boolean flushDump(int errorCode) { in flushDump()
680 private BugReport captureBugreport(int errorCode, boolean captureFWDump) { in captureBugreport()
/aosp_15_r20/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
H A DOkHttpClientTransport.java877 private void onError(ErrorCode errorCode, String moreDetail) { in onError()
881 private void startGoAway(int lastKnownStreamId, ErrorCode errorCode, Status status) { in startGoAway()
936 @Nullable ErrorCode errorCode, in finishStream()
1250 public void rstStream(int streamId, ErrorCode errorCode) { in rstStream()
1339 public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAway()
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/native/
H A Dcom_android_icu_charset_NativeConverter.cpp243 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_encode() local
299 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_decode() local
446 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_setCallbackEncode() local
540 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_setCallbackDecode() local
583 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_contains() local
/aosp_15_r20/external/zstd/lib/deprecated/
H A Dzbuff_common.c23 unsigned ZBUFF_isError(size_t errorCode) { return ERR_isError(errorCode); } in ZBUFF_isError()
26 const char* ZBUFF_getErrorName(size_t errorCode) { return ERR_getErrorName(errorCode); } in ZBUFF_getErrorName()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/decoder/src/main/java/com/google/android/exoplayer2/decoder/
H A DCryptoException.java22 public final int errorCode; field in CryptoException
28 public CryptoException(int errorCode, String message) { in CryptoException()
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/
H A DHttpException.java15 private final int errorCode; field in HttpException
21 public HttpException(int errorCode) { in HttpException()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/decoder/src/main/java/com/google/android/exoplayer2/decoder/
H A DCryptoException.java22 public final int errorCode; field in CryptoException
28 public CryptoException(int errorCode, String message) { in CryptoException()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/res/
H A DXResourceBundleBase.java40 abstract public String getMessageKey(int errorCode); in getMessageKey()
49 abstract public String getWarningKey(int errorCode); in getWarningKey()
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt/
H A DOnConnectionFailureReturn.java9 private int errorCode; field in OnConnectionFailureReturn
24 protected OnConnectionFailureReturn(int errorCode) { in OnConnectionFailureReturn()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/analytics/
H A DMediaMetricsListener.java714 int errorCode = getDrmErrorCode(subErrorCode); in getErrorInfo() local
776 int errorCode = getDrmErrorCode(subErrorCode); in getErrorInfo() local
836 public final int errorCode; field in MediaMetricsListener.ErrorInfo
839 public ErrorInfo(int errorCode, int subErrorCode) { in ErrorInfo()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/analytics/
H A DMediaMetricsListener.java753 int errorCode = getDrmErrorCode(subErrorCode); in getErrorInfo() local
815 int errorCode = getDrmErrorCode(subErrorCode); in getErrorInfo() local
874 public final int errorCode; field in MediaMetricsListener.ErrorInfo
877 public ErrorInfo(int errorCode, int subErrorCode) { in ErrorInfo()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dcoleitr.cpp384 UErrorCode errorCode = U_ZERO_ERROR; in operator =() local
429 UErrorCode &errorCode; member in __anon1b01e1b00211::MaxExpSink
437 CollationElementIterator::computeMaxExpansions(const CollationData *data, UErrorCode &errorCode) { in computeMaxExpansions()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubEventLogger.java157 public Optional<Byte> errorCode; field in ContextHubEventLogger.NanoappMessageEvent
166 public void setErrorCode(byte errorCode) { in setErrorCode()
335 int messageSequenceNumber, byte errorCode) { in logReliableMessageToNanoappStatus()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dcoleitr.cpp384 UErrorCode errorCode = U_ZERO_ERROR; in operator =() local
429 UErrorCode &errorCode; member in __anon791c30fc0211::MaxExpSink
437 CollationElementIterator::computeMaxExpansions(const CollationData *data, UErrorCode &errorCode) { in computeMaxExpansions()
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/exceptions/
H A DReplyErrorCodeException.java42 private int errorCode; field in ReplyErrorCodeException
49 public ReplyErrorCodeException(int errorCode) { in ReplyErrorCodeException()
/aosp_15_r20/external/fbjni/java/com/facebook/jni/
H A DCppSystemErrorException.java23 int errorCode; field in CppSystemErrorException
26 public CppSystemErrorException(String message, int errorCode) { in CppSystemErrorException()
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/library_loader/
H A DProcessInitException.java12 public ProcessInitException(@LoaderErrors int errorCode) { in ProcessInitException()
20 public ProcessInitException(@LoaderErrors int errorCode, Throwable failureCause) { in ProcessInitException()

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