Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/external/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp77 LoadedNormalizer2Impl::load(const char *packageName, const char *name, UErrorCode &errorCode) { in load()
118 UErrorCode &errorCode) { in createInstance()
152 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) { in initSingletons()
204 Norm2AllModes::getNFCInstance(UErrorCode &errorCode) { in getNFCInstance()
212 Norm2AllModes::getNFKCInstance(UErrorCode &errorCode) { in getNFKCInstance()
219 Norm2AllModes::getNFKC_CFInstance(UErrorCode &errorCode) { in getNFKC_CFInstance()
226 Norm2AllModes::getNFKC_SCFInstance(UErrorCode &errorCode) { in getNFKC_SCFInstance()
234 Normalizer2::getNFCInstance(UErrorCode &errorCode) { in getNFCInstance()
240 Normalizer2::getNFDInstance(UErrorCode &errorCode) { in getNFDInstance()
245 const Normalizer2 *Normalizer2Factory::getFCDInstance(UErrorCode &errorCode) { in getFCDInstance()
[all …]
Dnorm2allmodes.h41 UErrorCode &errorCode) const override { in normalize()
67 UErrorCode &errorCode) const override { in normalizeSecondAndAppend()
73 UErrorCode &errorCode) const override { in append()
80 UErrorCode &errorCode) const { in normalizeSecondAndAppend()
151 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const override { in isNormalized()
164 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const override { in quickCheck()
168 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const override { in spanQuickCheckYes()
197 ReorderingBuffer &buffer, UErrorCode &errorCode) const override { in normalize()
204 ReorderingBuffer &buffer, UErrorCode &errorCode) const override { in normalizeAndAppend()
210 Edits *edits, UErrorCode &errorCode) const override { in normalizeUTF8()
[all …]
Dcharstr.cpp65 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom()
104 CharString &CharString::append(char c, UErrorCode &errorCode) { in append()
112 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append()
181 UErrorCode &errorCode) { in getAppendBuffer()
199 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars()
203 …harString::appendInvariantChars(const char16_t* uchars, int32_t ucharsLen, UErrorCode &errorCode) { in appendInvariantChars()
221 UErrorCode &errorCode) { in ensureCapacity()
239 CharString &CharString::appendPathPart(StringPiece s, UErrorCode &errorCode) { in appendPathPart()
254 CharString &CharString::ensureEndsWithFileSeparator(UErrorCode &errorCode) { in ensureEndsWithFileSeparator()
/external/cronet/third_party/icu/source/common/
Dloadednormalizer2impl.cpp77 LoadedNormalizer2Impl::load(const char *packageName, const char *name, UErrorCode &errorCode) { in load()
118 UErrorCode &errorCode) { in createInstance()
149 static void U_CALLCONV initSingletons(const char *what, UErrorCode &errorCode) { in initSingletons()
195 Norm2AllModes::getNFCInstance(UErrorCode &errorCode) { in getNFCInstance()
203 Norm2AllModes::getNFKCInstance(UErrorCode &errorCode) { in getNFKCInstance()
210 Norm2AllModes::getNFKC_CFInstance(UErrorCode &errorCode) { in getNFKC_CFInstance()
218 Normalizer2::getNFCInstance(UErrorCode &errorCode) { in getNFCInstance()
224 Normalizer2::getNFDInstance(UErrorCode &errorCode) { in getNFDInstance()
229 const Normalizer2 *Normalizer2Factory::getFCDInstance(UErrorCode &errorCode) { in getFCDInstance()
234 const Normalizer2 *Normalizer2Factory::getFCCInstance(UErrorCode &errorCode) { in getFCCInstance()
[all …]
Dnorm2allmodes.h41 UErrorCode &errorCode) const override { in normalize()
67 UErrorCode &errorCode) const override { in normalizeSecondAndAppend()
73 UErrorCode &errorCode) const override { in append()
80 UErrorCode &errorCode) const { in normalizeSecondAndAppend()
151 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const override { in isNormalized()
164 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const override { in quickCheck()
168 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const override { in spanQuickCheckYes()
197 ReorderingBuffer &buffer, UErrorCode &errorCode) const override { in normalize()
204 ReorderingBuffer &buffer, UErrorCode &errorCode) const override { in normalizeAndAppend()
210 Edits *edits, UErrorCode &errorCode) const override { in normalizeUTF8()
[all …]
Dcharstr.cpp65 CharString &CharString::copyFrom(const CharString &s, UErrorCode &errorCode) { in copyFrom()
104 CharString &CharString::append(char c, UErrorCode &errorCode) { in append()
112 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append()
181 UErrorCode &errorCode) { in getAppendBuffer()
199 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars()
203 …harString::appendInvariantChars(const char16_t* uchars, int32_t ucharsLen, UErrorCode &errorCode) { in appendInvariantChars()
221 UErrorCode &errorCode) { in ensureCapacity()
239 CharString &CharString::appendPathPart(StringPiece s, UErrorCode &errorCode) { in appendPathPart()
254 CharString &CharString::ensureEndsWithFileSeparator(UErrorCode &errorCode) { in ensureEndsWithFileSeparator()
/external/icu/icu4c/source/test/intltest/
Dmessageformat2test_features.cpp35 …TestMessageFormat2::testEmptyMessage(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testEmptyMessage()
41 void TestMessageFormat2::testPlainText(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode)… in testPlainText()
47 …TestMessageFormat2::testPlaceholders(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testPlaceholders()
54 …tMessageFormat2::testArgumentMissing(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testArgumentMissing()
99 …estMessageFormat2::testDefaultLocale(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testDefaultLocale()
143 …rmat2::testSpecialPluralWithDecimals(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testSpecialPluralWithDecimals()
162 …rmat2::testDefaultFunctionAndOptions(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testDefaultFunctionAndOptions()
186 …tMessageFormat2::testSimpleSelection(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testSimpleSelection()
193 …MessageFormat2::testComplexSelection(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testComplexSelection()
242 …sageFormat2::testSimpleLocalVariable(TestCase::Builder& testBuilder, IcuTestErrorCode& errorCode) { in testSimpleLocalVariable()
[all …]
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
Dmessageformat2test.cpp232 UErrorCode errorCode = (UErrorCode) errorCode1; in testDataModelAPI() local
262 UErrorCode errorCode = (UErrorCode) errorCode1; in testAPISimple() local
320 IcuTestErrorCode errorCode(*this, "testAPI"); in testAPI() local
392 UErrorCode errorCode = (UErrorCode) errorCode1; in testAPICustomFunctions() local
458 …eFormat2::testValidPatterns(const TestResult* patterns, int32_t len, IcuTestErrorCode& errorCode) { in testValidPatterns()
472 void TestMessageFormat2::testResolutionErrors(IcuTestErrorCode& errorCode) { in testResolutionErrors()
486 …mat2::testNoSyntaxErrors(const UnicodeString* patterns, int32_t len, IcuTestErrorCode& errorCode) { in testNoSyntaxErrors()
500 IcuTestErrorCode errorCode(*this, "jsonTests"); in testVariousPatterns() local
511 IcuTestErrorCode errorCode(*this, "specTests"); in specTests() local
550 IcuTestErrorCode errorCode(*this, "testInvalidPattern"); in testInvalidPattern() local
[all …]
/external/robolectric/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
DShadowGooglePlayServicesUtil.java56 public static synchronized boolean showErrorDialogFragment(int errorCode, Activity activity, in showErrorDialogFragment()
63 public static synchronized boolean showErrorDialogFragment(int errorCode, Activity activity, in showErrorDialogFragment()
71 int errorCode, Activity activity, int requestCode, OnCancelListener cancelListener) { in showErrorDialogFragment()
77 public static synchronized Dialog getErrorDialog(int errorCode, Activity activity, in getErrorDialog()
83 public static synchronized Dialog getErrorDialog(int errorCode, Activity activity, in getErrorDialog()
90 public static synchronized PendingIntent getErrorPendingIntent(int errorCode, Context context, in getErrorPendingIntent()
101 public static synchronized void showErrorNotification(int errorCode, Context context) { in showErrorNotification()
110 public Dialog getErrorDialog(int errorCode, Activity activity, int requestCode) { in getErrorDialog()
114 public Dialog getErrorDialog(int errorCode, Activity activity, int requestCode, in getErrorDialog()
122 public PendingIntent getErrorPendingIntent(int errorCode, Context context, in getErrorPendingIntent()
[all …]
/external/cronet/third_party/icu/source/i18n/
Dcollationroot.cpp52 CollationRoot::loadFromFile(const char* ucadataPath, UErrorCode &errorCode) { in loadFromFile()
79 CollationRoot::load(const char* ucadataPath, UErrorCode &errorCode) { in load()
105 CollationRoot::getRootCacheEntry(UErrorCode &errorCode) { in getRootCacheEntry()
112 CollationRoot::getRoot(UErrorCode &errorCode) { in getRoot()
119 CollationRoot::getData(UErrorCode &errorCode) { in getData()
126 CollationRoot::getSettings(UErrorCode &errorCode) { in getSettings()
133 CollationRoot::forceLoadFromFile(const char* ucadataPath, UErrorCode &errorCode) { in forceLoadFromFile()
Dcollationsettings.cpp38 UErrorCode errorCode = U_ZERO_ERROR; in CollationSettings() local
87 const uint8_t *table, UErrorCode &errorCode) { in aliasReordering()
131 UErrorCode &errorCode) { in setReordering()
193 const uint8_t *table, UErrorCode &errorCode) { in setReorderArrays()
225 CollationSettings::copyReorderingFrom(const CollationSettings &other, UErrorCode &errorCode) { in copyReorderingFrom()
270 CollationSettings::setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setStrength()
292 int32_t defaultOptions, UErrorCode &errorCode) { in setFlag()
312 int32_t defaultOptions, UErrorCode &errorCode) { in setCaseFirst()
336 int32_t defaultOptions, UErrorCode &errorCode) { in setAlternateHandling()
356 CollationSettings::setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setMaxVariable()
Dcollationiterator.cpp37 CollationIterator::CEBuffer::ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode) { in ensureAppendCapacity()
155 UErrorCode errorCode = U_ZERO_ERROR; in CollationIterator() local
198 CollationIterator::fetchCEs(UErrorCode &errorCode) { in fetchCEs()
207 CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
233 CollationIterator::getCE32FromBuilderData(uint32_t /*ce32*/, UErrorCode &errorCode) { in getCE32FromBuilderData()
240 UErrorCode &errorCode) { in nextCEFromCE32()
252 UBool forward, UErrorCode &errorCode) { in appendCEsFromCE32()
449 UErrorCode &errorCode) { in getCE32FromPrefix()
471 CollationIterator::nextSkippedCodePoint(UErrorCode &errorCode) { in nextSkippedCodePoint()
481 CollationIterator::backwardNumSkipped(int32_t n, UErrorCode &errorCode) { in backwardNumSkipped()
[all …]
Duitercollationiterator.cpp109 FCDUIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
162 FCDUIterCollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint()
205 FCDUIterCollationIterator::previousCodePoint(UErrorCode &errorCode) { in previousCodePoint()
258 FCDUIterCollationIterator::forwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in forwardNumCodePoints()
267 FCDUIterCollationIterator::backwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in backwardNumCodePoints()
305 FCDUIterCollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment()
386 FCDUIterCollationIterator::previousSegment(UErrorCode &errorCode) { in previousSegment()
441 FCDUIterCollationIterator::normalize(const UnicodeString &s, UErrorCode &errorCode) { in normalize()
/external/icu/icu4c/source/i18n/
Dcollationroot.cpp52 CollationRoot::loadFromFile(const char* ucadataPath, UErrorCode &errorCode) { in loadFromFile()
79 CollationRoot::load(const char* ucadataPath, UErrorCode &errorCode) { in load()
105 CollationRoot::getRootCacheEntry(UErrorCode &errorCode) { in getRootCacheEntry()
112 CollationRoot::getRoot(UErrorCode &errorCode) { in getRoot()
119 CollationRoot::getData(UErrorCode &errorCode) { in getData()
126 CollationRoot::getSettings(UErrorCode &errorCode) { in getSettings()
133 CollationRoot::forceLoadFromFile(const char* ucadataPath, UErrorCode &errorCode) { in forceLoadFromFile()
Dcollationsettings.cpp38 UErrorCode errorCode = U_ZERO_ERROR; in CollationSettings() local
87 const uint8_t *table, UErrorCode &errorCode) { in aliasReordering()
131 UErrorCode &errorCode) { in setReordering()
193 const uint8_t *table, UErrorCode &errorCode) { in setReorderArrays()
225 CollationSettings::copyReorderingFrom(const CollationSettings &other, UErrorCode &errorCode) { in copyReorderingFrom()
270 CollationSettings::setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setStrength()
292 int32_t defaultOptions, UErrorCode &errorCode) { in setFlag()
312 int32_t defaultOptions, UErrorCode &errorCode) { in setCaseFirst()
336 int32_t defaultOptions, UErrorCode &errorCode) { in setAlternateHandling()
356 CollationSettings::setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) { in setMaxVariable()
Dcollationiterator.cpp37 CollationIterator::CEBuffer::ensureAppendCapacity(int32_t appCap, UErrorCode &errorCode) { in ensureAppendCapacity()
155 UErrorCode errorCode = U_ZERO_ERROR; in CollationIterator() local
198 CollationIterator::fetchCEs(UErrorCode &errorCode) { in fetchCEs()
207 CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
233 CollationIterator::getCE32FromBuilderData(uint32_t /*ce32*/, UErrorCode &errorCode) { in getCE32FromBuilderData()
240 UErrorCode &errorCode) { in nextCEFromCE32()
252 UBool forward, UErrorCode &errorCode) { in appendCEsFromCE32()
449 UErrorCode &errorCode) { in getCE32FromPrefix()
471 CollationIterator::nextSkippedCodePoint(UErrorCode &errorCode) { in nextSkippedCodePoint()
481 CollationIterator::backwardNumSkipped(int32_t n, UErrorCode &errorCode) { in backwardNumSkipped()
[all …]
Duitercollationiterator.cpp109 FCDUIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { in handleNextCE32()
162 FCDUIterCollationIterator::nextCodePoint(UErrorCode &errorCode) { in nextCodePoint()
205 FCDUIterCollationIterator::previousCodePoint(UErrorCode &errorCode) { in previousCodePoint()
258 FCDUIterCollationIterator::forwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in forwardNumCodePoints()
267 FCDUIterCollationIterator::backwardNumCodePoints(int32_t num, UErrorCode &errorCode) { in backwardNumCodePoints()
305 FCDUIterCollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment()
386 FCDUIterCollationIterator::previousSegment(UErrorCode &errorCode) { in previousSegment()
441 FCDUIterCollationIterator::normalize(const UnicodeString &s, UErrorCode &errorCode) { in normalize()
/external/vulkan-validation-layers/build-android/
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
/external/icu/libicu/cts_headers/
Dnorm2allmodes.h41 UErrorCode &errorCode) const override { in normalize()
67 UErrorCode &errorCode) const override { in normalizeSecondAndAppend()
73 UErrorCode &errorCode) const override { in append()
80 UErrorCode &errorCode) const { in normalizeSecondAndAppend()
151 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const override { in isNormalized()
164 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const override { in quickCheck()
168 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const override { in spanQuickCheckYes()
197 ReorderingBuffer &buffer, UErrorCode &errorCode) const override { in normalize()
204 ReorderingBuffer &buffer, UErrorCode &errorCode) const override { in normalizeAndAppend()
210 Edits *edits, UErrorCode &errorCode) const override { in normalizeUTF8()
[all …]
/external/ot-br-posix/src/rest/
Dresource.cpp185 std::string errorCode; in HandleDiagnosticCallback() local
222 std::string errorCode; in GetNodeInfo() local
263 std::string errorCode; in DeleteNodeInfo() local
287 std::string errorCode; in NodeInfo() local
308 std::string errorCode; in GetDataBaId() local
329 std::string errorCode; in BaId() local
344 std::string errorCode; in GetDataExtendedAddr() local
354 std::string errorCode; in ExtendedAddr() local
369 std::string errorCode; in GetDataState() local
382 std::string errorCode; in SetDataState() local
[all …]
/external/aws-sdk-java-v2/core/aws-core/src/main/java/software/amazon/awssdk/awscore/exception/
DAwsErrorDetails.java32 private final String errorCode; field in AwsErrorDetails
68 public String errorCode() { in errorCode() method in AwsErrorDetails
163 Builder errorCode(String errorCode); in errorCode() argument
170 String errorCode(); in errorCode() method
229 private String errorCode; field in AwsErrorDetails.BuilderImpl
257 public Builder errorCode(String errorCode) { in errorCode() argument
263 public String errorCode() { in errorCode() method in AwsErrorDetails.BuilderImpl
/external/aws-sdk-java-v2/core/protocols/protocol-core/src/main/java/software/amazon/awssdk/protocols/core/
DExceptionMetadata.java28 private final String errorCode; field in ExceptionMetadata
41 public String errorCode() { in errorCode() method in ExceptionMetadata
68 private String errorCode; field in ExceptionMetadata.Builder
75 public Builder errorCode(String errorCode) { in errorCode() argument
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DInternalException.java38 private int errorCode; field in InternalException
50 public InternalException(int errorCode) { in InternalException()
55 public InternalException(String s, int errorCode) { in InternalException()
60 public int errorCode() { in errorCode() method in InternalException
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DTransformationException.java197 public static String getErrorCodeName(@ErrorCode int errorCode) { in getErrorCodeName()
219 Throwable cause, String componentName, Format format, int errorCode) { in createForCodec()
234 Throwable cause, String componentName, AudioFormat audioFormat, int errorCode) { in createForAudioProcessor()
247 Throwable cause, int errorCode) { in createForFrameEditor()
258 /* package */ static TransformationException createForMuxer(Throwable cause, int errorCode) { in createForMuxer()
288 @ErrorCode int errorCode = getErrorCodeForName(exception.getErrorCodeName()); in createForPlaybackException() local
295 public final @ErrorCode int errorCode; field in TransformationException
309 @Nullable String message, @Nullable Throwable cause, @ErrorCode int errorCode) { in TransformationException()

12345678910>>...36