Home
last modified time | relevance | path

Searched refs:theMap (Results 1 – 25 of 760) sorted by relevance

12345678910>>...31

/dports/cad/opencascade/opencascade-7.6.0/src/ShapePersistent/
H A DShapePersistent.cxx135 theMap.Bind <ShapePersistent_Geom2d::Point> in BindTypes()
141 theMap.Bind <ShapePersistent_Geom2d::Vector> in BindTypes()
153 theMap.Bind <ShapePersistent_Geom2d::Curve> in BindTypes()
192 theMap.Bind <ShapePersistent_Geom::Geometry> in BindTypes()
195 theMap.Bind <ShapePersistent_Geom::Point> in BindTypes()
201 theMap.Bind <ShapePersistent_Geom::Vector> in BindTypes()
204 theMap.Bind <ShapePersistent_Geom::Direction> in BindTypes()
219 theMap.Bind <ShapePersistent_Geom::Curve> in BindTypes()
255 theMap.Bind <ShapePersistent_Geom::Surface> in BindTypes()
330 theMap.Bind <ShapePersistent_BRep::GCurve> in BindTypes()
[all …]
H A DShapePersistent_Geom.cxx49 StdObjMgt_TransientPersistentMap& theMap) in Handle()
54 if (theMap.IsBound(theCurve)) in Handle()
55 aPC = Handle(Curve)::DownCast(theMap.Find(theCurve)); in Handle()
60 aPC = ShapePersistent_Geom_Curve::Translate(Handle(Geom_Line)::DownCast(theCurve), theMap); in Handle()
63 … aPC = ShapePersistent_Geom_Curve::Translate(Handle(Geom_Circle)::DownCast(theCurve), theMap); in Handle()
66 … aPC = ShapePersistent_Geom_Curve::Translate(Handle(Geom_Ellipse)::DownCast(theCurve), theMap); in Handle()
89 theMap.Bind(theCurve, aPC); in Handle()
101 StdObjMgt_TransientPersistentMap& theMap) in Handle()
106 if (theMap.IsBound(theSurf)) in Handle()
107 aPS = Handle(Surface)::DownCast(theMap.Find(theSurf)); in Handle()
[all …]
H A DShapePersistent_Geom2d_Curve.cxx102 StdObjMgt_TransientPersistentMap& theMap) in Handle()
107 if (theMap.IsBound(theCurve)) in Handle()
148 StdObjMgt_TransientPersistentMap& theMap) in Handle()
153 if (theMap.IsBound(theCurve)) in Handle()
191 if (theMap.IsBound(theCurve)) in Handle()
229 if (theMap.IsBound(theCurve)) in Handle()
267 if (theMap.IsBound(theCurve)) in Handle()
288 if (theMap.IsBound(theCurve)) in Handle()
315 if (theMap.IsBound(theCurve)) in Handle()
346 if (theMap.IsBound(theCurve)) in Handle()
[all …]
H A DShapePersistent_Geom_Surface.cxx149 if (theMap.IsBound(theSurf)) in Handle()
188 if (theMap.IsBound(theSurf)) in Handle()
227 if (theMap.IsBound(theSurf)) in Handle()
266 if (theMap.IsBound(theSurf)) in Handle()
305 if (theMap.IsBound(theSurf)) in Handle()
327 if (theMap.IsBound(theSurf)) in Handle()
352 if (theMap.IsBound(theSurf)) in Handle()
378 if (theMap.IsBound(theSurf)) in Handle()
407 if (theMap.IsBound(theSurf)) in Handle()
445 if (theMap.IsBound(theSurf)) in Handle()
[all …]
H A DShapePersistent_Geom_Curve.cxx104 StdObjMgt_TransientPersistentMap& theMap) in Handle()
109 if (theMap.IsBound(theCurve)) in Handle()
150 StdObjMgt_TransientPersistentMap& theMap) in Handle()
155 if (theMap.IsBound(theCurve)) in Handle()
193 if (theMap.IsBound(theCurve)) in Handle()
231 if (theMap.IsBound(theCurve)) in Handle()
269 if (theMap.IsBound(theCurve)) in Handle()
290 if (theMap.IsBound(theCurve)) in Handle()
317 if (theMap.IsBound(theCurve)) in Handle()
348 if (theMap.IsBound(theCurve)) in Handle()
[all …]
H A DShapePersistent_BRep.cxx718 theMap); in Handle()
726 theMap); in Handle()
734 theMap); in Handle()
806 theMap); in Handle()
826 theMap); in Handle()
843 theMap); in Handle()
873 theMap); in Handle()
939 aPPonC->myLocation = StdObject_Location::Translate(theLoc, theMap); in Handle()
977 aPonS->myLocation = StdObject_Location::Translate(theLoc, theMap); in Handle()
998 aPConS->myLocation = StdObject_Location::Translate(theLoc, theMap); in Handle()
[all …]
H A DShapePersistent_Geom2d.cxx116 StdObjMgt_TransientPersistentMap& theMap) in Handle()
121 if (theMap.IsBound(theCurve)) in Handle()
122 aPC = Handle(ShapePersistent_Geom2d::Curve)::DownCast(theMap.Find(theCurve)); in Handle()
127 … aPC = ShapePersistent_Geom2d_Curve::Translate(Handle(Geom2d_Line)::DownCast(theCurve), theMap); in Handle()
130 … aPC = ShapePersistent_Geom2d_Curve::Translate(Handle(Geom2d_Circle)::DownCast(theCurve), theMap); in Handle()
133 … aPC = ShapePersistent_Geom2d_Curve::Translate(Handle(Geom2d_Ellipse)::DownCast(theCurve), theMap); in Handle()
136 …PC = ShapePersistent_Geom2d_Curve::Translate(Handle(Geom2d_Hyperbola)::DownCast(theCurve), theMap); in Handle()
139 …aPC = ShapePersistent_Geom2d_Curve::Translate(Handle(Geom2d_Parabola)::DownCast(theCurve), theMap); in Handle()
142 … = ShapePersistent_Geom2d_Curve::Translate(Handle(Geom2d_BezierCurve)::DownCast(theCurve), theMap); in Handle()
151 … = ShapePersistent_Geom2d_Curve::Translate(Handle(Geom2d_OffsetCurve)::DownCast(theCurve), theMap); in Handle()
[all …]
H A DShapePersistent_Poly.cxx116 StdObjMgt_TransientPersistentMap& theMap) in Handle()
121 if (theMap.IsBound(thePoly)) in Handle()
122 aPP = Handle(Polygon2D)::DownCast(theMap.Find(thePoly)); in Handle()
130 theMap.Bind(thePoly, aPP); in Handle()
143 if (theMap.IsBound(thePoly)) in Handle()
144 aPP = Handle(Polygon3D)::DownCast(theMap.Find(thePoly)); in Handle()
156 theMap.Bind(thePoly, aPP); in Handle()
169 if (theMap.IsBound(thePolyOnTriang)) in Handle()
182 theMap.Bind(thePolyOnTriang, aPPonT); in Handle()
195 if (theMap.IsBound(thePolyTriang)) in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/StdLPersistent/
H A DStdLPersistent.cxx38 void StdLPersistent::BindTypes (StdObjMgt_MapOfInstantiators& theMap) in BindTypes() argument
41 theMap.Bind <StdLPersistent_Document> ("PDocStd_Document"); in BindTypes()
42 theMap.Bind <StdLPersistent_Data> ("PDF_Data"); in BindTypes()
60 theMap.Bind <StdLPersistent_Void::Tick> ("PDataStd_Tick"); in BindTypes()
61 theMap.Bind <StdLPersistent_Void::NoteBook> ("PDataStd_NoteBook"); in BindTypes()
63 theMap.Bind <StdLPersistent_Value::Integer> ("PDataStd_Integer"); in BindTypes()
64 theMap.Bind <StdLPersistent_Value::TagSource> ("PDF_TagSource"); in BindTypes()
65 theMap.Bind <StdLPersistent_Value::Reference> ("PDF_Reference"); in BindTypes()
68 theMap.Bind <StdLPersistent_Value::Name> ("PDataStd_Name"); in BindTypes()
69 theMap.Bind <StdLPersistent_Value::Comment> ("PDataStd_Comment"); in BindTypes()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/StdPersistent/
H A DStdPersistent.cxx32 void StdPersistent::BindTypes (StdObjMgt_MapOfInstantiators& theMap) in BindTypes() argument
35 theMap.Bind <StdPersistent_TopLoc::Datum3D> ("PTopLoc_Datum3D"); in BindTypes()
37 theMap.Bind <StdPersistent_TopoDS::TShape> ("PTopoDS_TShape1"); in BindTypes()
39 theMap.Bind <StdPersistent_Naming::Name> ("PNaming_Name"); in BindTypes()
40 theMap.Bind <StdPersistent_Naming::Name_1> ("PNaming_Name_1"); in BindTypes()
41 theMap.Bind <StdPersistent_Naming::Name_2> ("PNaming_Name_2"); in BindTypes()
43 theMap.Bind <StdLPersistent_HArray1::Persistent> in BindTypes()
48 theMap.Bind <StdPersistent_Naming::Naming> ("PNaming_Naming"); in BindTypes()
54 theMap.Bind <StdPersistent_DataXtd::Axis> ("PDataXtd_Axis"); in BindTypes()
62 theMap.Bind <StdPersistent_PPrsStd::AISPresentation> in BindTypes()
[all …]
/dports/astro/R-cran-maptools/maptools/R/
H A Dplot.Map.R9 theMap <- x functionVar
10 if(!inherits(theMap, "Map"))
17 xylims <- Map2maplim(theMap)
33 if(attr(theMap$Shapes,'shp.type') == 'arc'){
43 … lines(theMap$Shapes[[recs[i]]]$verts[j:attr(theMap$Shapes[[recs[i]]], 'nVerts')], col= ol)
48 if(attr(theMap$Shapes,'shp.type') == 'poly'){
56 polygon(theMap$Shapes[[ii]]$verts,
63 polygon(theMap$Shapes[[ii]]$verts[(theMap$Shapes[[ii]]$Pstart[j]+1):
67 polygon(theMap$Shapes[[ii]]$verts[(theMap$Shapes[[ii]]$Pstart[j]+1):
84 polygon(theMap$Shapes[[ii]]$verts[(theMap$Shapes[[ii]]$Pstart[j]+1):
[all …]
/dports/www/grails/grails-1.3.6/src/test/org/codehaus/groovy/grails/web/servlet/mvc/
H A DGrailsParameterMapTests.groovy7 GrailsParameterMap theMap
26 assert theMap['a.b.c'] == "on"
27 assert theMap['_a.b.c'] == ""
28 assert theMap['a'] instanceof Map
31 assert theMap['a']['_b.c'] == ""
104 … assert theMap['foo'] instanceof Date : "Should have returned a date but was a ${theMap['foo']}!"
106 cal.setTime(theMap['foo'])
136 assert theMap.a.b == "bValue"
142 assert theMap.a.e.f == "fValue"
189 def theClone = theMap.clone()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_index_value.cpp243 theMap(aMap) in KeyIterator()
341 theMap.clear(); in clear()
350 return theMap.size(); in size()
378 if (pos != theMap.end()) in insert()
427 if (pos != theMap.end()) in remove()
437 theMap.erase(pos); in remove()
580 theMap(aMap) in KeyIterator()
625 theMap(theCompFunction) in ValueTreeIndex()
636 theMap(theCompFunction) in ValueTreeIndex()
664 theMap.clear(); in clear()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/Utilities/src/
H A DBasicParameterDatabaseImpl.cpp111 const Map_T& theMap, in DumpValueMap() argument
120 it!=theMap.end(); ++it) in DumpValueMap()
122 PostDump(theMap, stream); in DumpValueMap()
129 const CMap& theMap, in DumpContainerMap() argument
138 it!=theMap.end(); ++it) in DumpContainerMap()
143 PostDump(theMap, stream); in DumpContainerMap()
169 const MMap& theMap, in DumpMatrixMap() argument
185 PostDump(theMap, stream); in DumpMatrixMap()
191 const Map_T& theMap, in PreDump() argument
197 if(!theMap.empty()) in PreDump()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/store/util/
H A Dhashmap_stringbuf.h61 HashMap<zstring_b, V, CompareFunction> theMap;
64 StringBufHashMap(ulong size, bool sync) : theMap(size, sync) {}; in StringBufHashMap()
68 iterator begin() { return theMap.begin(); } in begin()
70 iterator end() { return theMap.end(); } in end()
72 bool empty() const { return theMap.empty(); } in empty()
74 void clear() { theMap.clear(); } in clear()
76 bool get(const zstring_b& key, V& value) { return theMap.get(key, value); } in get()
78 bool find(const zstring_b& key) { return theMap.exists(key); } in find()
80 bool insert(zstring_b& key, V& value) { return theMap.insert(key, value); } in insert()
82 bool remove(const zstring_b& key) { return theMap.erase(key); } in remove()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DAddrMap.cc30 while (theMap.count()) delete theMap.pop(); in ~AddrMap()
55 theMap.stretch(theMap.count() + nameCount); in importMap()
100 theMap.append(item); in addMap()
107 return *theMap[nameIdx]; in itemAt()
111 return theMap.count(); in nameCount()
136 qsort((void*)theMap.items(), theMap.count(), sizeof(AddrMapItem*), &cmpAddrMapItemPtr); in findExact()
178 for (int idx = 0; idx < theMap.count(); ++idx) { in findAddr()
207 theMap(aMap), theName(aName), theAddr(0) { in AddrMapAddrIter()
213 return theMap.addrAt(theName, theAddr); in addr()
217 return theMap.nameAt(theName); in name()
[all …]
/dports/devel/libhoard/Hoard/src/include/hoard/
H A Dthresholdheap.h145 mapType theMap; variable
159 if (i != theMap.end()) { in remove()
161 theMap[sz].pop_front(); in remove()
162 if (theMap[sz].empty()) { in remove()
164 theMap.erase (sz); in remove()
173 for (i = theMap.begin(); in remove()
174 i != theMap.end(); in remove()
184 theMap.erase (key); in remove()
196 i = theMap.rbegin(); in removeLargest()
199 if (i != theMap.rend()) { in removeLargest()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DMapOfSets.h22 theMap = m; in MapOfSets()
26 map_type theMap;
31 return theMap; in getMap()
38 typename map_type::iterator entry = theMap.find(key); in put()
39 if (entry != theMap.end()) { in put()
45 theMap.put(key, theSet); in put()
54 typename map_type::iterator entry = theMap.find(key); in putAll()
55 if (entry != theMap.end()) { in putAll()
60 theMap.put(key, theSet); in putAll()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DPropMap.java250 return theMap.size(); in size()
255 return theMap.isEmpty(); in isEmpty()
270 return theMap.get(key); in get()
275 return theMap.remove(key); in remove()
280 theMap.putAll(m); in putAll()
285 theMap.clear(); in clear()
290 return theMap.keySet(); in keySet()
295 return theMap.values(); in values()
300 return theMap.entrySet(); in entrySet()
325 return theMap.firstKey(); in firstKey()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DPropMap.java250 return theMap.size(); in size()
255 return theMap.isEmpty(); in isEmpty()
270 return theMap.get(key); in get()
275 return theMap.remove(key); in remove()
280 theMap.putAll(m); in putAll()
285 theMap.clear(); in clear()
290 return theMap.keySet(); in keySet()
295 return theMap.values(); in values()
300 return theMap.entrySet(); in entrySet()
325 return theMap.firstKey(); in firstKey()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DPropMap.java250 return theMap.size(); in size()
255 return theMap.isEmpty(); in isEmpty()
270 return theMap.get(key); in get()
275 return theMap.remove(key); in remove()
280 theMap.putAll(m); in putAll()
285 theMap.clear(); in clear()
290 return theMap.keySet(); in keySet()
295 return theMap.values(); in values()
300 return theMap.entrySet(); in entrySet()
325 return theMap.firstKey(); in firstKey()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DPropMap.java250 return theMap.size(); in size()
255 return theMap.isEmpty(); in isEmpty()
270 return theMap.get(key); in get()
275 return theMap.remove(key); in remove()
280 theMap.putAll(m); in putAll()
285 theMap.clear(); in clear()
290 return theMap.keySet(); in keySet()
295 return theMap.values(); in values()
300 return theMap.entrySet(); in entrySet()
325 return theMap.firstKey(); in firstKey()
[all …]
/dports/math/fricas/fricas-1.3.7/pre-generated/target/share/spadhelp/
H A DMappingPackage2.help25 theMap(MAPPKG3;twist;MM;5!0)
71 theMap(MAPPKG2;curry;MAM;2!0,0)
81 theMap(MAPPKG3;*;MMM;6!0,0)
97 [theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
98 theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
99 theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
100 theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
101 theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
102 theMap(MAPPKG1;**;MNniM;6!0,0)]
119 theMap(MAPPKG1;recur;2M;7!0,0)
[all …]
H A DMappingPackage3.help25 theMap(MAPPKG3;twist;MM;5!0)
71 theMap(MAPPKG2;curry;MAM;2!0,0)
81 theMap(MAPPKG3;*;MMM;6!0,0)
97 [theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
98 theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
99 theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
100 theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
101 theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
102 theMap(MAPPKG1;**;MNniM;6!0,0)]
119 theMap(MAPPKG1;recur;2M;7!0,0)
[all …]
H A DMappingPackage1.help25 theMap(MAPPKG3;twist;MM;5!0)
71 theMap(MAPPKG2;curry;MAM;2!0,0)
81 theMap(MAPPKG3;*;MMM;6!0,0)
97 [theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
98 theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
99 theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
100 theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
101 theMap(MAPPKG1;**;MNniM;6!0,0), theMap(MAPPKG1;**;MNniM;6!0,0),
102 theMap(MAPPKG1;**;MNniM;6!0,0)]
119 theMap(MAPPKG1;recur;2M;7!0,0)
[all …]

12345678910>>...31