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

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_error.h 44 enum error_type enum in namespace:regex_constants
63 static constexpr error_type error_collate(_S_error_collate);
66 static constexpr error_type error_ctype(_S_error_ctype);
72 static constexpr error_type error_escape(_S_error_escape);
75 static constexpr error_type error_backref(_S_error_backref);
78 static constexpr error_type error_brack(_S_error_brack);
81 static constexpr error_type error_paren(_S_error_paren);
84 static constexpr error_type error_brace(_S_error_brace);
87 static constexpr error_type error_badbrace(_S_error_badbrace);
93 static constexpr error_type error_range(_S_error_range)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_error.h 44 enum error_type enum in namespace:regex_constants
63 static constexpr error_type error_collate(_S_error_collate);
66 static constexpr error_type error_ctype(_S_error_ctype);
72 static constexpr error_type error_escape(_S_error_escape);
75 static constexpr error_type error_backref(_S_error_backref);
78 static constexpr error_type error_brack(_S_error_brack);
81 static constexpr error_type error_paren(_S_error_paren);
84 static constexpr error_type error_brace(_S_error_brace);
87 static constexpr error_type error_badbrace(_S_error_badbrace);
93 static constexpr error_type error_range(_S_error_range)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_error.h 44 enum error_type enum in namespace:regex_constants
63 static constexpr error_type error_collate(_S_error_collate);
66 static constexpr error_type error_ctype(_S_error_ctype);
72 static constexpr error_type error_escape(_S_error_escape);
75 static constexpr error_type error_backref(_S_error_backref);
78 static constexpr error_type error_brack(_S_error_brack);
81 static constexpr error_type error_paren(_S_error_paren);
84 static constexpr error_type error_brace(_S_error_brace);
87 static constexpr error_type error_badbrace(_S_error_badbrace);
93 static constexpr error_type error_range(_S_error_range)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_error.h 44 enum error_type enum in namespace:regex_constants
63 static constexpr error_type error_collate(_S_error_collate);
66 static constexpr error_type error_ctype(_S_error_ctype);
72 static constexpr error_type error_escape(_S_error_escape);
75 static constexpr error_type error_backref(_S_error_backref);
78 static constexpr error_type error_brack(_S_error_brack);
81 static constexpr error_type error_paren(_S_error_paren);
84 static constexpr error_type error_brace(_S_error_brace);
87 static constexpr error_type error_badbrace(_S_error_badbrace);
93 static constexpr error_type error_range(_S_error_range)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_error.h 44 enum error_type enum in namespace:regex_constants
63 static constexpr error_type error_collate(_S_error_collate);
66 static constexpr error_type error_ctype(_S_error_ctype);
72 static constexpr error_type error_escape(_S_error_escape);
75 static constexpr error_type error_backref(_S_error_backref);
78 static constexpr error_type error_brack(_S_error_brack);
81 static constexpr error_type error_paren(_S_error_paren);
84 static constexpr error_type error_brace(_S_error_brace);
87 static constexpr error_type error_badbrace(_S_error_badbrace);
93 static constexpr error_type error_range(_S_error_range)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_error.h 44 enum error_type enum in namespace:regex_constants
63 static constexpr error_type error_collate(_S_error_collate);
66 static constexpr error_type error_ctype(_S_error_ctype);
72 static constexpr error_type error_escape(_S_error_escape);
75 static constexpr error_type error_backref(_S_error_backref);
78 static constexpr error_type error_brack(_S_error_brack);
81 static constexpr error_type error_paren(_S_error_paren);
84 static constexpr error_type error_brace(_S_error_brace);
87 static constexpr error_type error_badbrace(_S_error_badbrace);
93 static constexpr error_type error_range(_S_error_range)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_error.h 49 enum error_type enum in namespace:regex_constants
68 constexpr error_type error_collate(_S_error_collate);
71 constexpr error_type error_ctype(_S_error_ctype);
77 constexpr error_type error_escape(_S_error_escape);
80 constexpr error_type error_backref(_S_error_backref);
83 constexpr error_type error_brack(_S_error_brack);
86 constexpr error_type error_paren(_S_error_paren);
89 constexpr error_type error_brace(_S_error_brace);
92 constexpr error_type error_badbrace(_S_error_badbrace);
98 constexpr error_type error_range(_S_error_range)
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.cc 17 FormFieldError::ErrorType ErrorTypeFromString(const std::string& error_type) {
18 if (LowerCaseEqualsASCII(error_type, "unknown_error"))
20 if (LowerCaseEqualsASCII(error_type, "invalid_phone_number"))
22 if (LowerCaseEqualsASCII(error_type, "invalid_postal_code"))
24 if (LowerCaseEqualsASCII(error_type, "invalid_address"))
26 if (LowerCaseEqualsASCII(error_type, "invalid_card_details"))
28 if (LowerCaseEqualsASCII(error_type, "invalid_city"))
30 if (LowerCaseEqualsASCII(error_type, "invalid_instrument"))
32 if (LowerCaseEqualsASCII(error_type, "invalid_state"))
34 if (LowerCaseEqualsASCII(error_type, "required_field_not_set")
138 std::string error_type; local
    [all...]
form_field_error.h 56 FormFieldError(ErrorType error_type, Location location);
59 ErrorType error_type() const { return error_type_; } function in class:autofill::wallet::FormFieldError
62 // Gets the appropriate field type for |location| and |error_type|.
66 // |error_type|.
wallet_client_delegate.h 79 virtual void OnWalletError(WalletClient::ErrorType error_type) = 0;
  /external/chromium/chrome/browser/translate/
page_translated_details.h 20 error_type(in_error_type) { }
24 TranslateErrors::Type error_type; member in struct:PageTranslatedDetails
translate_tab_helper.h 32 TranslateErrors::Type error_type);
translate_tab_helper.cc 53 TranslateErrors::Type error_type) {
56 PageTranslatedDetails details(original_lang, translated_lang, error_type);
  /external/chromium_org/chrome/browser/translate/
page_translated_details.h 19 error_type(in_error_type) { }
23 TranslateErrors::Type error_type; member in struct:PageTranslatedDetails
translate_tab_helper.h 38 TranslateErrors::Type error_type);
translate_tab_helper.cc 60 TranslateErrors::Type error_type) {
63 PageTranslatedDetails details(original_lang, translated_lang, error_type);
  /external/chromium_org/sync/api/
sync_error.cc 20 ErrorType error_type,
24 switch (error_type) {
41 Init(location, type_message + custom_message, model_type, error_type);
65 other.error_type());
88 ErrorType error_type) {
92 error_type_ = error_type;
115 SyncError::ErrorType SyncError::error_type() const { function in class:syncer::SyncError
sync_error.h 44 // Create a new Sync error of type |error_type| triggered by |model_type|
48 ErrorType error_type,
73 ErrorType error_type() const;
90 ErrorType error_type);
  /external/chromium_org/chrome/app/nibs/
PRESUBMIT.py 28 def _CheckXIBSystemAndXcodeVersions(input_api, output_api, error_type):
76 problems.append(error_type(
80 problems.append(error_type(
89 error_type=output_api.PresubmitPromptWarning)
93 error_type=output_api.PresubmitError)
  /external/chromium_org/chrome/browser/extensions/
pack_extension_job.cc 72 creator.error_message(), creator.error_type()));
75 creator.error_type());
87 ExtensionCreator::ErrorType error_type) {
89 client_->OnPackFailure(error, error_type);
pack_extension_job.h 28 ExtensionCreator::ErrorType error_type) = 0;
61 ExtensionCreator::ErrorType error_type);
  /external/chromium_org/chrome/browser/guestview/adview/
adview_guest.cc 64 std::string error_type; local
65 RemoveChars(net::ErrorToString(error_code), "net::", &error_type); local
70 args->SetString(guestview::kReason, error_type);
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_errors_test.cc 65 protocol_error.error_type = syncer::TRANSIENT_ERROR;
77 ASSERT_EQ(status.sync_protocol_error.error_type, protocol_error.error_type);
88 protocol_error.error_type = syncer::TRANSIENT_ERROR;
124 protocol_error.error_type = syncer::NOT_MY_BIRTHDAY;
136 ASSERT_EQ(status.sync_protocol_error.error_type, protocol_error.error_type);
  /external/chromium_org/sync/protocol/
sync_protocol_error.h 74 SyncProtocolErrorType error_type; member in struct:syncer::SyncProtocolError
  /external/chromium_org/media/base/android/
media_player_android.cc 22 void MediaPlayerAndroid::OnMediaError(int error_type) {
23 manager_->OnError(player_id_, error_type);

Completed in 280 milliseconds

1 2 3 4 5