/external/wpa_supplicant_8/src/ap/ |
D | peerkey_auth.c | 52 u16 mui, u16 error_type) in wpa_smk_send_error() argument 70 error.error_type = host_to_be16(error_type); in wpa_smk_send_error() 333 u16 mui, error_type; in wpa_smk_error() local 359 error_type = be_to_host16(error.error_type); in wpa_smk_error() 363 MAC2STR(kde.mac_addr), mui, error_type); in wpa_smk_error() 365 wpa_smk_send_error(wpa_auth, search.sm, sm->addr, mui, error_type); in wpa_smk_error()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_libcdep.cc | 48 void ReportErrorSummary(const char *error_type, StackTrace *stack) { in ReportErrorSummary() argument 52 ReportErrorSummary(error_type); in ReportErrorSummary() 59 ReportErrorSummary(error_type, frame->info); in ReportErrorSummary()
|
D | sanitizer_common.cc | 241 void ReportErrorSummary(const char *error_type, const AddressInfo &info) { in ReportErrorSummary() argument 245 buff.append("%s ", error_type); in ReportErrorSummary()
|
D | sanitizer_common.h | 326 void ReportErrorSummary(const char *error_type, const AddressInfo &info); 328 void ReportErrorSummary(const char *error_type, StackTrace *trace);
|
/external/mesa3d/src/glsl/ |
D | ast_to_hir.cpp | 181 return glsl_type::error_type; in arithmetic_result_type() 194 return glsl_type::error_type; in arithmetic_result_type() 211 return glsl_type::error_type; in arithmetic_result_type() 254 return glsl_type::error_type; in arithmetic_result_type() 303 assert(type != glsl_type::error_type); in arithmetic_result_type() 320 assert(type != glsl_type::error_type); in arithmetic_result_type() 339 assert(type != glsl_type::error_type); in arithmetic_result_type() 346 return glsl_type::error_type; in arithmetic_result_type() 353 return glsl_type::error_type; in arithmetic_result_type() 372 return glsl_type::error_type; in unary_arithmetic_result_type() [all …]
|
D | glsl_types.cpp | 322 return error_type; in get_base_type() 402 return error_type; in get_instance() 417 return error_type; in get_instance() 421 return error_type; in get_instance() 444 default: return error_type; in get_instance() 449 return error_type; in get_instance() 563 return error_type; in field_type() 570 return error_type; in field_type()
|
D | glsl_types.h | 152 static const glsl_type *const error_type; member 423 : error_type; in row_type() 437 : error_type; in column_type()
|
D | builtin_types.h | 34 const glsl_type *const glsl_type::error_type = & glsl_type::_error_type;
|
D | ir.cpp | 31 this->type = glsl_type::error_type; in ir_rvalue() 1631 v->type = glsl_type::error_type; in error_value()
|
D | ir_validate.cpp | 654 assert(value->type != glsl_type::error_type); in check_node_type()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | peerkey.c | 64 u16 mui, u16 error_type, int ver) in wpa_supplicant_send_smk_error() argument 105 error.error_type = host_to_be16(error_type); in wpa_supplicant_send_smk_error() 111 MAC2STR(peer), mui, error_type); in wpa_supplicant_send_smk_error() 114 "(mui %d error_type %d)", mui, error_type); in wpa_supplicant_send_smk_error() 599 u16 error_type; in wpa_supplicant_process_smk_error() local 625 error_type = be_to_host16(error.error_type); in wpa_supplicant_process_smk_error() 629 be_to_host16(error.mui), error_type, in wpa_supplicant_process_smk_error() 633 (error_type == STK_ERR_STA_NR || error_type == STK_ERR_STA_NRSN || in wpa_supplicant_process_smk_error() 634 error_type == STK_ERR_CPHR_NS)) { in wpa_supplicant_process_smk_error()
|
/external/libcxx/src/ |
D | regex.cpp | 18 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string() 63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()
|
/external/fio/ |
D | td_error.h | 14 enum error_type { enum
|
D | thread_options.h | 232 enum error_type continue_on_error;
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | ikev2.c | 385 data->error_type = INVALID_KE_PAYLOAD; in ikev2_process_kei() 574 data->error_type = AUTHENTICATION_FAILED; in ikev2_process_auth_secret() 740 data->error_type = 0; in ikev2_responder_process() 1028 if (data->error_type == 0) { in ikev2_build_notification() 1040 wpabuf_put_be16(msg, data->error_type); in ikev2_build_notification() 1042 switch (data->error_type) { in ikev2_build_notification() 1058 "%d", data->error_type); in ikev2_build_notification()
|
D | ikev2.h | 49 u16 error_type; member
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 146 static int bb_output (blk_t bad, enum error_types error_type) in bb_output() argument 169 if (error_type == READ_ERROR) { in bb_output() 171 } else if (error_type == WRITE_ERROR) { in bb_output() 173 } else if (error_type == CORRUPTION_ERROR) { in bb_output()
|
/external/mksh/src/ |
D | expr.c | 165 enum error_type { enum 170 static void evalerr(Expr_state *, enum error_type, const char *) 251 evalerr(Expr_state *es, enum error_type type, const char *str) in evalerr()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 290 be16 error_type; member
|
/external/libcxx/include/ |
D | regex | 64 enum error_type 87 explicit regex_error(regex_constants::error_type ecode); 88 regex_constants::error_type code() const; 925 enum error_type 950 regex_constants::error_type __code_; 952 explicit regex_error(regex_constants::error_type __ecode); 955 regex_constants::error_type code() const {return __code_;}
|