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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
symtable.h 29 PyObject *ste_name; /* string: name of block */ member in struct:_symtable_entry
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
symtable.h 29 PyObject *ste_name; /* string: name of block */ member in struct:_symtable_entry
  /external/python/cpython2/Include/
symtable.h 29 PyObject *ste_name; /* string: name of block */ member in struct:_symtable_entry
  /external/python/cpython3/Include/
symtable.h 41 PyObject *ste_name; /* string: name of current block */ member in struct:_symtable_entry
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 38 ste->ste_name = name;
91 PyString_AS_STRING(ste->ste_name),
101 Py_XDECREF(ste->ste_name);
112 {"name", T_OBJECT, OFF(ste_name), READONLY},
502 PyString_AS_STRING(ste->ste_name), trailer);
508 PyString_AS_STRING(ste->ste_name), trailer);
514 PyString_AS_STRING(ste->ste_name), trailer);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 36 ste->ste_name = name;
89 PyString_AS_STRING(ste->ste_name),
99 Py_XDECREF(ste->ste_name);
110 {"name", T_OBJECT, OFF(ste_name), READONLY},
500 PyString_AS_STRING(ste->ste_name), trailer);
506 PyString_AS_STRING(ste->ste_name), trailer);
512 PyString_AS_STRING(ste->ste_name), trailer);
    [all...]
  /external/python/cpython2/Python/
symtable.c 38 ste->ste_name = name;
91 PyString_AS_STRING(ste->ste_name),
101 Py_XDECREF(ste->ste_name);
112 {"name", T_OBJECT, OFF(ste_name), READONLY},
504 PyString_AS_STRING(ste->ste_name), trailer);
510 PyString_AS_STRING(ste->ste_name), trailer);
516 PyString_AS_STRING(ste->ste_name), trailer);
    [all...]
  /external/python/cpython3/Python/
symtable.c 57 ste->ste_name = name;
106 ste->ste_name,
115 Py_XDECREF(ste->ste_name);
127 {"name", T_OBJECT, OFF(ste_name), READONLY},
    [all...]

Completed in 91 milliseconds