HomeSort by relevance Sort by last modified time
    Searched defs:type_error (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c 15 type_error(const char *msg, PyObject *obj) function
155 return type_error("sequence index must "
159 return type_error("'%.200s' object has no attribute '__getitem__'", o);
184 type_error("sequence index must be "
190 type_error("'%.200s' object does not support item assignment", o);
216 type_error("sequence index must be "
222 type_error("'%.200s' object does not support item deletion", o);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
abstract.c 15 type_error(const char *msg, PyObject *obj) function
155 return type_error("sequence index must "
159 return type_error("'%.200s' object is not subscriptable", o);
184 type_error("sequence index must be "
190 type_error("'%.200s' object does not support item assignment", o);
216 type_error("sequence index must be "
222 type_error("'%.200s' object does not support item deletion", o);
    [all...]
  /external/python/cpython2/Objects/
abstract.c 15 type_error(const char *msg, PyObject *obj) function
155 return type_error("sequence index must "
159 return type_error("'%.200s' object has no attribute '__getitem__'", o);
184 type_error("sequence index must be "
190 type_error("'%.200s' object does not support item assignment", o);
216 type_error("sequence index must be "
222 type_error("'%.200s' object does not support item deletion", o);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 1958 const char *const type_error = _("mismatched element\/structure types in list"); local
    [all...]

Completed in 4488 milliseconds