Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dpsaux.h283 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument
293 #define T1_NEW_CALLBACK_FIELD( _ident, _reader, _dict ) \ argument
302 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
313 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
324 #define T1_FIELD_BOOL( _ident, _fname, _dict ) \ argument
327 #define T1_FIELD_NUM( _ident, _fname, _dict ) \ argument
330 #define T1_FIELD_FIXED( _ident, _fname, _dict ) \ argument
333 #define T1_FIELD_FIXED_1000( _ident, _fname, _dict ) \ argument
337 #define T1_FIELD_STRING( _ident, _fname, _dict ) \ argument
340 #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.py24 _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/cpython2/Lib/lib-tk/
Dturtle.py308 def __methodDict(cls, _dict): argument
/external/python/cpython3/Lib/
Dturtle.py288 def __methodDict(cls, _dict): argument