/external/freetype/include/freetype/internal/ |
D | psaux.h | 278 #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/ |
D | test_anydbm.py | 25 _dict = {'0': '', variable in AnyDBMTestCase
|
D | test_dumbdbm.py | 21 _dict = {'0': '', variable in DumbDBMTestCase
|
/external/python/cpython3/Lib/test/ |
D | test_dbm.py | 41 _dict = {'a': b'Python:', variable in AnyDBMTestCase
|
D | test_dbm_dumb.py | 25 _dict = {b'0': b'', variable in DumbDBMTestCase
|
/external/python/cpython2/Demo/pdist/ |
D | RCSProxy.py | 133 def _dict(self, function, list = None): member in RCSProxyLocal
|
D | FSProxy.py | 199 def _dict(self, function, list): member in FSProxyLocal
|
/external/python/cpython3/Lib/ |
D | turtle.py | 289 def __methodDict(cls, _dict): argument
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 308 def __methodDict(cls, _dict): argument
|