Home
last modified time | relevance | path

Searched refs:errorType (Results 1 – 25 of 29) sorted by relevance

12

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java56 private ErrorType errorType; field in NumberParseException
59 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() argument
62 this.errorType = errorType; in NumberParseException()
69 return errorType; in getErrorType()
74 return "Error type: " + errorType + ". " + message; in toString()
/external/icu/icu4c/source/i18n/
Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument
62 if (errorType!=NULL) { in uspoof_openFromSource()
63 *errorType = 0; in uspoof_openFromSource()
77 …ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *stat… in uspoof_openFromSource()
Duspoof_conf.cpp185 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData() argument
192 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData()
193 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
Duspoof_conf.h128 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
/external/lzma/C/
D7zStream.c10 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType) in SeqInStream_Read2() argument
17 return errorType; in SeqInStream_Read2()
52 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType) in LookInStream_Read2() argument
59 return errorType; in LookInStream_Read2()
D7zTypes.h148 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType);
189 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType);
/external/deqp/modules/gles31/functional/
Des31fLayoutBindingTests.cpp686 ErrorType errorType,
730 ErrorType errorType, in LayoutBindingNegativeCase() argument
742 , m_errorType (errorType) in LayoutBindingNegativeCase()
1214 ErrorType errorType,
1230 ErrorType errorType, in SamplerBindingNegativeCase() argument
1237 errorType, in SamplerBindingNegativeCase()
1538 ErrorType errorType,
1554 ErrorType errorType, in ImageBindingNegativeCase() argument
1561 errorType, in ImageBindingNegativeCase()
1812 ErrorType errorType);
[all …]
Des31fProgramStateQueryTests.cpp628 ProgramLogCase (Context& ctx, const char* name, const char* desc, BuildErrorType errorType);
638 …ogCase::ProgramLogCase (Context& ctx, const char* name, const char* desc, BuildErrorType errorType) in ProgramLogCase() argument
640 , m_buildErrorType (errorType) in ProgramLogCase()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java67 …eDef(String namespace, String name, int type, boolean required, boolean supportsAVT, int errorType) in XSLTAttributeDef() argument
74 this.m_errorType = errorType; in XSLTAttributeDef()
90 …XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, Stri… in XSLTAttributeDef() argument
98 this.m_errorType = errorType; in XSLTAttributeDef()
118 … boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2) in XSLTAttributeDef() argument
126 this.m_errorType = errorType; in XSLTAttributeDef()
151 …boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, i… in XSLTAttributeDef() argument
159 this.m_errorType = errorType; in XSLTAttributeDef()
186 … boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, in XSLTAttributeDef() argument
195 this.m_errorType = errorType; in XSLTAttributeDef()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java2043 String errorType = null; in RunMonkey() local
2045 errorType = "next()"; in RunMonkey()
2047 errorType = "previous()"; in RunMonkey()
2049 errorType = "isBoundary()"; in RunMonkey()
2051 errorType = "following()"; in RunMonkey()
2053 errorType = "preceding()"; in RunMonkey()
2056 if (errorType != null) { in RunMonkey()
2122 … "\nOperation = " + errorType + "; random seed = " + seed + "; buf Idx = " + i + "\n" + in RunMonkey()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java2040 String errorType = null; in RunMonkey() local
2042 errorType = "next()"; in RunMonkey()
2044 errorType = "previous()"; in RunMonkey()
2046 errorType = "isBoundary()"; in RunMonkey()
2048 errorType = "following()"; in RunMonkey()
2050 errorType = "preceding()"; in RunMonkey()
2053 if (errorType != null) { in RunMonkey()
2119 … "\nOperation = " + errorType + "; random seed = " + seed + "; buf Idx = " + i + "\n" + in RunMonkey()
/external/libxml2/include/libxml/
DdebugXML.h140 xmlShellPrintXPathError (int errorType,
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4450 const char *errorType = NULL; in RunMonkey() local
4452 errorType = "next()"; in RunMonkey()
4454 errorType = "previous()"; in RunMonkey()
4456 errorType = "isBoundary()"; in RunMonkey()
4458 errorType = "following()"; in RunMonkey()
4460 errorType = "preceding()"; in RunMonkey()
4464 if (errorType != NULL) { in RunMonkey()
4541 errorType, seed, i, charErrorTxt); in RunMonkey()
/external/libxml2/os400/libxmlrpg/
DdebugXML.rpgle158 d errorType value like(xmlCint)
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1011 __in BOOTSTRAPPER_ERROR_TYPE errorType, in OnError() argument
1030 …BOOTSTRAPPER_ERROR_TYPE_HTTP_AUTH_SERVER == errorType || BOOTSTRAPPER_ERROR_TYPE_HTTP_AUTH_PROXY =… in OnError()
1038 … if (!wzError || !*wzError || BOOTSTRAPPER_ERROR_TYPE_WINDOWS_INSTALLER != errorType) { in OnError()
/external/kotlinc/lib/
Dandroid-extensions-compiler.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...
Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal. ...
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF com/google/common/base/ExtraObjectsMethodsForWeb.class ExtraObjectsMethodsForWeb ...
/external/libxml2/
DdebugXML.c1828 xmlShellPrintXPathError(int errorType, const char *arg) in xmlShellPrintXPathError() argument
1835 switch (errorType) { in xmlShellPrintXPathError()
/external/annotation-tools/asmx/test/lib/
Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META- ...
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/annotation-tools/annotation-file-utilities/
Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12