Home
last modified time | relevance | path

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

12

/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/freetype/include/freetype/internal/
Dftserv.h182 #define FT_DEFINE_SERVICEDESCREC1( class_, \ argument
190 #define FT_DEFINE_SERVICEDESCREC2( class_, \ argument
200 #define FT_DEFINE_SERVICEDESCREC3( class_, \ argument
212 #define FT_DEFINE_SERVICEDESCREC4( class_, \ argument
226 #define FT_DEFINE_SERVICEDESCREC5( class_, \ argument
242 #define FT_DEFINE_SERVICEDESCREC6( class_, \ argument
260 #define FT_DEFINE_SERVICEDESCREC7( class_, \ argument
280 #define FT_DEFINE_SERVICEDESCREC8( class_, \ argument
302 #define FT_DEFINE_SERVICEDESCREC9( class_, \ argument
326 #define FT_DEFINE_SERVICEDESCREC10( class_, \ argument
Dftobjs.h229 #define FT_DECLARE_CMAP_CLASS( class_ ) \ argument
233 class_, \ argument
1003 class_, \ argument
1032 class_, \ argument
1061 class_, \ argument
1102 #define FT_DECLARE_RENDERER( class_ ) \ argument
1106 class_, \ argument
1171 #define FT_DECLARE_MODULE( class_ ) \ argument
1201 class_, \ argument
Dautohint.h212 class_, \ argument
Dftdrv.h216 #define FT_DECLARE_DRIVER( class_ ) \ argument
221 class_, \ 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
3296 class_ = 0 variable in Sequence
4121 class_ = 0 variable in SequenceOf
4575 class_ = 0 variable in Set
5382 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
Dsvsfnt.h73 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \ argument
Dsvcid.h51 #define FT_DEFINE_SERVICE_CIDREC( class_, \ argument
Dsvttcmap.h76 #define FT_DEFINE_SERVICE_TTCMAPSREC( class_, get_cmap_info_ ) \ argument
Dsvpsinfo.h65 #define FT_DEFINE_SERVICE_PSINFOREC( class_, \ argument
Dsvcfftl.h68 #define FT_DEFINE_SERVICE_CFFLOADREC( class_, \ argument
Dsvmetric.h96 #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/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.h59 #define FT_DEFINE_TT_CMAP( class_, \ argument
/external/python/pybind11/include/pybind11/detail/
Dcommon.h147 #define PYBIND11_INSTANCE_METHOD_NEW(ptr, class_) PyInstanceMethod_New(ptr) argument
173 #define PYBIND11_INSTANCE_METHOD_NEW(ptr, class_) PyMethod_New(ptr, nullptr, class_) argument
/external/fmtlib/support/
Ddocopt.py159 def parse(class_, source): argument
188 def parse(class_, option_description): argument

12