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

  /external/freetype/include/freetype/internal/
psaux.h 283 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \
285 _ident, T1CODE, _type, \
293 #define T1_NEW_CALLBACK_FIELD( _ident, _reader, _dict ) \
295 _ident, T1CODE, T1_FIELD_TYPE_CALLBACK, \
302 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
304 _ident, T1CODE, _type, \
313 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
315 _ident, T1CODE, _type, \
324 #define T1_FIELD_BOOL( _ident, _fname, _dict ) \
325 T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_BOOL, _fname, _dict
    [all...]
  /external/openssh/regress/
cert-hostkey.sh 102 _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/cpython3/Lib/
threading.py 792 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
    [all...]

Completed in 6560 milliseconds