Home
last modified time | relevance | path

Searched refs:ErrorType (Results 1 – 25 of 101) sorted by relevance

12345

/external/chromium_org/third_party/skia/gm/
Dgm_error.h22 enum ErrorType { enum
41 static const char *getErrorTypeName(ErrorType type) { in getErrorTypeName()
67 static bool getErrorTypeByName(const char name[], ErrorType *type) { in getErrorTypeByName()
69 ErrorType thisType = static_cast<ErrorType>(typeInt); in getErrorTypeByName()
85 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {} in ErrorCombination()
97 void add(const ErrorType type) { in add()
111 bool includes(const ErrorType type) const { in includes()
124 ErrorType type = static_cast<ErrorType>(typeInt); in asString()
/external/skia/gm/
Dgm_error.h22 enum ErrorType { enum
41 static const char *getErrorTypeName(ErrorType type) { in getErrorTypeName()
67 static bool getErrorTypeByName(const char name[], ErrorType *type) { in getErrorTypeByName()
69 ErrorType thisType = static_cast<ErrorType>(typeInt); in getErrorTypeByName()
85 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {} in ErrorCombination()
97 void add(const ErrorType type) { in add()
111 bool includes(const ErrorType type) const { in includes()
124 ErrorType type = static_cast<ErrorType>(typeInt); in asString()
/external/chromium_org/extensions/browser/api/cast_channel/
Dcast_auth_util.h18 enum ErrorType { enum
38 ErrorType error_type);
40 ErrorType error_type,
46 ErrorType error_type;
51 ErrorType error_type,
Dcast_auth_util.cc19 ErrorType error_type) { in Create()
25 ErrorType error_type, in CreateWithNSSError()
31 ErrorType error_type, in AuthResult()
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DNumberParseException.java25 public enum ErrorType { enum in NumberParseException
42 private ErrorType errorType;
45 public NumberParseException(ErrorType errorType, String message) { in NumberParseException()
54 public ErrorType getErrorType() { in getErrorType()
/external/chromium_org/sync/api/
Dsync_error.h29 enum ErrorType { enum
62 ErrorType error_type,
87 ErrorType error_type() const;
109 ErrorType error_type);
118 ErrorType error_type_;
Dsync_error.cc20 ErrorType error_type, in SyncError()
71 ErrorType error_type) { in Init()
98 SyncError::ErrorType SyncError::error_type() const { in error_type()
/external/chromium_org/components/autofill/content/browser/wallet/
Dform_field_error.h22 enum ErrorType { enum
56 FormFieldError(ErrorType error_type, Location location);
59 ErrorType error_type() const { return error_type_; } in error_type()
77 ErrorType error_type_;
/external/lldb/include/lldb/Core/
DError.h70 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/third_party/WebKit/public/platform/
DWebCredentialManagerError.h15 enum ErrorType { enum
21 WebCredentialManagerError(ErrorType type, WebString message) in WebCredentialManagerError()
27 ErrorType errorType;
DWebPushError.h13 enum ErrorType { enum
19 WebPushError(ErrorType errorType, const WebString& message) in WebPushError()
25 ErrorType errorType;
DWebGeofencingError.h13 enum ErrorType { enum
19 WebGeofencingError(ErrorType errorType, const WebString& message) in WebGeofencingError()
25 ErrorType errorType;
DWebServiceWorkerError.h39 enum ErrorType { enum
51 WebServiceWorkerError(ErrorType errorType, const WebString& message) in WebServiceWorkerError()
54 ErrorType errorType;
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLErrors.h47 enum ErrorType { ErrorTypeWarning, ErrorTypeNonFatal, ErrorTypeFatal }; enum
48 void handleError(ErrorType, const char* message, int lineNumber, int columnNumber);
49 void handleError(ErrorType, const char* message, TextPosition);
/external/chromium_org/remoting/protocol/
Djingle_messages.h93 enum ErrorType { enum
103 JingleMessageReply(ErrorType error);
104 JingleMessageReply(ErrorType error, const std::string& text);
114 ErrorType error_type;
/external/chromium_org/content/browser/service_worker/
Dservice_worker_cache.h40 enum ErrorType { enum
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);
/external/chromium_org/chrome/browser/ssl/
Dssl_error_info.h24 enum ErrorType { enum
45 static ErrorType NetErrorToErrorType(int net_error);
47 static SSLErrorInfo CreateError(ErrorType error_type,
/external/chromium_org/sandbox/linux/seccomp-bpf/
Derrorcode.h101 enum ErrorType { enum
130 ErrorType error_type() const { return error_type_; } in error_type()
166 ErrorType error_type_;
/external/chromium_org/chrome/browser/extensions/
Dextension_creator.h40 enum ErrorType { kOtherError, kCRXExists }; enum
51 ErrorType error_type() { return error_type_; } in error_type()
98 ErrorType error_type_;
/external/chromium_org/media/cdm/ppapi/
Dcdm_file_io_impl.h74 enum ErrorType { enum
156 void OnError(ErrorType error_type);
159 void NotifyClientOfError(int32_t result, ErrorType error_type);
/external/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h60 enum ErrorType { enum
140 ArgStream addError(const SourceRange &Range, ErrorType Error);
154 ErrorType Type;
/external/lldb/scripts/Python/interface/
DSBError.i82 lldb::ErrorType
86 SetError (uint32_t err, lldb::ErrorType type);
/external/chromium_org/chrome/browser/local_discovery/
Dprivet_http_impl.h39 PrivetURLFetcher::ErrorType error) OVERRIDE;
65 PrivetURLFetcher::ErrorType error) OVERRIDE;
83 PrivetURLFetcher::ErrorType error) OVERRIDE;
135 PrivetURLFetcher::ErrorType error) OVERRIDE;
171 PrivetURLFetcher::ErrorType error) OVERRIDE;
229 PrivetURLFetcher::ErrorType error) OVERRIDE;
/external/chromium_org/content/common/service_worker/
Dservice_worker_messages.h25 IPC_ENUM_TRAITS_MAX_VALUE(blink::WebServiceWorkerError::ErrorType,
273 blink::WebServiceWorkerError::ErrorType /* code */,
281 blink::WebServiceWorkerError::ErrorType /* code */,
289 blink::WebServiceWorkerError::ErrorType /* code */,
/external/lldb/source/API/
DSBError.cpp115 ErrorType
119 ErrorType err_type = eErrorTypeInvalid; in GetType()
130 SBError::SetError (uint32_t err, ErrorType type) in SetError()

12345