Home
last modified time | relevance | path

Searched defs:_dict (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
288 #define T1_NEW_CALLBACK_FIELD( _ident, _reader, _dict ) \ argument
297 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
308 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
319 #define T1_FIELD_BOOL( _ident, _fname, _dict ) \ argument
322 #define T1_FIELD_NUM( _ident, _fname, _dict ) \ argument
325 #define T1_FIELD_FIXED( _ident, _fname, _dict ) \ argument
328 #define T1_FIELD_FIXED_1000( _ident, _fname, _dict ) \ argument
332 #define T1_FIELD_STRING( _ident, _fname, _dict ) \ argument
335 #define T1_FIELD_KEY( _ident, _fname, _dict ) \ argument
[all …]
/third_party/python/Lib/test/
Dtest_dbm.py41 _dict = {'a': b'Python:', variable in AnyDBMTestCase
Dtest_dbm_dumb.py27 _dict = {b'0': b'', variable in DumbDBMTestCase
/third_party/python/Lib/
Dturtle.py289 def __methodDict(cls, _dict): argument