/external/mesa3d/src/compiler/ |
D | glsl_types.cpp | 358 return error_type; in get_base_type() 463 return error_type; in vec() 475 return error_type; in dvec() 487 return error_type; in ivec() 500 return error_type; in uvec() 513 return error_type; in bvec() 529 return error_type; in get_instance() 546 return error_type; in get_instance() 550 return error_type; in get_instance() 574 default: return error_type; in get_instance() [all …]
|
D | glsl_types.h | 694 : error_type; in row_type() 708 : error_type; in column_type()
|
/external/v8/src/ |
D | pending-compilation-error-handler.h | 36 ParseErrorType error_type = kSyntaxError) { 44 error_type_ = error_type; 50 ParseErrorType error_type = kSyntaxError) { 58 error_type_ = error_type;
|
/external/wpa_supplicant_8/src/ap/ |
D | peerkey_auth.c | 41 u16 mui, u16 error_type) in wpa_smk_send_error() argument 59 error.error_type = host_to_be16(error_type); in wpa_smk_send_error() 320 u16 mui, error_type; in wpa_smk_error() local 346 error_type = be_to_host16(error.error_type); in wpa_smk_error() 350 MAC2STR(kde.mac_addr), mui, error_type); in wpa_smk_error() 352 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 | 49 void ReportErrorSummary(const char *error_type, StackTrace *stack) { in ReportErrorSummary() argument 54 ReportErrorSummary(error_type); in ReportErrorSummary() 61 ReportErrorSummary(error_type, frame->info); in ReportErrorSummary()
|
D | sanitizer_common.cc | 206 void ReportErrorSummary(const char *error_type, const AddressInfo &info) { in ReportErrorSummary() argument 210 buff.append("%s ", error_type); in ReportErrorSummary()
|
D | sanitizer_common.h | 390 void ReportErrorSummary(const char *error_type, const AddressInfo &info); 392 void ReportErrorSummary(const char *error_type, StackTrace *trace);
|
/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 104 error.error_type = host_to_be16(error_type); in wpa_supplicant_send_smk_error() 110 MAC2STR(peer), mui, error_type); in wpa_supplicant_send_smk_error() 113 "(mui %d error_type %d)", mui, error_type); in wpa_supplicant_send_smk_error() 598 u16 error_type; in wpa_supplicant_process_smk_error() local 623 error_type = be_to_host16(error.error_type); in wpa_supplicant_process_smk_error() 627 be_to_host16(error.mui), error_type, in wpa_supplicant_process_smk_error() 631 (error_type == STK_ERR_STA_NR || error_type == STK_ERR_STA_NRSN || in wpa_supplicant_process_smk_error() 632 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Error.h | 636 typedef std::unique_ptr<ErrorInfoBase> error_type; typedef 658 new (getErrorStorage()) error_type(Err.takePayload()); in Expected() 715 getErrorStorage()->~error_type(); in ~Expected() 799 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage())); in moveConstruct() 830 error_type *getErrorStorage() { in getErrorStorage() 832 return reinterpret_cast<error_type *>(ErrorStorage.buffer); in getErrorStorage() 853 AlignedCharArrayUnion<error_type> ErrorStorage;
|
/external/python/cpython2/Objects/ |
D | genobject.c | 154 PyObject *error_type, *error_value, *error_traceback; in gen_del() local 166 PyErr_Fetch(&error_type, &error_value, &error_traceback); in gen_del() 176 PyErr_Restore(error_type, error_value, error_traceback); in gen_del()
|
D | frameobject.c | 872 PyObject *error_type, *error_value, *error_traceback; in PyFrame_FastToLocals() local 890 PyErr_Fetch(&error_type, &error_value, &error_traceback); in PyFrame_FastToLocals() 915 PyErr_Restore(error_type, error_value, error_traceback); in PyFrame_FastToLocals() 924 PyObject *error_type, *error_value, *error_traceback; in PyFrame_LocalsToFast() local 937 PyErr_Fetch(&error_type, &error_value, &error_traceback); in PyFrame_LocalsToFast() 956 PyErr_Restore(error_type, error_value, error_traceback); in PyFrame_LocalsToFast()
|
/external/llvm/include/llvm/Support/ |
D | Error.h | 605 typedef std::unique_ptr<ErrorInfoBase> error_type; typedef 679 getErrorStorage()->~error_type(); in ~Expected() 764 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage())); in moveConstruct() 795 error_type *getErrorStorage() { in getErrorStorage() 797 return reinterpret_cast<error_type *>(ErrorStorage.buffer); in getErrorStorage() 818 AlignedCharArrayUnion<error_type> ErrorStorage;
|
/external/fio/ |
D | td_error.h | 14 enum error_type { enum
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 342 return glsl_type::error_type; in arithmetic_result_type() 355 return glsl_type::error_type; in arithmetic_result_type() 372 return glsl_type::error_type; in arithmetic_result_type() 415 return glsl_type::error_type; in arithmetic_result_type() 452 if (type == glsl_type::error_type) { in arithmetic_result_type() 464 return glsl_type::error_type; in arithmetic_result_type() 483 return glsl_type::error_type; in unary_arithmetic_result_type() 507 return glsl_type::error_type; in bit_logic_result_type() 519 return glsl_type::error_type; in bit_logic_result_type() 524 return glsl_type::error_type; in bit_logic_result_type() [all …]
|
D | opt_rebalance_tree.cpp | 295 assert(new_type != glsl_type::error_type); in update_types()
|
D | ast_array_index.cpp | 354 result->type = glsl_type::error_type; in _mesa_ast_array_index_to_hir()
|
/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/clang/tools/scan-build-py/libscanbuild/ |
D | runner.py | 186 error_type = 'crash' if child.returncode & 127 else 'other_error' 188 'error_type': error_type,
|
/external/autotest/client/cros/crash/ |
D | crash_test.py | 470 error_type = error_type_match.group(1) 472 error_type = None 494 'error_type': error_type,
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 152 static int bb_output (blk_t bad, enum error_types error_type) in bb_output() argument 175 if (error_type == READ_ERROR) { in bb_output() 177 } else if (error_type == WRITE_ERROR) { in bb_output() 179 } else if (error_type == CORRUPTION_ERROR) { in bb_output()
|
/external/mksh/src/ |
D | expr.c | 88 enum error_type { enum 93 static void evalerr(Expr_state *, enum error_type, const char *) 174 evalerr(Expr_state *es, enum error_type type, const char *str) in evalerr()
|
/external/v8/src/parsing/ |
D | parser.h | 898 ParseErrorType error_type = kSyntaxError) { 908 arg, error_type); 914 ParseErrorType error_type = kSyntaxError) { 924 arg, error_type);
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 1757 PyObject *error_type, *error_value, *error_traceback; in mywrite() local 1759 PyErr_Fetch(&error_type, &error_value, &error_traceback); in mywrite() 1779 PyErr_Restore(error_type, error_value, error_traceback); in mywrite()
|