Searched refs:CO_NOFREE (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dcode.h39 /* The CO_NOFREE flag is set if there are no free or cell variables.
44 #define CO_NOFREE 0x0040 macro
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dcode.h39 /* The CO_NOFREE flag is set if there are no free or cell variables.
44 #define CO_NOFREE 0x0040 macro
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dcode.h39 /* The CO_NOFREE flag is set if there are no free or cell variables.
44 #define CO_NOFREE 0x0040 macro
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dcode.h39 /* The CO_NOFREE flag is set if there are no free or cell variables.
44 #define CO_NOFREE 0x0040 macro
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dinspect.py46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dinspect.py46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dinspect.py46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dinspect.py46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40

Completed in 482 milliseconds