Home
last modified time | relevance | path

Searched refs:mapRow (Results 1 – 25 of 33) sorted by last modified time

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/type_reference/
H A Doffapi.idl16665 boolean mapRow([inout] sequence< any > Value);
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/ucb/
H A DXContentIdentifierMapping.idl102 boolean mapRow([inout] sequence< any > Value);
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/cacher/
H A Dcachedcontentresultset.cxx267 if( m_xContentIdentifierMapping->mapRow( aValue ) ) in getAny()
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dautomap.cpp451 uint16 *mapRow; in createSmallMap() local
488 mapRow = &mapData[viewRegion.max.u * wMap->mapSize]; in createSmallMap()
492 u--, x0 -= tileSumWidthHalved, y0 += 2, mapRow -= wMap->mapSize) { in createSmallMap()
496 uint16 mtile = mapRow[v]; in createSmallMap()
H A Dmapfeatr.cpp240 uint16 *mapRow; in updateMapFeatures() local
241mapRow = &mapData[(g_vm->_mapFeatures[i]->getU() >> (kTileUVShift + kPlatShift)) * wMap->mapSize]; in updateMapFeatures()
242 uint16 mtile = mapRow[(g_vm->_mapFeatures[i]->getV() >> (kTileUVShift + kPlatShift))]; in updateMapFeatures()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/install/db/
H A Ddbmigrate_3.3-3.4.php171 foreach ($tableMap as $mapRow) {
172 … $count += cleanTableForeign($dbManager, $mapRow[0], $mapRow[1], $mapRow[2], $mapRow[3], $dryRun);
/dports/games/warzone2100/warzone2100/src/
H A Dwzapi.cpp4457 nlohmann::json mapRow = nlohmann::json::array(); in constructMapTilesArray() local
4466 mapRow.push_back(std::move(mapTile)); in constructMapTilesArray()
4468 mapTileArray.push_back(std::move(mapRow)); in constructMapTilesArray()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/cacher/
H A Dcachedcontentresultset.cxx273 if( m_xContentIdentifierMapping->mapRow( aValue ) ) in getAny()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/type_reference/
H A Doffapi.idl16770 boolean mapRow([inout] sequence< any > Value);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/ucb/
H A DXContentIdentifierMapping.idl102 boolean mapRow([inout] sequence< any > Value);
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcSolver.cpp11755 int *mapRow = new int[numberRows]; in statistics() local
11996 mapRow[i] = i; in statistics()
12012 assert(mapRow[row1] == row1); in statistics()
12013 assert(mapRow[row2] == row2); in statistics()
12014 mapRow[row1] = row2; in statistics()
12015 mapRow[row2] = row1; in statistics()
12077 if (mapRow[iRow] != iRow2 || mapRow[iRow2] != iRow) { in statistics()
12094 if (mapRow[iRow] == iRow) { in statistics()
12116 int row2 = mapRow[iRow]; in statistics()
12160 if (mapRow[i] > i) { in statistics()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/structure/cd_utils/
H A DcuAlignmentCollection.hpp67 int mapRow(const AlignmentCollection& ac, int row) const;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/cd_utils/
H A DcuAlignmentCollection.cpp417 int AlignmentCollection::mapRow(const AlignmentCollection& ac, int row) const in mapRow() function in AlignmentCollection
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSolver.cpp3901 int *mapRow = new int[numberRows]; local
4142 mapRow[i] = i;
4158 assert(mapRow[row1] == row1);
4159 assert(mapRow[row2] == row2);
4160 mapRow[row1] = row2;
4161 mapRow[row2] = row1;
4223 if (mapRow[iRow] != iRow2 || mapRow[iRow2] != iRow) {
4240 if (mapRow[iRow] == iRow) {
4262 int row2 = mapRow[iRow];
4306 if (mapRow[i] > i) {
[all …]
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxdecode.c585 int mapRow, mapCol; in TallyModuleJumps() local
669 mapRow = symbolRow - yOrigin; in TallyModuleJumps()
671 assert(mapRow < 24 && mapCol < 24); in TallyModuleJumps()
674 tally[mapRow][mapCol] += (2 * weight); in TallyModuleJumps()
700 int mapCol, mapRow; in PopulateArrayFromMatrix() local
757 for(mapRow = 0; mapRow < mapHeight; mapRow++) { in PopulateArrayFromMatrix()
761 rowTmp = (yRegionCount * mapHeight) + mapRow; in PopulateArrayFromMatrix()
767 if(tally[mapRow][mapCol]/(double)weightFactor >= 0.5){ in PopulateArrayFromMatrix()
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/rdd/
H A DJdbcRDD.scala65 mapRow: (ResultSet) => T = JdbcRDD.resultSetToObjectArray _)
105 mapRow(rs)
178 mapRow: JFunction[ResultSet, T]): JavaRDD[T] = {
187 (resultSet: ResultSet) => mapRow.call(resultSet))(fakeClassTag)
219 val mapRow = new JFunction[ResultSet, Array[Object]] { constant
225 create(sc, connectionFactory, sql, lowerBound, upperBound, numPartitions, mapRow)
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/core/
H A DJdbcTemplateQueryTests.java352 public Object mapRow(ResultSet rs, int rowNum) throws SQLException { in testQueryForObjectWithRowMapper()
855 public Object mapRow(ResultSet rs, int rowNum) throws SQLException { in testQueryForObjectWithArgsAndRowMapper()
H A DRowMapperTests.java243 public Object mapRow(ResultSet rs, int rowNum) throws SQLException { in mapRow() method in RowMapperTests.TestRowMapper
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/core/simple/
H A DSimpleJdbcTemplateTests.java257 public Date mapRow(ResultSet rs, int rowNum) { in testQueryForObjectWithRowMapperAndWithoutArgs()
282 public Date mapRow(ResultSet rs, int rowNum) { in testQueryForObjectWithRowMapperAndArgs()
308 public Date mapRow(ResultSet rs, int rowNum) { in testQueryForObjectWithRowMapperAndMap()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/object/
H A DCustomerMapper.java13 public Customer mapRow(ResultSet rs, int rownum) throws SQLException { in mapRow() method in CustomerMapper
H A DStoredProcedureTests.java937 public Object mapRow(ResultSet rs, int rowNum) throws SQLException { in mapRow() method in StoredProcedureTests.StoredProcedureWithResultSetMapped.RowMapperImpl
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/core/namedparam/
H A DNamedParameterJdbcTemplateTests.java358 public Object mapRow(ResultSet rs, int rownum) throws SQLException { in testQueryWithRowMapper()
406 public Object mapRow(ResultSet rs, int rownum) throws SQLException { in testQueryForObjectWithRowMapper()
H A DNamedParameterQueryTests.java320 public Object mapRow(ResultSet rs, int rowNum) throws SQLException { in testQueryForObjectWithParamMapAndRowMapper()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/core/
H A DBeanPropertyRowMapper.java231 public T mapRow(ResultSet rs, int rowNumber) throws SQLException { in mapRow() method in BeanPropertyRowMapper
H A DColumnMapRowMapper.java50 public Map<String, Object> mapRow(ResultSet rs, int rowNum) throws SQLException { in mapRow() method in ColumnMapRowMapper

12