Searched refs:ErrorType (Results 1 - 25 of 99) sorted by relevance

1234

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DNumberParseException.java25 public enum ErrorType { enum in class:NumberParseException
42 private ErrorType errorType;
45 public NumberParseException(ErrorType errorType, String message) {
54 public ErrorType getErrorType() {
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCredentialManagerError.h15 enum ErrorType { enum in struct:blink::WebCredentialManagerError
21 WebCredentialManagerError(ErrorType type, WebString message)
27 ErrorType errorType;
H A DWebGeofencingError.h13 enum ErrorType { enum in struct:blink::WebGeofencingError
19 WebGeofencingError(ErrorType errorType, const WebString& message)
25 ErrorType errorType;
H A DWebPushError.h13 enum ErrorType { enum in struct:blink::WebPushError
19 WebPushError(ErrorType errorType, const WebString& message)
25 ErrorType errorType;
H A DWebServiceWorkerError.h39 enum ErrorType { enum in struct:blink::WebServiceWorkerError
51 WebServiceWorkerError(ErrorType errorType, const WebString& message)
54 ErrorType errorType;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_registration_status.h17 blink::WebServiceWorkerError::ErrorType* error_type,
H A Dservice_worker_cache.h40 enum ErrorType { enum in class:content::ServiceWorkerCache
47 typedef base::Callback<void(ErrorType)> ErrorCallback;
48 typedef base::Callback<void(ErrorType,
53 typedef base::Callback<void(ErrorType, scoped_ptr<Requests>)>
128 void InitDone(ErrorType error);
H A Dservice_worker_registration_status.cc16 blink::WebServiceWorkerError::ErrorType* error_type,
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_auth_util.h18 enum ErrorType { enum in struct:extensions::core_api::cast_channel::AuthResult
38 ErrorType error_type);
40 ErrorType error_type,
46 ErrorType error_type;
51 ErrorType error_type,
H A Dcast_auth_util.cc19 ErrorType error_type) {
25 ErrorType error_type,
31 ErrorType error_type,
/external/chromium_org/third_party/skia/gm/
H A Dgm_error.h22 enum ErrorType { enum in namespace:skiagm
39 * Returns the name of the given ErrorType.
41 static const char *getErrorTypeName(ErrorType type) {
64 * Fills in "type" with the ErrorType associated with name "name".
67 static bool getErrorTypeByName(const char name[], ErrorType *type) {
69 ErrorType thisType = static_cast<ErrorType>(typeInt);
85 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {}
95 * Adds this ErrorType to this ErrorCombination.
97 void add(const ErrorType typ
[all...]
/external/skia/gm/
H A Dgm_error.h22 enum ErrorType { enum in namespace:skiagm
39 * Returns the name of the given ErrorType.
41 static const char *getErrorTypeName(ErrorType type) {
64 * Fills in "type" with the ErrorType associated with name "name".
67 static bool getErrorTypeByName(const char name[], ErrorType *type) {
69 ErrorType thisType = static_cast<ErrorType>(typeInt);
85 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {}
95 * Adds this ErrorType to this ErrorCombination.
97 void add(const ErrorType typ
[all...]
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLErrors.h47 enum ErrorType { ErrorTypeWarning, ErrorTypeNonFatal, ErrorTypeFatal }; enum in class:blink::XMLErrors
48 void handleError(ErrorType, const char* message, int lineNumber, int columnNumber);
49 void handleError(ErrorType, const char* message, TextPosition);
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dform_field_error.h22 enum ErrorType { enum in class:autofill::wallet::FormFieldError
56 FormFieldError(ErrorType error_type, Location location);
59 ErrorType error_type() const { return error_type_; }
77 ErrorType error_type_;
/external/chromium_org/sync/api/
H A Dsync_error.h29 enum ErrorType { enum in class:syncer::SyncError
62 ErrorType error_type,
87 ErrorType error_type() const;
109 ErrorType error_type);
118 ErrorType error_type_;
H A Dsync_error.cc20 ErrorType error_type,
71 ErrorType error_type) {
98 SyncError::ErrorType SyncError::error_type() const {
/external/chromium_org/chrome/browser/ssl/
H A Dssl_error_info.h24 enum ErrorType { enum in class:SSLErrorInfo
44 // Converts a network error code to an ErrorType.
45 static ErrorType NetErrorToErrorType(int net_error);
47 static SSLErrorInfo CreateError(ErrorType error_type,
/external/lldb/include/lldb/Core/
H A DError.h35 /// associated type that is of type lldb::ErrorType. New types
70 Error (ValueType err, lldb::ErrorType type = lldb::eErrorTypeGeneric);
156 lldb::ErrorType
226 SetError (ValueType err, lldb::ErrorType type);
305 lldb::ErrorType m_type; ///< The type of the above error code.
/external/chromium_org/remoting/protocol/
H A Djingle_messages.h93 enum ErrorType { enum in struct:remoting::protocol::JingleMessageReply
103 JingleMessageReply(ErrorType error);
104 JingleMessageReply(ErrorType error, const std::string& text);
114 ErrorType error_type;
/external/lldb/scripts/Python/interface/
H A DSBError.i82 lldb::ErrorType
86 SetError (uint32_t err, lldb::ErrorType type);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_creator.h40 enum ErrorType { kOtherError, kCRXExists }; enum in class:extensions::ExtensionCreator
51 ErrorType error_type() { return error_type_; }
98 ErrorType error_type_;
H A Dpack_extension_job.h28 ExtensionCreator::ErrorType error_type) = 0;
61 ExtensionCreator::ErrorType error_type);
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.h101 enum ErrorType { enum in class:sandbox::ErrorCode
130 ErrorType error_type() const { return error_type_; }
166 ErrorType error_type_;
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_file_io_impl.h74 enum ErrorType { enum in class:media::CdmFileIOImpl
156 void OnError(ErrorType error_type);
159 void NotifyClientOfError(int32_t result, ErrorType error_type);
/external/lldb/include/lldb/API/
H A DSBError.h43 lldb::ErrorType
47 SetError (uint32_t err, lldb::ErrorType type);

Completed in 6540 milliseconds

1234