Home
last modified time | relevance | path

Searched refs:default_class (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/email/
H A Dheaderregistry.py566 def __init__(self, base_class=BaseHeader, default_class=UnstructuredHeader,
571 header class's __bases__ list. default_class is the class that will be
580 self.default_class = default_class
591 cls = self.registry.get(name.lower(), self.default_class)
600 default_class, and passing the name and value to the constructed
/third_party/mesa3d/src/amd/compiler/
H A Daco_opcodes.py255 def default_class(opcodes, cls): function
385 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP2, InstrClass.Salu):
421 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOPK, InstrClass.Salu):
499 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu):
574 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOPP, InstrClass.Salu):
858 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, in_mod, out_mod, cls) in default_class(VOP1, InstrClass.Valu32):
872 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(VOPC_CLASS, InstrClass.Valu32):
1125 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, in_mod, out_mod, cls) in default_class(VOP3, InstrClass.Valu32):
/third_party/python/Lib/test/test_email/
H A Dtest_headerregistry.py46 factory = headerregistry.HeaderRegistry(default_class=self.FooDefault)
52 factory = headerregistry.HeaderRegistry(default_class=self.FooDefault)
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dglx_api.c396 int default_class; in get_visual() local
404 default_class = DefaultVisual(dpy,scr)->CLASS; in get_visual()
406 if (depth==default_depth && xclass==default_class) { in get_visual()
/third_party/python/Lib/test/
H A Dtest_xmlrpc.py1346 default_class = http.client.HTTPMessage
1347 xmlrpc.server.SimpleXMLRPCRequestHandler.MessageClass = default_class
/third_party/ffmpeg/fftools/
H A Dffprobe.c1112 .priv_class = &default_class,

Completed in 32 milliseconds