Searched refs:errorType (Results 1 - 25 of 30) sorted by relevance

12

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DNumberParseException.java42 private ErrorType errorType; field in class:NumberParseException
45 public NumberParseException(ErrorType errorType, String message) { argument
48 this.errorType = errorType;
55 return errorType;
60 return "Error type: " + errorType + ". " + message;
/external/icu/icu4c/source/i18n/
H A Duspoof_build.cpp52 int32_t *errorType, UParseError *pe, UErrorCode *status) {
61 if (errorType!=NULL) {
62 *errorType = 0;
76 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
50 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, int32_t *errorType, UParseError *pe, UErrorCode *status) argument
H A Duspoof_conf.h126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
H A Duspoof_conf.cpp192 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) {
199 if (U_FAILURE(status) && errorType != NULL) {
200 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
191 buildConfusableData(SpoofImpl * spImpl, const char * confusables, int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) argument
/external/v8/test/webkit/fast/js/
H A Dparser-syntax-check.js30 function runTest(_a, errorType)
41 if ((!!errorType) == !success) {
42 if (errorType)
47 if (errorType)
48 testFailed('Invalid: "' + _a + '" should throw ' + errorType.name);
/external/lzma/C/
H A D7zStream.c10 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType) argument
17 return errorType;
52 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType) argument
59 return errorType;
H A 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/lzma/CPP/7zip/UI/Common/
H A DIFileExtractCallback.h44 virtual HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType) = 0;
/external/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.h53 HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType);
H A DExtractCallbackConsole.cpp363 HRESULT CExtractCallbackConsole::OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType) argument
366 if (wcscmp(okType, errorType) == 0)
374 s += errorType;
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java65 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
67 XSLTAttributeDef(String namespace, String name, int type, boolean required, boolean supportsAVT, int errorType) argument
74 this.m_errorType = errorType;
87 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
90 XSLTAttributeDef(String namespace, String name, int type, boolean supportsAVT, int errorType, String defaultVal) argument
98 this.m_errorType = errorType;
111 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
118 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2)
126 this.m_errorType = errorType;
142 * @param errorType th
117 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2) argument
150 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3) argument
185 XSLTAttributeDef(String namespace, String name, boolean required, boolean supportsAVT, boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3, String k4, int v4) argument
[all...]
/external/v8/test/mjsunit/harmony/
H A Dasync-await-basic.js9 function assertThrowsAsync(run, errorType, message) {
30 "Expected " + run + "() to throw " + errorType.name +
33 if (!(actual instanceof errorType))
35 "Expected " + run + "() to throw " + errorType.name +
/external/deqp/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp589 ErrorType errorType,
626 ErrorType errorType,
636 , m_errorType (errorType)
1037 ErrorType errorType,
1053 ErrorType errorType,
1055 : LayoutBindingNegativeCase (context, name, desc, shaderType, testType, errorType, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS, GL_MAX_TEXTURE_IMAGE_UNITS, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, "u_sampler")
1336 ErrorType errorType,
1352 ErrorType errorType,
1354 : LayoutBindingNegativeCase (context, name, desc, shaderType, testType, errorType, GL_MAX_IMAGE_UNITS, GL_MAX_VERTEX_IMAGE_UNIFORMS, GL_MAX_FRAGMENT_IMAGE_UNIFORMS, GL_MAX_COMBINED_IMAGE_UNIFORMS, "u_image")
1586 ErrorType errorType);
621 LayoutBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum maxBindingPointEnum, glw::GLenum maxVertexUnitsEnum, glw::GLenum maxFragmentUnitsEnum, glw::GLenum maxCombinedUnitsEnum, const std::string& uniformName) argument
1048 SamplerBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum samplerType) argument
1347 ImageBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum imageType) argument
1593 UBOBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType) argument
1828 SSBOBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType) argument
1954 LayoutBindingNegativeCase::ErrorType errorType; member in struct:deqp::gles31::Functional::NegativeTestType
[all...]
H A Des31fProgramStateQueryTests.cpp626 ProgramLogCase (Context& ctx, const char* name, const char* desc, BuildErrorType errorType);
636 ProgramLogCase::ProgramLogCase (Context& ctx, const char* name, const char* desc, BuildErrorType errorType) argument
638 , m_buildErrorType (errorType)
/external/libxml2/include/libxml/
H A DdebugXML.h140 xmlShellPrintXPathError (int errorType,
/external/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp467 HRESULT CExtractCallbackImp::OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType) argument
472 if (wcscmp(okType, errorType) == 0)
479 s += errorType;
H A DExtractCallback.h216 HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1855 String errorType = null;
1857 errorType = "next()";
1859 errorType = "previous()";
1861 errorType = "isBoundary()";
1863 errorType = "following()";
1865 errorType = "preceding()";
1868 if (errorType != null) {
1934 "\nOperation = " + errorType + "; random seed = " + seed + "; buf Idx = " + i + "\n" +
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1851 String errorType = null;
1853 errorType = "next()";
1855 errorType = "previous()";
1857 errorType = "isBoundary()";
1859 errorType = "following()";
1861 errorType = "preceding()";
1864 if (errorType != null) {
1930 "\nOperation = " + errorType + "; random seed = " + seed + "; buf Idx = " + i + "\n" +
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp4294 const char *errorType = NULL; local
4296 errorType = "next()";
4298 errorType = "previous()";
4300 errorType = "isBoundary()";
4302 errorType = "following()";
4304 errorType = "preceding()";
4308 if (errorType != NULL) {
4341 /***if (strcmp(errorType, "next()") == 0) {
4385 errorType, seed, i, charErrorTxt);
/external/libxml2/
H A DdebugXML.c1821 * @errorType: valid xpath error id
1827 xmlShellPrintXPathError(int errorType, const char *arg) argument
1834 switch (errorType) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 568 milliseconds

12