Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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 …]
/third_party/ltp/tools/sparse/sparse-src/
Dident-list.h2 #define IDENT(n) __IDENT(n## _ident, #n, 0)
3 #define IDENT_RESERVED(n) __IDENT(n## _ident, #n, 1)
/third_party/python/Lib/
Dthreading.py865 self._ident = None
905 if self._ident is not None:
906 status += " %s" % self._ident
973 self._ident = get_ident()
1000 _active[self._ident] = self
1148 return self._ident
1387 _active[self._ident] = self
1408 _active[self._ident] = self
1624 thread._ident = ident
/third_party/ffmpeg/
Dconfigure4592 unset _type _ident _cc_c _cc_e _cc_o _flags _cflags
4602 _ident="llvm-gcc $($_cc -dumpversion 2>/dev/null) $gcc_extra_ver"
4612 _ident=$(cleanws "gcc $gcc_basever $gcc_pkg_ver $gcc_ext_ver")
4628 _ident=$($_cc --version | head -n1)
4636 _ident=$($_cc -qversion 2>/dev/null | head -n1)
4642 _ident=$($_cc --vsn | grep -i build | head -n1 | sed 's/.*: //')
4657 _ident=$($_cc --version 2>/dev/null | head -n1)
4663 _ident=$($_cc -V 2>&1 | head -n1 | cut -d' ' -f 2-)
4672 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :)
4679 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :)
[all …]