Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java42 private ErrorType errorType; field in NumberParseException
45 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() argument
48 this.errorType = errorType; in NumberParseException()
55 return errorType; in getErrorType()
60 return "Error type: " + errorType + ". " + message; in toString()
/external/icu/icu4c/source/i18n/
Duspoof_build.cpp52 int32_t *errorType, UParseError *pe, UErrorCode *status) { in uspoof_openFromSource() argument
61 if (errorType!=NULL) { in uspoof_openFromSource()
62 *errorType = 0; in uspoof_openFromSource()
76 …ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *stat… in uspoof_openFromSource()
Duspoof_conf.h126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
Duspoof_conf.cpp192 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { in buildConfusableData() argument
199 if (U_FAILURE(status) && errorType != NULL) { in buildConfusableData()
200 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in buildConfusableData()
/external/v8/test/webkit/fast/js/
Dparser-syntax-check.js28 function runTest(_a, errorType) argument
39 if ((!!errorType) == !success) {
40 if (errorType)
45 if (errorType)
46 testFailed('Invalid: "' + _a + '" should throw ' + errorType.name);
/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.cpp589 ErrorType errorType,
626 ErrorType errorType, in LayoutBindingNegativeCase() argument
636 , m_errorType (errorType) in LayoutBindingNegativeCase()
1037 ErrorType errorType,
1053 ErrorType errorType, in SamplerBindingNegativeCase() argument
1055 …: LayoutBindingNegativeCase (context, name, desc, shaderType, testType, errorType, GL_MAX_COMBINE… in SamplerBindingNegativeCase()
1336 ErrorType errorType,
1352 ErrorType errorType, in ImageBindingNegativeCase() argument
1354 …: LayoutBindingNegativeCase (context, name, desc, shaderType, testType, errorType, GL_MAX_IMAGE_U… in ImageBindingNegativeCase()
1586 ErrorType errorType);
[all …]
Des31fProgramStateQueryTests.cpp626 ProgramLogCase (Context& ctx, const char* name, const char* desc, BuildErrorType errorType);
636 …ogCase::ProgramLogCase (Context& ctx, const char* name, const char* desc, BuildErrorType errorType) in ProgramLogCase() argument
638 , 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/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp363 …lbackConsole::OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType) in OpenTypeWarning() argument
366 if (wcscmp(okType, errorType) == 0) in OpenTypeWarning()
374 s += errorType; in OpenTypeWarning()
DExtractCallbackConsole.h53 HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType);
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/soundmanager2/
DSoundManager.java25 public void ontimeout (String status, String errorType); in ontimeout() argument
/external/lzma/CPP/7zip/UI/Common/
DIFileExtractCallback.h44 … HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType) = 0;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1855 String errorType = null; in RunMonkey() local
1857 errorType = "next()"; in RunMonkey()
1859 errorType = "previous()"; in RunMonkey()
1861 errorType = "isBoundary()"; in RunMonkey()
1863 errorType = "following()"; in RunMonkey()
1865 errorType = "preceding()"; in RunMonkey()
1868 if (errorType != null) { in RunMonkey()
1934 … "\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.java1851 String errorType = null; in RunMonkey() local
1853 errorType = "next()"; in RunMonkey()
1855 errorType = "previous()"; in RunMonkey()
1857 errorType = "isBoundary()"; in RunMonkey()
1859 errorType = "following()"; in RunMonkey()
1861 errorType = "preceding()"; in RunMonkey()
1864 if (errorType != null) { in RunMonkey()
1930 … "\nOperation = " + errorType + "; random seed = " + seed + "; buf Idx = " + i + "\n" + in RunMonkey()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp467 …tCallbackImp::OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType) in OpenTypeWarning() argument
472 if (wcscmp(okType, errorType) == 0) in OpenTypeWarning()
479 s += errorType; in OpenTypeWarning()
DExtractCallback.h216 HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType);
/external/libxml2/include/libxml/
DdebugXML.h140 xmlShellPrintXPathError (int errorType,
/external/opencv3/modules/core/src/
Ddirectx.cpp67 const int errorType = -1; in getTypeFromDXGI_FORMAT() local
172 return errorType; in getTypeFromDXGI_FORMAT()
182 const int errorType = -1; in getTypeFromD3DFORMAT() local
229 return errorType; in getTypeFromD3DFORMAT()
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtApplication.java161 public void ontimeout (String status, String errorType) { in onModuleLoad() argument
162 error("SoundManager", status + " " + errorType); in onModuleLoad()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4294 const char *errorType = NULL; in RunMonkey() local
4296 errorType = "next()"; in RunMonkey()
4298 errorType = "previous()"; in RunMonkey()
4300 errorType = "isBoundary()"; in RunMonkey()
4302 errorType = "following()"; in RunMonkey()
4304 errorType = "preceding()"; in RunMonkey()
4308 if (errorType != NULL) { in RunMonkey()
4385 errorType, seed, i, charErrorTxt); in RunMonkey()
/external/libxml2/os400/libxmlrpg/
DdebugXML.rpgle155 d errorType 10i 0 value
/external/libxml2/
DdebugXML.c1827 xmlShellPrintXPathError(int errorType, const char *arg) in xmlShellPrintXPathError() argument
1834 switch (errorType) { in xmlShellPrintXPathError()