Home
last modified time | relevance | path

Searched refs:_context (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Ddevshell.bbclass73 _context = {
85 i = code.InteractiveInterpreter(locals=_context)
H A Dbase.bbclass30 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 Dterminal.hpp114 , _context
H A Denvironment.hpp193 struct _context struct
194 : proto::transform<_context>
H A Dis_nullary.hpp38 , proto::call<evaluator(proto::_, _context)>
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c232 #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 Dutils.py49 return _context
53 _context = ctx
56 _context = clean_context() variable
H A Dbuild.py395 cls_obj = functools.reduce(resolve, cls.split("."), bb.utils._context)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dcodeparser.py189 self.context = bb.utils._context