Home
last modified time | relevance | path

Searched defs:mapId (Results 1 – 25 of 135) sorted by relevance

123456

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/shared/maps/
H A Dmap.cpp37 void Map::load(MapId mapId) { in load()
42 int mapId; in synchronize() local
/dports/www/squid/squid-4.15/src/ipc/
H A DSharedListen.h57 int mapId; ///< to map future response to the requestor's callback variable
71 int mapId; ///< to map future response to the requestor's callback variable
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DIndexCache.java60 public IndexRecord getIndexInformation(String mapId, int reduce, in getIndexInformation()
90 String mapId, String expectedIndexOwner) throws IOException { in readIndexFileToCache()
133 public void removeMap(String mapId) { in removeMap()
H A DMapOutputFile.java159 public Path getInputFile(int mapId) in getInputFile()
174 public Path getInputFileForWrite(TaskID mapId, long size) in getInputFileForWrite()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/maps/
H A Dqgeotilespec.cpp47 QGeoTileSpec::QGeoTileSpec(const QString &plugin, int mapId, int zoom, int x, int y, int version) in QGeoTileSpec()
100 void QGeoTileSpec::setMapId(int mapId) in setMapId()
105 int QGeoTileSpec::mapId() const in mapId() function in QGeoTileSpec
163 QGeoTileSpecPrivate::QGeoTileSpecPrivate(const QString &plugin, int mapId, int zoom, int x, int y, … in QGeoTileSpecPrivate()
H A Dqgeomaptype.cpp49 const QString &description, bool mobile, bool night, int mapId, in QGeoMapType()
103 int QGeoMapType::mapId() const in mapId() function in QGeoMapType
137 int mapId, const QByteArray &pluginName, in QGeoMapTypePrivate()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
H A DIndexCache.java61 public IndexRecord getIndexInformation(String mapId, int reduce, in getIndexInformation()
98 String mapId, in readIndexFileToCache()
146 public void removeMap(String mapId) { in removeMap()
H A DMROutputFiles.java187 public Path getInputFile(int mapId) in getInputFile()
203 public Path getInputFileForWrite(org.apache.hadoop.mapreduce.TaskID mapId, in getInputFileForWrite()
H A DMapOutputFile.java142 public abstract Path getInputFile(int mapId) throws IOException; in getInputFile()
153 org.apache.hadoop.mapreduce.TaskID mapId, long size) throws IOException; in getInputFileForWrite()
/dports/graphics/cal3d/cal3d-20060720/src/cal3d/
H A Dcorematerial.cpp104 Cal::UserData CalCoreMaterial::getMapUserData(int mapId) in getMapUserData()
230 bool CalCoreMaterial::setMap(int mapId, const Map& map) in setMap()
253 bool CalCoreMaterial::setMapUserData(int mapId, Cal::UserData userData) in setMapUserData()
H A Dhardwaremodel.cpp168 void CalHardwareModel::setTextureCoordBuffer(int mapId, char * pTextureCoordBuffer, int stride) in setTextureCoordBuffer()
188 void CalHardwareModel::setTangentSpaceBuffer(int mapId, char * pTangentSpaceBuffer, int stride) in setTangentSpaceBuffer()
547 Cal::UserData CalHardwareModel::getMapUserData(int mapId) in getMapUserData()
595 int mapId; in load() local
759 size_t mapId; in addVertex() local
H A Drenderer.cpp230 Cal::UserData CalRenderer::getMapUserData(int mapId) in getMapUserData()
281 int CalRenderer::getTangentSpaces(int mapId, float *pTangentSpaceBuffer, int stride) in getTangentSpaces()
468 int CalRenderer::getTextureCoordinates(int mapId, float *pTextureCoordinateBuffer, int stride) in getTextureCoordinates()
695 for(int mapId=0; mapId < NumTexCoords; ++mapId) in getVerticesNormalsAndTexCoords() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/task/reduce/
H A DShuffleHeader.java50 String mapId; field in ShuffleHeader
57 public ShuffleHeader(String mapId, long compressedLength, in ShuffleHeader()
H A DMapOutput.java39 private final TaskAttemptID mapId; field in MapOutput
43 public MapOutput(TaskAttemptID mapId, long size, boolean primaryMapOutput) { in MapOutput()
H A DShuffleSchedulerImpl.java184 public synchronized void copySucceeded(TaskAttemptID mapId, in copySucceeded()
254 public synchronized void copyFailed(TaskAttemptID mapId, MapHost host, in copyFailed()
315 int failures, TaskAttemptID mapId, boolean readError, in checkAndInformMRAppMaster()
383 TaskAttemptID mapId) { in addKnownMapOutput()
399 public synchronized void obsoleteMapOutput(TaskAttemptID mapId) { in obsoleteMapOutput()
404 TaskAttemptID mapId) { in putBackKnownMapOutput()
H A DMergeManager.java62 public MapOutput<K, V> reserve(TaskAttemptID mapId, long requestedSize, in reserve()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dmap.cpp639 void Map::load(int mapId) { in load()
1024 void Map::findMap(int mapId) { in findMap()
1037 int mapId = _vm->_party->_mazeId; in mazeLookup() local
1104 void Map::loadEvents(int mapId, int ccNum) { in loadEvents()
1125 int mapId = _mazeData[0]._mazeId; in saveEvents() local
1137 int mapId = _mazeData[0]._mazeId; in saveMap() local
1175 int mapId = _mazeData[0]._mazeId; in saveMonsters() local
1202 int mapId = _vm->_party->_mazeId; in cellFlagLookup() local
1261 int mapId = party._mazeId; in getCell() local
1393 int mapId = party._mazeId; in getNewMaze() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dmap.cpp660 void Map::load(int mapId) { in load()
1043 void Map::findMap(int mapId) { in findMap()
1056 int mapId = _vm->_party->_mazeId; in mazeLookup() local
1123 void Map::loadEvents(int mapId, int ccNum) { in loadEvents()
1144 int mapId = _mazeData[0]._mazeId; in saveEvents() local
1156 int mapId = _mazeData[0]._mazeId; in saveMap() local
1194 int mapId = _mazeData[0]._mazeId; in saveMonsters() local
1221 int mapId = _vm->_party->_mazeId; in cellFlagLookup() local
1280 int mapId = party._mazeId; in getCell() local
1412 int mapId = party._mazeId; in getNewMaze() local
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/shell-text/src/
H A Dstatuswidget.cpp32 String mapId; in DENG2_PIMPL() local
61 void StatusWidget::setGameState(String const &mode, String const &rules, String const &mapId) in setGameState()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/defs/
H A Depisode.cpp78 Record *Episode::tryFindHubByMapId(String const &mapId) in tryFindHubByMapId()
99 Record *Episode::tryFindMapGraphNode(String const &mapId) in tryFindMapGraphNode()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/shared/core/
H A Dmap.cpp48 void Map::MapBase::load(MapId mapId) { in load()
275 void Map::load(MapId mapId) { in load()
280 int mapId; in synchronize() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/render/
H A Denviron.cpp84 String const mapId = identifier.substr(16).toLower(); in DENG2_PIMPL() local
162 String const mapId = ClientApp::world().map().id().toLower(); in DENG2_PIMPL() local
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/geoservices/osm/
H A Dqgeofiletilecacheosm.cpp88 int mapId = m_providers[i]->mapType().mapId(); in onProviderResolutionFinished() local
177 void QGeoFileTileCacheOsm::dropTiles(int mapId) in dropTiles()
196 void QGeoFileTileCacheOsm::loadTiles(int mapId) in loadTiles()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima1/maps/
H A Dmap_city_castle.cpp47 void MapCityCastle::load(Shared::Maps::MapId mapId) { in load()
290 void MapCity::load(Shared::Maps::MapId mapId) { in load()
372 void MapCastle::load(Shared::Maps::MapId mapId) { in load()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapred/
H A DYarnOutputFiles.java199 public Path getInputFile(int mapId) throws IOException { in getInputFile()
211 public Path getInputFileForWrite(org.apache.hadoop.mapreduce.TaskID mapId, in getInputFileForWrite()

123456