Home
last modified time | relevance | path

Searched refs:E_ERROR (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Include/
Derrcode.h23 #define E_ERROR 17 /* Execution error */ macro
/external/python/cpython2/Include/
Derrcode.h23 #define E_ERROR 17 /* Execution error */ macro
/external/python/cpython3/Parser/
Dparsetok.c100 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()
Dtokenizer.c1081 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/
Ddef.c68 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()
Dencode_decode.c1255 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()
Dmessage.c1601 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/
Dtokenizer.c845 tok->done = E_ERROR; in tok_stdin_decode()
1639 tok->done = E_ERROR; in tok_get()
/external/python/cpython2/Python/
Dpythonrun.c1592 case E_ERROR: in err_input()
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php375 trigger_error("Not implemented.", E_ERROR);
/external/python/cpython3/Python/
Dpythonrun.c1566 case E_ERROR: in err_input()