Home
last modified time | relevance | path

Searched refs:saveValues (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/math/vtk6/VTK-6.2.0/Common/Core/Testing/Cxx/
H A DTestSortDataArray.cxx95 vtkIntArray *saveValues = vtkIntArray::New(); in TestSortDataArray() local
96 saveValues->DeepCopy(values); in TestSortDataArray()
118 if (values->GetComponent(i, 1) != saveValues->GetComponent(lookup, 1)) in TestSortDataArray()
146 if (values->GetComponent(i, 1) != saveValues->GetComponent(lookup, 1)) in TestSortDataArray()
158 saveValues->Delete(); in TestSortDataArray()
/dports/biology/protomol/protomol/framework/integrators/
H A DMCIntegrator.cpp78 saveValues(); in run()
98 saveValues(); in run()
155 void MCIntegrator::saveValues() { in saveValues() function in ProtoMol::MCIntegrator
H A DHMCIntegrator.cpp64 void HMCIntegrator::saveValues(){ in saveValues() function in ProtoMol::HMCIntegrator
65 MCIntegrator::saveValues(); in saveValues()
H A DDLMCIntegrator.cpp119 void DLMCIntegrator::saveValues(){ in saveValues() function in ProtoMol::DLMCIntegrator
120 MCIntegrator::saveValues(); in saveValues()
/dports/math/vtk8/VTK-8.2.0/Common/Core/Testing/Cxx/
H A DTestSortDataArray.cxx165 vtkIntArray *saveValues = vtkIntArray::New(); in TestSortDataArray() local
166 saveValues->DeepCopy(values); in TestSortDataArray()
190 if (values->GetComponent(i, 1) != saveValues->GetComponent(lookup, 1)) in TestSortDataArray()
221 if (values->GetComponent(i, 1) != saveValues->GetComponent(lookup, 1)) in TestSortDataArray()
312 saveValues->Delete(); in TestSortDataArray()
/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Cxx/
H A DTestSortDataArray.cxx162 vtkIntArray* saveValues = vtkIntArray::New(); in TestSortDataArray() local
163 saveValues->DeepCopy(values); in TestSortDataArray()
187 if (values->GetComponent(i, 1) != saveValues->GetComponent(lookup, 1)) in TestSortDataArray()
218 if (values->GetComponent(i, 1) != saveValues->GetComponent(lookup, 1)) in TestSortDataArray()
308 saveValues->Delete(); in TestSortDataArray()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Darticulationprop.cpp97 connect(this, SIGNAL(accepted()), SLOT(saveValues())); in ArticulationProperties()
106 void ArticulationProperties::saveValues() in saveValues() function in Ms::ArticulationProperties
H A Darticulationprop.h41 void saveValues();
/dports/misc/perkeep/perkeep-0.11/clients/ios-objc/photobackup/
H A DSettingsViewController.m95 [self saveValues];
99 - (void)saveValues
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DGameOverrides.cpp160 const char *saveValues[] = { in OnInitDialog() local
184 m_saveType.AddString(saveValues[i]); in OnInitDialog()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dpanel.hh36 virtual int saveValues() = 0;
H A Dwconfig_mainui.hh36 int saveValues();
H A Dwconfig_expertui.hh36 int saveValues();
H A Dwconfig_dirsizeconf.hh36 int saveValues();
H A Dwconfig_lang.hh36 int saveValues();
H A Dwconfig_ownerconf.hh36 int saveValues();
H A Dwconfig_cachesize.hh36 int saveValues();
H A Dwconfig_start.hh37 int saveValues();
H A Dwconfig_generalconf.hh36 int saveValues();
H A Dwconfig_buttongrpconf.hh36 int saveValues();
H A Dwconfig_pathjump_allow.hh36 int saveValues();
H A Dwconfig_dcd.hh36 int saveValues();
H A Dwconfig_listview.hh36 int saveValues();
H A Dwconfig_termconf.hh36 int saveValues();
H A Dwconfig_font.hh37 int saveValues();

1234567