Home
last modified time | relevance | path

Searched defs:errorCode (Results 176 – 200 of 3299) sorted by relevance

12345678910>>...132

/aosp_15_r20/frameworks/base/packages/NeuralNetworks/framework/platform/java/android/app/ondeviceintelligence/
H A DOnDeviceIntelligenceException.java156 public OnDeviceIntelligenceException( in OnDeviceIntelligenceException()
170 public OnDeviceIntelligenceException( in OnDeviceIntelligenceException()
183 public OnDeviceIntelligenceException( in OnDeviceIntelligenceException()
195 public OnDeviceIntelligenceException( in OnDeviceIntelligenceException()
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
H A DFramedStream.java76 private ErrorCode errorCode = null; field in FramedStream
231 public void closeLater(ErrorCode errorCode) { in closeLater()
239 private boolean closeInternal(ErrorCode errorCode) { in closeInternal()
257 ErrorCode errorCode = null; in receiveHeaders() local
304 synchronized void receiveRstStream(ErrorCode errorCode) { in receiveRstStream()
/aosp_15_r20/tools/netsim/testing/tests/wifi/nsd/src/android/test/wifi/nsd/
H A DNsdHelper.java108 public void onRegistrationFailed(NsdServiceInfo serviceInfo, int errorCode) { in onRegistrationFailed()
113 public void onUnregistrationFailed(NsdServiceInfo serviceInfo, int errorCode) { in onUnregistrationFailed()
191 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
196 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
239 public void onServiceInfoCallbackRegistrationFailed(int errorCode) { in onServiceInfoCallbackRegistrationFailed()
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DFramedStream.java74 private ErrorCode errorCode = null; field in FramedStream
229 public void closeLater(ErrorCode errorCode) { in closeLater()
237 private boolean closeInternal(ErrorCode errorCode) { in closeInternal()
255 ErrorCode errorCode = null; in receiveHeaders() local
302 synchronized void receiveRstStream(ErrorCode errorCode) { in receiveRstStream()
/aosp_15_r20/packages/modules/ExtServices/java/tests/src/android/ext/services/displayhash/
DDisplayHashingServiceImplTest.java81 int errorCode = mDisplayHashResultCallback.getError(); in testOnGenerateDisplayHash_nullSalt() local
89 int errorCode = mDisplayHashResultCallback.getError(); in testOnGenerateDisplayHash_invalidHashAlgorithm() local
103 int errorCode = mDisplayHashResultCallback.getError(); in testOnGenerateDisplayHash_nullBuffer() local
170 public void onDisplayHashError(int errorCode) { in onDisplayHashError()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dstringtriebuilder.cpp46 StringTrieBuilder::createCompactBuilder(int32_t sizeGuess, UErrorCode &errorCode) { in createCompactBuilder()
69 UErrorCode &errorCode) { in build()
208 StringTrieBuilder::makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode)… in makeNode()
261 int32_t length, UErrorCode &errorCode) { in makeBranchSubNode()
319 StringTrieBuilder::registerNode(Node *newNode, UErrorCode &errorCode) { in registerNode()
348 StringTrieBuilder::registerFinalValue(int32_t value, UErrorCode &errorCode) { in registerFinalValue()
H A Duprops.cpp97 void U_CALLCONV ulayout_load(UErrorCode &errorCode) { in ulayout_load()
143 UBool ulayout_ensureData(UErrorCode &errorCode) { in ulayout_ensureData()
150 UErrorCode errorCode = U_ZERO_ERROR; in ulayout_ensureData() local
196 UErrorCode errorCode=U_ZERO_ERROR; in hasFullCompositionExclusion() local
209 UErrorCode errorCode=U_ZERO_ERROR; in isNormInert() local
223 UErrorCode errorCode=U_ZERO_ERROR; in changesWhenCasefolded() local
266 UErrorCode errorCode=U_ZERO_ERROR; in changesWhenNFKC_Casefolded() local
294 UErrorCode errorCode=U_ZERO_ERROR; in isCanonSegmentStarter() local
575 UErrorCode errorCode=U_ZERO_ERROR; in getScript() local
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp46 StringTrieBuilder::createCompactBuilder(int32_t sizeGuess, UErrorCode &errorCode) { in createCompactBuilder()
69 UErrorCode &errorCode) { in build()
208 StringTrieBuilder::makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode)… in makeNode()
261 int32_t length, UErrorCode &errorCode) { in makeBranchSubNode()
319 StringTrieBuilder::registerNode(Node *newNode, UErrorCode &errorCode) { in registerNode()
348 StringTrieBuilder::registerFinalValue(int32_t value, UErrorCode &errorCode) { in registerFinalValue()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dmessageformat2_macros.h78 #define CHECK_ERROR(errorCode) … argument
84 #define NULL_ON_ERROR(errorCode) … argument
90 #define THIS_ON_ERROR(errorCode) … argument
96 #define EMPTY_ON_ERROR(errorCode) … argument
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dmessageformat2_macros.h78 #define CHECK_ERROR(errorCode) … argument
84 #define NULL_ON_ERROR(errorCode) … argument
90 #define THIS_ON_ERROR(errorCode) … argument
96 #define EMPTY_ON_ERROR(errorCode) … argument
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDataModelException.java61 public DataModelException(final int errorCode, final Exception innerException, in DataModelException()
81 public DataModelException(final int errorCode) { in DataModelException()
85 public DataModelException(final int errorCode, final Exception innerException) { in DataModelException()
89 public DataModelException(final int errorCode, final String message) { in DataModelException()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/unicode/
H A Dnumberformatter.h373 UErrorCode errorCode; member
380 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation()
760 UErrorCode errorCode; // For RND_ERROR member
771 Precision(UErrorCode errorCode) : fType(RND_ERROR) { in Precision()
1026 UErrorCode errorCode; member
1032 IntegerWidth(UErrorCode errorCode) { // NOLINT in IntegerWidth()
1478 UErrorCode errorCode; member
1485 Padder(UErrorCode errorCode) : fWidth(-3) { // NOLINT in Padder()
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Dnumberformatter.h371 UErrorCode errorCode; member
378 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation()
758 UErrorCode errorCode; // For RND_ERROR member
769 Precision(UErrorCode errorCode) : fType(RND_ERROR) { in Precision()
1024 UErrorCode errorCode; member
1030 IntegerWidth(UErrorCode errorCode) { // NOLINT in IntegerWidth()
1476 UErrorCode errorCode; member
1483 Padder(UErrorCode errorCode) : fWidth(-3) { // NOLINT in Padder()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dlistformattertest.cpp121 IcuTestErrorCode errorCode(*this, testName); in CheckFormatting() local
131 IcuTestErrorCode errorCode(*this, testName); in CheckFourCases() local
152 IcuTestErrorCode errorCode(*this, testName); in RecordFourCases() local
206 IcuTestErrorCode errorCode(*this, "Test9946()"); in Test9946() local
259 IcuTestErrorCode errorCode(*this, testName); in RunTestFieldPositionIteratorWithFormatter() local
278 IcuTestErrorCode errorCode(*this, testName); in RunTestFieldPositionIteratorWithNItemsPatternShift() local
299 IcuTestErrorCode errorCode(*this, testName); in RunTestFieldPositionIteratorWithNItems() local
481 IcuTestErrorCode errorCode(*this, "TestOutOfOrderPatterns()"); in TestOutOfOrderPatterns() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dlistformattertest.cpp121 IcuTestErrorCode errorCode(*this, testName); in CheckFormatting() local
131 IcuTestErrorCode errorCode(*this, testName); in CheckFourCases() local
152 IcuTestErrorCode errorCode(*this, testName); in RecordFourCases() local
206 IcuTestErrorCode errorCode(*this, "Test9946()"); in Test9946() local
259 IcuTestErrorCode errorCode(*this, testName); in RunTestFieldPositionIteratorWithFormatter() local
278 IcuTestErrorCode errorCode(*this, testName); in RunTestFieldPositionIteratorWithNItemsPatternShift() local
299 IcuTestErrorCode errorCode(*this, testName); in RunTestFieldPositionIteratorWithNItems() local
481 IcuTestErrorCode errorCode(*this, "TestOutOfOrderPatterns()"); in TestOutOfOrderPatterns() local
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h371 UErrorCode errorCode; member
378 Notation(UErrorCode errorCode) : fType(NTN_ERROR) { in Notation()
758 UErrorCode errorCode; // For RND_ERROR member
769 Precision(UErrorCode errorCode) : fType(RND_ERROR) { in Precision()
1024 UErrorCode errorCode; member
1030 IntegerWidth(UErrorCode errorCode) { // NOLINT in IntegerWidth()
1476 UErrorCode errorCode; member
1483 Padder(UErrorCode errorCode) : fWidth(-3) { // NOLINT in Padder()
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c2041 UErrorCode errorCode; in TestCCSID() local
2301 UErrorCode errorCode; in convertExStreaming() local
2419 UErrorCode errorCode; in TestConvertEx() local
2608 UErrorCode errorCode; in getTestChar() local
2689 UErrorCode errorCode; in testFromTruncatedUTF8() local
2745 UErrorCode errorCode; in testFromBadUTF8() local
2798 UErrorCode errorCode; in TestConvertExFromUTF8() local
2841 UErrorCode errorCode; in TestConvertExFromUTF8_C5F0() local
2944 UErrorCode errorCode; in TestConvertAlgorithmic() local
3226 UErrorCode errorCode; in testSwap() local
[all …]
H A Dcucdtst.c349 UErrorCode errorCode; in showADiffB() local
514 UErrorCode errorCode; in TestLetterNumber() local
1321 UErrorCode errorCode; in TestUnicodeData() local
1775 UErrorCode errorCode=U_ZERO_ERROR; in TestCharNames() local
2016 UErrorCode errorCode=U_ZERO_ERROR; in TestUCharFromNameUnderflow() local
2079 UErrorCode errorCode; in TestMirroring() local
3216 UErrorCode errorCode; in TestConsistency() local
3385 UErrorCode errorCode=U_ZERO_ERROR; in testFold() local
3546 UErrorCode errorCode; in TestCaseFolding() local
3585 UErrorCode errorCode = U_ZERO_ERROR; in TestBinaryCharacterPropertiesAPI() local
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp85 IcuToolErrorCode errorCode("PackageLookup()"); in PackageLookup() local
142 IcuToolErrorCode errorCode("BinarySearchPackageLookup()"); in BinarySearchPackageLookup() local
278 IcuToolErrorCode errorCode("BinarySearchPackageLookup()"); in BytesTriePackageLookup() local
410 IcuToolErrorCode errorCode("UCharsTrieDictLookup()"); in UCharsTrieDictLookup() local
494 CharString &str, UErrorCode &errorCode) { in thaiWordToBytes()
512 IcuToolErrorCode errorCode("BytesTrieDictLookup()"); in BytesTrieDictLookup() local
710 IcuToolErrorCode errorCode("dicttrieperf main()"); in main() local
/aosp_15_r20/external/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp85 IcuToolErrorCode errorCode("PackageLookup()"); in PackageLookup() local
142 IcuToolErrorCode errorCode("BinarySearchPackageLookup()"); in BinarySearchPackageLookup() local
278 IcuToolErrorCode errorCode("BinarySearchPackageLookup()"); in BytesTriePackageLookup() local
410 IcuToolErrorCode errorCode("UCharsTrieDictLookup()"); in UCharsTrieDictLookup() local
494 CharString &str, UErrorCode &errorCode) { in thaiWordToBytes()
512 IcuToolErrorCode errorCode("BytesTrieDictLookup()"); in BytesTrieDictLookup() local
710 IcuToolErrorCode errorCode("dicttrieperf main()"); in main() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/shared/libraries/device-side/adservices-shared-error-logging/android_common_apex33/javac/anno/com/android/adservices/shared/errorlogging/
DAutoValue_AdServicesErrorStats.java8 private final int errorCode; field in AutoValue_AdServicesErrorStats
21 int errorCode, in AutoValue_AdServicesErrorStats()
113 private int errorCode; field in AutoValue_AdServicesErrorStats.Builder
123 public AdServicesErrorStats.Builder setErrorCode(int errorCode) { in setErrorCode()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/
DErrorLogUtilCall.java47 public ErrorLogUtilCall(Class<? extends Throwable> throwable, int errorCode, int ppapiName) { in ErrorLogUtilCall()
53 Class<? extends Throwable> throwable, int errorCode, int ppapiName, int times) { in ErrorLogUtilCall()
64 public static ErrorLogUtilCall createWithNoException(int errorCode, int ppapiName, int times) { in createWithNoException()
74 @Nullable Throwable throwable, int errorCode, int ppapiName, int times) { in createWithNullableThrowable()
DErrorLogUtilSyncCallback.java48 public void assertReceived(Expect expect, Throwable throwable, int errorCode, int ppapiName) in assertReceived()
58 Expect expect, Throwable throwable, int errorCode, int ppapiName, int numExpectedCalls) in assertReceived()
68 public void assertReceived(Expect expect, int errorCode, int ppapiName) in assertReceived()
77 public void assertReceived(Expect expect, int errorCode, int ppapiName, int numExpectedCalls) in assertReceived()
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/shared/libraries/device-side/adservices-shared-error-logging/android_common_apex30/javac/anno/com/android/adservices/shared/errorlogging/
DAutoValue_AdServicesErrorStats.java8 private final int errorCode; field in AutoValue_AdServicesErrorStats
21 int errorCode, in AutoValue_AdServicesErrorStats()
113 private int errorCode; field in AutoValue_AdServicesErrorStats.Builder
123 public AdServicesErrorStats.Builder setErrorCode(int errorCode) { in setErrorCode()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcucdtst.c349 UErrorCode errorCode; in showADiffB() local
514 UErrorCode errorCode; in TestLetterNumber() local
1321 UErrorCode errorCode; in TestUnicodeData() local
1775 UErrorCode errorCode=U_ZERO_ERROR; in TestCharNames() local
2016 UErrorCode errorCode=U_ZERO_ERROR; in TestUCharFromNameUnderflow() local
2079 UErrorCode errorCode; in TestMirroring() local
3216 UErrorCode errorCode; in TestConsistency() local
3385 UErrorCode errorCode=U_ZERO_ERROR; in testFold() local
3546 UErrorCode errorCode; in TestCaseFolding() local
3585 UErrorCode errorCode = U_ZERO_ERROR; in TestBinaryCharacterPropertiesAPI() local
[all …]

12345678910>>...132