Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dpsaux.h283 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument
285 _ident, T1CODE, _type, \
293 #define T1_NEW_CALLBACK_FIELD( _ident, _reader, _dict ) \ argument
295 _ident, T1CODE, T1_FIELD_TYPE_CALLBACK, \
302 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
304 _ident, T1CODE, _type, \
313 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
315 _ident, T1CODE, _type, \
324 #define T1_FIELD_BOOL( _ident, _fname, _dict ) \ argument
325 T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_BOOL, _fname, _dict )
[all …]
/external/python/cpython3/Lib/
Dthreading.py792 self._ident = None
825 if self._ident is not None:
826 status += " %s" % self._ident
892 self._ident = get_ident()
908 _active[self._ident] = self
1078 return self._ident
1180 _active[self._ident] = self
1199 _active[self._ident] = self
1333 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__