/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...] |
PhoneNumberUtil.java | [all...] |
/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/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)
|
XMLDocumentParserLibxml2.cpp | 176 void appendErrorCallback(XMLDocumentParser::ErrorType type, const xmlChar* message, int lineNumber, int columnNumber) 330 XMLDocumentParser::ErrorType type; 936 void XMLDocumentParser::error(ErrorType type, const char* message, va_list args) [all...] |
XMLDocumentParserQt.cpp | 447 ErrorType type = (m_stream.error() == QXmlStreamReader::NotWellFormedError) ?
|
/external/clang/tools/scan-build/ |
c++-analyzer | 82 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 87 if ($ErrorType eq $ParserRejects) { 90 elsif ($ErrorType eq $AttributeIgnored) { 104 print OUT "$ErrorType\n";
|
ccc-analyzer | 82 my ($Clang, $Lang, $file, $Args, $HtmlDir, $ErrorType, $ofile) = @_; 87 if ($ErrorType eq $ParserRejects) { 90 elsif ($ErrorType eq $AttributeIgnored) { 104 print OUT "$ErrorType\n";
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8Proxy.h | 127 enum ErrorType { 256 static v8::Handle<v8::Value> throwError(ErrorType, const char* message); 400 inline v8::Handle<v8::Primitive> throwError(const char* message, V8Proxy::ErrorType type = V8Proxy::TypeError)
|
V8Proxy.cpp | 725 v8::Handle<v8::Value> V8Proxy::throwError(ErrorType type, const char* message)
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
PhoneNumberUtilTest.java | [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlibint.h | 836 typedef int (*ErrorType) ( 877 ErrorType error; /* who to call when an error occurs */ [all...] |
/prebuilt/common/ecj/ |
ecj.jar | |