/external/freetype/include/freetype/internal/ |
D | psaux.h | 283 #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/ |
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 | 24 _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/cpython2/Lib/lib-tk/ |
D | turtle.py | 308 def __methodDict(cls, _dict): argument
|
/external/python/cpython3/Lib/ |
D | turtle.py | 288 def __methodDict(cls, _dict): argument
|