Home
last modified time | relevance | path

Searched defs:_dict (Results 1 – 9 of 9) sorted by relevance

/external/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 …]
/external/python/cpython2/Lib/test/
Dtest_anydbm.py25 _dict = {'0': '', variable in AnyDBMTestCase
Dtest_dumbdbm.py21 _dict = {'0': '', variable in DumbDBMTestCase
/external/python/cpython3/Lib/test/
Dtest_dbm.py41 _dict = {'a': b'Python:', variable in AnyDBMTestCase
Dtest_dbm_dumb.py25 _dict = {b'0': b'', variable in DumbDBMTestCase
/external/python/cpython2/Demo/pdist/
DRCSProxy.py133 def _dict(self, function, list = None): member in RCSProxyLocal
DFSProxy.py199 def _dict(self, function, list): member in FSProxyLocal
/external/python/cpython3/Lib/
Dturtle.py289 def __methodDict(cls, _dict): argument
/external/python/cpython2/Lib/lib-tk/
Dturtle.py308 def __methodDict(cls, _dict): argument