HomeSort by relevance Sort by last modified time
    Searched refs:ErrorType (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
NumberParseException.java 26 public enum ErrorType {
43 private ErrorType errorType;
46 public NumberParseException(ErrorType errorType, String message) {
49 this.errorType = errorType;
55 public ErrorType getErrorType() {
56 return errorType;
61 return "Error type: " + errorType + ". " + message
    [all...]
  /external/skia/gm/
gm_error.h 22 enum ErrorType {
38 * Returns the name of the given ErrorType.
40 static const char *getErrorTypeName(ErrorType type) {
61 * Fills in "type" with the ErrorType associated with name "name".
64 static bool getErrorTypeByName(const char name[], ErrorType *type) {
66 ErrorType thisType = static_cast<ErrorType>(typeInt);
82 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {}
92 * Adds this ErrorType to this ErrorCombination.
94 void add(const ErrorType type)
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.h 22 enum ErrorType {
56 FormFieldError(ErrorType error_type, Location location);
59 ErrorType error_type() const { return error_type_; }
77 ErrorType error_type_;
wallet_client_delegate.h 79 virtual void OnWalletError(WalletClient::ErrorType error_type) = 0;
form_field_error.cc 17 FormFieldError::ErrorType ErrorTypeFromString(const std::string& error_type) {
53 FormFieldError::FormFieldError(ErrorType error_type, Location location)
wallet_client.h 76 enum ErrorType {
222 void HandleWalletError(ErrorType error_type);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLErrors.h 44 enum ErrorType { warning, nonFatal, fatal };
45 void handleError(ErrorType, const char* message, int lineNumber, int columnNumber);
46 void handleError(ErrorType, const char* message, TextPosition);
  /external/chromium_org/sync/api/
sync_error.h 29 enum ErrorType {
48 ErrorType error_type,
73 ErrorType error_type() const;
90 ErrorType error_type);
99 ErrorType error_type_;
sync_error.cc 20 ErrorType error_type,
88 ErrorType error_type) {
115 SyncError::ErrorType SyncError::error_type() const {
  /external/chromium/chrome/browser/ssl/
ssl_error_info.h 23 enum ErrorType {
39 // Converts a network error code to an ErrorType.
40 static ErrorType NetErrorToErrorType(int net_error);
42 static SSLErrorInfo CreateError(ErrorType error_type,
  /external/chromium_org/chrome/browser/ssl/
ssl_error_info.h 24 enum ErrorType {
41 // Converts a network error code to an ErrorType.
42 static ErrorType NetErrorToErrorType(int net_error);
44 static SSLErrorInfo CreateError(ErrorType error_type,
  /external/chromium_org/remoting/protocol/
jingle_messages.h 93 enum ErrorType {
103 JingleMessageReply(ErrorType error);
104 JingleMessageReply(ErrorType error, const std::string& text);
114 ErrorType error_type;
  /external/chromium_org/chrome/browser/extensions/
extension_creator.h 40 enum ErrorType { kOtherError, kCRXExists };
51 ErrorType error_type() { return error_type_; }
98 ErrorType error_type_;
pack_extension_job.h 28 ExtensionCreator::ErrorType error_type) = 0;
61 ExtensionCreator::ErrorType error_type);
startup_helper.h 26 ExtensionCreator::ErrorType type) OVERRIDE;
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h 101 enum ErrorType {
130 ErrorType error_type() const { return error_type_; }
162 ErrorType error_type_;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.cpp 26 ErrorType TypingWeighting::getErrorType(const CorrectionType correctionType,
  /external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher.h 24 enum ErrorType {
34 virtual void OnError(PrivetURLFetcher* fetcher, ErrorType error) = 0;
privet_http_impl.h 28 PrivetURLFetcher::ErrorType error) OVERRIDE;
55 PrivetURLFetcher::ErrorType error) OVERRIDE;
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 61 enum ErrorType {
140 ArgStream addError(const SourceRange &Range, ErrorType Error);
154 ErrorType Type;
  /external/chromium_org/sync/protocol/
proto_enum_conversions.h 43 sync_pb::SyncEnums::ErrorType error_type);
  /external/chromium_org/chrome/browser/google_apis/
task_util.h 127 template<typename ErrorType, typename P1>
128 struct CreateErrorRunCallbackHelper<void(ErrorType, P1)> {
129 typedef base::Callback<void(ErrorType)> ResultType;
131 const base::Callback<void(ErrorType, P1)>& callback, ErrorType error) {
  /external/chromium_org/chrome/browser/ui/webui/extensions/
pack_extension_handler.h 41 ExtensionCreator::ErrorType) OVERRIDE;
  /external/chromium_org/components/autofill/content/browser/
autocheckout_request_manager.cc 101 wallet::WalletClient::ErrorType error_type) {
autocheckout_request_manager.h 71 wallet::WalletClient::ErrorType error_type) OVERRIDE;

Completed in 1594 milliseconds

1 2 3 4