Searched defs:errorType (Results 1 - 20 of 20) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Duspoof_build.cpp53 int32_t *errorType, UParseError *pe, UErrorCode *status) {
62 if (errorType!=NULL) {
63 *errorType = 0;
77 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
51 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char* , int32_t , int32_t *errorType, UParseError *pe, UErrorCode *status) argument
H A Duspoof_conf.cpp185 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) {
192 if (U_FAILURE(status) && errorType != NULL) {
193 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
184 buildConfusableData(SpoofImpl * spImpl, const char * confusables, int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) argument
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DNumberParseException.java56 private ErrorType errorType; field in class:NumberParseException
59 public NumberParseException(ErrorType errorType, String message) { argument
62 this.errorType = errorType;
69 return errorType;
74 return "Error type: " + errorType + ". " + message;
/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;
/external/deqp/modules/gles31/functional/
H A Des31fProgramStateQueryTests.cpp628 ProgramLogCase (Context& ctx, const char* name, const char* desc, BuildErrorType errorType);
638 ProgramLogCase::ProgramLogCase (Context& ctx, const char* name, const char* desc, BuildErrorType errorType) argument
640 , m_buildErrorType (errorType)
H A Des31fLayoutBindingTests.cpp686 ErrorType errorType,
730 ErrorType errorType,
742 , m_errorType (errorType)
1214 ErrorType errorType,
1230 ErrorType errorType,
1237 errorType,
1538 ErrorType errorType,
1554 ErrorType errorType,
1561 errorType,
1812 ErrorType errorType);
725 LayoutBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum maxBindingPointEnum, glw::GLenum maxVertexUnitsEnum, glw::GLenum maxTessCtrlUnitsEnum, glw::GLenum maxTessEvalUnitsEnum, glw::GLenum maxFragmentUnitsEnum, glw::GLenum maxCombinedUnitsEnum, const std::string& uniformName) argument
1225 SamplerBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum samplerType) argument
1549 ImageBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum imageType) argument
1819 UBOBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType) argument
2088 SSBOBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType) argument
2248 LayoutBindingNegativeCase::ErrorType errorType; member in struct:deqp::gles31::Functional::NegativeTestType
[all...]
/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/libxml2/
H A DdebugXML.c1822 * @errorType: valid xpath error id
1828 xmlShellPrintXPathError(int errorType, const char *arg) argument
1835 switch (errorType) {
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp4450 const char *errorType = NULL; local
4452 errorType = "next()";
4454 errorType = "previous()";
4456 errorType = "isBoundary()";
4458 errorType = "following()";
4460 errorType = "preceding()";
4464 if (errorType != NULL) {
4497 /***if (strcmp(errorType, "next()") == 0) {
4541 errorType, seed, i, charErrorTxt);
/external/python/cpython3/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp1011 __in BOOTSTRAPPER_ERROR_TYPE errorType,
1030 if (BOOTSTRAPPER_ERROR_TYPE_HTTP_AUTH_SERVER == errorType || BOOTSTRAPPER_ERROR_TYPE_HTTP_AUTH_PROXY == errorType) {
1038 if (!wzError || !*wzError || BOOTSTRAPPER_ERROR_TYPE_WINDOWS_INSTALLER != errorType) {
1010 OnError( __in BOOTSTRAPPER_ERROR_TYPE errorType, __in LPCWSTR wzPackageId, __in DWORD dwCode, __in_z LPCWSTR wzError, __in DWORD dwUIHint, __in DWORD , __in_ecount_z_opt(cData) LPCWSTR* , __in int nRecommendation ) argument
/external/kotlinc/lib/
H A Dandroid-extensions-compiler.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/jetbrains/kotlin/ org/jetbrains/kotlin/android/ ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/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/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1131 milliseconds