Home
last modified time | relevance | path

Searched refs:getMap (Results 1 – 25 of 2204) sorted by relevance

12345678910>>...89

/dports/biology/jalview/jalview/src/jalview/util/
H A DDBRefUtils.java233 && refb.getMap().equals(refa.getMap())))
257 && nullOrEqual(refa.getMap(), refb.getMap()))
318 if ((refb.getMap().getMap() == null
319 && refa.getMap().getMap() == null)
320 || (refb.getMap().getMap() != null
361 && ((refb.getMap().getMap() == null
365 && refb.getMap().getMap()
400 && (refb.getMap().getMap() == null
402 || (refb.getMap().getMap() != null
403 && refa.getMap().getMap() != null
[all …]
/dports/games/scourge/scourge/src/
H A Dmapeditor.cpp399 scourge->getMap()->cursorWidth = scourge->getMap()->cursorDepth = 1; in handleEvent()
997 scourge->getMap()-> in addEWWall()
1000 scourge->getMap()-> in addEWWall()
1008 scourge->getMap()-> in addEWWall()
1011 scourge->getMap()-> in addEWWall()
1018 scourge->getMap()-> in addEWWall()
1023 scourge->getMap()-> in addEWWall()
1028 scourge->getMap()-> in addEWWall()
1033 scourge->getMap()-> in addEWWall()
1067 scourge->getMap()-> in addEWWall()
[all …]
H A Dscourgeview.cpp110 scourge->getMap()->preDraw(); in drawView()
111 scourge->getMap()->draw(); in drawView()
112 scourge->getMap()->postDraw(); in drawView()
358 glVertex2i( scourge->getMap()->getViewWidth(), scourge->getMap()->getViewHeight() ); in drawOutsideMap()
380 mapx = scourge->getMap()->getCursorMapX(); in checkForInfo()
381 mapy = scourge->getMap()->getCursorMapY(); in checkForInfo()
496 scourge->getMap()->initMapView(); in drawMapInfos()
1253 …bool shouldDrawWeather = scourge->getMap()->isHeightMapEnabled() && !scourge->getMap()->getCurrent… in drawWeather()
1294 if ( scourge->getMap()->isHeightMapEnabled() && scourge->getMap()->getCurrentlyUnderRoof() ) { in drawWeather()
1326 …glScalef( scourge->getMap()->getZoom(), scourge->getMap()->getZoom(), scourge->getMap()->getZoom()… in drawWeather()
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Lobby/
H A DMapPreviewLogic.cs37 var map = getMap(); in MapPreviewLogic()
49 var map = getMap(); in MapPreviewLogic()
67 var map = getMap(); in MapPreviewLogic()
85 var map = getMap(); in MapPreviewLogic()
100 var map = getMap(); in MapPreviewLogic()
115 var map = getMap(); in MapPreviewLogic()
132 var map = getMap(); in MapPreviewLogic()
138 var map = getMap(); in MapPreviewLogic()
178 preview.Preview = () => getMap(); in SetupWidgets()
190 titleLabel.GetTooltipText = () => getMap().Title; in SetupWidgets()
[all …]
/dports/biology/jalview/jalview/test/jalview/ws/dbsources/
H A DEmblXmlSourceTest.java215 assertEquals(mapToSelf, dbRefEntry.getMap().getMap()); in testGetSequence()
234 assertEquals(cds1Map, dbRefEntry.getMap().getMap()); in testGetSequence()
240 assertEquals(cds1Map, dbRefEntry.getMap().getMap()); in testGetSequence()
246 assertEquals(cds2Map, dbRefEntry.getMap().getMap()); in testGetSequence()
252 assertEquals(cds3Map, dbRefEntry.getMap().getMap()); in testGetSequence()
273 assertEquals(cds1Map.getInverse(), dbrefs[0].getMap().getMap()); in testGetSequence()
276 assertEquals(proteinToCdsMap1, dbrefs[1].getMap().getMap()); in testGetSequence()
295 assertEquals(cds1Map.getInverse(), dbrefs[1].getMap().getMap()); in testGetSequence()
305 assertEquals(cds1Map.getInverse(), dbrefs[1].getMap().getMap()); in testGetSequence()
315 assertEquals(proteinToCdsMap1, dbrefs[1].getMap().getMap()); in testGetSequence()
[all …]
/dports/games/openlierox/OpenLieroX/src/common/
H A DPhysicsLX56.cpp70 if (!cClient->getMap()) in moveAndCheckWormCollision()
74 …t*worm->speedFactor()).GetLength2() > (float)cClient->getMap()->GetWidth() * (float)cClient->getMa… in moveAndCheckWormCollision()
90 FMOD(pos.x, (float)cClient->getMap()->GetWidth()); in moveAndCheckWormCollision()
91 FMOD(pos.y, (float)cClient->getMap()->GetHeight()); in moveAndCheckWormCollision()
130 ….x + x; if(wrapAround) { posx %= (int)cClient->getMap()->GetWidth(); if(posx < 0) posx += cClient-… in moveAndCheckWormCollision()
156 FMOD(pos.x, (float)cClient->getMap()->GetWidth()); in moveAndCheckWormCollision()
670 LOCK_OR_QUIT(cClient->getMap()->GetImage()); in simulateNinjarope()
690 UnlockSurface(cClient->getMap()->GetImage()); in simulateNinjarope()
798 mw = cClient->getMap()->GetWidth(); in simulateBonus()
799 mh = cClient->getMap()->GetHeight(); in simulateBonus()
[all …]
/dports/biology/jalview/jalview/src/jalview/analysis/
H A DCrossRef.java273 if (xref.hasMap() && xref.getMap().getMap().isTripletMap()) in findXrefSequences()
310 if (xref.getMap().getMap().isTripletMap() in findXrefSequences()
318 cf.addMap(dss, matchInDataset, xref.getMap().getMap(), in findXrefSequences()
324 xref.getMap().getMap().getInverse(), in findXrefSequences()
335 if (xref.getMap().getMap().isTripletMap()) in findXrefSequences()
341 cf.addMap(dss, rsq, xref.getMap().getMap(), in findXrefSequences()
347 cf.addMap(rsq, dss, xref.getMap().getMap().getInverse(), in findXrefSequences()
542 Mapping map = dbref.getMap(); in importCrossRefSeq()
697 if (toRef.getMap().getMap() == null) in setReverseMapping()
699 MapList inverse = dbref.getMap().getMap().getInverse(); in setReverseMapping()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/
H A DWeakIdentityHashMap.java54 private Map<WeakKey<K>, V> getMap() { in getMap() method in WeakIdentityHashMap
63 return getMap().size(); in size()
68 return getMap().isEmpty(); in isEmpty()
73 return getMap().containsKey(new WeakKey<>(key, null)); in containsKey()
78 return getMap().containsValue(value); in containsValue()
83 return getMap().get(new WeakKey<>(key, null)); in get()
93 return getMap().remove(new WeakKey<>(key, null)); in remove()
105 getMap().clear(); in clear()
141 return getMap().keySet().size(); in keySet()
148 return getMap().values();
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/awt/
H A DWeakIdentityHashMap.java54 private Map<WeakKey<K>, V> getMap() { in getMap() method in WeakIdentityHashMap
63 return getMap().size(); in size()
68 return getMap().isEmpty(); in isEmpty()
73 return getMap().containsKey(new WeakKey<>(key, null)); in containsKey()
78 return getMap().containsValue(value); in containsValue()
83 return getMap().get(new WeakKey<>(key, null)); in get()
93 return getMap().remove(new WeakKey<>(key, null)); in remove()
105 getMap().clear(); in clear()
141 return getMap().keySet().size(); in keySet()
148 return getMap().values();
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/
H A DWeakIdentityHashMap.java54 private Map<WeakKey<K>, V> getMap() { in getMap() method in WeakIdentityHashMap
63 return getMap().size(); in size()
68 return getMap().isEmpty(); in isEmpty()
73 return getMap().containsKey(new WeakKey<>(key, null)); in containsKey()
78 return getMap().containsValue(value); in containsValue()
83 return getMap().get(new WeakKey<>(key, null)); in get()
93 return getMap().remove(new WeakKey<>(key, null)); in remove()
105 getMap().clear(); in clear()
141 return getMap().keySet().size(); in keySet()
148 return getMap().values();
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/awt/
H A DWeakIdentityHashMap.java54 private Map<WeakKey<K>, V> getMap() { in getMap() method in WeakIdentityHashMap
63 return getMap().size(); in size()
68 return getMap().isEmpty(); in isEmpty()
73 return getMap().containsKey(new WeakKey<>(key, null)); in containsKey()
78 return getMap().containsValue(value); in containsValue()
83 return getMap().get(new WeakKey<>(key, null)); in get()
93 return getMap().remove(new WeakKey<>(key, null)); in remove()
105 getMap().clear(); in clear()
141 return getMap().keySet().size(); in keySet()
148 return getMap().values();
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/awt/
H A DWeakIdentityHashMap.java54 private Map<WeakKey<K>, V> getMap() { in getMap() method in WeakIdentityHashMap
63 return getMap().size(); in size()
68 return getMap().isEmpty(); in isEmpty()
73 return getMap().containsKey(new WeakKey<>(key, null)); in containsKey()
78 return getMap().containsValue(value); in containsValue()
83 return getMap().get(new WeakKey<>(key, null)); in get()
93 return getMap().remove(new WeakKey<>(key, null)); in remove()
105 getMap().clear(); in clear()
141 return getMap().keySet().size(); in keySet()
148 return getMap().values();
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/awt/
H A DWeakIdentityHashMap.java54 private Map<WeakKey<K>, V> getMap() { in getMap() method in WeakIdentityHashMap
63 return getMap().size(); in size()
68 return getMap().isEmpty(); in isEmpty()
73 return getMap().containsKey(new WeakKey<>(key, null)); in containsKey()
78 return getMap().containsValue(value); in containsValue()
83 return getMap().get(new WeakKey<>(key, null)); in get()
93 return getMap().remove(new WeakKey<>(key, null)); in remove()
105 getMap().clear(); in clear()
141 return getMap().keySet().size(); in keySet()
148 return getMap().values();
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/awt/
H A DWeakIdentityHashMap.java54 private Map<WeakKey<K>, V> getMap() { in getMap() method in WeakIdentityHashMap
63 return getMap().size(); in size()
68 return getMap().isEmpty(); in isEmpty()
73 return getMap().containsKey(new WeakKey<>(key, null)); in containsKey()
78 return getMap().containsValue(value); in containsValue()
83 return getMap().get(new WeakKey<>(key, null)); in get()
93 return getMap().remove(new WeakKey<>(key, null)); in remove()
105 getMap().clear(); in clear()
141 return getMap().keySet().size(); in keySet()
148 return getMap().values();
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/awt/
H A DWeakIdentityHashMap.java54 private Map<WeakKey<K>, V> getMap() { in getMap() method in WeakIdentityHashMap
63 return getMap().size(); in size()
68 return getMap().isEmpty(); in isEmpty()
73 return getMap().containsKey(new WeakKey<>(key, null)); in containsKey()
78 return getMap().containsValue(value); in containsValue()
83 return getMap().get(new WeakKey<>(key, null)); in get()
93 return getMap().remove(new WeakKey<>(key, null)); in remove()
105 getMap().clear(); in clear()
141 return getMap().keySet().size(); in keySet()
148 return getMap().values();
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/methods/finitedifferences/operators/
H A Dfdmcirop.cpp70 const TripleBandLinearOp& FdmCIRRatesPart::getMap() const { in getMap() function in QuantLib::FdmCIRRatesPart
94 const NinePointLinearOp& FdmCIRMixedPart::getMap() const { in getMap() function in QuantLib::FdmCIRMixedPart
130 Array dx = dxMap_.getMap().apply(u); in apply()
131 Array dy = dyMap_.getMap().apply(u); in apply()
132 Array dz = dzMap_.getMap().apply(u); in apply()
140 return dxMap_.getMap().apply(r); in apply_direction()
142 return dyMap_.getMap().apply(r); in apply_direction()
148 return dzMap_.getMap().apply(r); in apply_mixed()
176 retVal[0] = dxMap_.getMap().toMatrix(); in toMatrixDecomp()
177 retVal[1] = dyMap_.getMap().toMatrix(); in toMatrixDecomp()
[all …]
/dports/games/scourge/scourge/src/render/
H A Dmaprenderhelper.cpp66 fog = new Fog( getMap(), getLampRadiusSquared() ); in setMap()
74 if ( !getMap()->getSettings()->isGridShowing() ) { in draw()
75 fog->draw( x, y, w, h, getMap()->getFrustum() ); in draw()
80 if ( !getMap()->getSettings()->isGridShowing() ) { in isVisible()
96 if ( !getMap()->getSettings()->isGridShowing() ) { in loadHelper()
102 if ( !getMap()->getSettings()->isGridShowing() ) { in saveHelper()
172 if ( getMap()->getAdapter()->isLevelShaded() && in draw()
173 !getMap()->getSettings()->isGridShowing() ) { in draw()
193 glVertex3f( getMap()->getViewWidth(), 0, 0 ); in draw()
195 glVertex3f( 0, getMap()->getViewHeight(), 0 ); in draw()
[all …]
/dports/biology/jalview/jalview/src/jalview/io/vamsas/
H A DDbref.java71 if (jvobj.getMap() != null) in updateToDoc()
75 if (mp.getMap() != null) in updateToDoc()
81 initMapType(vMap, mp.getMap(), true); in updateToDoc()
87 vMap = dbref.getMap(0); in updateToDoc()
88 initMapType(vMap, mp.getMap(), true); in updateToDoc()
166 parsemapType(vobj.getMap(0))); in updateFromDoc()
167 if (jvobj.getMap() == null || !mp.equals(jvobj.getMap())) in updateFromDoc()
203 parsemapType(vobj.getMap(0))); in addFromDocument()
221 if (jvobj.getMap() != null) in addToDocument()
224 if (mp.getMap() != null) in addToDocument()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dtrilinos_tpetra_vector.templates.h127 if (vector->getMap()->isSameAs(*(V.trilinos_vector().getMap())))
134 vector->getMap(), V.trilinos_vector().getMap());
264 if (vector->getMap()->isSameAs(*(down_V.trilinos_vector().getMap())))
276 vector->getMap(), false);
278 down_V.trilinos_vector().getMap(), dummy.getMap());
314 Assert(vector->getMap()->isSameAs(*down_V.trilinos_vector().getMap()),
355 Assert(vector->getMap()->isSameAs(*(down_V.trilinos_vector().getMap())), in add()
381 Assert(vector->getMap()->isSameAs(*(down_V.trilinos_vector().getMap())), in add()
383 Assert(vector->getMap()->isSameAs(*(down_W.trilinos_vector().getMap())), in add()
425 Assert(vector->getMap()->isSameAs( in scale()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/0ld/elasticitySIMP_topologyOptimization/
H A Ddata.hpp188 Tpetra::Import<> importer(u->getMap(), u_overlap->getMap()); in ApplyJacobian2ToVec()
195 Tpetra::Export<> exporter1(v->getMap(), this->myCellMap_); in ApplyJacobian2ToVec()
204 localV = vData[v_local->getMap()->getLocalElement(this->myCellIds_[i])]; in ApplyJacobian2ToVec()
226 Tpetra::Export<> exporter2(Jv_overlap->getMap(), Jv->getMap()); in ApplyJacobian2ToVec()
242 Tpetra::Import<> importer1(u->getMap(), u_overlap->getMap()); in ApplyAdjointJacobian2ToVec()
249 Tpetra::Import<> importer2(v->getMap(), v_overlap->getMap()); in ApplyAdjointJacobian2ToVec()
264 … u_local(j) = uData[u_overlap->getMap()->getLocalElement(this->cellDofs_(this->myCellIds_[i], j))]; in ApplyAdjointJacobian2ToVec()
299 Tpetra::Import<> importer1(u->getMap(), u_overlap->getMap()); in ApplyAdjointHessian22ToVec()
305 Tpetra::Export<> exporter(v->getMap(), this->myCellMap_); in ApplyAdjointHessian22ToVec()
311 Tpetra::Import<> importer2(w->getMap(), w_overlap->getMap()); in ApplyAdjointHessian22ToVec()
[all …]
/dports/games/openxcom/OpenXcom-1.0/src/Battlescape/
H A DProjectileFlyBState.cpp305 _parent->getMap()->cacheUnit(_unit); in createNewProjectile()
313 _parent->getMap()->setProjectile(0); in createNewProjectile()
328 _parent->getMap()->cacheUnit(_unit); in createNewProjectile()
348 _parent->getMap()->setProjectile(0); in createNewProjectile()
370 _parent->getMap()->cacheUnit(_unit); in createNewProjectile()
390 _parent->getMap()->setProjectile(0); in createNewProjectile()
426 _parent->getMap()->invalidate(); in think()
434 _parent->getMap()->invalidate(); in think()
575 _parent->getMap()->cacheUnits(); in think()
580 _parent->getMap()->setProjectile(0); in think()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/finitedifferences/
H A Dfdmzabrop.cpp38 const TripleBandLinearOp &FdmZabrUnderlyingPart::getMap() const { in getMap() function in QuantLib::FdmZabrUnderlyingPart
53 const TripleBandLinearOp &FdmZabrVolatilityPart::getMap() const { in getMap() function in QuantLib::FdmZabrVolatilityPart
76 return dyMap_.getMap().apply(u) + dxMap_.getMap().apply(u) + in apply()
83 return dxMap_.getMap().apply(r); in apply_direction()
85 return dyMap_.getMap().apply(r); in apply_direction()
98 return dxMap_.getMap().solve_splitting(r, a, 1.0); in solve_splitting()
100 return dyMap_.getMap().solve_splitting(r, a, 1.0); in solve_splitting()
113 retVal[0] = dxMap_.getMap().toMatrix(); in toMatrixDecomp()
114 retVal[1] = dyMap_.getMap().toMatrix(); in toMatrixDecomp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp685 auto OrigRegs = RegsObj.getMap(); in toString()
696 RegsObj.getMap()[Key] = I.second; in toString()
721 if (Registers.getMap().empty()) in toLegacyBlob()
725 for (auto I : Registers.getMap()) { in toLegacyBlob()
748 Registers = RegsObj.getMap(); in setFromString()
750 for (auto I : OrigRegs.getMap()) { in setFromString()
774 N.getMap(/*Convert=*/true); in refRegisters()
782 return Registers.getMap(); in getRegisters()
792 N.getMap(/*Convert=*/true); in refShaderFunctions()
800 return ShaderFunctions.getMap(); in getShaderFunctions()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp685 auto OrigRegs = RegsObj.getMap(); in toString()
696 RegsObj.getMap()[Key] = I.second; in toString()
721 if (Registers.getMap().empty()) in toLegacyBlob()
725 for (auto I : Registers.getMap()) { in toLegacyBlob()
748 Registers = RegsObj.getMap(); in setFromString()
750 for (auto I : OrigRegs.getMap()) { in setFromString()
774 N.getMap(/*Convert=*/true); in refRegisters()
782 return Registers.getMap(); in getRegisters()
792 N.getMap(/*Convert=*/true); in refShaderFunctions()
800 return ShaderFunctions.getMap(); in getShaderFunctions()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp629 auto OrigRegs = RegsObj.getMap(); in toString()
640 RegsObj.getMap()[Key] = I.second; in toString()
665 if (Registers.getMap().empty()) in toLegacyBlob()
669 for (auto I : Registers.getMap()) { in toLegacyBlob()
692 Registers = RegsObj.getMap(); in setFromString()
694 for (auto I : OrigRegs.getMap()) { in setFromString()
718 N.getMap(/*Convert=*/true); in refRegisters()
726 return Registers.getMap(); in getRegisters()
736 N.getMap(/*Convert=*/true); in refShaderFunctions()
744 return ShaderFunctions.getMap(); in getShaderFunctions()
[all …]

12345678910>>...89