Searched refs:error_type (Results 76 - 100 of 142) sorted by relevance

123456

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpeerkey.c64 u16 mui, u16 error_type, int ver)
103 error.error_type = host_to_be16(error_type);
108 MACSTR " mui %d error_type %d)",
109 MAC2STR(peer), mui, error_type);
112 "(mui %d error_type %d)", mui, error_type);
598 u16 error_type; local
624 error_type = be_to_host16(error.error_type);
62 wpa_supplicant_send_smk_error(struct wpa_sm *sm, const u8 *dst, const u8 *peer, u16 mui, u16 error_type, int ver) argument
[all...]
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpeerkey.c64 u16 mui, u16 error_type, int ver)
103 error.error_type = host_to_be16(error_type);
108 MACSTR " mui %d error_type %d)",
109 MAC2STR(peer), mui, error_type);
112 "(mui %d error_type %d)", mui, error_type);
598 u16 error_type; local
624 error_type = be_to_host16(error.error_type);
62 wpa_supplicant_send_smk_error(struct wpa_sm *sm, const u8 *dst, const u8 *peer, u16 mui, u16 error_type, int ver) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.c64 u16 mui, u16 error_type, int ver)
103 error.error_type = host_to_be16(error_type);
108 MACSTR " mui %d error_type %d)",
109 MAC2STR(peer), mui, error_type);
112 "(mui %d error_type %d)", mui, error_type);
598 u16 error_type; local
624 error_type = be_to_host16(error.error_type);
62 wpa_supplicant_send_smk_error(struct wpa_sm *sm, const u8 *dst, const u8 *peer, u16 mui, u16 error_type, int ver) argument
[all...]
/external/chromium_org/remoting/protocol/
H A Djingle_messages.cc330 error_type(NONE) {
335 error_type(error) {
341 error_type(error),
377 switch (error_type) {
/external/chromium_org/chrome/browser/ssl/
H A Dssl_error_info.cc29 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type, argument
33 switch (error_type) {
/external/chromium_org/chrome/browser/ui/views/translate/
H A Dtranslate_bubble_view.cc86 translate::TranslateErrors::Type error_type,
101 translate_bubble_view_->SwitchToErrorView(error_type);
126 error_type,
259 translate::TranslateErrors::Type error_type,
275 error_type_(error_type),
740 translate::TranslateErrors::Type error_type) {
742 error_type_ = error_type;
743 model_->ShowError(error_type);
82 ShowBubble( views::View* anchor_view, content::WebContents* web_contents, translate::TranslateStep step, translate::TranslateErrors::Type error_type, bool is_user_gesture) argument
256 TranslateBubbleView( views::View* anchor_view, scoped_ptr<TranslateBubbleModel> model, translate::TranslateErrors::Type error_type, content::WebContents* web_contents) argument
739 SwitchToErrorView( translate::TranslateErrors::Type error_type) argument
H A Dtranslate_bubble_view_unittest.cc44 virtual void ShowError(translate::TranslateErrors::Type error_type) OVERRIDE {
45 error_type_ = error_type;
/external/chromium_org/content/browser/android/
H A Dcontent_video_view.cc80 void ContentVideoView::OnMediaPlayerError(int error_type) { argument
86 error_type);
/external/libcxx/src/
H A Dregex.cpp18 make_error_type_string(regex_constants::error_type ecode)
63 regex_error::regex_error(regex_constants::error_type ecode)
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.c385 data->error_type = INVALID_KE_PAYLOAD;
574 data->error_type = AUTHENTICATION_FAILED;
740 data->error_type = 0;
1028 if (data->error_type == 0) {
1040 wpabuf_put_be16(msg, data->error_type);
1042 switch (data->error_type) {
1058 "%d", data->error_type);
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.c385 data->error_type = INVALID_KE_PAYLOAD;
574 data->error_type = AUTHENTICATION_FAILED;
740 data->error_type = 0;
1028 if (data->error_type == 0) {
1040 wpabuf_put_be16(msg, data->error_type);
1042 switch (data->error_type) {
1058 "%d", data->error_type);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.c385 data->error_type = INVALID_KE_PAYLOAD;
574 data->error_type = AUTHENTICATION_FAILED;
740 data->error_type = 0;
1028 if (data->error_type == 0) {
1040 wpabuf_put_be16(msg, data->error_type);
1042 switch (data->error_type) {
1058 "%d", data->error_type);
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.h223 void HandleWalletError(ErrorType error_type);
/external/chromium_org/components/sync_driver/
H A Ddata_type_status_table.cc39 syncer::SyncError::ErrorType failure_type = iter->second.error_type();
/external/chromium_org/content/child/webcrypto/test/
H A Dtest_helpers.cc44 *os << "Error type: " << status.error_type()
53 return a.error_type() == b.error_type() &&
86 EXPECT_EQ(blink::WebCryptoErrorTypeNotSupported, status.error_type());
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_message_util.cc133 out += base::IntToString(message.error().error_type());
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py247 return self == other_type or other_type is error_type
532 other_type is error_type)
1466 return src_type.is_int or src_type.is_enum or src_type is error_type
1656 return (src_type.is_numeric and not src_type.is_complex) or src_type is error_type
1735 or src_type is error_type)
2159 or other_type is error_type)
2223 or other_type is error_type)
2233 if other_type is error_type:
2389 if other_type is error_type:
2421 if other_type is error_type
3345 error_type = ErrorType() variable
[all...]
/external/chromium_org/chrome/browser/net/
H A Dnet_error_tab_helper_unittest.cc82 void FailProvisionalLoad(MainFrame main_frame, ErrorType error_type) { argument
85 if (error_type == DNS_ERROR)
/external/chromium_org/sync/protocol/
H A Dproto_enum_conversions.cc141 const char* GetErrorTypeString(sync_pb::SyncEnums::ErrorType error_type) { argument
143 switch (error_type) {
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc2656 ErrorType error_type = local
2658 if (error_type == NO_PARSING_ERROR) {
2661 if (error_type == INVALID_COUNTRY_CODE_ERROR) {
2663 ErrorType error_type = Parse(second_number, RegionCode::GetUnknown(), local
2665 if (error_type == NO_PARSING_ERROR) {
2668 if (error_type == INVALID_COUNTRY_CODE_ERROR) {
2669 error_type = ParseHelper(first_number, RegionCode::GetUnknown(), false,
2671 if (error_type == NO_PARSING_ERROR) {
2672 error_type = ParseHelper(second_number, RegionCode::GetUnknown(), false,
2674 if (error_type
2691 ErrorType error_type = local
[all...]
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync.py1398 if (self.account.induced_error.error_type !=
1444 error_type = urlparse.parse_qs(query)['error']
1446 error.error_type = int(error_type[0])
1463 (error.error_type, error.action,
1616 response.error.error_type = error.error_type
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsandbox_bpf.cc250 if (err->error_type() == ErrorCode::ET_SIMPLE &&
256 } else if (err->error_type() == ErrorCode::ET_COND) {
261 } else if (err->error_type() == ErrorCode::ET_TRAP) {
263 } else if (err->error_type() == ErrorCode::ET_SIMPLE &&
888 switch (err.error_type()) {
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DGenerator.c485 PyObject *error_type, *error_value, *error_traceback; local
498 __Pyx_ErrFetch(&error_type, &error_value, &error_traceback);
508 __Pyx_ErrRestore(error_type, error_value, error_traceback);
/external/chromium_org/sync/test/fake_server/
H A Dfake_server.cc511 void FakeServer::TriggerError(const sync_pb::SyncEnums::ErrorType& error_type) { argument
512 error_type_ = error_type;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window.h230 translate::TranslateErrors::Type error_type,

Completed in 656 milliseconds

123456