/external/skia/gm/ |
D | gm_error.h | 22 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/ |
D | gm_error.h | 22 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/ |
D | NumberParseException.java | 25 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/ |
D | sync_error.h | 29 enum ErrorType { enum 52 ErrorType error_type, 77 ErrorType error_type() const; 94 ErrorType error_type); 103 ErrorType error_type_;
|
D | sync_error.cc | 20 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/ |
D | form_field_error.h | 22 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/ |
D | Error.h | 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/third_party/WebKit/public/platform/ |
D | WebPushError.h | 13 enum ErrorType { enum 19 WebPushError(ErrorType errorType, const WebString& message) in WebPushError() 25 ErrorType errorType;
|
D | WebServiceWorkerError.h | 39 enum ErrorType { enum 50 WebServiceWorkerError(ErrorType errorType, const WebString& message) in WebServiceWorkerError() 53 ErrorType errorType;
|
D | WebLockOrientationCallback.h | 20 enum ErrorType { enum 32 virtual void onError(ErrorType) { } in onError() argument
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLErrors.h | 47 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/ |
D | jingle_messages.h | 93 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/ |
D | ssl_error_info.h | 24 enum ErrorType { enum 45 static ErrorType NetErrorToErrorType(int net_error); 47 static SSLErrorInfo CreateError(ErrorType error_type,
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | errorcode.h | 110 enum ErrorType { enum 139 ErrorType error_type() const { return error_type_; } in error_type() 175 ErrorType error_type_;
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_creator.h | 40 enum ErrorType { kOtherError, kCRXExists }; enum 51 ErrorType error_type() { return error_type_; } in error_type() 98 ErrorType error_type_;
|
D | pack_extension_job.h | 28 ExtensionCreator::ErrorType error_type) = 0; 61 ExtensionCreator::ErrorType error_type);
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_file_io_impl.h | 57 enum ErrorType { enum 120 void OnError(ErrorType error_type); 123 void NotifyClientOfError(int32_t result, ErrorType error_type);
|
/external/chromium_org/content/common/ |
D | screen_orientation_messages.h | 26 blink::WebLockOrientationCallback::ErrorType, 51 blink::WebLockOrientationCallback::ErrorType /* error */);
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | Diagnostics.h | 60 enum ErrorType { enum 140 ArgStream addError(const SourceRange &Range, ErrorType Error); 154 ErrorType Type;
|
/external/lldb/scripts/Python/interface/ |
D | SBError.i | 82 lldb::ErrorType 86 SetError (uint32_t err, lldb::ErrorType type);
|
/external/lldb/source/API/ |
D | SBError.cpp | 115 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/ |
D | phonenumberutil.h | 136 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/ |
D | screen_orientation_dispatcher_unittest.cc | 37 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/ |
D | SBError.h | 43 lldb::ErrorType 47 SetError (uint32_t err, lldb::ErrorType type);
|
/external/chromium_org/chrome/browser/local_discovery/ |
D | privet_http_impl.h | 38 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;
|