Searched refs:_context (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | devshell.bbclass | 73 _context = { 85 i = code.InteractiveInterpreter(locals=_context)
|
| H A D | base.bbclass | 30 bb.utils._context[toimport.split(".", 1)[0]] = __import__(toimport)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/ |
| H A D | terminal.hpp | 114 , _context
|
| H A D | environment.hpp | 193 struct _context struct 194 : proto::transform<_context>
|
| H A D | is_nullary.hpp | 38 , proto::call<evaluator(proto::_, _context)>
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | ops.c | 232 #define RX_HANDLER(_cmd_id, _fn, _context) \ argument 233 { .cmd_id = _cmd_id, .fn = _fn, .context = _context } 234 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context) \ argument 235 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, .context = _context }
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | utils.py | 49 return _context 53 _context = ctx 56 _context = clean_context() variable
|
| H A D | build.py | 395 cls_obj = functools.reduce(resolve, cls.split("."), bb.utils._context)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | codeparser.py | 189 self.context = bb.utils._context
|