Home
last modified time | relevance | path

Searched defs:errorCode (Results 326 – 350 of 3299) sorted by relevance

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

/aosp_15_r20/frameworks/native/libs/binder/
H A DStatus.cpp86 Status::Status(int32_t exceptionCode, int32_t errorCode) in Status()
90 Status::Status(int32_t exceptionCode, int32_t errorCode, const String8& message) in Status()
233 void Status::setServiceSpecificError(int32_t errorCode, const String8& message) { in setServiceSpecificError()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dbytesinkutil.cpp22 ByteSink &sink, Edits *edits, UErrorCode &errorCode) { in appendChange()
61 ByteSink &sink, Edits *edits, UErrorCode &errorCode) { in appendChange()
111 UErrorCode &errorCode) { in appendUnchanged()
H A Dlocaleprioritylist.cpp113 LocalePriorityList::LocalePriorityList(StringPiece s, UErrorCode &errorCode) { in LocalePriorityList()
182 bool LocalePriorityList::add(const Locale &locale, int32_t weight, UErrorCode &errorCode) { in add()
232 void LocalePriorityList::sort(UErrorCode &errorCode) { in sort()
/aosp_15_r20/external/cronet/third_party/icu/source/test/iotest/
H A Diotest.cpp200 UErrorCode errorCode; in DataDrivenPrintf() local
403 UErrorCode errorCode; in DataDrivenScanf() local
605 UErrorCode errorCode; in DataDrivenPrintfPrecision() local
851 UErrorCode errorCode = U_ZERO_ERROR; in main() local
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v06.c1526 …{ size_t const errorCode = BITv06_initDStream(&bitD, cSrc, cSrcSize); /* replaced last arg by ma… in FSEv06_decompress_usingDTable_generic() local
1612 { size_t const errorCode = FSEv06_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv06_decompress() local
2048 { size_t const errorCode = BITv06_initDStream(&bitD, cSrc, cSrcSize); in HUFv06_decompress1X2_usingDTable() local
2064 size_t const errorCode = HUFv06_readDTableX2 (DTable, cSrc, cSrcSize); in HUFv06_decompress1X2() local
2088 size_t errorCode; in HUFv06_decompress4X2_usingDTable() local
2173 size_t const errorCode = HUFv06_readDTableX2 (DTable, cSrc, cSrcSize); in HUFv06_decompress4X2() local
2423 { size_t const errorCode = BITv06_initDStream(&bitD, istart, cSrcSize); in HUFv06_decompress1X4_usingDTable() local
2463 size_t errorCode; in HUFv06_decompress4X4_usingDTable() local
2670 unsigned ZBUFFv06_isError(size_t errorCode) { return ERR_isError(errorCode); } in ZBUFFv06_isError()
2672 const char* ZBUFFv06_getErrorName(size_t errorCode) { return ERR_getErrorName(errorCode); } in ZBUFFv06_getErrorName()
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dlocaleprioritylist.cpp113 LocalePriorityList::LocalePriorityList(StringPiece s, UErrorCode &errorCode) { in LocalePriorityList()
182 bool LocalePriorityList::add(const Locale &locale, int32_t weight, UErrorCode &errorCode) { in add()
232 void LocalePriorityList::sort(UErrorCode &errorCode) { in sort()
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dtrietest.c35 #define u_errorName(errorCode) "some error code" argument
269 UErrorCode errorCode; in testTrieRangesWithMalloc() local
463 UErrorCode errorCode; in testTrieRanges() local
829 UErrorCode errorCode; in dummyTest() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dtrietest.c35 #define u_errorName(errorCode) "some error code" argument
269 UErrorCode errorCode; in testTrieRangesWithMalloc() local
463 UErrorCode errorCode; in testTrieRanges() local
829 UErrorCode errorCode; in dummyTest() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DUpdateCallbackFar.cpp46 Z7_COM7F_IMF(CUpdateCallback100Imp::ScanError(const wchar_t *path, HRESULT errorCode)) in Z7_COM7F_IMF()
150 Z7_COM7F_IMF(CUpdateCallback100Imp::OpenFileError(const wchar_t *path, HRESULT errorCode)) in Z7_COM7F_IMF()
157 Z7_COM7F_IMF(CUpdateCallback100Imp::ReadingFileError(const wchar_t *path, HRESULT errorCode)) in Z7_COM7F_IMF()
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/fake_device_config/aconfig_storage_stub/linux_glibc_common/javac/
Daconfig_storage_stub.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/os/ android/ ...
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/fake_device_config/aconfig_storage_stub_none/linux_glibc_common/local-javac-header/
Daconfig_storage_stub_none.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/os/ android/ ...
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/fake_device_config/aconfig_storage_stub/linux_glibc_common/local-javac-header/
Daconfig_storage_stub.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/os/ android/ ...
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/fake_device_config/aconfig_storage_stub_none/linux_glibc_common/javac/
Daconfig_storage_stub_none.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/os/ android/ ...
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java1696 int errorCode = mSatelliteControllerUT.registerForSatelliteModemStateChanged(callback); in testRegisterForSatelliteModemStateChanged() local
1765 int errorCode = mSatelliteControllerUT.registerForSatelliteProvisionStateChanged(callback); in testRegisterForSatelliteProvisionStateChanged() local
1819 int errorCode = mSatelliteControllerUT.registerForIncomingDatagram(callback); in testRegisterForSatelliteDatagram() local
3085 int errorCode = mSatelliteControllerUT.registerForCapabilitiesChanged(callback); in testRegisterForSatelliteCapabilitiesChangedWithFeatureFlagEnabled() local
3141 int errorCode = mSatelliteControllerUT.registerForCapabilitiesChanged(callback); in testRegisterForSatelliteCapabilitiesChangedWithFeatureFlagDisabled() local
3953 int errorCode = mSatelliteControllerUT.registerForSatelliteSupportedStateChanged(callback); in testRegisterForSatelliteSupportedStateChanged_WithFeatureFlagEnabled() local
4040 int errorCode = mSatelliteControllerUT.registerForSatelliteSupportedStateChanged( in testRegisterForSatelliteSupportedStateChanged_WithFeatureFlagDisabled() local
4067 int errorCode = mSatelliteControllerUT.registerForSelectedNbIotSatelliteSubscriptionChanged( in testRegisterForSelectedNbIotSatelliteSubscriptionChanged_WithFeatureFlagEnabled() local
4122 int errorCode = mSatelliteControllerUT.registerForSelectedNbIotSatelliteSubscriptionChanged( in testRegisterForSelectedNbIotSatelliteSubscriptionChanged_WithFeatureFlagDisabled() local
4718 int errorCode = mSatelliteControllerUT.registerForSatelliteProvisionStateChanged(callback); in testRegisterForSatelliteSubscriptionProvisionStateChanged() local
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/framework/framework-ondeviceintelligence-platform.impl/android_common/combined/
Dframework-ondeviceintelligence-platform.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-ondeviceintelligence-platform_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-ondeviceintelligence-platform.impl_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/framework/framework-ondeviceintelligence-platform.impl/android_common/javac/
Dframework-ondeviceintelligence-platform.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/system/chre/core/
H A Dsensor_request_manager.cc456 uint8_t errorCode) { in handleFlushCompleteEvent()
623 uint8_t errorCode, in postFlushCompleteEvent()
641 uint8_t errorCode) { in completeFlushRequestAtIndex()
676 void SensorRequestManager::handleFlushCompleteEventSync(uint8_t errorCode, in handleFlushCompleteEventSync()
824 uint8_t errorCode = CHRE_ERROR; in makeFlushRequest() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dregcoll.cpp992 IcuTestErrorCode errorCode(*this, "Test4179216"); in Test4179216() local
1227 IcuTestErrorCode errorCode(*this, "TestTrailingComment"); in TestTrailingComment() local
1237 IcuTestErrorCode errorCode(*this, "TestBeforeWithTooStrongAfter"); in TestBeforeWithTooStrongAfter() local
1253 IcuTestErrorCode errorCode(*this, "TestICU22517"); in TestICU22517() local
1265 IcuTestErrorCode errorCode(*this, "TestICU22277"); in TestICU22277() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp992 IcuTestErrorCode errorCode(*this, "Test4179216"); in Test4179216() local
1227 IcuTestErrorCode errorCode(*this, "TestTrailingComment"); in TestTrailingComment() local
1237 IcuTestErrorCode errorCode(*this, "TestBeforeWithTooStrongAfter"); in TestBeforeWithTooStrongAfter() local
1272 IcuTestErrorCode errorCode(*this, "TestICU22517"); in TestICU22517() local
1284 IcuTestErrorCode errorCode(*this, "TestICU22277"); in TestICU22277() local
/aosp_15_r20/external/icu/icu4c/source/tools/gennorm2/
H A Dnorms.cpp69 Norms::Norms(UErrorCode &errorCode) { in Norms()
121 IcuToolErrorCode errorCode("gennorm2/createNorm()"); in createNorm() local
202 IcuToolErrorCode errorCode("gennorm2/addComposition()"); in rangeHandler() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/gennorm2/
H A Dnorms.cpp69 Norms::Norms(UErrorCode &errorCode) { in Norms()
121 IcuToolErrorCode errorCode("gennorm2/createNorm()"); in createNorm() local
202 IcuToolErrorCode errorCode("gennorm2/addComposition()"); in rangeHandler() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/src/com/android/adservices/common/logging/
DErrorLogUtilCallTest.java309 private void mockAnnotationWithoutException(int errorCode, int ppapiName, int times) { in mockAnnotationWithoutException()
316 Class<? extends Throwable> throwable, int errorCode, int ppapiName, int times) { in mockAnnotationWithException()
324 Class<? extends Throwable> throwable, int errorCode, int ppapiName) { in mockDefaultParams()
/aosp_15_r20/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileDownloader.java109 int errorCode = ((Intent) msg.obj).getIntExtra( in handleMessage() local
144 int errorCode) { in mapDownloaderErrorCode()
201 private String getUnresolvableErrorDescription(int errorCode) { in getUnresolvableErrorDescription()

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