Searched refs:E_ERROR (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Include/ |
D | errcode.h | 23 #define E_ERROR 17 /* Execution error */ macro
|
/external/python/cpython2/Include/ |
D | errcode.h | 23 #define E_ERROR 17 /* Execution error */ macro
|
/external/python/cpython3/Parser/ |
D | parsetok.c | 100 err_ret->error = E_ERROR; in PyParser_ParseStringObject() 133 err_ret->error = E_ERROR; in PyParser_ParseStringFlagsFilenameEx() 202 err_ret->error = E_ERROR; in PyParser_ParseFileFlagsEx() 481 err_ret->error = E_ERROR; in initerr()
|
D | tokenizer.c | 1081 tok->done = E_ERROR; in syntaxerror() 1108 tok->done = E_ERROR; in verify_identifier() 1115 tok->done = E_ERROR; in verify_identifier() 1128 tok->done = E_ERROR; in verify_identifier()
|
/external/protobuf/php/ext/google/protobuf/ |
D | def.c | 68 zend_error(E_ERROR, "%s: %s\n", msg, upb_status_errmsg(status)); in check_upb_status() 404 zend_error(E_ERROR, "Unknown field type."); in to_fieldtype() 655 zend_error(E_ERROR, "Required fields are unsupported in proto3."); in validate_msgdef() 862 E_ERROR, in register_class() 903 zend_error(E_ERROR, "Failed to parse binary descriptor\n"); in parse_and_add_descriptor() 910 zend_error(E_ERROR, "Serialized descriptors should have exactly one file"); in parse_and_add_descriptor()
|
D | encode_decode.c | 1255 zend_error(E_ERROR, "Invalid type url: %s", type_url_str); in putjsonany() 1265 zend_error(E_ERROR, "Unknown type: %s", type_url_str); in putjsonany() 1407 zend_error(E_ERROR, in putrawmsg() 1480 zend_error(E_ERROR, "Internal error."); in putrawmsg()
|
D | message.c | 1601 zend_error(E_ERROR, "Make sure date extension is enabled."); 1625 zend_error(E_ERROR, "Cannot get timestamp from DateTime."); 1657 zend_error(E_ERROR, "Cannot format DateTime."); 1727 zend_error(E_ERROR, "Cannot create DateTime.");
|
/external/python/cpython2/Parser/ |
D | tokenizer.c | 845 tok->done = E_ERROR; in tok_stdin_decode() 1639 tok->done = E_ERROR; in tok_get()
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 1592 case E_ERROR: in err_input()
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | Message.php | 375 trigger_error("Not implemented.", E_ERROR);
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 1566 case E_ERROR: in err_input()
|