/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | NumberParseException.java | 42 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/ |
D | uspoof_build.cpp | 52 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()
|
D | uspoof_conf.h | 126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
|
D | uspoof_conf.cpp | 192 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/ |
D | parser-syntax-check.js | 28 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/ |
D | 7zStream.c | 10 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()
|
D | 7zTypes.h | 148 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/ |
D | es31fLayoutBindingTests.cpp | 589 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 …]
|
D | es31fProgramStateQueryTests.cpp | 626 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/ |
D | XSLTAttributeDef.java | 67 …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/ |
D | ExtractCallbackConsole.cpp | 363 …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()
|
D | ExtractCallbackConsole.h | 53 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/ |
D | SoundManager.java | 25 public void ontimeout (String status, String errorType); in ontimeout() argument
|
/external/lzma/CPP/7zip/UI/Common/ |
D | IFileExtractCallback.h | 44 … 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/ |
D | RBBITestMonkey.java | 1855 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/ |
D | RBBITestMonkey.java | 1851 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/ |
D | ExtractCallback.cpp | 467 …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()
|
D | ExtractCallback.h | 216 HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType);
|
/external/libxml2/include/libxml/ |
D | debugXML.h | 140 xmlShellPrintXPathError (int errorType,
|
/external/opencv3/modules/core/src/ |
D | directx.cpp | 67 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/ |
D | GwtApplication.java | 161 public void ontimeout (String status, String errorType) { in onModuleLoad() argument 162 error("SoundManager", status + " " + errorType); in onModuleLoad()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 4294 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/ |
D | debugXML.rpgle | 155 d errorType 10i 0 value
|
/external/libxml2/ |
D | debugXML.c | 1827 xmlShellPrintXPathError(int errorType, const char *arg) in xmlShellPrintXPathError() argument 1834 switch (errorType) { in xmlShellPrintXPathError()
|