Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dmessage.c52 zend_error(E_ERROR, "Unknown field: %s", Z_STRVAL_P(field_name)); in message_set_property()
155 zend_error(E_ERROR, se->php_error_template); in env_error_func()
254 zend_error(E_ERROR, "Descriptor does not have assigned name."); in build_class_from_descriptor()
Ddef.c16 zend_error(E_ERROR, in check_notfrozen()
155 zend_error(E_ERROR, "Required fields are unsupported in proto3."); in validate_msgdef()
283 zend_error(E_ERROR, "Unknown field type."); in string_to_descriptortype()
Dprotobuf.c27 zend_error(E_ERROR, "PHP object not found for given definition.\n"); in get_def_obj()
Dprotobuf.h278 zend_error(E_ERROR, "Unexpected type"); \
Dstorage.c153 zend_error(E_ERROR, "Expected number type for float field."); in native_slot_set_value_and_case()
/external/python/cpython3/Parser/
Dparsetok.c81 err_ret->error = E_ERROR; in PyParser_ParseStringFlagsFilenameEx()
149 err_ret->error = E_ERROR; in PyParser_ParseFileFlagsEx()
378 err_ret->error = E_ERROR; in initerr()
Dtokenizer.c1315 tok->done = E_ERROR; in verify_identifier()
/external/python/cpython2/Include/
Derrcode.h23 #define E_ERROR 17 /* Execution error */ macro
/external/python/cpython3/Include/
Derrcode.h23 #define E_ERROR 17 /* Execution error */ macro
/external/python/cpython2/Parser/
Dtokenizer.c845 tok->done = E_ERROR; in tok_stdin_decode()
1639 tok->done = E_ERROR; in tok_get()
/external/python/cpython3/Python/
Dpythonrun.c1341 case E_ERROR: in err_input()
/external/python/cpython2/Python/
Dpythonrun.c1592 case E_ERROR: in err_input()