Home
last modified time | relevance | path

Searched defs:_alias (Results 1 – 7 of 7) sorted by relevance

/external/python/mobly/mobly/controllers/android_device_lib/services/
Dbase_service.py24 _alias = None variable in BaseService
/external/python/cpython3/Include/internal/
Dpycore_ast.h542 struct _alias { struct
543 identifier name;
544 identifier asname;
545 int lineno;
546 int col_offset;
547 int end_lineno;
548 int end_col_offset;
/external/gfxstream-protocols/registry/vulkan/scripts/cereal/common/
Dvulkantypes.py991 def onGenGroup(self, groupinfo, groupName, _alias=None): argument
1014 def onGenCmd(self, cmdinfo, name, _alias): argument
/external/iw/
Diw.h129 …D(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _sel, _alias)\ argument
/external/python/cpython2/Demo/parser/
Dunparse.py566 def _alias(self, t): member in Unparser
/external/python/cpython2/Include/
DPython-ast.h369 struct _alias { struct
370 identifier name;
371 identifier asname;
/external/python/cpython3/Lib/
Dtyping.py2090 _alias = _SpecialGenericAlias variable