HomeSort by relevance Sort by last modified time
    Searched refs:_special (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
reg.h 37 struct _special r_special;
pcb.h 43 struct _special pcb_special;
md_var.h 65 struct _special;
77 void ia64_flush_dirty(struct thread *, struct _special *);
_regset.h 56 struct _special { struct
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
server.py 79 reply = (None, self._special(methodname, args), id)
95 def _special(self, methodname, args): member in class:Server
  /external/python/cpython2/Demo/pdist/
server.py 79 reply = (None, self._special(methodname, args), id)
95 def _special(self, methodname, args): member in class:Server
  /external/python/cpython3/Lib/
typing.py 172 if isinstance(t, _GenericAlias) and not t._special:
266 res._special = t._special
602 self._special = special
631 # We don't copy self._special.
641 if not self._special:
646 if self._special:
702 if _is_dunder(attr) or attr in ('_name', '_inst', '_special'):
711 if self._special:
714 if cls._special
1343 _special = ('__module__', '__name__', '__qualname__', '__annotations__') variable
    [all...]

Completed in 106 milliseconds