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

  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
sparc.c 48 extern void _mesa_##pfx##_transform_points##sz##_identity(XFORM_ARGS); \
59 _mesa_##pfx##_transform_points##sz##_identity; \
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
x86_xform.h 43 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_identity( XFORM_ARGS ); \
54 _mesa_##pfx##_transform_points##sz##_identity; \
  /external/mesa3d/src/mesa/sparc/
sparc.c 48 extern void _mesa_##pfx##_transform_points##sz##_identity(XFORM_ARGS); \
59 _mesa_##pfx##_transform_points##sz##_identity; \
  /external/mesa3d/src/mesa/x86/
x86_xform.h 43 extern void _ASMAPI _mesa_##pfx##_transform_points##sz##_identity( XFORM_ARGS ); \
54 _mesa_##pfx##_transform_points##sz##_identity; \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 97 self._identity = _current_process._identity + (count,)
107 ':'.join(str(i) for i in self._identity)
302 self._identity = ()
managers.py 522 ident = ':'.join(str(i) for i in self._process._identity)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 97 self._identity = _current_process._identity + (count,)
107 ':'.join(str(i) for i in self._identity)
302 self._identity = ()
managers.py 522 ident = ':'.join(str(i) for i in self._process._identity)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 59 def _identity(s):
58 def _identity(s): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 59 def _identity(s):
58 def _identity(s): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 110 def _identity(obj): function
126 _from_system_newlines = _identity
127 _to_system_newlines = _identity
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 110 def _identity(obj): function
126 _from_system_newlines = _identity
127 _to_system_newlines = _identity

Completed in 359 milliseconds