Home
last modified time | relevance | path

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

1234

/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/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/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
52 ErrorType error_type,
77 ErrorType error_type() const;
94 ErrorType error_type);
103 ErrorType error_type_;
Dsync_error.cc20 ErrorType error_type, in SyncError()
91 ErrorType error_type) { in Init()
118 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/
DWebPushError.h13 enum ErrorType { enum
19 WebPushError(ErrorType errorType, const WebString& message) in WebPushError()
25 ErrorType errorType;
DWebServiceWorkerError.h39 enum ErrorType { enum
50 WebServiceWorkerError(ErrorType errorType, const WebString& message) in WebServiceWorkerError()
53 ErrorType errorType;
DWebLockOrientationCallback.h20 enum ErrorType { enum
32 virtual void onError(ErrorType) { } in onError() argument
/external/chromium_org/third_party/WebKit/Source/core/xml/
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/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.h110 enum ErrorType { enum
139 ErrorType error_type() const { return error_type_; } in error_type()
175 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_;
Dpack_extension_job.h28 ExtensionCreator::ErrorType error_type) = 0;
61 ExtensionCreator::ErrorType error_type);
/external/chromium_org/media/cdm/ppapi/
Dcdm_file_io_impl.h57 enum ErrorType { enum
120 void OnError(ErrorType error_type);
123 void NotifyClientOfError(int32_t result, ErrorType error_type);
/external/chromium_org/content/common/
Dscreen_orientation_messages.h26 blink::WebLockOrientationCallback::ErrorType,
51 blink::WebLockOrientationCallback::ErrorType /* error */);
/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/lldb/source/API/
DSBError.cpp115 ErrorType
119 ErrorType err_type = eErrorTypeInvalid; in GetType()
130 SBError::SetError (uint32_t err, ErrorType type) in SetError()
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.h136 enum ErrorType { enum
519 ErrorType Parse(const string& number_to_parse,
526 ErrorType ParseAndKeepRawInput(const string& number_to_parse,
770 ErrorType MaybeExtractCountryCode(
780 ErrorType ParseHelper(const string& number_to_parse,
/external/chromium_org/content/renderer/screen_orientation/
Dscreen_orientation_dispatcher_unittest.cc37 blink::WebLockOrientationCallback::ErrorType error_;
51 blink::WebLockOrientationCallback::ErrorType error) { in onError()
151 std::list<blink::WebLockOrientationCallback::ErrorType> errors; in TEST_F()
157 for (std::list<blink::WebLockOrientationCallback::ErrorType>::const_iterator in TEST_F()
/external/lldb/include/lldb/API/
DSBError.h43 lldb::ErrorType
47 SetError (uint32_t err, lldb::ErrorType type);
/external/chromium_org/chrome/browser/local_discovery/
Dprivet_http_impl.h38 PrivetURLFetcher::ErrorType error) OVERRIDE;
64 PrivetURLFetcher::ErrorType error) OVERRIDE;
82 PrivetURLFetcher::ErrorType error) OVERRIDE;
134 PrivetURLFetcher::ErrorType error) OVERRIDE;
170 PrivetURLFetcher::ErrorType error) OVERRIDE;
226 PrivetURLFetcher::ErrorType error) OVERRIDE;

1234