/external/freetype/include/freetype/internal/ |
D | ftserv.h | 183 #define FT_DEFINE_SERVICEDESCREC1( class_, \ argument 191 #define FT_DEFINE_SERVICEDESCREC2( class_, \ argument 201 #define FT_DEFINE_SERVICEDESCREC3( class_, \ argument 213 #define FT_DEFINE_SERVICEDESCREC4( class_, \ argument 227 #define FT_DEFINE_SERVICEDESCREC5( class_, \ argument 243 #define FT_DEFINE_SERVICEDESCREC6( class_, \ argument 261 #define FT_DEFINE_SERVICEDESCREC7( class_, \ argument 281 #define FT_DEFINE_SERVICEDESCREC8( class_, \ argument 303 #define FT_DEFINE_SERVICEDESCREC9( class_, \ argument 327 #define FT_DEFINE_SERVICEDESCREC10( class_, \ argument
|
D | autohint.h | 210 #define FT_DECLARE_AUTOHINTER_INTERFACE( class_ ) \ argument 214 class_, \ argument
|
D | ftobjs.h | 229 #define FT_DECLARE_CMAP_CLASS( class_ ) \ argument 233 class_, \ argument 1003 class_, \ argument 1032 class_, \ argument 1060 #define FT_DECLARE_GLYPH( class_ ) \ argument 1064 class_, \ argument 1105 #define FT_DECLARE_RENDERER( class_ ) \ argument 1109 class_, \ argument 1174 #define FT_DECLARE_MODULE( class_ ) \ argument 1204 class_, \ argument
|
D | ftdrv.h | 216 #define FT_DECLARE_DRIVER( class_ ) \ argument 221 class_, \ argument
|
/external/python/cpython2/Tools/webchecker/ |
D | tktools.py | 16 def make_toplevel(master, title=None, class_=None): argument 63 def make_scrollbars(parent, hbar, vbar, pack=1, class_=None, name=None, argument 136 class_=None, name=None, takefocus=None): argument 164 fill=BOTH, expand=1, pack=1, class_=None, name=None, argument 186 fill=BOTH, expand=1, pack=1, class_=None, name=None, argument 278 def make_double_frame(master=None, class_=None, name=None, relief=RAISED, argument
|
/external/python/asn1crypto/asn1crypto/ |
D | parser.py | 25 def emit(class_, method, tag, contents): argument 239 def _dump_header(class_, method, tag, contents): argument
|
D | core.py | 178 class_ = None variable in Asn1Value 233 …def __init__(self, explicit=None, implicit=None, no_explicit=False, tag_type=None, class_=None, ta… argument 1236 def validate(self, class_, tag, contents): argument 1300 def _format_class_tag(self, class_, tag): argument 1644 class_ = 0 variable in Primitive 3318 class_ = 0 variable in Sequence 4143 class_ = 0 variable in SequenceOf 4597 class_ = 0 variable in Set 5404 def _build(class_, method, tag, header, contents, trailer, spec=None, spec_params=None, nested_spec… argument
|
/external/freetype/include/freetype/internal/services/ |
D | svttglyf.h | 42 #define FT_DEFINE_SERVICE_TTGLYFREC( class_, get_location_ ) \ argument
|
D | svpostnm.h | 50 #define FT_DEFINE_SERVICE_PSFONTNAMEREC( class_, get_ps_font_name_ ) \ argument
|
D | svbdf.h | 49 #define FT_DEFINE_SERVICE_BDFRec( class_, \ argument
|
D | svgldict.h | 55 #define FT_DEFINE_SERVICE_GLYPHDICTREC( class_, \ argument
|
D | svprop.h | 48 #define FT_DEFINE_SERVICE_PROPERTIESREC( class_, \ argument
|
D | svcid.h | 51 #define FT_DEFINE_SERVICE_CIDREC( class_, \ argument
|
D | svttcmap.h | 76 #define FT_DEFINE_SERVICE_TTCMAPSREC( class_, get_cmap_info_ ) \ argument
|
D | svsfnt.h | 73 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \ argument
|
D | svcfftl.h | 68 #define FT_DEFINE_SERVICE_CFFLOADREC( class_, \ argument
|
D | svpsinfo.h | 65 #define FT_DEFINE_SERVICE_PSINFOREC( class_, \ argument
|
D | svmetric.h | 100 #define FT_DEFINE_SERVICE_METRICSVARIATIONSREC( class_, \ argument
|
D | svmm.h | 119 #define FT_DEFINE_SERVICE_MULTIMASTERSREC( class_, \ argument
|
D | svpscmap.h | 120 #define FT_DEFINE_SERVICE_PSCMAPSREC( class_, \ argument
|
/external/python/cpython2/Lib/lib-tk/ |
D | SimpleDialog.py | 11 title=None, class_=None): argument
|
/external/webrtc/p2p/base/ |
D | mdns_message.h | 97 uint16_t class_ = 0; variable
|
/external/python/pybind11/include/pybind11/ |
D | attr.h | 21 struct is_method { handle class_; is_method(const handle &c) : class_(c) { } }; in is_method() member
|
/external/freetype/src/sfnt/ |
D | ttcmap.h | 58 #define FT_DEFINE_TT_CMAP( class_, \ argument
|
/external/python/pybind11/include/pybind11/detail/ |
D | common.h | 167 #define PYBIND11_INSTANCE_METHOD_NEW(ptr, class_) PyInstanceMethod_New(ptr) argument 195 #define PYBIND11_INSTANCE_METHOD_NEW(ptr, class_) PyMethod_New(ptr, nullptr, class_) argument
|