Home
last modified time | relevance | path

Searched refs:_ident (Results 1 – 4 of 4) sorted by relevance

/external/freetype/include/freetype/internal/
Dpsaux.h279 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument
281 _ident, T1CODE, _type, \
289 #define T1_NEW_CALLBACK_FIELD( _ident, _reader, _dict ) \ argument
291 _ident, T1CODE, T1_FIELD_TYPE_CALLBACK, \
298 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
300 _ident, T1CODE, _type, \
309 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
311 _ident, T1CODE, _type, \
320 #define T1_FIELD_BOOL( _ident, _fname, _dict ) \ argument
321 T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_BOOL, _fname, _dict )
[all …]
/external/python/cpython3/Lib/
Dthreading.py795 self._ident = None
830 if self._ident is not None:
831 status += " %s" % self._ident
897 self._ident = get_ident()
923 _active[self._ident] = self
1057 return self._ident
1270 _active[self._ident] = self
1291 _active[self._ident] = self
1444 thread._ident = ident
/external/openssh/regress/
Dcert-hostkey.sh102 _ident="$1"
105 verbose "$tid: $_ident expect success $_expect_success"
113 fail "ssh cert connect $_ident failed"
117 fail "ssh cert connect $_ident succeeded unexpectedly"
/external/python/cpython2/Misc/
Dcheatsheet123 * Special forms: _ident (not imported by 'from module import *'); __ident__