Home
last modified time | relevance | path

Searched refs:error_type (Results 1 – 25 of 34) sorted by relevance

12

/external/mesa3d/src/compiler/
Dglsl_types.cpp358 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 …]
Dglsl_types.h694 : error_type; in row_type()
708 : error_type; in column_type()
/external/v8/src/
Dpending-compilation-error-handler.h36 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/
Dpeerkey_auth.c41 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/
Dsanitizer_common_libcdep.cc49 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()
Dsanitizer_common.cc206 void ReportErrorSummary(const char *error_type, const AddressInfo &info) { in ReportErrorSummary() argument
210 buff.append("%s ", error_type); in ReportErrorSummary()
Dsanitizer_common.h390 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/
Dpeerkey.c64 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/
Dregex.cpp18 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/
DError.h636 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/
Dgenobject.c154 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()
Dframeobject.c872 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/
DError.h605 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/
Dtd_error.h14 enum error_type { enum
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp342 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 …]
Dopt_rebalance_tree.cpp295 assert(new_type != glsl_type::error_type); in update_types()
Dast_array_index.cpp354 result->type = glsl_type::error_type; in _mesa_ast_array_index_to_hir()
/external/wpa_supplicant_8/src/eap_peer/
Dikev2.c385 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()
Dikev2.h49 u16 error_type; member
/external/clang/tools/scan-build-py/libscanbuild/
Drunner.py186 error_type = 'crash' if child.returncode & 127 else 'other_error'
188 'error_type': error_type,
/external/autotest/client/cros/crash/
Dcrash_test.py470 error_type = error_type_match.group(1)
472 error_type = None
494 'error_type': error_type,
/external/e2fsprogs/misc/
Dbadblocks.c152 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/
Dexpr.c88 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/
Dparser.h898 ParseErrorType error_type = kSyntaxError) {
908 arg, error_type);
914 ParseErrorType error_type = kSyntaxError) {
924 arg, error_type);
/external/python/cpython2/Python/
Dsysmodule.c1757 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()

12