Home
last modified time | relevance | path

Searched refs:_identity (Results 1 – 10 of 10) sorted by relevance

/external/libmojo/third_party/jinja2/
D_compat.py17 _identity = lambda x: x function
44 implements_iterator = _identity
45 implements_to_string = _identity
46 encode_filename = _identity
/external/python/cpython2/Lib/multiprocessing/
Dprocess.py97 self._identity = _current_process._identity + (count,)
107 ':'.join(str(i) for i in self._identity)
302 self._identity = ()
Dmanagers.py522 ident = ':'.join(str(i) for i in self._process._identity)
/external/python/cpython3/Lib/multiprocessing/
Dprocess.py75 self._identity = _current_process._identity + (count,)
83 ':'.join(str(i) for i in self._identity)
294 self._identity = ()
Dmanagers.py511 ident = ':'.join(str(i) for i in self._process._identity)
/external/mesa3d/src/mesa/x86/
Dx86_xform.h43 extern void _mesa_##pfx##_transform_points##sz##_identity( XFORM_ARGS ); \
54 _mesa_##pfx##_transform_points##sz##_identity; \
/external/mesa3d/src/mesa/sparc/
Dsparc.c48 extern void _mesa_##pfx##_transform_points##sz##_identity(XFORM_ARGS); \
59 _mesa_##pfx##_transform_points##sz##_identity; \
/external/python/cpython3/Lib/lib2to3/
Drefactor.py107 def _identity(obj): function
123 _from_system_newlines = _identity
124 _to_system_newlines = _identity
/external/python/cpython2/Lib/lib2to3/
Drefactor.py110 def _identity(obj): function
126 _from_system_newlines = _identity
127 _to_system_newlines = _identity
/external/python/cpython2/Lib/email/
Dutils.py58 def _identity(s): function