Home
last modified time | relevance | path

Searched refs:myIds (Results 1 – 25 of 49) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/utils/
H A DXdmfSTLConverter.txx264 XdmfArray * myIds = currSet->GetIds(); in getSetFromXdmf() local
265 copyFromXdmfArray(myContainer, myIds); in getSetFromXdmf()
287 for (int i = 0; i < myIds->GetNumberOfElements(); i++) in copyFromXdmfArray()
289 myContainer.push_back(getArrayValue<T> (myIds, i)); in copyFromXdmfArray()
297 for (int j = 0; j < myIds->GetNumberOfElements(); j++) in copyFromXdmfArray()
299 myContainer.push_back(getArrayValue<T> (myIds, j)); in copyFromXdmfArray()
307 for (int j = 0; j < myIds->GetNumberOfElements(); j++) in copyFromXdmfArray()
309 myContainer.push_back(getArrayValue<T> (myIds, j)); in copyFromXdmfArray()
317 for (int j = 0; j < myIds->GetNumberOfElements(); j++) in copyFromXdmfArray()
319 myContainer.insert(getArrayValue<T> (myIds, j)); in copyFromXdmfArray()
[all …]
H A DXdmfPartitioner.cxx306 std::vector<XdmfInt32> myIds; in Partition() local
312 myIds.push_back(val->second); in Partition()
315 if(myIds.size() != 0) in Partition()
320 set->SetSize(myIds.size()); in Partition()
324 ids->SetNumberOfElements(myIds.size()); in Partition()
325 ids->SetValues(0, &myIds[0], myIds.size()); in Partition()
332 std::vector<XdmfInt32> myIds; in Partition() local
338 myIds.push_back(val->second); in Partition()
341 if(myIds.size() != 0) in Partition()
346 set->SetSize(myIds.size()); in Partition()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/utils/
H A DXdmfSTLConverter.txx264 XdmfArray * myIds = currSet->GetIds(); in getSetFromXdmf() local
265 copyFromXdmfArray(myContainer, myIds); in getSetFromXdmf()
287 for (int i = 0; i < myIds->GetNumberOfElements(); i++) in copyFromXdmfArray()
289 myContainer.push_back(getArrayValue<T> (myIds, i)); in copyFromXdmfArray()
297 for (int j = 0; j < myIds->GetNumberOfElements(); j++) in copyFromXdmfArray()
299 myContainer.push_back(getArrayValue<T> (myIds, j)); in copyFromXdmfArray()
307 for (int j = 0; j < myIds->GetNumberOfElements(); j++) in copyFromXdmfArray()
309 myContainer.push_back(getArrayValue<T> (myIds, j)); in copyFromXdmfArray()
317 for (int j = 0; j < myIds->GetNumberOfElements(); j++) in copyFromXdmfArray()
319 myContainer.insert(getArrayValue<T> (myIds, j)); in copyFromXdmfArray()
[all …]
H A DXdmfPartitioner.cxx306 std::vector<XdmfInt32> myIds; in Partition() local
312 myIds.push_back(val->second); in Partition()
315 if(myIds.size() != 0) in Partition()
320 set->SetSize(myIds.size()); in Partition()
324 ids->SetNumberOfElements(myIds.size()); in Partition()
325 ids->SetValues(0, &myIds[0], myIds.size()); in Partition()
332 std::vector<XdmfInt32> myIds; in Partition() local
338 myIds.push_back(val->second); in Partition()
341 if(myIds.size() != 0) in Partition()
346 set->SetSize(myIds.size()); in Partition()
[all …]
/dports/net-p2p/transmission-utils/transmission-3.00/qt/
H A DDetailsDialog.cc255 if (ids != myIds) in setIds()
260 myIds = ids; in setIds()
261 mySession.refreshDetailInfo(myIds); in setIds()
263 myTrackerModel->refresh(myModel, myIds); in setIds()
307 if (!myIds.empty()) in getNewData()
309 mySession.refreshExtraStats(myIds); in getNewData()
372 int const n = myIds.size(); in refresh()
383 for (int const id : myIds) in refresh()
1029 myTrackerModel->refresh(myModel, myIds); in refresh()
1307 for (int const id : myIds) in onAddTrackerClicked()
[all …]
H A DRelocateDialog.cc20 mySession.torrentSetLocation(myIds, newLocation(), myMoveFlag); in onSetLocation()
32 myIds(ids) in RelocateDialog()
38 for (int const id : myIds) in RelocateDialog()
H A DRelocateDialog.h39 torrent_ids_t const myIds; variable
/dports/net-p2p/transmission-cli/transmission-3.00/qt/
H A DDetailsDialog.cc255 if (ids != myIds) in setIds()
260 myIds = ids; in setIds()
261 mySession.refreshDetailInfo(myIds); in setIds()
263 myTrackerModel->refresh(myModel, myIds); in setIds()
307 if (!myIds.empty()) in getNewData()
309 mySession.refreshExtraStats(myIds); in getNewData()
372 int const n = myIds.size(); in refresh()
383 for (int const id : myIds) in refresh()
1029 myTrackerModel->refresh(myModel, myIds); in refresh()
1307 for (int const id : myIds) in onAddTrackerClicked()
[all …]
H A DRelocateDialog.cc20 mySession.torrentSetLocation(myIds, newLocation(), myMoveFlag); in onSetLocation()
32 myIds(ids) in RelocateDialog()
38 for (int const id : myIds) in RelocateDialog()
H A DRelocateDialog.h39 torrent_ids_t const myIds; variable
/dports/net-p2p/transmission-qt/transmission-3.00/qt/
H A DDetailsDialog.cc255 if (ids != myIds) in setIds()
260 myIds = ids; in setIds()
261 mySession.refreshDetailInfo(myIds); in setIds()
263 myTrackerModel->refresh(myModel, myIds); in setIds()
307 if (!myIds.empty()) in getNewData()
309 mySession.refreshExtraStats(myIds); in getNewData()
372 int const n = myIds.size(); in refresh()
383 for (int const id : myIds) in refresh()
1029 myTrackerModel->refresh(myModel, myIds); in refresh()
1307 for (int const id : myIds) in onAddTrackerClicked()
[all …]
H A DRelocateDialog.cc20 mySession.torrentSetLocation(myIds, newLocation(), myMoveFlag); in onSetLocation()
32 myIds(ids) in RelocateDialog()
38 for (int const id : myIds) in RelocateDialog()
/dports/net-p2p/transmission-gtk/transmission-3.00/qt/
H A DDetailsDialog.cc255 if (ids != myIds) in setIds()
260 myIds = ids; in setIds()
261 mySession.refreshDetailInfo(myIds); in setIds()
263 myTrackerModel->refresh(myModel, myIds); in setIds()
307 if (!myIds.empty()) in getNewData()
309 mySession.refreshExtraStats(myIds); in getNewData()
372 int const n = myIds.size(); in refresh()
383 for (int const id : myIds) in refresh()
1029 myTrackerModel->refresh(myModel, myIds); in refresh()
1307 for (int const id : myIds) in onAddTrackerClicked()
[all …]
H A DRelocateDialog.cc20 mySession.torrentSetLocation(myIds, newLocation(), myMoveFlag); in onSetLocation()
32 myIds(ids) in RelocateDialog()
38 for (int const id : myIds) in RelocateDialog()
H A DRelocateDialog.h39 torrent_ids_t const myIds; variable
/dports/net-p2p/transmission-daemon/transmission-3.00/qt/
H A DDetailsDialog.cc255 if (ids != myIds) in setIds()
260 myIds = ids; in setIds()
261 mySession.refreshDetailInfo(myIds); in setIds()
263 myTrackerModel->refresh(myModel, myIds); in setIds()
307 if (!myIds.empty()) in getNewData()
309 mySession.refreshExtraStats(myIds); in getNewData()
372 int const n = myIds.size(); in refresh()
383 for (int const id : myIds) in refresh()
1029 myTrackerModel->refresh(myModel, myIds); in refresh()
1307 for (int const id : myIds) in onAddTrackerClicked()
[all …]
H A DRelocateDialog.cc20 mySession.torrentSetLocation(myIds, newLocation(), myMoveFlag); in onSetLocation()
32 myIds(ids) in RelocateDialog()
38 for (int const id : myIds) in RelocateDialog()
H A DRelocateDialog.h39 torrent_ids_t const myIds; variable
/dports/www/transmission-web/transmission-3.00/qt/
H A DDetailsDialog.cc255 if (ids != myIds) in setIds()
260 myIds = ids; in setIds()
261 mySession.refreshDetailInfo(myIds); in setIds()
263 myTrackerModel->refresh(myModel, myIds); in setIds()
307 if (!myIds.empty()) in getNewData()
309 mySession.refreshExtraStats(myIds); in getNewData()
372 int const n = myIds.size(); in refresh()
383 for (int const id : myIds) in refresh()
1029 myTrackerModel->refresh(myModel, myIds); in refresh()
1307 for (int const id : myIds) in onAddTrackerClicked()
[all …]
H A DRelocateDialog.cc20 mySession.torrentSetLocation(myIds, newLocation(), myMoveFlag); in onSetLocation()
32 myIds(ids) in RelocateDialog()
38 for (int const id : myIds) in RelocateDialog()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/win32/time/
H A DZLWin32Time.cpp39 myIds[task] = myMaxId; in addTask()
48 UINT id = myIds[task]; in removeTaskInternal()
50 myIds.erase(task); in removeTaskInternal()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/formats/pdb/
H A DPluckerImages.cpp75 if (index >= myIds.size()) { in subImage()
78 ZLImageMap::const_iterator entry = myImageMap.find(myIds[index]); in subImage()
H A DPluckerImages.h67 std::vector<std::string> myIds; variable
75 inline void PluckerMultiImage::addId(const std::string &id) { myIds.push_back(id); } in addId()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/base/
H A Dsemver.lua122 local function smallerIdList(myIds, otherIds)
123 local myLength = #myIds
127 comparison = compareIds(myIds[i], otherIds[i])
/dports/devel/premake5/premake-5.0.0-alpha16-src/src/base/
H A Dsemver.lua122 local function smallerIdList(myIds, otherIds)
123 local myLength = #myIds
127 comparison = compareIds(myIds[i], otherIds[i])

12