Home
last modified time | relevance | path

Searched refs:newStructure (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/okteta/okteta-0.26.6/kasten/controllers/test/
H A Dlocktooffsettest.cpp133 top = newStructure(model, 5); in testReadingNecessary_data()
136 top = newStructure(model, 5); in testReadingNecessary_data()
139 top = newStructure(model, 5); in testReadingNecessary_data()
143 top = newStructure(model, 5); in testReadingNecessary_data()
150 top = newStructure(model, 5); in testReadingNecessary_data()
153 top = newStructure(model, 5); in testReadingNecessary_data()
156 top = newStructure(model, 5); in testReadingNecessary_data()
159 top = newStructure(model, 5); in testReadingNecessary_data()
162 top = newStructure(model, 5); in testReadingNecessary_data()
164 top = newStructure(model, 5); in testReadingNecessary_data()
[all …]
/dports/net-mgmt/openbmp/openbmp-0.14.0/Server/src/bgp/
H A DAddPathDataContainer.cpp32 sendReceiveCodesForSentAndReceivedOpenMessageStructure newStructure; in addAddPath() local
35 newStructure.sendReceiveCodeForSentOpenMessage = send_receive; in addAddPath()
37 newStructure.sendReceiveCodeForReceivedOpenMessage = send_receive; in addAddPath()
42 newStructure in addAddPath()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaFlexPrepare.php167 $newStructure = [];
187 $newStructure[$key] = $value;
189 return $newStructure;
217 $newStructure = [];
249 $newStructure[$key] = $value;
251 return $newStructure;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaFlexPrepare.php166 $newStructure = [];
186 $newStructure[$key] = $value;
188 return $newStructure;
216 $newStructure = [];
247 $newStructure[$key] = $value;
249 return $newStructure;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/FormDataProvider/
H A DTcaFlexPrepare.php165 $newStructure = [];
185 $newStructure[$key] = $value;
187 return $newStructure;
215 $newStructure = [];
246 $newStructure[$key] = $value;
248 return $newStructure;
/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A DHouse.cpp686 if(newStructure == nullptr) { in placeStructure()
687 delete newStructure; in placeStructure()
693 for(int i=0;i<newStructure->getStructureSizeX();i++) { in placeStructure()
696 delete newStructure; in placeStructure()
703 for(int i=0;i<newStructure->getStructureSizeX();i++) { in placeStructure()
704 for(int j=0;j<newStructure->getStructureSizeY();j++) { in placeStructure()
711 newStructure->setLocation(xPos, yPos); in placeStructure()
714 newStructure->setJustPlaced(); in placeStructure()
742 pLocalPlayer->onPlaceStructure(newStructure); in placeStructure()
750 if(newStructure->isABuilder()) { in placeStructure()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/live/
H A DdisjunctiveMonotone.c51 struct antecedentConsequentVectorsStruct *newStructure; in allocAntecedentConsequentVectorsStruct() local
53newStructure = (struct antecedentConsequentVectorsStruct *)malloc(sizeof (struct antecedentConsequ… in allocAntecedentConsequentVectorsStruct()
55 newStructure->attrAntecedents = NULL; in allocAntecedentConsequentVectorsStruct()
56 newStructure->attrConsequentCandidates = NULL; in allocAntecedentConsequentVectorsStruct()
58 assert( newStructure != NULL ); in allocAntecedentConsequentVectorsStruct()
59 return newStructure; in allocAntecedentConsequentVectorsStruct()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/gsttools/
H A Dqgstcodecsinfo.cpp157 … GstStructure *newStructure = qt_gst_structure_new_empty(gst_structure_get_name(structure)); in updateCodecs() local
173 gst_structure_set_value(newStructure, fieldName, value); in updateCodecs()
177 GstCaps *newCaps = gst_caps_new_full(newStructure, nullptr); in updateCodecs()
/dports/www/e107/e107/e107_handlers/
H A Ddb_table_admin_class.php621 …function update_table_structure($newStructure, $justCheck = FALSE, $makeNewifNotExist = TRUE, $mlU… argument
627 $tableName = $newStructure[1];
634 if ($sql->gen($newStructure[0]))
640 $reqFields = $this->parse_field_defs($newStructure[2]); // Required field definitions
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSObject.h314 RefPtr<Structure> newStructure = Structure::changePrototypeTransition(m_structure, prototype); in setPrototype() local
315 setStructure(newStructure.release()); in setPrototype()
588 inline void JSObject::transitionTo(Structure* newStructure) in transitionTo() argument
590 if (m_structure->propertyStorageCapacity() != newStructure->propertyStorageCapacity()) in transitionTo()
591 …allocatePropertyStorage(m_structure->propertyStorageCapacity(), newStructure->propertyStorageCapac… in transitionTo()
592 setStructure(newStructure); in transitionTo()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSObject.h314 RefPtr<Structure> newStructure = Structure::changePrototypeTransition(m_structure, prototype); in setPrototype() local
315 setStructure(newStructure.release()); in setPrototype()
588 inline void JSObject::transitionTo(Structure* newStructure) in transitionTo() argument
590 if (m_structure->propertyStorageCapacity() != newStructure->propertyStorageCapacity()) in transitionTo()
591 …allocatePropertyStorage(m_structure->propertyStorageCapacity(), newStructure->propertyStorageCapac… in transitionTo()
592 setStructure(newStructure); in transitionTo()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSObject.h314 RefPtr<Structure> newStructure = Structure::changePrototypeTransition(m_structure, prototype); in setPrototype() local
315 setStructure(newStructure.release()); in setPrototype()
588 inline void JSObject::transitionTo(Structure* newStructure) in transitionTo() argument
590 if (m_structure->propertyStorageCapacity() != newStructure->propertyStorageCapacity()) in transitionTo()
591 …allocatePropertyStorage(m_structure->propertyStorageCapacity(), newStructure->propertyStorageCapac… in transitionTo()
592 setStructure(newStructure); in transitionTo()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/ewald/
H A Dpme_only.cpp214 gmx_pme_t* newStructure = nullptr; in gmx_pmeonly_switch() local
216 gmx_pme_reinit(&newStructure, cr, pme, ir, grid_size, ewaldcoeff_q, ewaldcoeff_lj); in gmx_pmeonly_switch()
217 pmedata->push_back(newStructure); in gmx_pmeonly_switch()
218 return newStructure; in gmx_pmeonly_switch()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/core/dsm/
H A DXdmfDSMBuffer.cpp965 std::vector<std::pair<std::string, unsigned int> > newStructure; in ConfigureUniform() local
969newStructure.push_back(std::pair<std::string, unsigned int>(aComm->GetApplicationName(), startId)); in ConfigureUniform()
971 newStructure.push_back(std::pair<std::string, unsigned int>("Server", (endId + 1) - startId)); in ConfigureUniform()
974newStructure.push_back(std::pair<std::string, unsigned int>(aComm->GetApplicationName(), aComm->Ge… in ConfigureUniform()
976 aComm->SetDsmProcessStructure(newStructure); in ConfigureUniform()
1784 std::vector<std::pair<std::string, unsigned int> > newStructure; in ReceiveInfo() local
1840newStructure.push_back(std::pair<std::string, unsigned int>(std::string(coreTag), coreSplit.size()… in ReceiveInfo()
1844 this->Comm->SetDsmProcessStructure(newStructure); in ReceiveInfo()
2253 std::vector<std::pair<std::string, unsigned int> > newStructure; in SendInfo() local
2309newStructure.push_back(std::pair<std::string, unsigned int>(std::string(coreTag), coreSplit.size()… in SendInfo()
[all …]
H A DXdmfHDF5ControllerDSM.cpp187 std::vector<std::pair<std::string, unsigned int> > newStructure; in XdmfHDF5ControllerDSM() local
247newStructure.push_back(std::pair<std::string, unsigned int>(std::string(coreTag), coreSplit.size()… in XdmfHDF5ControllerDSM()
411 std::vector<std::pair<std::string, unsigned int> > newStructure; in XdmfHDF5ControllerDSM() local
471newStructure.push_back(std::pair<std::string, unsigned int>(std::string(coreTag), coreSplit.size()… in XdmfHDF5ControllerDSM()
H A DXdmfDSMCommMPI.hpp1451 void SetDsmProcessStructure(std::vector<std::pair<std::string, unsigned int> > & newStructure);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp553 …tion(StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedO… in privateCompilePutByIdTransition() argument
568 …bool willNeedStorageRealloc = oldStructure->propertyStorageCapacity() != newStructure->propertySto… in privateCompilePutByIdTransition()
579 stubCall.addArgument(Imm32(newStructure->propertyStorageCapacity())); in privateCompilePutByIdTransition()
586 add32(Imm32(1), AbsoluteAddress(newStructure->addressOfCount())); in privateCompilePutByIdTransition()
587 storePtr(ImmPtr(newStructure), Address(regT0, OBJECT_OFFSETOF(JSCell, m_structure))); in privateCompilePutByIdTransition()
593 compilePutDirectOffset(regT0, regT2, regT3, newStructure, cachedOffset); in privateCompilePutByIdTransition()
1519 …bool willNeedStorageRealloc = oldStructure->propertyStorageCapacity() != newStructure->propertySto…
1530 stubCall.addArgument(Imm32(newStructure->propertyStorageCapacity()));
1540 add32(Imm32(1), AbsoluteAddress(newStructure->addressOfCount()));
1541 storePtr(ImmPtr(newStructure), Address(regT0, OBJECT_OFFSETOF(JSCell, m_structure)));
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp553 …tion(StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedO… in privateCompilePutByIdTransition() argument
568 …bool willNeedStorageRealloc = oldStructure->propertyStorageCapacity() != newStructure->propertySto… in privateCompilePutByIdTransition()
579 stubCall.addArgument(Imm32(newStructure->propertyStorageCapacity())); in privateCompilePutByIdTransition()
586 add32(Imm32(1), AbsoluteAddress(newStructure->addressOfCount())); in privateCompilePutByIdTransition()
587 storePtr(ImmPtr(newStructure), Address(regT0, OBJECT_OFFSETOF(JSCell, m_structure))); in privateCompilePutByIdTransition()
593 compilePutDirectOffset(regT0, regT2, regT3, newStructure, cachedOffset); in privateCompilePutByIdTransition()
1519 …bool willNeedStorageRealloc = oldStructure->propertyStorageCapacity() != newStructure->propertySto…
1530 stubCall.addArgument(Imm32(newStructure->propertyStorageCapacity()));
1540 add32(Imm32(1), AbsoluteAddress(newStructure->addressOfCount()));
1541 storePtr(ImmPtr(newStructure), Address(regT0, OBJECT_OFFSETOF(JSCell, m_structure)));
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp553 …tion(StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedO… in privateCompilePutByIdTransition() argument
568 …bool willNeedStorageRealloc = oldStructure->propertyStorageCapacity() != newStructure->propertySto… in privateCompilePutByIdTransition()
579 stubCall.addArgument(Imm32(newStructure->propertyStorageCapacity())); in privateCompilePutByIdTransition()
586 add32(Imm32(1), AbsoluteAddress(newStructure->addressOfCount())); in privateCompilePutByIdTransition()
587 storePtr(ImmPtr(newStructure), Address(regT0, OBJECT_OFFSETOF(JSCell, m_structure))); in privateCompilePutByIdTransition()
593 compilePutDirectOffset(regT0, regT2, regT3, newStructure, cachedOffset); in privateCompilePutByIdTransition()
1519 …bool willNeedStorageRealloc = oldStructure->propertyStorageCapacity() != newStructure->propertySto…
1530 stubCall.addArgument(Imm32(newStructure->propertyStorageCapacity()));
1540 add32(Imm32(1), AbsoluteAddress(newStructure->addressOfCount()));
1541 storePtr(ImmPtr(newStructure), Address(regT0, OBJECT_OFFSETOF(JSCell, m_structure)));
[all …]
/dports/games/dunelegacy/dunelegacy-0.96.4/src/INIMap/
H A DINIMapLoader.cpp712 …ObjectBase* newStructure = getOrCreateHouse(houseID)->placeStructure(NONE_ID, itemID, getXPos(pos)… in loadStructures() local
713 if(newStructure == nullptr) { in loadStructures()
717 newStructure->setHealth(newStructure->getMaxHealth() * percentHealth); in loadStructures()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp557 …tion(StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedO… in privateCompilePutByIdTransition() argument
574 …bool willNeedStorageRealloc = oldStructure->propertyStorageCapacity() != newStructure->propertySto… in privateCompilePutByIdTransition()
585 stubCall.addArgument(TrustedImm32(newStructure->propertyStorageCapacity())); in privateCompilePutByIdTransition()
592 …storePtrWithWriteBarrier(TrustedImmPtr(newStructure), regT0, Address(regT0, JSCell::structureOffse… in privateCompilePutByIdTransition()
595 compilePutDirectOffset(regT0, regT1, newStructure, cachedOffset); in privateCompilePutByIdTransition()
H A DJITPropertyAccess32_64.cpp572 …tion(StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedO… in privateCompilePutByIdTransition() argument
589 …bool willNeedStorageRealloc = oldStructure->propertyStorageCapacity() != newStructure->propertySto… in privateCompilePutByIdTransition()
600 stubCall.addArgument(TrustedImm32(newStructure->propertyStorageCapacity())); in privateCompilePutByIdTransition()
606 …storePtrWithWriteBarrier(TrustedImmPtr(newStructure), regT0, Address(regT0, JSCell::structureOffse… in privateCompilePutByIdTransition()
618 compilePutDirectOffset(regT0, regT2, regT3, newStructure, cachedOffset); in privateCompilePutByIdTransition()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.h734 inline void JSObject::transitionTo(JSGlobalData& globalData, Structure* newStructure) in transitionTo() argument
736 if (m_structure->propertyStorageCapacity() != newStructure->propertyStorageCapacity()) in transitionTo()
737 …allocatePropertyStorage(m_structure->propertyStorageCapacity(), newStructure->propertyStorageCapac… in transitionTo()
738 setStructure(globalData, newStructure); in transitionTo()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DFolderNode.java101 … List<Pair<String, List<Group>>> newStructure = new ArrayList<Pair<String, List<Group>>>(); in changed() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DFolderNode.java101 … List<Pair<String, List<Group>>> newStructure = new ArrayList<Pair<String, List<Group>>>(); in changed() local

12