/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
NumberParseException.java | 26 public enum ErrorType { 43 private ErrorType errorType; 46 public NumberParseException(ErrorType errorType, String message) { 49 this.errorType = errorType; 55 public ErrorType getErrorType() { 56 return errorType; 61 return "Error type: " + errorType + ". " + message [all...] |
/external/icu4c/i18n/ |
uspoof_build.cpp | 50 int32_t *errorType, UParseError *pe, UErrorCode *status) { 59 if (errorType!=NULL) { 60 *errorType = 0; 74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
|
uspoof_conf.h | 126 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status);
|
uspoof_conf.cpp | 192 int32_t confusablesLen, int32_t *errorType, UParseError *pe, UErrorCode &status) { 199 if (U_FAILURE(status) && errorType != NULL) { 200 *errorType = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
|
/external/chromium/chrome/browser/ssl/ |
ssl_error_info.h | 23 enum ErrorType { 39 // Converts a network error code to an ErrorType. 40 static ErrorType NetErrorToErrorType(int net_error); 42 static SSLErrorInfo CreateError(ErrorType error_type,
|
ssl_error_info.cc | 29 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type, 204 SSLErrorInfo::ErrorType SSLErrorInfo::NetErrorToErrorType(int net_error) { 248 const ErrorType kErrorTypes[] = {
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
checkcharacternormalization02.js | 110 var errorType; 141 errorType = error.type; 143 assertEquals("errorType","check-character-normalization-failure",errorType);
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_node_state_scoring.h | 64 const int inputSize, const int totalInputIndex, const ErrorType errorType) { 66 switch (errorType) {
|
dic_node.h | 549 const bool doNormalization, const int inputSize, const ErrorType errorType) { 554 inputSize, getTotalInputIndex(), errorType);
|
/external/webkit/Source/WebCore/dom/ |
XMLDocumentParser.h | 54 enum ErrorType { warning, nonFatal, fatal }; 77 void error(ErrorType type, const char* m, int lineNumber, int columnNumber); 197 enum ErrorType { warning, nonFatal, fatal }; 198 void handleError(ErrorType, const char* message, int lineNumber, int columnNumber); 199 void handleError(ErrorType, const char* message, TextPosition1); 262 void error(ErrorType, const char* message, va_list args) WTF_ATTRIBUTE_PRINTF(3, 0);
|
XMLDocumentParser.cpp | 145 void XMLDocumentParser::handleError(ErrorType type, const char* m, int lineNumber, int columnNumber) 150 void XMLDocumentParser::handleError(ErrorType type, const char* m, TextPosition1 position)
|
xml_expat_tokenizer.cpp | 134 void appendErrorCallback(XMLTokenizer::ErrorType type, const char* message, int lineNumber, int columnNumber) { 245 XMLTokenizer::ErrorType type; 784 ErrorType type = nonFatal; 799 void XMLTokenizer::error(ErrorType type, const char* m, int lineNumber, int columnNumber)
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/ |
typing_weighting.cpp | 26 ErrorType TypingWeighting::getErrorType(const CorrectionType correctionType,
|
typing_weighting.h | 188 ErrorType getErrorType(const CorrectionType correctionType,
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/ |
weighting.cpp | 83 const ErrorType errorType = weighting->getErrorType(correctionType, traverseSession, 93 inputSize, errorType);
|
weighting.h | 83 virtual ErrorType getErrorType(const CorrectionType correctionType,
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
RetryScheduler.java | 124 int errorType = MmsSms.ERR_TYPE_GENERIC; 187 errorType = MmsSms.ERR_TYPE_GENERIC_PERMANENT; 220 values.put(PendingMessages.ERROR_TYPE, errorType);
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
PhoneNumberUtilTest.java | [all...] |
/external/libxml2/include/libxml/ |
debugXML.h | 140 xmlShellPrintXPathError (int errorType,
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTAttributeDef.java | 65 * @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) 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) 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 the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * [all...] |
/external/webkit/Source/WebCore/bindings/v8/ |
V8Proxy.h | 127 enum ErrorType { 248 static v8::Handle<v8::Value> throwError(ErrorType, const char* message); 392 inline v8::Handle<v8::Primitive> throwError(const char* message, V8Proxy::ErrorType type = V8Proxy::TypeError)
|
/external/libnfc-nxp/src/ |
phOsalNfc.h | 77 phOsalNfc_e_Noerror /**<No errortype */
|
/external/clang/tools/scan-build/ |
c++-analyzer | 95 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 100 if ($ErrorType eq $ParserRejects) { 103 elsif ($ErrorType eq $AttributeIgnored) { 106 elsif ($ErrorType eq $OtherError) { 120 print OUT "$ErrorType\n";
|
ccc-analyzer | 95 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 100 if ($ErrorType eq $ParserRejects) { 103 elsif ($ErrorType eq $AttributeIgnored) { 106 elsif ($ErrorType eq $OtherError) { 120 print OUT "$ErrorType\n";
|
/packages/inputmethods/LatinIME/native/jni/src/ |
defines.h | 451 // ErrorType is mainly decided by CorrectionType but it is also depending on if 469 } ErrorType;
|