Home
last modified time | relevance | path

Searched refs:pClass (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/LibreOfficeKit/
H A DLibreOfficeKit.hxx38 mpDoc->pClass->destroy(mpDoc); in ~Document()
82 return mpDoc->pClass->getParts(mpDoc); in getParts()
102 return mpDoc->pClass->getPart(mpDoc); in getPart()
108 mpDoc->pClass->setPart(mpDoc, nPart); in setPart()
125 mpDoc->pClass->setPartMode(mpDoc, nMode); in setPartMode()
442 mpDoc->pClass->resetSelection(mpDoc); in resetSelection()
521 mpDoc->pClass->destroyView(mpDoc, nId); in destroyView()
530 mpDoc->pClass->setView(mpDoc, nId); in setView()
539 return mpDoc->pClass->getView(mpDoc); in getView()
807 mpThis->pClass->destroy(mpThis); in ~Office()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/LibreOfficeKit/
H A DLibreOfficeKit.hxx41 mpDoc->pClass->destroy(mpDoc); in ~Document()
85 return mpDoc->pClass->getParts(mpDoc); in getParts()
105 return mpDoc->pClass->getPart(mpDoc); in getPart()
111 mpDoc->pClass->setPart(mpDoc, nPart); in setPart()
128 mpDoc->pClass->setPartMode(mpDoc, nMode); in setPartMode()
445 mpDoc->pClass->resetSelection(mpDoc); in resetSelection()
524 mpDoc->pClass->destroyView(mpDoc, nId); in destroyView()
533 mpDoc->pClass->setView(mpDoc, nId); in setView()
542 return mpDoc->pClass->getView(mpDoc); in getView()
777 mpThis->pClass->destroy(mpThis); in ~Office()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_hydrology/
H A Dtopmodel.cpp406 pClass->S_ = 0.0; in Run()
417 pClass->Suz_ -= pClass->Srz_; in Run()
418 pClass->Srz_ = 0.0; in Run()
425 if( pClass->Suz_ > pClass->S_ ) in Run()
427 Excess = pClass->Suz_ - pClass->S_; in Run()
428 pClass->Suz_ = pClass->S_; in Run()
455 pClass->Suz_ -= d; in Run()
462 pClass->qv_ = d * pClass->Area_Rel; in Run()
483 pClass->Srz_ += d; in Run()
488 pClass->qo_ = Excess * pClass->Area_Rel; in Run()
[all …]
/dports/lang/micropython/micropython-1.17/ports/stm32/usbdev/core/src/
H A Dusbd_core.c107 if(pdev->pClass != NULL)
109 pdev->pClass = NULL;
165 pdev->pClass = pclass; in USBD_RegisterClass()
232 if(pdev->pClass != NULL) in USBD_SetClassConfig()
253 pdev->pClass->DeInit(pdev, cfgidx); in USBD_ClrClassConfig()
323 pdev->pClass->EP0_RxReady(pdev); in USBD_LL_DataOutStage()
332 pdev->pClass->DataOut(pdev, epnum); in USBD_LL_DataOutStage()
389 else if((pdev->pClass->DataIn != NULL)&& in USBD_LL_DataInStage()
392 pdev->pClass->DataIn(pdev, epnum); in USBD_LL_DataInStage()
484 if(pdev->pClass->SOF != NULL) in USBD_LL_SOF()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/fra/
H A DfraClass.c166 Aig_Obj_t ** pClass; in Fra_ClassesCountLits() local
191 Aig_Obj_t ** pClass; in Fra_ClassesCountPairs() local
238 Aig_Obj_t ** pClass; in Fra_ClassesPrint() local
476 pClass = pClass2; in Fra_RefineClassLastIter()
496 Aig_Obj_t ** pClass; in Fra_ClassesRefine() local
592 Aig_Obj_t ** pClass; in Fra_ClassesTest() local
598 pClass[2] = NULL; in Fra_ClassesTest()
599 pClass[3] = NULL; in Fra_ClassesTest()
600 Fra_ClassObjSetRepr( pClass[1], pClass[0] ); in Fra_ClassesTest()
733 pClass[cMinSupp] = pClass[0]; in Fra_ClassesSelectRepr()
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/CBotVar/
H A DCBotVarClass.cpp69 SetClass( pClass ); in CBotVarClass()
140 m_type.m_class = pClass; in SetClass()
142 if ( m_pClass == pClass ) return; in SetClass()
144 m_pClass = pClass; in SetClass()
150 if (pClass == nullptr) return; in SetClass()
153 while (pClass != nullptr) in SetClass()
156 if ( pv == nullptr ) { pClass = pClass->GetParent(); continue; } in SetClass()
206 if ( pv == nullptr ) pClass = pClass->GetParent(); in SetClass()
302 CBotClass* pClass = m_pClass; in GetValString() local
310 pClass = pClass->GetParent(); in GetValString()
[all …]
/dports/x11-clocks/buici-clock/buici/xo/
H A Dlwindowclass.cxx41 LWindowClass* pClass = NULL; in find_class() local
42 g_hashClass.find (key, &pClass); in find_class()
43 return pClass; in find_class()
54 LWindowClass* pClass = NULL; in register_class() local
55 g_hashClass.find (key, &pClass); in register_class()
57 if (pClass) in register_class()
66 pClass = this; in register_class()
67 g_hashClass.add (key, &pClass); in register_class()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/object/
H A DKviKvsObjectController.cpp34 return new KviKvsObject(pClass, pParent, szName); in objectClassCreateInstance()
99 if(pObject->getClass() == pClass) in killAllObjectsWithClass()
105 pObject->killAllChildrenWithClass(pClass); in killAllObjectsWithClass()
155 m_pClassDict->insert(pClass->name(), pClass); in registerClass()
160 if(!pClass->isBuiltin()) in unregisterClass()
162 if(pClass->isDirty()) in unregisterClass()
165 m_pClassDict->remove(pClass->name()); in unregisterClass()
254 KVI_ASSERT(pClass); in deleteClass()
256 pClass->clearDirtyFlag(); // don't flush it to disk in deleteClass()
259 QString szFileName = pClass->name().toLower(); in deleteClass()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/lib/
H A Dlokandroid.cxx62 pLibreOfficeKit->pClass->destroy(pLibreOfficeKit); in Java_org_libreoffice_kit_Office_destroy()
68 pLibreOfficeKit->pClass->destroy(pLibreOfficeKit); in Java_org_libreoffice_kit_Office_destroyAndExit()
204 pDocument->pClass->destroy(pDocument); in Java_org_libreoffice_kit_Document_destroy()
211 pDocument->pClass->setPart(pDocument, aPart); in Java_org_libreoffice_kit_Document_setPart()
218 return (jint) pDocument->pClass->getPart(pDocument); in Java_org_libreoffice_kit_Document_getPart()
233 return (jint) pDocument->pClass->getParts(pDocument); in Java_org_libreoffice_kit_Document_getParts()
249 pDocument->pClass->setPartMode(pDocument, nPartMode); in Java_org_libreoffice_kit_Document_setPartMode()
294 pDocument->pClass->initializeForRendering(pDocument, NULL); in Java_org_libreoffice_kit_Document_initializeForRendering()
361 LibreOfficeKitDocumentClass* pcls = pDocument->pClass; in Java_org_libreoffice_kit_Document_getTextSelection()
379 LibreOfficeKitDocumentClass* pcls = pDocument->pClass; in Java_org_libreoffice_kit_Document_paste()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/lib/
H A Dlokandroid.cxx62 pLibreOfficeKit->pClass->destroy(pLibreOfficeKit); in Java_org_libreoffice_kit_Office_destroy()
68 pLibreOfficeKit->pClass->destroy(pLibreOfficeKit); in Java_org_libreoffice_kit_Office_destroyAndExit()
204 pDocument->pClass->destroy(pDocument); in Java_org_libreoffice_kit_Document_destroy()
211 pDocument->pClass->setPart(pDocument, aPart); in Java_org_libreoffice_kit_Document_setPart()
218 return (jint) pDocument->pClass->getPart(pDocument); in Java_org_libreoffice_kit_Document_getPart()
233 return (jint) pDocument->pClass->getParts(pDocument); in Java_org_libreoffice_kit_Document_getParts()
249 pDocument->pClass->setPartMode(pDocument, nPartMode); in Java_org_libreoffice_kit_Document_setPartMode()
294 pDocument->pClass->initializeForRendering(pDocument, NULL); in Java_org_libreoffice_kit_Document_initializeForRendering()
361 LibreOfficeKitDocumentClass* pcls = pDocument->pClass; in Java_org_libreoffice_kit_Document_getTextSelection()
379 LibreOfficeKitDocumentClass* pcls = pDocument->pClass; in Java_org_libreoffice_kit_Document_paste()
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/CBotInstr/
H A DCBotDefClass.cpp64 if ( pClass == nullptr ) in Compile()
67 pClass = CBotClass::Find(p); in Compile()
68 if ( pClass == nullptr ) in Compile()
77 bool bIntrinsic = pClass->IsIntrinsic(); in Compile()
202 CBotVar* pvar = CBotVar::Create("", pClass); in Compile()
214 CBotVar* pvar = CBotVar::Create("", pClass); in Compile()
264 CBotClass* pClass = CBotClass::Find(pt); in Execute() local
266 bool bIntrincic = pClass->IsIntrinsic(); in Execute()
338 CBotClass* pClass = CBotClass::Find(pt); in Execute() local
434 CBotClass* pClass = CBotClass::Find(pt); in RestoreState() local
[all …]
H A DCBotInstrMethode.cpp70 CBotClass* pClass = var->GetClass(); // pointer to the class in Compile() local
71 inst->m_className = pClass->GetName(); // name of the class in Compile()
174 CBotClass* pClass; in ExecuteVar() local
177 pClass = CBotClass::Find(m_className); in ExecuteVar()
179 pClass = pThis->GetClass(); in ExecuteVar()
247 CBotClass* pClass; in RestoreStateVar() local
250 pClass = CBotClass::Find(m_className); in RestoreStateVar()
252 pClass = pThis->GetClass(); in RestoreStateVar()
302 CBotClass* pClass; in Execute() local
305 pClass = CBotClass::Find(m_className); in Execute()
[all …]
H A DCBotFunction.cpp187 CBotClass* pClass = CBotClass::Find(pp); in Compile() local
188 if ( pClass == nullptr ) in Compile()
224 pStk->CreateVarThis(pClass); in Compile()
225 pStk->CreateVarSuper(pClass->GetParent()); in Compile()
335 func->m_MasterClass = pClass->GetName(); in Compile1()
365 … ( pClass == nullptr || !pClass->CheckCall(pStack->GetProgram(), func->m_param, pp)) ) in Compile1()
555 CBotClass* pClass = baseProg->m_thisVar->GetClass(); in FindLocalOrPublic() local
572 if (pClass != nullptr) // looking for a method ? in SearchList()
945 auto methods = pClass->GetFunctions(); in FindMethod()
1046 if ( pClass ) in DoCall()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/qa/desktop_lib/
H A Dtest_desktop_lib.cxx1009 pDocument->pClass->createView(pDocument); in testTrackChanges()
1072 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
1076 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
1080 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
1084 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
1088 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
1092 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
1120 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
1124 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
1128 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfBlock.cpp64 DtaClass* pClass = *j; in clear() local
66 delete pClass; in clear()
254 _classes->push_back(pClass); in addClass()
255 return pClass; in addClass()
261 DtaClass* pClass = *i; in getClass() local
263 return pClass; in getClass()
274 DtaClass* pClass = *i; in removeClass() local
275 if ((pClass != NULL) && (pClass->getName() == sClassName)) { in removeClass()
305 _classes->push_back(pClass); in addTargetLanguageTypeSpecifier()
306 return pClass; in addTargetLanguageTypeSpecifier()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_opencv/
H A Dopencv_ml.cpp272 if( !pClass ) in _Finalize()
277 pClass->Set_Value(1, m_Classes[i].asString(1)); in _Finalize()
291 pClass->Set_Value(0, SG_GET_RGB(r, g, b)); in _Finalize()
460 CSG_Table_Record *pClass = NULL; in _Get_Training() local
469 pClass = m_Classes.Add_Record(); in _Get_Training()
471 pClass->Set_Value(CLASS_ID , ID++); in _Get_Training()
475 _Get_Training(Data, pClass, pPolygon); in _Get_Training()
529 pClass->Add_Value(CLASS_COUNT, n); in _Get_Training()
530 pClass->Add_Value(CLASS_R , r); in _Get_Training()
531 pClass->Add_Value(CLASS_G , g); in _Get_Training()
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/
H A DCBotClass.cpp143 if (pClass->m_lockProg.size() > 0 && prog == pClass->m_lockProg[0]) in FreeLock()
149 auto it = std::remove(pClass->m_lockProg.begin(), pClass->m_lockProg.end(), prog); in FreeLock()
152 pClass->m_lockProg.erase(it); in FreeLock()
168 if ( pClass != nullptr ) in AddItem()
211 if ( p == pClass ) return true; in IsChildOf()
355 CBotClass* pClass = this; in RestoreMethode() local
356 while (pClass != nullptr) in RestoreMethode()
360 pClass = pClass->m_parent; in RestoreMethode()
403 CBotClass* pClass; in RestoreStaticState() local
416 pClass = Find(ClassName); in RestoreStaticState()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/qa/desktop_lib/
H A Dtest_desktop_lib.cxx901 pDocument->pClass->createView(pDocument); in testTrackChanges()
962 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
966 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
970 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
974 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
978 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
982 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
1010 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
1014 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
1018 pDocument->pClass->postMouseEvent(pDocument, in testSheetSelections()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/vm/clr-jvm/
H A Djinvoker.cpp112 jclass* pClass ){ in FindClass() argument
114 *pClass = pEnv->FindClass( szClass ); in FindClass()
120 if(*pClass != NULL) in FindClass()
134 jclass pClass, in GetStaticMethodID() argument
139 *pMid = pEnv->GetStaticMethodID( pClass, szName, szArgs); in GetStaticMethodID()
184 jclass pClass, in CallStaticVoidMethod() argument
189 pEnv->CallStaticVoidMethod( pClass, pMid, pArgs); in CallStaticVoidMethod()
H A Dinvoker.cs58 void* pClass, in GetStaticMethodID() argument
69 void* pClass, in CallStaticVoidMethod() argument
80 void* pClass; // Class struct of the executed method in InvokeMain()
92 if(FindClass( pEnv, sClass, &pClass) == 0 ) in InvokeMain()
95 … if( GetStaticMethodID( pEnv, pClass, "main", "([Ljava/lang/String;)V", &pMethod ) == 0 ) in InvokeMain()
101 nRes = CallStaticVoidMethod( pEnv, pClass, pMethod, pArgs ); in InvokeMain()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/vm/clr-jvm/
H A Djinvoker.cpp112 jclass* pClass ){ in FindClass() argument
114 *pClass = pEnv->FindClass( szClass ); in FindClass()
120 if(*pClass != NULL) in FindClass()
134 jclass pClass, in GetStaticMethodID() argument
139 *pMid = pEnv->GetStaticMethodID( pClass, szName, szArgs); in GetStaticMethodID()
184 jclass pClass, in CallStaticVoidMethod() argument
189 pEnv->CallStaticVoidMethod( pClass, pMid, pArgs); in CallStaticVoidMethod()
H A Dinvoker.cs58 void* pClass, in GetStaticMethodID() argument
69 void* pClass, in CallStaticVoidMethod() argument
80 void* pClass; // Class struct of the executed method in InvokeMain()
92 if(FindClass( pEnv, sClass, &pClass) == 0 ) in InvokeMain()
95 … if( GetStaticMethodID( pEnv, pClass, "main", "([Ljava/lang/String;)V", &pMethod ) == 0 ) in InvokeMain()
101 nRes = CallStaticVoidMethod( pEnv, pClass, pMethod, pArgs ); in InvokeMain()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_classification/
H A Dchange_detection.cpp279 pClass->Set_Value(0, cRamp.Get_Color(iTwo)); in On_Execute()
281 pClass->Set_Value(3, nTwo * iOne + iTwo); in On_Execute()
282 pClass->Set_Value(4, nTwo * iOne + iTwo); in On_Execute()
467 CSG_Table_Record *pClass = Classes.Add_Record(); in Get_Classes() local
486 CSG_Table_Record *pClass = Classes.Add_Record(); in Get_Classes() local
514 CSG_Table_Record *pClass = Classes.Add_Record(); in Get_Classes() local
516 pClass->Set_Value(CLASS_NAM, z = iz); in Get_Classes()
517 pClass->Set_Value(CLASS_MIN, z); in Get_Classes()
518 pClass->Set_Value(CLASS_MAX, z); in Get_Classes()
593 double min = pClass->asDouble(CLASS_MIN); in Cmp_Class()
[all …]
H A Dclassify_supervised_polygons.cpp262 CSG_Table_Record *pClass = pClasses->Add_Record(); in On_Execute() local
264 pClass->Set_Value(0, 1 + Class); in On_Execute()
265 pClass->Set_Value(1, Classifier.Get_Class_ID(Class)); in On_Execute()
266 pClass->Set_Value(2, Quality); in On_Execute()
417 CSG_Table_Record *pClass = pLUT->asTable()->Get_Record(iClass); in Set_Classification() local
419 if( !pClass ) in Set_Classification()
421 (pClass = pLUT->asTable()->Add_Record())->Set_Value(0, SG_Color_Get_Random()); in Set_Classification()
424 pClass->Set_Value(1, Classifier.Get_Class_ID(iClass).c_str()); in Set_Classification()
425 pClass->Set_Value(2, ""); in Set_Classification()
426 pClass->Set_Value(3, iClass + 1); in Set_Classification()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_analysis/
H A DSoil_Texture.cpp235 pClass->Set_Value(0, Class[0]); in Get_Table()
236 pClass->Set_Value(1, Class[1]); in Get_Table()
237 pClass->Set_Value(2, Class[2]); in Get_Table()
238 pClass->Set_Value(3, Class[3]); in Get_Table()
270 pClass->Set_Value(0, i + 1); in Initialize()
281 pClass->Add_Point(Sand, Clay); in Initialize()
293 pClass->Set_Value(1, SG_GET_RGB(r, g, b)); in Initialize()
297 TSG_Point c = pClass->Get_Centroid(); in Initialize()
312 pClass->Set_Value(1, SG_GET_RGB( in Initialize()
586 pClass->Set_NoData_Value(0.0); in On_Execute()
[all …]

12345678910>>...21