Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dpsaux.h278 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument
280 _ident, T1CODE, _type, \
288 #define T1_NEW_CALLBACK_FIELD( _ident, _reader, _dict ) \ argument
290 _ident, T1CODE, T1_FIELD_TYPE_CALLBACK, \
297 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
299 _ident, T1CODE, _type, \
308 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
310 _ident, T1CODE, _type, \
319 #define T1_FIELD_BOOL( _ident, _fname, _dict ) \ argument
320 T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_BOOL, _fname, _dict )
[all …]
/external/rust/crates/rustversion/tests/
Dtest_const.rs22 $fn _ident() {}
27 const _IDENT: () = _ident();
/external/python/cpython3/Lib/
Dthreading.py811 self._ident = None
851 if self._ident is not None:
852 status += " %s" % self._ident
919 self._ident = get_ident()
945 _active[self._ident] = self
1079 return self._ident
1282 _active[self._ident] = self
1303 _active[self._ident] = self
1492 thread._ident = ident
/external/openssh/regress/
Dcert-hostkey.sh113 _ident="$1"
116 verbose "$tid: $_ident expect success $_expect_success"
124 fail "ssh cert connect $_ident failed"
128 fail "ssh cert connect $_ident succeeded unexpectedly"
/external/python/cpython2/Misc/
Dcheatsheet123 * Special forms: _ident (not imported by 'from module import *'); __ident__