HomeSort by relevance Sort by last modified time
    Searched defs:error_type (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/translate/
page_translated_details.h 20 error_type(in_error_type) { }
24 TranslateErrors::Type error_type; member in struct:PageTranslatedDetails
  /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...]
  /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/mesa3d/src/glsl/
builtin_types.h 30 const glsl_type *const glsl_type::error_type = & glsl_type::_error_type; member in class:glsl_type
glsl_types.h 144 static const glsl_type *const error_type; member in struct:glsl_type
332 * If the type is not a matrix, \c glsl_type::error_type is returned.
339 : error_type;
346 * If the type is not a matrix, \c glsl_type::error_type is returned.
353 : error_type;
362 * or the named field does not exist, \c glsl_type::error_type is returned.
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
ikev2.h 55 u16 error_type; member in struct:ikev2_responder_data
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.h 49 u16 error_type; member in struct:ikev2_responder_data
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
peerkey.c 69 u16 mui, u16 error_type, int ver)
108 error.error_type = host_to_be16(error_type);
113 MACSTR " mui %d error_type %d)",
114 MAC2STR(peer), mui, error_type);
117 "(mui %d error_type %d)", mui, error_type);
614 u16 error_type; local
638 error_type = be_to_host16(error.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);
609 u16 error_type; local
635 error_type = be_to_host16(error.error_type);
    [all...]
  /frameworks/base/tools/aidl/
aidl_language.h 158 } error_type; typedef in typeref:enum:__anon17038
  /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/mksh/src/
expr.c 151 enum error_type { enum
156 static void evalerr(Expr_state *, enum error_type, const char *)
240 evalerr(Expr_state *es, enum error_type type, const char *str)
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 252 be16 error_type; member in struct:rsn_error_kde
  /external/wpa_supplicant_8/src/common/
wpa_common.h 254 be16 error_type; member in struct:rsn_error_kde

Completed in 563 milliseconds