Home
last modified time | relevance | path

Searched refs:subRows (Results 1 – 25 of 27) sorted by relevance

12

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/table/painted/
H A DTableRowPainted.java640 if (subRows != null) { in redraw()
767 if (subRows != null) { in deleteExistingSubRows()
772 subRows = null; in deleteExistingSubRows()
798 subRows = newSubRows; in setSubItemCount()
825 return subRows == null ? new TableRowCore[0] : subRows; in getSubRowsWithNull()
838 System.arraycopy(subRows, i + 1, newSubRows, i, subRows.length - i in removeSubRow()
840 subRows = newSubRows; in removeSubRow()
865 if (b && (subRows == null || subRows.length != numSubItems) in setExpanded()
884 subRows = newSubRows; in setExpanded()
903 if (subRows == null) { in getSubRow()
[all …]
H A DTableViewPainted.java2451 TableRowCore[] subRows = lastRow.getSubRowsWithNull(); in swt_calculateClientArea() local
2452 for (TableRowCore subRow : subRows) { in swt_calculateClientArea()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/
H A DServiceSqlRegistry.cpp93 QStringList subRows = rowData.mid(index, m_metaFactory->getArtistSqlRowCount() ); in getTrack() local
94 artistPtr = m_metaFactory->createArtist( subRows ); in getTrack()
216 QStringList subRows = rowData.mid(index, m_metaFactory->getArtistSqlRowCount() ); in getAlbum() local
217 artistPtr = m_metaFactory->createArtist( subRows ); in getAlbum()
/dports/comms/ebusd/ebusd-21.3/src/lib/ebus/test/
H A Dtest_filereader.cpp101 vector< map<string, string> >* subRows, string* errorDescription, bool replace) override { in addFromFile()
102 if (row->empty() || (m_expectedCols == 3) != subRows->empty()) { in addFromFile()
104 … << static_cast<unsigned>(row->size()) << "/3 main, " << static_cast<unsigned>(subRows->size()) in addFromFile()
147 for (size_t subIdx = 0; subIdx < subRows->size(); subIdx++) { in addFromFile()
149 *row = (*subRows)[subIdx]; in addFromFile()
H A Dtest_data.cpp72 … vector< map<string, string> >* subRows, string* errorDescription, bool replace) override { in addFromFile()
73 if (!row->empty() || subRows->empty()) { in addFromFile()
75 … << static_cast<unsigned>(row->size()) << "/0 main, " << static_cast<unsigned>(subRows->size()) in addFromFile()
80 …return DataField::create(m_isSet, false, m_isMasterDest, MAX_POS, m_templates, subRows, errorDescr… in addFromFile()
/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dfull_matrix.cpp157 template<typename T> const FullMatrix<T>* FullMatrix<T>::subset(const IndexSet* subRows, in subset() argument
159 assert(subRows->isSubset(*rows_)); in subset()
162 int rowsOffset = subRows->offset() - rows_->offset(); in subset()
164 ScalarArray<T> sub(data, rowsOffset, subRows->size(), colsOffset, subCols->size()); in subset()
165 return new FullMatrix<T>(&sub, subRows, subCols); in subset()
H A Drk_matrix.cpp157 template<typename T> const RkMatrix<T>* RkMatrix<T>::subset(const IndexSet* subRows, in subset() argument
159 assert(subRows->isSubset(*rows)); in subset()
165 int rowsOffset = subRows->offset() - rows->offset(); in subset()
167 subA = new ScalarArray<T>(*a, rowsOffset, subRows->size(), 0, rank()); in subset()
170 return new RkMatrix<T>(subA, subRows, subB, subCols); in subset()
173 template<typename T> RkMatrix<T>* RkMatrix<T>::truncatedSubset(const IndexSet* subRows, in truncatedSubset() argument
176 assert(subRows->isSubset(*rows)); in truncatedSubset()
178 RkMatrix<T> * r = new RkMatrix<T>(NULL, subRows, NULL, subCols); in truncatedSubset()
180 r->a = ScalarArray<T>(*a, subRows->offset() - rows->offset(), in truncatedSubset()
181 subRows->size(), 0, rank()).copy(); in truncatedSubset()
[all …]
H A Drk_matrix.hpp116 const RkMatrix* subset(const IndexSet* subRows, const IndexSet* subCols) const;
117 RkMatrix* truncatedSubset(const IndexSet* subRows, const IndexSet* subCols, double epsilon) const;
H A Dfull_matrix.hpp141 const FullMatrix<T>* subset(const IndexSet* subRows, const IndexSet* subCols) const ;
/dports/comms/ebusd/ebusd-21.3/src/lib/ebus/contrib/test/
H A Dtest_tem.cpp73 vector< map<string, string> >* subRows, string* errorDescription, bool replace) override { in addFromFile()
74 if (!row->empty() || subRows->empty()) { in addFromFile()
76 … << static_cast<unsigned>(row->size()) << "/0 main, " << static_cast<unsigned>(subRows->size()) in addFromFile()
81 …return DataField::create(m_isSet, false, m_isMasterDest, MAX_POS, m_templates, subRows, errorDescr… in addFromFile()
/dports/math/linbox/linbox-1.6.3/linbox/matrix/matrixdomain/
H A Dopencl-domain-util.inl533 int subRows = DRows / divisionFactor; local
542 if((subRows * divisionFactor) != DRows){
553 int largestSubRows = (addToSubRows ? subRows : (subRows + 1));
582 int DRowsOffset = blockY * subRows;
583 int ARowsOffset = blockY * subRows;
596 (size_t)subRows,
602 (size_t)subRows,
614 (size_t)subRows,
631 (size_t)subRows,
637 (size_t)subRows,
[all …]
/dports/comms/ebusd/ebusd-21.3/src/lib/ebus/
H A Dfilereader.h254 vector< map<string, string> >* subRows, string* errorDescription) { in addDefaultFromFile()
270 vector< map<string, string> >* subRows, string* errorDescription, bool replace = false) = 0;
H A Ddata.cpp1230 vector< map<string, string> >* subRows, string* errorDescription, bool replace) { in addFromFile()
1232 …result_t result = DataField::create(false, false, false, MAX_POS, m_templates, subRows, errorDescr… in addFromFile()
1403 vector< map<string, string> >* subRows, string* errorDescription, bool replace) { in addFromFile()
1414 if (!subRows->empty()) { in addFromFile()
1415 map<string, string>::iterator it = (*subRows)[0].find("name"); in addFromFile()
1416 if (it == (*subRows)[0].end() || it->second.empty()) { in addFromFile()
1417 (*subRows)[0]["name"] = firstFieldName; in addFromFile()
1420 …result_t result = DataField::create(false, true, false, MAX_POS, this, subRows, errorDescription, … in addFromFile()
H A Dmessage.cpp258 map<string, string>* row, vector< map<string, string> >* subRows, in create()
450 subRows->insert(subRows->begin(), subIt->second.begin(), subIt->second.end()); in create()
453 if (subRows->empty()) { in create()
458 subRows, errorDescription, &data); in create()
2012 vector< map<string, string> >* subRows, string* errorDescription) { in addDefaultFromFile()
2086 vector< map<string, string> > subDefaults = *subRows; // ensure to have a copy in addDefaultFromFile()
2254 vector< map<string, string> >* subRows, string* errorDescription, bool replace) { in addFromFile()
2263 if (!subRows->empty()) { in addFromFile()
2299 vector< map<string, string> > newSubRows = *subRows; in addFromFile()
2304 row, subRows, errorDescription, &messages); in addFromFile()
H A Dmessage.h196 map<string, string>* row, vector< map<string, string> >* subRows,
1274 vector< map<string, string> >* subRows, string* errorDescription) override;
1298 vector< map<string, string> >* subRows, string* errorDescription, bool replace) override;
H A Ddata.h739 vector< map<string, string> >* subRows, string* errorDescription, bool replace) override;
790 vector< map<string, string> >* subRows, string* errorDescription, bool replace) override;
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/table/impl/
H A DTableRowSWTBase.java140 public void clearCellFlag(int flag, boolean subRows) { in clearCellFlag() argument
151 if (subRows) { in clearCellFlag()
/dports/comms/ebusd/ebusd-21.3/src/ebusd/
H A Dmainloop.h69 vector< map<string, string> >* subRows, string* errorDescription, bool replace) override;
H A Dmainloop.cpp76 vector< map<string, string> >* subRows, string* errorDescription, bool replace) { in addFromFile()
86 for (const auto& entry : *subRows) { in addFromFile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/tracing/docs/
H A Dtrace-viewer-internals.md79 …* We call this a slice group. A slice group can be composed into subRows -- a subRow is an array o…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/tracing/docs/
H A Dtrace-viewer-internals.md79 …* We call this a slice group. A slice group can be composed into subRows -- a subRow is an array o…
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/common/table/impl/
H A DTableViewImpl.java525 TableRowCore[] subRows = rows[i].getSubRowsWithNull(); in runForAllRows() local
526 for (TableRowCore subRow : subRows) { in runForAllRows()
/dports/textproc/R-cran-DT/DT/inst/htmlwidgets/lib/datatables-extensions/SearchPanes/css/
H A DsearchPanes.dataTables.min.css1 …iv.dtsp-narrow{flex-direction:column !important}div.dtsp-narrow div.dtsp-subRows{width:100%;text-a…
H A DsearchPanes.jqueryui.min.css1 …iv.dtsp-narrow{flex-direction:column !important}div.dtsp-narrow div.dtsp-subRows{width:100%;text-a…
/dports/net-p2p/bazarr/bazarr-1.0.2/frontend/build/static/js/
H A D2.4541a288.chunk.js.map1subRows","getFilterMethod","userFilterTypes","filterTypes","shouldAutoRemoveFilter","autoRemove","…

12