Home
last modified time | relevance | path

Searched defs:errorCode (Results 76 – 100 of 3299) sorted by relevance

12345678910>>...132

/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcnormtst.c558 UErrorCode errorCode; in TestIsNormalized() local
717 UErrorCode errorCode; in TestAPI() local
772 UErrorCode errorCode; in TestNormCoverage() local
984 UErrorCode errorCode; in TestConcatenate() local
1047 UErrorCode errorCode; in _testIter() local
1196 UErrorCode errorCode; in TestNextPrevious() local
1341 UErrorCode errorCode; in TestFCNFKCClosure() local
1367 UErrorCode errorCode; in TestQuickCheckPerCP() local
1470 UErrorCode errorCode; in TestComposition() local
1494 UErrorCode errorCode=U_ZERO_ERROR; in TestGetDecomposition() local
[all …]
H A Dcstrcase.c45 UErrorCode errorCode; in TestCaseLower() local
143 UErrorCode errorCode; in TestCaseUpper() local
240 UErrorCode errorCode; in TestCaseTitle() local
344 UErrorCode errorCode; in TestCaseDutchTitle() local
436 UErrorCode errorCode; in TestCaseFolding() local
637 UErrorCode errorCode; in TestCaseCompare() local
736 UErrorCode errorCode; in TestUCaseMap() local
885 UErrorCode errorCode; in TestUCaseMapToTitle() local
/aosp_15_r20/external/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp158 UErrorCode &errorCode) in SResource()
184 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add()
273 const UString* comment, UErrorCode &errorCode) in StringBaseResource()
289 const icu::UnicodeString &value, UErrorCode &errorCode) in StringBaseResource()
305 UErrorCode &errorCode) in StringBaseResource()
331 const UString* comment, UErrorCode &errorCode) in IntResource()
341 const UString* comment, UErrorCode &errorCode) in IntVectorResource()
355 void IntVectorResource::add(int32_t value, UErrorCode &errorCode) { in add()
374 const UString* comment, UErrorCode &errorCode) in BinaryResource()
412 UErrorCode &errorCode) { in handlePreflightStrings()
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/tools/genrb/
H A Dreslist.cpp158 UErrorCode &errorCode) in SResource()
184 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add()
273 const UString* comment, UErrorCode &errorCode) in StringBaseResource()
289 const icu::UnicodeString &value, UErrorCode &errorCode) in StringBaseResource()
305 UErrorCode &errorCode) in StringBaseResource()
331 const UString* comment, UErrorCode &errorCode) in IntResource()
341 const UString* comment, UErrorCode &errorCode) in IntVectorResource()
355 void IntVectorResource::add(int32_t value, UErrorCode &errorCode) { in add()
374 const UString* comment, UErrorCode &errorCode) in BinaryResource()
412 UErrorCode &errorCode) { in handlePreflightStrings()
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/content/pm/parsing/result/
H A DParseInputAndResultTest.kt79 fun errorCode() { in errorCode() method in android.content.pm.parsing.result.ParseInputAndResultTest
80 val errorCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE in errorCode() constant
100 val errorCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE in errorCodeAndMessage() constant
111 val errorCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE in errorCodeAndMessageAndException() constant
123 val errorCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE in errorCarryResult() constant
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dutf8collationiterator.cpp151 FCDUTF8CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
265 FCDUTF8CollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint()
303 FCDUTF8CollationIterator::previousCodePoint(UErrorCode &errorCode) { in previousCodePoint()
341 FCDUTF8CollationIterator::forwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in forwardNumCodePoints()
350 FCDUTF8CollationIterator::backwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in backwardNumCodePoints()
385 FCDUTF8CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment()
464 FCDUTF8CollationIterator::previousSegment(UErrorCode &errorCode) { in previousSegment()
520 FCDUTF8CollationIterator::normalize(const UnicodeString &s, UErrorCode &errorCode) { in normalize()
H A Dutf16collationiterator.cpp210 FCDUTF16CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
251 FCDUTF16CollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint()
290 FCDUTF16CollationIterator::previousCodePoint(UErrorCode &errorCode) { in previousCodePoint()
326 FCDUTF16CollationIterator::forwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in forwardNumCodePoints()
335 FCDUTF16CollationIterator::backwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in backwardNumCodePoints()
374 FCDUTF16CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment()
438 FCDUTF16CollationIterator::previousSegment(UErrorCode &errorCode) { in previousSegment()
478 …TF16CollationIterator::normalize(const char16_t *from, const char16_t *to, UErrorCode &errorCode) { in normalize()
H A Dlistformatter.cpp47 PatternHandler(const UnicodeString& two, const UnicodeString& end, UErrorCode& errorCode) : in PatternHandler()
84 UErrorCode& errorCode) : in ContextualHandler()
295 void ListFormatter::initializeHash(UErrorCode& errorCode) { in initializeHash()
312 const Locale& locale, const char *style, UErrorCode& errorCode) { in getListFormatInternal()
465 const Locale& locale, const char * style, UErrorCode& errorCode) { in loadListFormatInternal()
505 ListFormatter* ListFormatter::createInstance(UErrorCode& errorCode) { in createInstance()
510 ListFormatter* ListFormatter::createInstance(const Locale& locale, UErrorCode& errorCode) { in createInstance()
515 … const Locale& locale, UListFormatterType type, UListFormatterWidth width, UErrorCode& errorCode) { in createInstance()
524 …er* ListFormatter::createInstance(const Locale& locale, const char *style, UErrorCode& errorCode) { in createInstance()
537 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dutf8collationiterator.cpp151 FCDUTF8CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
265 FCDUTF8CollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint()
303 FCDUTF8CollationIterator::previousCodePoint(UErrorCode &errorCode) { in previousCodePoint()
341 FCDUTF8CollationIterator::forwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in forwardNumCodePoints()
350 FCDUTF8CollationIterator::backwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in backwardNumCodePoints()
385 FCDUTF8CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment()
464 FCDUTF8CollationIterator::previousSegment(UErrorCode &errorCode) { in previousSegment()
520 FCDUTF8CollationIterator::normalize(const UnicodeString &s, UErrorCode &errorCode) { in normalize()
H A Dutf16collationiterator.cpp210 FCDUTF16CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
251 FCDUTF16CollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint()
290 FCDUTF16CollationIterator::previousCodePoint(UErrorCode &errorCode) { in previousCodePoint()
326 FCDUTF16CollationIterator::forwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in forwardNumCodePoints()
335 FCDUTF16CollationIterator::backwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in backwardNumCodePoints()
374 FCDUTF16CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment()
438 FCDUTF16CollationIterator::previousSegment(UErrorCode &errorCode) { in previousSegment()
478 …TF16CollationIterator::normalize(const char16_t *from, const char16_t *to, UErrorCode &errorCode) { in normalize()
H A Dlistformatter.cpp47 PatternHandler(const UnicodeString& two, const UnicodeString& end, UErrorCode& errorCode) : in PatternHandler()
84 UErrorCode& errorCode) : in ContextualHandler()
295 void ListFormatter::initializeHash(UErrorCode& errorCode) { in initializeHash()
312 const Locale& locale, const char *style, UErrorCode& errorCode) { in getListFormatInternal()
465 const Locale& locale, const char * style, UErrorCode& errorCode) { in loadListFormatInternal()
505 ListFormatter* ListFormatter::createInstance(UErrorCode& errorCode) { in createInstance()
510 ListFormatter* ListFormatter::createInstance(const Locale& locale, UErrorCode& errorCode) { in createInstance()
515 … const Locale& locale, UListFormatterType type, UListFormatterWidth width, UErrorCode& errorCode) { in createInstance()
524 …er* ListFormatter::createInstance(const Locale& locale, const char *style, UErrorCode& errorCode) { in createInstance()
537 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp88 IcuTestErrorCode errorCode(*this, "UCharsTrieTest()"); in UCharsTrieTest() local
126 IcuTestErrorCode errorCode(*this, "TestBuilder()"); in TestBuilder() local
372 IcuTestErrorCode errorCode(*this, "buildLargeTrie()"); in buildLargeTrie() local
561 IcuTestErrorCode errorCode(*this, "TestIteratorFromBranch()"); in TestIteratorFromBranch() local
612 IcuTestErrorCode errorCode(*this, "TestIteratorFromLinearMatch()"); in TestIteratorFromLinearMatch() local
634 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromRoot()"); in TestTruncatingIteratorFromRoot() local
688 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromLinearMatchShort()"); in TestTruncatingIteratorFromLinearMatchShort() local
717 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromLinearMatchLong()"); in TestTruncatingIteratorFromLinearMatchLong() local
741 IcuTestErrorCode errorCode(*this, "TestIteratorFromUChars()"); in TestIteratorFromUChars() local
773 IcuTestErrorCode errorCode(*this, "buildTrie()"); in buildTrie() local
[all …]
H A Dbytestrietest.cpp82 IcuTestErrorCode errorCode(*this, "BytesTrieTest()"); in BytesTrieTest() local
119 IcuTestErrorCode errorCode(*this, "TestBuilder()"); in TestBuilder() local
406 IcuTestErrorCode errorCode(*this, "TestIteratorFromBranch()"); in TestIteratorFromBranch() local
457 IcuTestErrorCode errorCode(*this, "TestIteratorFromLinearMatch()"); in TestIteratorFromLinearMatch() local
479 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromRoot()"); in TestTruncatingIteratorFromRoot() local
533 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromLinearMatchShort()"); in TestTruncatingIteratorFromLinearMatchShort() local
562 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromLinearMatchLong()"); in TestTruncatingIteratorFromLinearMatchLong() local
586 IcuTestErrorCode errorCode(*this, "TestIteratorFromBytes()"); in TestIteratorFromBytes() local
665 IcuTestErrorCode errorCode(*this, "buildTrie()"); in buildTrie() local
947 IcuTestErrorCode errorCode(*this, "checkIterator()"); in checkIterator() local
[all …]
H A Dmessageformat2test_icu.cpp34 void TestMessageFormat2::testSample(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testSample()
42 …TestMessageFormat2::testStaticFormat(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testStaticFormat()
52 …TestMessageFormat2::testSimpleFormat(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testSimpleFormat()
73 …geFormat2::testSelectFormatToPattern(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testSelectFormatToPattern()
99 … TestMessageFormat2::testMf1Behavior(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testMf1Behavior()
145 IcuTestErrorCode errorCode(*this, "featureTests"); in messageFormat1Tests() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Ducharstrietest.cpp88 IcuTestErrorCode errorCode(*this, "UCharsTrieTest()"); in UCharsTrieTest() local
126 IcuTestErrorCode errorCode(*this, "TestBuilder()"); in TestBuilder() local
372 IcuTestErrorCode errorCode(*this, "buildLargeTrie()"); in buildLargeTrie() local
561 IcuTestErrorCode errorCode(*this, "TestIteratorFromBranch()"); in TestIteratorFromBranch() local
612 IcuTestErrorCode errorCode(*this, "TestIteratorFromLinearMatch()"); in TestIteratorFromLinearMatch() local
634 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromRoot()"); in TestTruncatingIteratorFromRoot() local
688 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromLinearMatchShort()"); in TestTruncatingIteratorFromLinearMatchShort() local
717 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromLinearMatchLong()"); in TestTruncatingIteratorFromLinearMatchLong() local
741 IcuTestErrorCode errorCode(*this, "TestIteratorFromUChars()"); in TestIteratorFromUChars() local
773 IcuTestErrorCode errorCode(*this, "buildTrie()"); in buildTrie() local
[all …]
H A Dbytestrietest.cpp82 IcuTestErrorCode errorCode(*this, "BytesTrieTest()"); in BytesTrieTest() local
119 IcuTestErrorCode errorCode(*this, "TestBuilder()"); in TestBuilder() local
406 IcuTestErrorCode errorCode(*this, "TestIteratorFromBranch()"); in TestIteratorFromBranch() local
457 IcuTestErrorCode errorCode(*this, "TestIteratorFromLinearMatch()"); in TestIteratorFromLinearMatch() local
479 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromRoot()"); in TestTruncatingIteratorFromRoot() local
533 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromLinearMatchShort()"); in TestTruncatingIteratorFromLinearMatchShort() local
562 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromLinearMatchLong()"); in TestTruncatingIteratorFromLinearMatchLong() local
586 IcuTestErrorCode errorCode(*this, "TestIteratorFromBytes()"); in TestIteratorFromBytes() local
665 IcuTestErrorCode errorCode(*this, "buildTrie()"); in buildTrie() local
947 IcuTestErrorCode errorCode(*this, "checkIterator()"); in checkIterator() local
[all …]
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c558 UErrorCode errorCode; in TestIsNormalized() local
717 UErrorCode errorCode; in TestAPI() local
772 UErrorCode errorCode; in TestNormCoverage() local
984 UErrorCode errorCode; in TestConcatenate() local
1047 UErrorCode errorCode; in _testIter() local
1196 UErrorCode errorCode; in TestNextPrevious() local
1341 UErrorCode errorCode; in TestFCNFKCClosure() local
1367 UErrorCode errorCode; in TestQuickCheckPerCP() local
1470 UErrorCode errorCode; in TestComposition() local
1494 UErrorCode errorCode=U_ZERO_ERROR; in TestGetDecomposition() local
[all …]
H A Dcstrcase.c45 UErrorCode errorCode; in TestCaseLower() local
143 UErrorCode errorCode; in TestCaseUpper() local
240 UErrorCode errorCode; in TestCaseTitle() local
344 UErrorCode errorCode; in TestCaseDutchTitle() local
436 UErrorCode errorCode; in TestCaseFolding() local
637 UErrorCode errorCode; in TestCaseCompare() local
736 UErrorCode errorCode; in TestUCaseMap() local
885 UErrorCode errorCode; in TestUCaseMapToTitle() local
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dustrcase.cpp50 Edits *edits, UErrorCode &errorCode) { in checkOverflowAndEditsError()
211 icu::Edits *edits, UErrorCode &errorCode) { in toLower()
309 icu::Edits *edits, UErrorCode &errorCode) { in toUpper()
498 UErrorCode &errorCode) { in ustrcase_internalToTitle()
1108 UErrorCode &errorCode) { in toUpper()
1262 UErrorCode &errorCode) { in ustrcase_internalToLower()
1279 UErrorCode &errorCode) { in ustrcase_internalToUpper()
1302 UErrorCode &errorCode) { in ustrcase_internalFold()
1317 UErrorCode &errorCode) { in ustrcase_map()
1360 UErrorCode &errorCode) { in ustrcase_mapWithOverlap()
[all …]
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dustrcase.cpp50 Edits *edits, UErrorCode &errorCode) { in checkOverflowAndEditsError()
211 icu::Edits *edits, UErrorCode &errorCode) { in toLower()
309 icu::Edits *edits, UErrorCode &errorCode) { in toUpper()
498 UErrorCode &errorCode) { in ustrcase_internalToTitle()
1108 UErrorCode &errorCode) { in toUpper()
1262 UErrorCode &errorCode) { in ustrcase_internalToLower()
1279 UErrorCode &errorCode) { in ustrcase_internalToUpper()
1302 UErrorCode &errorCode) { in ustrcase_internalFold()
1317 UErrorCode &errorCode) { in ustrcase_map()
1360 UErrorCode &errorCode) { in ustrcase_mapWithOverlap()
[all …]
/aosp_15_r20/external/mdnsresponder/mDNSWindows/DLL.NET/
H A Ddnssd_NET.cpp145 ErrorCode errorCode, in EnumerateDomainsDispatch()
166 ErrorCode errorCode, in RegisterDispatch()
190 ErrorCode errorCode, in BrowseDispatch()
214 ErrorCode errorCode, in ResolveDispatch()
238 ErrorCode errorCode, in RegisterRecordDispatch()
260 ErrorCode errorCode, in QueryRecordDispatch()
444 DNSServiceErrorType errorCode, in EnumerateDomainsCallback()
471 DNSServiceErrorType errorCode, in RegisterCallback()
501 DNSServiceErrorType errorCode, in BrowseCallback()
531 DNSServiceErrorType errorCode, in ResolveCallback()
[all …]
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
H A DSatelliteManagerTestOnMockService.java586 Integer errorCode; in testProvisionSatelliteService() local
1066 Integer errorCode; in testSendKeepAliveDatagramInNotConnectedState() local
1136 Integer errorCode; in sendDatagramWithoutResponse() local
1247 Integer errorCode; in verifyNbIotStateTransitionsWithTransferringFailureOnIdle() local
1323 Integer errorCode; in verifyNbIotStateTransitionsWithSendingAborted() local
1665 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in testRequestSatelliteCapabilities() local
1760 Integer errorCode; in testSendSatelliteDatagram_failure() local
1828 Integer errorCode; in testSendMultipleSatelliteDatagrams_success() local
1985 Integer errorCode; in testSendMultipleSatelliteDatagrams_failure() local
2165 Integer errorCode; in testReceiveMultipleSatelliteDatagrams() local
[all …]
/aosp_15_r20/external/vulkan-validation-layers/build-android/
H A Dupdate_external_sources_android.bat23 set errorCode=0 variable
34 set errorCode=1 variable
43 set errorCode=1 variable
52 set errorCode=1 variable
103 set errorCode=1 variable
/aosp_15_r20/system/chre/platform/shared/
H A Dplatform_wifi.cc180 uint8_t errorCode, struct chreWifiRangingEvent *event) { in rangingEventCallback()
186 uint8_t errorCode) { in scanMonitorStatusChangeCallback()
192 void PlatformWifiBase::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback()
202 void PlatformWifiBase::nanServiceIdentifierCallback(uint8_t errorCode, in nanServiceIdentifierCallback()
237 void PlatformWifiBase::nanServiceTerminatedCallback(uint32_t errorCode, in nanServiceTerminatedCallback()
250 uint8_t errorCode, uint32_t subscriptionId) { in nanServiceSubscriptionCanceledCallback()
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/nsd/
H A DNsdManagerFacade.java241 public void onRegistrationFailed(NsdServiceInfo serviceInfo, int errorCode) { in onRegistrationFailed()
249 public void onUnregistrationFailed(NsdServiceInfo serviceInfo, int errorCode) { in onUnregistrationFailed()
278 Integer errorCode) { in RegistrationListenerEvent()
309 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
316 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
357 Integer errorCode) { in DiscoveryListenerEvent()
394 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) { in onResolveFailed()
413 Integer errorCode) { in ResolveListenerEvent()

12345678910>>...132