Searched defs:ErrorType (Results 1 - 6 of 6) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DNumberParseException.java26 public enum ErrorType { enum in class:NumberParseException
43 private ErrorType errorType;
46 public NumberParseException(ErrorType errorType, String message) {
55 public ErrorType getErrorType() {
/external/chromium/chrome/browser/ssl/
H A Dssl_error_info.h23 enum ErrorType { enum in class:SSLErrorInfo
39 // Converts a network error code to an ErrorType.
40 static ErrorType NetErrorToErrorType(int net_error);
42 static SSLErrorInfo CreateError(ErrorType error_type,
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.h54 enum ErrorType { warning, nonFatal, fatal }; enum in class:WebCore::XMLTokenizer
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);
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Proxy.h127 enum ErrorType { enum in class:WebCore::V8Proxy
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 179 milliseconds