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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
funcobject.h 24 PyObject *func_globals; /* A dictionary (other mappings won't do) */ member in struct:__anon4332
58 (((PyFunctionObject *)func) -> func_globals)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
funcobject.h 24 PyObject *func_globals; /* A dictionary (other mappings won't do) */ member in struct:__anon4639
58 (((PyFunctionObject *)func) -> func_globals)
  /external/python/cpython2/Include/
funcobject.h 24 PyObject *func_globals; /* A dictionary (other mappings won't do) */ member in struct:__anon32580
58 (((PyFunctionObject *)func) -> func_globals)
  /prebuilts/gdb/darwin-x86/include/python2.7/
funcobject.h 24 PyObject *func_globals; /* A dictionary (other mappings won't do) */ member in struct:__anon66471
58 (((PyFunctionObject *)func) -> func_globals)
  /prebuilts/gdb/linux-x86/include/python2.7/
funcobject.h 24 PyObject *func_globals; /* A dictionary (other mappings won't do) */ member in struct:__anon66593
58 (((PyFunctionObject *)func) -> func_globals)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
funcobject.h 24 PyObject *func_globals; /* A dictionary (other mappings won't do) */ member in struct:__anon986
58 (((PyFunctionObject *)func) -> func_globals)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
funcobject.h 24 PyObject *func_globals; /* A dictionary (other mappings won't do) */ member in struct:__anon1109
58 (((PyFunctionObject *)func) -> func_globals)
  /external/python/cpython3/Include/
funcobject.h 24 PyObject *func_globals; /* A dictionary (other mappings won't do) */ member in struct:__anon33142
80 (((PyFunctionObject *)func) -> func_globals)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 82 MemberDescriptorType = type(FunctionType.func_globals)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
types.py 82 MemberDescriptorType = type(FunctionType.func_globals)
  /external/python/cpython2/Lib/
types.py 82 MemberDescriptorType = type(FunctionType.func_globals)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 82 MemberDescriptorType = type(FunctionType.func_globals)
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 82 MemberDescriptorType = type(FunctionType.func_globals)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 82 MemberDescriptorType = type(FunctionType.func_globals)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 82 MemberDescriptorType = type(FunctionType.func_globals)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
funcobject.c 23 op->func_globals = globals;
80 return ((PyFunctionObject *) op) -> func_globals;
168 {"func_globals", T_OBJECT, OFF(func_globals),
170 {"__globals__", T_OBJECT, OFF(func_globals),
455 Py_DECREF(op->func_globals);
477 Py_VISIT(f->func_globals);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
funcobject.c 23 op->func_globals = globals;
80 return ((PyFunctionObject *) op) -> func_globals;
168 {"func_globals", T_OBJECT, OFF(func_globals),
170 {"__globals__", T_OBJECT, OFF(func_globals),
455 Py_DECREF(op->func_globals);
477 Py_VISIT(f->func_globals);
  /external/python/cpython2/Objects/
funcobject.c 23 op->func_globals = globals;
80 return ((PyFunctionObject *) op) -> func_globals;
166 {"func_globals", T_OBJECT, OFF(func_globals),
168 {"__globals__", T_OBJECT, OFF(func_globals),
452 Py_DECREF(op->func_globals);
474 Py_VISIT(f->func_globals);
  /external/python/cpython3/Objects/
funcobject.c 29 op->func_globals = globals;
91 return ((PyFunctionObject *) op) -> func_globals;
236 {"__globals__", T_OBJECT, OFF(func_globals),
528 Py_DECREF(op->func_globals);
552 Py_VISIT(f->func_globals);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pyclbr.py 143 return item.func_globals is module.__dict__
  /external/python/cpython2/Lib/test/
test_pyclbr.py 143 return item.func_globals is module.__dict__
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pyclbr.py 143 return item.func_globals is module.__dict__
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pyclbr.py 143 return item.func_globals is module.__dict__
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 143 return item.func_globals is module.__dict__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 143 return item.func_globals is module.__dict__

Completed in 2222 milliseconds

1 2