Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/include/freetype/internal/
Dpsaux.h248 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument
258 #define T1_NEW_CALLBACK_FIELD( _ident, _reader, _dict ) \ argument
267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
289 #define T1_FIELD_BOOL( _ident, _fname, _dict ) \ argument
292 #define T1_FIELD_NUM( _ident, _fname, _dict ) \ argument
295 #define T1_FIELD_FIXED( _ident, _fname, _dict ) \ argument
298 #define T1_FIELD_FIXED_1000( _ident, _fname, _dict ) \ argument
302 #define T1_FIELD_STRING( _ident, _fname, _dict ) \ argument
305 #define T1_FIELD_KEY( _ident, _fname, _dict ) \ argument
[all …]
/external/freetype/include/freetype/internal/
Dpsaux.h249 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument
259 #define T1_NEW_CALLBACK_FIELD( _ident, _reader, _dict ) \ argument
268 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
279 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
290 #define T1_FIELD_BOOL( _ident, _fname, _dict ) \ argument
293 #define T1_FIELD_NUM( _ident, _fname, _dict ) \ argument
296 #define T1_FIELD_FIXED( _ident, _fname, _dict ) \ argument
299 #define T1_FIELD_FIXED_1000( _ident, _fname, _dict ) \ argument
303 #define T1_FIELD_STRING( _ident, _fname, _dict ) \ argument
306 #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/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