Searched refs:co_flags (Results 1 – 6 of 6) sorted by relevance
/external/libnl/include/netlink-private/ |
D | cache-api.h | 180 unsigned int co_flags; member
|
/external/autotest/client/common_lib/ |
D | test.py | 708 if func.func_code.co_flags & 0x04: 715 if func.func_code.co_flags & 0x08: 754 all_co_flags |= func.func_code.co_flags
|
/external/libnl/lib/ |
D | cache_mngt.c | 239 ops->co_flags |= flags; in nl_cache_ops_set_flags()
|
D | cache.c | 193 cache->c_flags |= ops->co_flags; in nl_cache_alloc()
|
/external/libmojo/third_party/jinja2/ |
D | debug.py | 249 code.co_flags, code.co_code, code.co_consts,
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
D | modulegraph.py | 1677 co.co_flags, co.co_code, tuple(consts), co.co_names, 1683 co.co_flags, co.co_code, tuple(consts), co.co_names,
|