HomeSort by relevance Sort by last modified time
    Searched refs:E_ERROR (Results 1 - 25 of 25) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
errcode.h 23 #define E_ERROR 17 /* Execution error */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
errcode.h 23 #define E_ERROR 17 /* Execution error */
  /external/python/cpython2/Include/
errcode.h 23 #define E_ERROR 17 /* Execution error */
  /prebuilts/gdb/darwin-x86/include/python2.7/
errcode.h 23 #define E_ERROR 17 /* Execution error */
  /prebuilts/gdb/linux-x86/include/python2.7/
errcode.h 23 #define E_ERROR 17 /* Execution error */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
errcode.h 23 #define E_ERROR 17 /* Execution error */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
errcode.h 23 #define E_ERROR 17 /* Execution error */
  /prebuilts/misc/common/swig/include/2.0.11/php/
phppointers.i 13 SWIG_PHP_Error( E_ERROR, SWIG_PHP_Arg_Error_Msg($argnum, Expected a reference) );
director.swg 166 : DirectorException(E_ERROR, "SWIG director pure virtual method called", msg TSRMLS_CC)
180 : DirectorException(E_ERROR, "SWIG director method error", msg TSRMLS_CC)
php.swg 89 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $&1_descriptor");
97 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $&1_descriptor");
106 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $1_descriptor");
113 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $1_descriptor");
120 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $*1_descriptor");
128 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $&1_descriptor");
142 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $&1_descriptor");
157 SWIG_PHP_Error(E_ERROR, "Type error in argument $arg of $symname.");
phprun.swg 72 static int default_error_code = E_ERROR;
110 zend_error(E_ERROR, "Type: %s failed to register with zend",type->name);
160 zend_error(E_ERROR, "Type: %s not registered with zend",type->name);
globalvar.i 206 SWIG_PHP_Error(E_ERROR,"Type error in value of $symname. Expected $&1_descriptor");
220 SWIG_PHP_Error(E_ERROR,"Type error in value of $symname. Expected $&1_descriptor");
typemaps.i 296 SWIG_PHP_Error(E_ERROR, "Type error in argument $arg of $symname.");
phpkw.swg 116 PHPBN2(E_ERROR);
  /external/protobuf/php/ext/google/protobuf/
protobuf.c 27 zend_error(E_ERROR, "PHP object not found for given definition.\n");
message.c 52 zend_error(E_ERROR, "Unknown field: %s", Z_STRVAL_P(field_name));
155 zend_error(E_ERROR, se->php_error_template);
254 zend_error(E_ERROR, "Descriptor does not have assigned name.");
def.c 16 zend_error(E_ERROR,
155 zend_error(E_ERROR, "Required fields are unsupported in proto3.");
283 zend_error(E_ERROR, "Unknown field type.");
protobuf.h 278 zend_error(E_ERROR, "Unexpected type"); \
storage.c 45 // zend_error(E_ERROR, "Expected number type for integral field.");
51 // zend_error(E_ERROR,
57 // zend_error(E_ERROR,
153 zend_error(E_ERROR, "Expected number type for float field.");
160 // zend_error(E_ERROR, "Expected number type for double field.");
185 // zend_error(E_ERROR, "Invalid argument for string field.");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 821 tok->done = E_ERROR;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 841 tok->done = E_ERROR;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c     [all...]
  /external/python/cpython2/Parser/
tokenizer.c 845 tok->done = E_ERROR;
    [all...]
  /external/python/cpython2/Python/
pythonrun.c     [all...]

Completed in 102 milliseconds