Home
last modified time | relevance | path

Searched defs:class_ (Results 1 – 25 of 47) sorted by relevance

12

/external/freetype/include/freetype/internal/
Dftserv.h183 #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
Dautohint.h210 #define FT_DECLARE_AUTOHINTER_INTERFACE( class_ ) \ argument
214 class_, \ argument
Dftobjs.h229 #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
Dftdrv.h216 #define FT_DECLARE_DRIVER( class_ ) \ argument
221 class_, \ argument
/external/python/cpython2/Tools/webchecker/
Dtktools.py16 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/
Dparser.py25 def emit(class_, method, tag, contents): argument
239 def _dump_header(class_, method, tag, contents): argument
Dcore.py178 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/
Dsvttglyf.h42 #define FT_DEFINE_SERVICE_TTGLYFREC( class_, get_location_ ) \ argument
Dsvpostnm.h50 #define FT_DEFINE_SERVICE_PSFONTNAMEREC( class_, get_ps_font_name_ ) \ argument
Dsvbdf.h49 #define FT_DEFINE_SERVICE_BDFRec( class_, \ argument
Dsvgldict.h55 #define FT_DEFINE_SERVICE_GLYPHDICTREC( class_, \ argument
Dsvprop.h48 #define FT_DEFINE_SERVICE_PROPERTIESREC( class_, \ argument
Dsvcid.h51 #define FT_DEFINE_SERVICE_CIDREC( class_, \ argument
Dsvttcmap.h76 #define FT_DEFINE_SERVICE_TTCMAPSREC( class_, get_cmap_info_ ) \ argument
Dsvsfnt.h73 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \ argument
Dsvcfftl.h68 #define FT_DEFINE_SERVICE_CFFLOADREC( class_, \ argument
Dsvpsinfo.h65 #define FT_DEFINE_SERVICE_PSINFOREC( class_, \ argument
Dsvmetric.h100 #define FT_DEFINE_SERVICE_METRICSVARIATIONSREC( class_, \ argument
Dsvmm.h119 #define FT_DEFINE_SERVICE_MULTIMASTERSREC( class_, \ argument
Dsvpscmap.h120 #define FT_DEFINE_SERVICE_PSCMAPSREC( class_, \ argument
/external/python/cpython2/Lib/lib-tk/
DSimpleDialog.py11 title=None, class_=None): argument
/external/webrtc/p2p/base/
Dmdns_message.h97 uint16_t class_ = 0; variable
/external/python/pybind11/include/pybind11/
Dattr.h21 struct is_method { handle class_; is_method(const handle &c) : class_(c) { } }; in is_method() member
/external/freetype/src/sfnt/
Dttcmap.h58 #define FT_DEFINE_TT_CMAP( class_, \ argument
/external/python/pybind11/include/pybind11/detail/
Dcommon.h167 #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

12