Home
last modified time | relevance | path

Searched refs:classobj (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrObject.cpp378 classobj->prev = classobj->next = nullptr; in newClassObj()
382 classobj->obj_sizeclass = LOG2CEIL(classobj->size); in newClassObj()
394 className->u.classobj = classobj; in newClassObj()
664 classobj = classsymbol->u.classobj; in instVarOffset()
684 *classobj = classsymbol->u.classobj; in classVarOffset()
844 classobj = slotRawClass(&classobj->nextclass); in buildClassTree()
860 classobj = slotRawClass(&classobj->nextclass); in buildClassTree()
873 classobj = slotRawClass(&classobj->nextclass); in buildClassTree()
991 classobj = slotRawClass(&classobj->nextclass); in setSelectorFlags()
1168 classobj = slotRawClass(&classobj->nextclass); in buildBigMethodMatrix()
[all …]
H A DPyrKernelProto.h27 void reallocClassObj(PyrClass* classobj, int numInstVars, int numClassVars, int numConsts, int numM…
30 int numInstVars(PyrClass* classobj);
31 int numClassVars(PyrClass* classobj);
33 bool classFindInstVar(PyrClass* classobj, PyrSymbol* name, int* index);
34 bool classFindClassVar(PyrClass** classobj, PyrSymbol* name, int* index);
35 bool classFindConst(PyrClass** classobj, PyrSymbol* name, int* index);
38 void indexClassTree(PyrClass* classobj, int numSuperMethods);
39 void postClassTree(PyrClass* classobj, int level);
45 void addMethod(PyrClass* classobj, PyrMethod* method);
48 PyrMethod* classFindDirectMethod(PyrClass* classobj, PyrSymbol* name);
[all …]
H A DPyrMessage.cpp57 PyrClass* classobj; in sendMessageWithKeys() local
146 classobj = slotRawSymbol(&slotRawClass(&meth->ownerclass)->superclass)->u.classobj; in sendMessageWithKeys()
190 PyrClass* classobj; in sendMessage() local
294 classobj = slotRawSymbol(&slotRawClass(&meth->ownerclass)->superclass)->u.classobj; in sendMessage()
378 PyrClass* classobj; in sendSuperMessageWithKeys() local
389 classobj = slotRawSymbol(&slotRawClass(&g->method->ownerclass)->superclass)->u.classobj; in sendSuperMessageWithKeys()
468 classobj = slotRawSymbol(&slotRawClass(&meth->ownerclass)->superclass)->u.classobj; in sendSuperMessageWithKeys()
512 PyrClass* classobj; in sendSuperMessage() local
523 classobj = slotRawSymbol(&slotRawClass(&g->method->ownerclass)->superclass)->u.classobj; in sendSuperMessage()
702 PyrClass* classobj; in doesNotUnderstandWithKeys() local
[all …]
H A DPyrObject.h224 bool isSubclassOf(struct PyrClass* classobj, struct PyrClass* testclass);
229 PyrClass* classobj; in classOfSlot() local
232 classobj = class_float; in classOfSlot()
234 classobj = slotRawObject(slot)->classptr; in classOfSlot()
236 classobj = gTagClassTable[tag]; in classOfSlot()
238 return classobj; in classOfSlot()
247 int classVarOffset(const char* classname, const char* classvarname, PyrClass** classobj);
H A DPyrParseNode.cpp168 PyrClass* classobj; in compilePushVar() local
171 classobj = gCompilingClass; in compilePushVar()
290 PyrClass* classobj = slotRawSymbol(&mClassName->mSlot)->u.classobj; in compile() local
291 if (!classobj) { in compile()
297 gCurrentClass = classobj; in compile()
773 classobj = slotRawSymbol(&mClassName->mSlot)->u.classobj; in compile()
774 if (classobj) { in compile()
791 superclassesDiffer = superclassobj != slotRawSymbol(&classobj->superclass)->u.classobj; in compile()
856 gCurrentClass = classobj; in compile()
1045 PyrClass* classobj; in compareCallArgs() local
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dlayerobject.c45 if (!classobj) { in msInsertClass()
66 classobj->layer=layer; in msInsertClass()
67 MS_REFCNT_INCR(classobj); in msInsertClass()
78 layer->class[nIndex]=classobj; in msInsertClass()
86 classobj->layer=layer; in msInsertClass()
87 MS_REFCNT_INCR(classobj); in msInsertClass()
106 classObj *classobj; in msRemoveClass() local
114 classobj=layer->class[nIndex]; in msRemoveClass()
118 classobj->layer=NULL; in msRemoveClass()
119 MS_REFCNT_DECR(classobj); in msRemoveClass()
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/csharp/examples/
H A DRFC24.cs318 classObj classobj=layer.getClass(0); in testStyleObj()
321 map=null; layer=null; classobj=null; in testStyleObj()
330 classObj classobj=layer.getClass(0); in testStyleObjDestroy()
332 styleObj reference=classobj.getStyle(classobj.numstyles-1); in testStyleObjDestroy()
386 classObj classobj=layer.getClass(0); in testInsertStyleObj()
388 classobj.insertStyle(newStyle,-1); in testInsertStyleObj()
391 map=null; layer=null; classobj=null; in testInsertStyleObj()
400 classObj classobj=layer.getClass(0); in testRemoveStyleObj()
402 classobj.insertStyle(newStyle,0); in testRemoveStyleObj()
403 classobj.removeStyle(0); in testRemoveStyleObj()
[all …]
H A Dinline.cs61 classObj classobj = new classObj(layer); in Main()
62 classobj.template = "query"; // making the layer queryable in Main()
64classobj.setText("('Shape:' + '[attribute1]' + ' Color:' + '[attribute2]' + ' Size:' + '[attribute… in Main()
66 classobj.label.outlinecolor = new colorObj(255, 255, 255, 0); in Main()
67 classobj.label.force = mapscript.MS_TRUE; in Main()
68 classobj.label.size = (double)MS_BITMAP_FONT_SIZES.MS_MEDIUM; in Main()
69 classobj.label.position = (int)MS_POSITIONS_ENUM.MS_LC; in Main()
70 classobj.label.wrap = ' '; in Main()
72 classobj.label.setBinding((int)MS_LABEL_BINDING_ENUM.MS_LABEL_BINDING_COLOR, "attribute2"); in Main()
74 styleObj style = new styleObj(classobj); in Main()
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/lib/
H A Dmodule_trace.py60 def wrap_method(classobj, methodobj): argument
62 fullname = classobj.__name__ + "." + name
66 setattr(classobj, name, newfunc)
69 def wrap_class(classobj): argument
70 log.debug("wrapclas %s %s", classobj, classobj.__name__)
72 for name in dir(classobj):
73 obj = getattr(classobj, name)
75 wrap_method(classobj, obj)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/
H A Dazure_rm_privatednsrecordset.py290 A=dict(attrname='a_records', classobj='ARecord', is_list=True),
291 AAAA=dict(attrname='aaaa_records', classobj='AaaaRecord', is_list=True),
292 CNAME=dict(attrname='cname_record', classobj='CnameRecord', is_list=False),
293 MX=dict(attrname='mx_records', classobj='MxRecord', is_list=True),
294 NS=dict(attrname='ns_records', classobj='NsRecord', is_list=True),
295 PTR=dict(attrname='ptr_records', classobj='PtrRecord', is_list=True),
296 SRV=dict(attrname='srv_records', classobj='SrvRecord', is_list=True),
297 TXT=dict(attrname='txt_records', classobj='TxtRecord', is_list=True),
298 SOA=dict(attrname='soa_record', classobj='SoaRecord', is_list=False),
299 CAA=dict(attrname='caa_records', classobj='CaaRecord', is_list=True)
H A Dazure_rm_dnsrecordset.py298 A=dict(attrname='arecords', classobj='ARecord', is_list=True),
299 AAAA=dict(attrname='aaaa_records', classobj='AaaaRecord', is_list=True),
300 CNAME=dict(attrname='cname_record', classobj='CnameRecord', is_list=False),
301 MX=dict(attrname='mx_records', classobj='MxRecord', is_list=True),
302 NS=dict(attrname='ns_records', classobj='NsRecord', is_list=True),
303 PTR=dict(attrname='ptr_records', classobj='PtrRecord', is_list=True),
304 SRV=dict(attrname='srv_records', classobj='SrvRecord', is_list=True),
305 TXT=dict(attrname='txt_records', classobj='TxtRecord', is_list=True),
306 SOA=dict(attrname='soa_record', classobj='SoaRecord', is_list=False),
307 CAA=dict(attrname='caa_records', classobj='CaaRecord', is_list=True)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/azure/
H A Dazure_rm_dnsrecordset.py302 A=dict(attrname='arecords', classobj='ARecord', is_list=True),
303 AAAA=dict(attrname='aaaa_records', classobj='AaaaRecord', is_list=True),
304 CNAME=dict(attrname='cname_record', classobj='CnameRecord', is_list=False),
305 MX=dict(attrname='mx_records', classobj='MxRecord', is_list=True),
306 NS=dict(attrname='ns_records', classobj='NsRecord', is_list=True),
307 PTR=dict(attrname='ptr_records', classobj='PtrRecord', is_list=True),
308 SRV=dict(attrname='srv_records', classobj='SrvRecord', is_list=True),
309 TXT=dict(attrname='txt_records', classobj='TxtRecord', is_list=True),
310 SOA=dict(attrname='soa_record', classobj='SoaRecord', is_list=False),
311 CAA=dict(attrname='caa_records', classobj='CaaRecord', is_list=True)
/dports/deskutils/dosage/dosage-2.17/dosagelib/
H A Dloader.py49 def get_plugins(modules, classobj): argument
57 for plugin in get_module_plugins(module, classobj):
61 def get_module_plugins(module, classobj): argument
76 if issubclass(obj, classobj):
/dports/lang/parrot/parrot-8.1.0/src/
H A Dpmc.c214 if (!PMC_IS_NULL(classobj) && PObj_is_class_TEST(classobj)) in Parrot_pmc_new()
215 return VTABLE_instantiate(interp, classobj, PMCNULL); in Parrot_pmc_new()
244 PMC *const classobj = Parrot_oo_get_class(interp, key); in Parrot_pmc_new_from_type() local
246 if (!PMC_IS_NULL(classobj)) in Parrot_pmc_new_from_type()
247 pmc = VTABLE_instantiate(interp, classobj, PMCNULL); in Parrot_pmc_new_from_type()
602 PMC *const classobj = interp->vtables[base_type]->pmc_class; in Parrot_pmc_new_noinit()
604 if (!PMC_IS_NULL(classobj) && PObj_is_class_TEST(classobj)) in Parrot_pmc_new_noinit()
605 return VTABLE_instantiate(interp, classobj, PMCNULL); in Parrot_pmc_new_noinit()
629 if (!PMC_IS_NULL(classobj) && PObj_is_class_TEST(classobj)) in Parrot_pmc_new_init()
630 return VTABLE_instantiate(interp, classobj, init); in Parrot_pmc_new_init()
[all …]
H A Doo.c224 PMC *classobj = PMCNULL; in Parrot_oo_get_class()
230 classobj = key; in Parrot_oo_get_class()
257 if (PMC_IS_NULL(classobj)) { in Parrot_oo_get_class()
271 classobj = get_pmc_proxy(interp, type); in Parrot_oo_get_class()
274 return classobj; in Parrot_oo_get_class()
483 PMC *classobj; in Parrot_oo_newclass_from_str() local
490 PARROT_ASSERT(classobj); in Parrot_oo_newclass_from_str()
491 return classobj; in Parrot_oo_newclass_from_str()
512 ARGIN(PMC *classobj), ARGIN(STRING *name)) in Parrot_oo_find_vtable_override_for_class() argument
516 PARROT_ASSERT(PObj_is_class_TEST(classobj)); in Parrot_oo_find_vtable_override_for_class()
[all …]
/dports/x11-toolkits/xforms/xforms-1.2.4/fd2ps/
H A Dflsupport.c81 VN_Pair classobj; member
562 for ( ; ob->classobj.val >= 0; ob++ ) in find_valp()
563 if ( ob->classobj.val == val ) in find_valp()
578 for ( ; ob->classobj.val >= 0; ob++ ) in find_namep()
579 if ( strcmp( name, ob->classobj.name ) == 0 in find_namep()
580 || strcmp( name, ob->classobj.name + 3 ) == 0 ) in find_namep()
596 return ob ? ob->classobj.val : atoi( name ); in find_class_val()
608 return ob ? ob->classobj.name : "??"; in find_class_name()
632 ob->classobj.name, name ); in find_type_val()
/dports/science/gromacs/gromacs-2021.4/docs/doxygen/
H A Dcheck-source.py175 def check_class(classobj, reporter): argument
177 check_entity(classobj, reporter)
178 if classobj.is_documented():
179 classtype = classobj.get_doc_type()
180 filetype = classobj.get_file_doc_type()
182 reporter.doc_error(classobj,
357 for classobj in tree.get_classes():
358 check_class(classobj, reporter)
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/document/
H A Dwidgetfactory.py32 def register(self, classobj): argument
34 self.regwidgets[classobj.typename] = classobj
/dports/devel/py-apptools/apptools-4.5.0/apptools/help/help_plugin/
H A Dhelp_plugin.py238 return [new.classobj('SPLHelpActionSet', (ActionSet,), ns)]
254 [ new.classobj(doc.preferences_path + 'PreferencesPage',
262 [ new.classobj(demo.preferences_path + 'PreferencesPage',
270 [ new.classobj(example.preferences_path + 'PreferencesPage',
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/
H A Dreferencetype006a.java119 static referencetype006aClassForCheck classobj = new referencetype006aClassForCheck(); field in referencetype006aTestClass
121 static referencetype006aInterfaceForCheck[] iface = { classobj, classobj };
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/
H A Dnewinstance003a.java119 static newinstance003aClassForCheck classobj = new newinstance003aClassForCheck(); field in newinstance003aTestClass
121 static newinstance003aInterfaceForCheck[] iface = { classobj, classobj };
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/
H A Dreferencetype006a.java119 static referencetype006aClassForCheck classobj = new referencetype006aClassForCheck(); field in referencetype006aTestClass
121 static referencetype006aInterfaceForCheck[] iface = { classobj, classobj };
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/
H A Dnewinstance003a.java119 static newinstance003aClassForCheck classobj = new newinstance003aClassForCheck(); field in newinstance003aTestClass
121 static newinstance003aInterfaceForCheck[] iface = { classobj, classobj };
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/
H A Dreferencetype006a.java119 static referencetype006aClassForCheck classobj = new referencetype006aClassForCheck(); field in referencetype006aTestClass
121 static referencetype006aInterfaceForCheck[] iface = { classobj, classobj };
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/
H A Dnewinstance003a.java119 static newinstance003aClassForCheck classobj = new newinstance003aClassForCheck(); field in newinstance003aTestClass
121 static newinstance003aInterfaceForCheck[] iface = { classobj, classobj };

12345678910>>...13