Home
last modified time | relevance | path

Searched refs:theClass (Results 1 – 25 of 694) sorted by relevance

12345678910>>...28

/dports/devel/datadraw/datadraw3.1.1/src/
H A Ddvgenh.c17 dvClass theClass) in writeClassConstructorDestructorVariables() argument
37 dvClass theClass; in writeConstructorDestructorVariables() local
54 dvClass theClass) in writeClassRootMemoryManagementFields() argument
78 dvClass theClass) in writeClassRootPropertyFields() argument
96 dvClass theClass) in writeClassRootFields() argument
106 dvClass theClass) in writeClassRootMemoryManagementMacros() argument
171 dvClass theClass) in writeClassRootPropertyMacros() argument
225 dvClass theClass) in writeClassRootMacros() argument
237 dvClass theClass; in writeRoot() local
264 dvClass theClass; in writeTempUnion() local
[all …]
H A Ddvgenc.c399 dvClass theClass, in writeClassInsertFunction() argument
485 dvClass theClass, in writeClassAppendFunction() argument
568 dvClass theClass, in writeClassInsertAfter() argument
650 dvClass theClass, in writeClassRemoveFunction() argument
754 dvClass theClass, in writeClassArrayInsertFunction() argument
803 dvClass theClass, in writeClassArrayAppendFunction() argument
846 dvClass theClass, in writeClassRemoveArray() argument
1197 dvClassGetName(theClass), dvClassGetPrefix(theClass)); in writeRegisterFields()
1339 …dvPrefix, dvClassGetName(theClass), dvClassGetPrefix(theClass), dvClassGetReferenceTypeName(theCla… in writeExtendedClassInitFunc()
1634 dvClassGetName(theClass), dvClassGetPrefix(theClass)); in writeArrayFree()
[all …]
H A Ddvgenerate.c90 dvClass theClass; in createClassAttributesWithAttributeTypeEnum() local
128 dvClass theClass, in relPropertyCreate() argument
247 dvClass theClass; in createModuleRelationshipFields() local
265 dvClass theClass; in buildClassExtensionSparsegroups() local
332 dvClass theClass; in buildArraySparsegroups() local
360 dvClass theClass; in buildPropertySparsegroups() local
467 dvClass theClass; in createSparseDataClasses() local
493 dvClass theClass; in bindKeysToProperties() local
540 dvClass theClass; in createArrayFields() local
616 dvClass theClass) in findFieldForNextFreePointer() argument
[all …]
H A Ddv.h48 dvSparsegroup dvSparsegroupCreate(dvClass theClass, utSym sym);
60 char *dvClassGetPrefix(dvClass theClass);
63 char *dvClassGetReferenceTypeName(dvClass theClass);
71 #define dvRelationshipGetParentLabel(theClass) utSymGetName(dvRelationshipGetParentLabelSym(theClas… argument
72 #define dvRelationshipGetChildLabel(theClass) utSymGetName(dvRelationshipGetChildLabelSym(theClass)) argument
73 #define dvClassPersistent(theClass) dvModulePersistent(dvClassGetModule(theClass)) argument
75 #define dvClassRedo(theClass) (dvModulePersistent(dvClassGetModule(theClass)) || \ argument
76 dvModuleUndoRedo(dvClassGetModule(theClass)))
77 #define dvClassUndo(theClass) (dvModuleUndoRedo(dvClassGetModule(theClass))) argument
H A Ddvutil.c232 dvClass theClass; in dvPropertyGetTypeName() local
255 return utSprintf("%s%s", dvClassGetPrefix(theClass), dvClassGetName(theClass)); in dvPropertyGetTypeName()
377 dvClass theClass) in findClassHash() argument
408 dvClass theClass; in findModuleHash() local
420 dvForeachModuleClass(module, theClass) { in findModuleHash()
421 hash ^= findClassHash(theClass); in findModuleHash()
446 dvClass theClass) in dvClassGetPrefix() argument
453 theClass = baseClass; in dvClassGetPrefix()
503 dvClass theClass) in dvClassGetReferenceTypeName() argument
514 dvClass theClass; in dvModuleHasClassAttributes() local
[all …]
/dports/www/grails/grails-1.3.6/src/test/org/codehaus/groovy/grails/orm/hibernate/
H A DFindAllMethodTests.groovy161 theClass.newInstance(name:"Foo").save()
163 theClass.newInstance(name:"Bar").save()
175 theClass.newInstance(name:"Foo").save()
176 theClass.newInstance(name:"Bar").save()
188 theClass.newInstance(name:"Foo").save()
189 theClass.newInstance(name:"Bar").save()
193 assertEquals 2, theClass.findAll(theClass.newInstance(name:"Bar"), [sort:'name']).size()
194 …assertEquals( ["Bar", "Bar"], theClass.findAll(theClass.newInstance(name:"Bar"),[sort:'name']).na…
209 def results = theClass.findAll(theClass.newInstance(name: "Bar"), [max: 1])
214 results = theClass.findAll(theClass.newInstance(name: "Bar"), [sort: "index", order: "asc"])
[all …]
/dports/devel/datadraw/datadraw3.1.1/dataview/
H A Ddwplace.c48 dvClass theClass; in init() local
137 dvClass theClass) in findClassCost() argument
165 return theClass; in getGridXYClass()
174 dvClass theClass) in setGridXYClass() argument
185 dvClass theClass) in removeGridClass() argument
203 dvClass theClass, in addGridClass() argument
250 return theClass; in pickRandomClass()
351 dvClass theClass; in anRandomizeSystem() local
394 dvClass theClass; in stripEmptyRowsAndColumns() local
429 dvClass theClass, in countClassRelationshipsInSchema() argument
[all …]
/dports/devel/datadraw/datadraw3.1.1/util/
H A Dutmanage.c92 utClass theClass; in countModuleObjects() local
105 utClass theClass) in findClassMemory() argument
133 utClass theClass; in findModuleMemory() local
189 utClass theClass; in listClasses() local
246 utClass theClass) in listFields() argument
416 utClass theClass; in findFieldValue() local
555 utClass theClass, in showObject() argument
582 utClass theClass) in printColumnHeaders() argument
604 utClass theClass) in printColumnTypes() argument
693 return theClass; in utClassFindRootClass()
[all …]
H A Dutpersist.h127 #define utClassGetName(theClass) (theClass->name) argument
128 #define utClassGetFirstFieldIndex(theClass) (theClass->firstFieldIndex) argument
129 #define utClassGetNumFields(theClass) (theClass->numFields) argument
130 #define utClassGetNumUsedPtr(theClass) (theClass->numUsedPtr) argument
132 #define utClassGetFirstFreePtr(theClass) (theClass->firstFreePtr) argument
136 #define utClassGetReferenceSize(theClass) (theClass->referenceSize) argument
137 #define utClassGetConstructor(theClass) (theClass->constructor) argument
138 #define utClassGetDestructor(theClass) (theClass->destructor) argument
139 #define utClassGetModuleIndex(theClass) (theClass->moduleIndex) argument
142 #define utClassGetBaseClassIndex(theClass) (theClass->baseClassIndex) argument
[all …]
/dports/games/mari0/netplayinc/
H A DMiddleClass.lua15 Object.new = function(theClass, ...)
18 …local instance = setmetatable({ class = theClass }, theClass.__classDict) -- the class dictionary …
24 Object.subclass = function(theClass, name)
36 setmetatable(classDict, {__index = theClass.__classDict} )
42 return theClass[methodName]
67 Object.includes = function(theClass, module, ... )
91 theClass[theClass:getterFor(attributeName)] = function(self)
96 function Object.setter(theClass, attributeName)
97theClass[theClass:setterFor(attributeName)] = function(self, value) self[attributeName] = value end
100 theClass:getter(attributeName, defaultValue)
[all …]
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/documentation/
H A DMetadataGeneratingMetaClassCreationHandle.java42 if (!isExcludedClass(theClass)) { in createNormalMetaClass()
43 return new MetadataGeneratingExpandoMetaClass(theClass); in createNormalMetaClass()
46 return super.createNormalMetaClass(theClass, registry); in createNormalMetaClass()
49 public static boolean isExcludedClass(Class<?> theClass) { in isExcludedClass() argument
51 theClass == ExpandoMetaClass.class || in isExcludedClass()
52 theClass == DocumentationContext.class || in isExcludedClass()
53 theClass == DocumentedMethod.class || in isExcludedClass()
54 theClass == DocumentedProperty.class || in isExcludedClass()
55 theClass == DocumentedElement.class || in isExcludedClass()
56 theClass == DocumentationContextThreadLocal.class || in isExcludedClass()
[all …]
/dports/graphics/quesa/quesa-1.8/Source/Core/Support/
H A DE3ClassTree.c308 for ( E3ClassInfoPtr theClass = theParent ; theClass != NULL ; theClass = theClass->theParent ) in Find_Method() local
521 for ( E3ClassInfoPtr theClass = theParent ; theClass != NULL ; theClass = theClass->theParent ) in RegisterClass() local
639 if ( theClass == NULL ) in UnregisterClass()
693 delete theClass ; in UnregisterClass() local
797 if ( theClass == NULL ) in CreateInstance()
1012 newObject->theClass = theClass; in DuplicateInstance()
1175 return theClass ; in GetClass()
1210 return theClass ; in GetClass()
1310 while ( theClass != NULL) in IsType()
1319 theClass = theClass->theParent; in IsType()
[all …]
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/stubber/xml2ulxr/
H A DGenServerMethod.cpp39 : theClass(in_class)
41 theClass.resolveOverloaded();
101 for (unsigned i = 0; i < theClass.numMethods(); ++i)
106 Method method = theClass.getMethod(i);
136 generate_NameDefines(destdir, theClass.getBaseName(), theClass.getAllMethods());
145 for (unsigned i = 0; i < theClass.numMethods(); ++i)
147 Method method = theClass.getMethod(i);
196 Method method = theClass.getMethod(i);
292 Method method = theClass.getMethod(i);
313 std::string ns = theClass.getNamespace();
[all …]
H A DGenClientMethod.cpp39 : theClass(in_class) in GenerateClientMethods()
41 theClass.resolveOverloaded(); in GenerateClientMethods()
104 for (unsigned i = 0; i < theClass.numMethods(); ++i) in generate_CPP_USER()
108 Method method = theClass.getMethod(i); in generate_CPP_USER()
148 generate_NameDefines(destdir, theClass.getBaseName() , theClass.getAllMethods()); in generate()
157 for (unsigned i = 0; i < theClass.numMethods(); ++i) in generateHeaderMethods()
159 Method method = theClass.getMethod(i); in generateHeaderMethods()
186 for (unsigned i = 0; i < theClass.numMethods(); ++i) in generateSourceMethods()
188 Method method = theClass.getMethod(i); in generateSourceMethods()
303 Method method = theClass.getMethod(i); in generateHeaderVariables()
[all …]
/dports/graphics/quesa/quesa-1.8/Source/Core/System/
H A DE3Extension.c77 E3ClassInfoPtr theClass; in E3XObjectHierarchy_RegisterClass() local
112 theClass = E3ClassTree::GetClass ( *objectType ) ; in E3XObjectHierarchy_RegisterClass()
114 return((TQ3XObjectClass) theClass); in E3XObjectHierarchy_RegisterClass()
129 { E3ClassInfoPtr theClass = (E3ClassInfoPtr) objectClass; in E3XObjectHierarchy_UnregisterClass() local
136 classType = theClass->GetType () ; in E3XObjectHierarchy_UnregisterClass()
159 E3ClassInfoPtr theClass = (E3ClassInfoPtr) objectClass ; in E3XObjectHierarchy_NewObject() local
184 if ( theClass == NULL ) in E3XObjectHierarchy_GetClassVersion()
220 E3ClassInfoPtr theClass = (E3ClassInfoPtr) objectClass ; in E3XObjectClass_GetMethod() local
223 return theClass->GetMethod ( methodType ) ; in E3XObjectClass_GetMethod()
241 return theClass->GetType () ; in E3XObjectClass_GetLeafType()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/testResources/indentation/unchanged/
H A DBefore.java45 public TestSuite(Class theClass, String name) { in TestSuite() argument
46 this(theClass); in TestSuite()
56 public TestSuite(final Class theClass) { in TestSuite() argument
57 fName= theClass.getName(); in TestSuite()
65 if (!Modifier.isPublic(theClass.getModifiers())) { in TestSuite()
70 Class superClass= theClass; in TestSuite()
75 addTestMethod(methods[i], names, theClass); in TestSuite()
114 addTest(createTest(theClass, name)); in addTestMethod()
124 constructor= getTestConstructor(theClass); in createTest()
177 return theClass.getConstructor(args); in getTestConstructor()
[all …]
H A DModified.java45 public TestSuite(Class theClass, String name) { in TestSuite() argument
46 this(theClass); in TestSuite()
56 public TestSuite(final Class theClass) { in TestSuite() argument
57 fName= theClass.getName(); in TestSuite()
65 if (!Modifier.isPublic(theClass.getModifiers())) { in TestSuite()
70 Class superClass= theClass; in TestSuite()
75 addTestMethod(methods[i], names, theClass); in TestSuite()
114 addTest(createTest(theClass, name)); in addTestMethod()
124 constructor= getTestConstructor(theClass); in createTest()
177 return theClass.getConstructor(args); in getTestConstructor()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Converter/src/junit/framework/
H A DTestSuite.java45 public TestSuite(Class theClass, String name) { in TestSuite() argument
46 this(theClass); in TestSuite()
56 public TestSuite(final Class theClass) { in TestSuite() argument
57 fName= theClass.getName(); in TestSuite()
65 if (!Modifier.isPublic(theClass.getModifiers())) { in TestSuite()
70 Class superClass= theClass; in TestSuite()
75 addTestMethod(methods[i], names, theClass); in TestSuite()
114 addTest(createTest(theClass, name)); in addTestMethod()
124 constructor= getTestConstructor(theClass); in createTest()
177 return theClass.getConstructor(args); in getTestConstructor()
[all …]
/dports/lang/clips/clips_core_source_630/core/
H A Dclasscom.c467 void *theClass) in EnvGetDefclassWatchInstances() argument
491 void *theClass) in EnvSetDefclassWatchInstances() argument
515 void *theClass) in EnvGetDefclassWatchSlots() argument
538 void *theClass) in EnvSetDefclassWatchSlots() argument
882 void *theClass) in GetDefclassNamePointer() argument
888 void *theClass, in SetNextDefclass() argument
901 void *theClass) in EnvGetDefclassName() argument
908 void *theClass) in EnvGetDefclassPPForm() argument
915 void *theClass) in EnvGetDefclassModule() argument
922 void *theClass) in EnvDefclassModule() argument
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/testing/
H A Dcc_wx_event_handler_macro.cpp20 #define wxBEGIN_EVENT_TABLE(theClass, baseClass) \ argument
21 const wxEventTable theClass::sm_eventTable = \
22 { &baseClass::sm_eventTable, &theClass::sm_eventTableEntries[0] }; \
23 const wxEventTable *theClass::GetEventTable() const \
24 { return &theClass::sm_eventTable; } \
25 wxEventHashTable theClass::sm_eventHashTable(theClass::sm_eventTable); \
26 wxEventHashTable &theClass::GetEventHashTable() const \
27 { return theClass::sm_eventHashTable; } \
28 const wxEventTableEntry theClass::sm_eventTableEntries[] = { \
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/shared/core/
H A Dmessage_target.h56 #define BEGIN_MESSAGE_MAP(theClass, baseClass) \ argument
57 …Ultima::Shared::ClassDef theClass::type() { return Ultima::Shared::ClassDef(#theClass, &baseClass:…
58 const Ultima::Shared::MSGMAP *theClass::getMessageMap() const \
60 const Ultima::Shared::MSGMAP *theClass::getThisMessageMap() \
62 typedef theClass ThisClass; \
64 typedef bool (theClass::*FNPTR)(Ultima::Shared::CMessage *msg); \
78 #define EMPTY_MESSAGE_MAP(theClass, baseClass) \ argument
79 …Ultima::Shared::ClassDef theClass::type() { return Ultima::Shared::ClassDef(#theClass, &baseClass:…
80 const Ultima::Shared::MSGMAP *theClass::getMessageMap() const \
82 const Ultima::Shared::MSGMAP *theClass::getThisMessageMap() \
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/junit/extension/
H A DPerformanceTestSuite.java31 public PerformanceTestSuite(final Class theClass) { in PerformanceTestSuite() argument
32 setName(theClass.getName()); in PerformanceTestSuite()
40 if (!Modifier.isPublic(theClass.getModifiers())) { in PerformanceTestSuite()
41 addTest(addWarningTest("Class "+theClass.getName()+" is not public")); in PerformanceTestSuite()
45 Class superClass= theClass; in PerformanceTestSuite()
50 addTestMethod(methods[i], names, theClass); in PerformanceTestSuite()
55 addTest(addWarningTest("No tests found in "+theClass.getName())); in PerformanceTestSuite()
62 private void addTestMethod(Method m, Vector names, Class theClass) { in addTestMethod() argument
72 addTest(createTest(theClass, name)); in addTestMethod()
75 public void addTestSuite(Class theClass) { in addTestSuite() argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/
H A DPerfTestSuite.java39 public PerfTestSuite(Class<?> theClass, String name) { in PerfTestSuite() argument
42 getTestConstructor(theClass); // Avoid generating multiple error messages in PerfTestSuite()
48 if (!Modifier.isPublic(theClass.getModifiers())) { in PerfTestSuite()
53 Class<?> superClass= theClass; in PerfTestSuite()
57 addPerformanceTestMethod(method, names, theClass); in PerfTestSuite()
63 private void addPerformanceTestMethod(Method m, Vector<String> names, Class<?> theClass) { in addPerformanceTestMethod() argument
73 addTest(createPerformanceTest(theClass, name)); in addPerformanceTestMethod()
87 public PerfTestSuite(Class<?> theClass) { in PerfTestSuite() argument
88 this(theClass, theClass.getName()); in PerfTestSuite()
102 static public Test createPerformanceTest(Class<?> theClass, String name) { in createPerformanceTest() argument
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DJobConf.java735 public void setMapOutputKeyClass(Class<?> theClass) { in setMapOutputKeyClass() argument
762 public void setMapOutputValueClass(Class<?> theClass) { in setMapOutputValueClass() argument
781 public void setOutputKeyClass(Class<?> theClass) { in setOutputKeyClass() argument
793 if (theClass != null) in getOutputKeyComparator()
794 return ReflectionUtils.newInstance(theClass, this); in getOutputKeyComparator()
807 theClass, RawComparator.class); in setOutputKeyComparatorClass()
872 if (theClass == null) { in getOutputValueGroupingComparator()
876 return ReflectionUtils.newInstance(theClass, this); in getOutputValueGroupingComparator()
905 Class<? extends RawComparator> theClass) { in setOutputValueGroupingComparator() argument
907 theClass, RawComparator.class); in setOutputValueGroupingComparator()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
H A DJobConf.java827 public void setMapOutputKeyClass(Class<?> theClass) { in setMapOutputKeyClass() argument
873 public void setOutputKeyClass(Class<?> theClass) { in setOutputKeyClass() argument
885 if (theClass != null) in getOutputKeyComparator()
899 theClass, RawComparator.class); in setOutputKeyComparatorClass()
964 if (theClass == null) { in getCombinerKeyGroupingComparator()
981 if (theClass == null) { in getOutputValueGroupingComparator()
1014 Class<? extends RawComparator> theClass) { in setCombinerKeyGroupingComparator() argument
1016 theClass, RawComparator.class); in setCombinerKeyGroupingComparator()
1046 Class<? extends RawComparator> theClass) { in setOutputValueGroupingComparator() argument
1048 theClass, RawComparator.class); in setOutputValueGroupingComparator()
[all …]

12345678910>>...28