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

1 2

  /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...]
  /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);
translate_infobar_delegate.h 51 TranslateErrors::Type error_type,
translate_manager.cc 559 if (details->error_type != TranslateErrors::NONE) {
560 infobar = TranslateInfoBarDelegate::CreateErrorDelegate(details->error_type,
  /external/chromium/chrome/browser/ssl/
ssl_error_info.h 42 static SSLErrorInfo CreateError(ErrorType error_type,
ssl_error_info.cc 29 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type,
34 switch (error_type) {
  /external/wpa_supplicant_8/src/ap/
peerkey_auth.c 52 u16 mui, u16 error_type)
70 error.error_type = host_to_be16(error_type);
332 u16 mui, error_type; local
359 error_type = be_to_host16(error.error_type);
363 MAC2STR(kde.mac_addr), mui, error_type);
365 wpa_smk_send_error(wpa_auth, search.sm, sm->addr, mui, error_type);
  /external/compiler-rt/lib/msan/
msan_report.cc 76 static void ReportSummary(const char *error_type, StackTrace *stack) {
84 ReportErrorSummary(error_type,
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.h 49 u16 error_type; member in struct:ikev2_responder_data
ikev2.c 411 data->error_type = INVALID_KE_PAYLOAD;
608 data->error_type = AUTHENTICATION_FAILED;
774 data->error_type = 0;
1075 if (data->error_type == 0) {
1091 wpabuf_put_be16(msg, data->error_type);
1093 switch (data->error_type) {
1109 "%d", data->error_type);
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 64 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);
601 u16 error_type; local
627 error_type = be_to_host16(error.error_type);
    [all...]
  /frameworks/base/tools/aidl/
aidl_language.h 162 } error_type; typedef in typeref:enum:__anon19882
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 196 void ReportErrorSummary(const char *error_type, const char *file,
201 SanitizerToolName, error_type,
sanitizer_common.h 167 // SanitizerToolName: error_type file:line function
169 void ReportErrorSummary(const char *error_type, const char *file,
  /ndk/sources/cxx-stl/llvm-libc++/src/
regex.cpp 18 make_error_type_string(regex_constants::error_type ecode)
63 regex_error::regex_error(regex_constants::error_type ecode)
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 693 std::string error_type = "cancel"; local
698 error_type = error->Attr(buzz::QN_TYPE);
725 } else if ((error_type != "continue") && (error_type != "wait")) {
    [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc 472 static void ReportSummary(const char *error_type, StackTrace *stack) {
479 ReportErrorSummary(error_type,
  /external/mksh/src/
expr.c 166 enum error_type { enum
171 static void evalerr(Expr_state *, enum error_type, const char *)
252 evalerr(Expr_state *es, enum error_type type, const char *str)
  /external/wpa_supplicant_8/src/common/
wpa_common.h 268 be16 error_type; member in struct:rsn_error_kde
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h     [all...]

Completed in 816 milliseconds

1 2