Home
last modified time | relevance | path

Searched refs:theSpace (Results 1 – 25 of 29) sorted by relevance

12

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/serial/
H A DTenuredGeneration.java61 public ContiguousSpace theSpace() { in theSpace() method in TenuredGeneration
66 return theSpace().contains(p); in isIn()
70 public long capacity() { return theSpace().capacity(); } in capacity()
71 public long used() { return theSpace().used(); } in used()
72 public long free() { return theSpace().free(); } in free()
73 public long contiguousAvailable() { return theSpace().free() + virtualSpace().uncommittedSize(); } in contiguousAvailable()
76 blk.doSpace(theSpace()); in spaceIterate()
80 closure.doLiveRegions(theSpace()); in liveRegionsIterate()
85 theSpace().printOn(tty); in printOn()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/serial/
H A DTenuredGeneration.java61 public ContiguousSpace theSpace() { in theSpace() method in TenuredGeneration
66 return theSpace().contains(p); in isIn()
70 public long capacity() { return theSpace().capacity(); } in capacity()
71 public long used() { return theSpace().used(); } in used()
72 public long free() { return theSpace().free(); } in free()
73 public long contiguousAvailable() { return theSpace().free() + virtualSpace().uncommittedSize(); } in contiguousAvailable()
76 blk.doSpace(theSpace()); in spaceIterate()
80 closure.doLiveRegions(theSpace()); in liveRegionsIterate()
85 theSpace().printOn(tty); in printOn()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/serial/
H A DTenuredGeneration.java63 public ContiguousSpace theSpace() { in theSpace() method in TenuredGeneration
68 return theSpace().contains(p); in isIn()
72 public long capacity() { return theSpace().capacity(); } in capacity()
73 public long used() { return theSpace().used(); } in used()
74 public long free() { return theSpace().free(); } in free()
75 public long contiguousAvailable() { return theSpace().free() + virtualSpace().uncommittedSize(); } in contiguousAvailable()
78 blk.doSpace(theSpace()); in spaceIterate()
82 closure.doLiveRegions(theSpace()); in liveRegionsIterate()
87 theSpace().printOn(tty); in printOn()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/serial/
H A DTenuredGeneration.java63 public ContiguousSpace theSpace() { in theSpace() method in TenuredGeneration
68 return theSpace().contains(p); in isIn()
72 public long capacity() { return theSpace().capacity(); } in capacity()
73 public long used() { return theSpace().used(); } in used()
74 public long free() { return theSpace().free(); } in free()
75 public long contiguousAvailable() { return theSpace().free() + virtualSpace().uncommittedSize(); } in contiguousAvailable()
78 blk.doSpace(theSpace()); in spaceIterate()
82 closure.doLiveRegions(theSpace()); in liveRegionsIterate()
87 theSpace().printOn(tty); in printOn()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/serial/
H A DTenuredGeneration.java63 public ContiguousSpace theSpace() { in theSpace() method in TenuredGeneration
68 return theSpace().contains(p); in isIn()
72 public long capacity() { return theSpace().capacity(); } in capacity()
73 public long used() { return theSpace().used(); } in used()
74 public long free() { return theSpace().free(); } in free()
75 public long contiguousAvailable() { return theSpace().free() + virtualSpace().uncommittedSize(); } in contiguousAvailable()
78 blk.doSpace(theSpace()); in spaceIterate()
82 closure.doLiveRegions(theSpace()); in liveRegionsIterate()
87 theSpace().printOn(tty); in printOn()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DOneContigSpaceCardGeneration.java60 public ContiguousSpace theSpace() { in theSpace() method in OneContigSpaceCardGeneration
65 return theSpace().contains(p); in isIn()
69 public long capacity() { return theSpace().capacity(); } in capacity()
70 public long used() { return theSpace().used(); } in used()
71 public long free() { return theSpace().free(); } in free()
72 public long contiguousAvailable() { return theSpace().free() + virtualSpace().uncommittedSize(); } in contiguousAvailable()
75 blk.doSpace(theSpace()); in spaceIterate()
80 theSpace().printOn(tty); in printOn()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DOneContigSpaceCardGeneration.java60 public ContiguousSpace theSpace() { in theSpace() method in OneContigSpaceCardGeneration
65 return theSpace().contains(p); in isIn()
69 public long capacity() { return theSpace().capacity(); } in capacity()
70 public long used() { return theSpace().used(); } in used()
71 public long free() { return theSpace().free(); } in free()
72 public long contiguousAvailable() { return theSpace().free() + virtualSpace().uncommittedSize(); } in contiguousAvailable()
75 blk.doSpace(theSpace()); in spaceIterate()
80 theSpace().printOn(tty); in printOn()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/serial/
H A DTenuredGeneration.java61 public ContiguousSpace theSpace() { in theSpace() method in TenuredGeneration
66 return theSpace().contains(p); in isIn()
70 public long capacity() { return theSpace().capacity(); } in capacity()
71 public long used() { return theSpace().used(); } in used()
72 public long free() { return theSpace().free(); } in free()
73 public long contiguousAvailable() { return theSpace().free() + virtualSpace().uncommittedSize(); } in contiguousAvailable()
76 blk.doSpace(theSpace()); in spaceIterate()
81 theSpace().printOn(tty); in printOn()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/serial/
H A DTenuredGeneration.java61 public ContiguousSpace theSpace() { in theSpace() method in TenuredGeneration
66 return theSpace().contains(p); in isIn()
70 public long capacity() { return theSpace().capacity(); } in capacity()
71 public long used() { return theSpace().used(); } in used()
72 public long free() { return theSpace().free(); } in free()
73 public long contiguousAvailable() { return theSpace().free() + virtualSpace().uncommittedSize(); } in contiguousAvailable()
76 blk.doSpace(theSpace()); in spaceIterate()
81 theSpace().printOn(tty); in printOn()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/serial/
H A DTenuredGeneration.java61 public ContiguousSpace theSpace() { in theSpace() method in TenuredGeneration
66 return theSpace().contains(p); in isIn()
70 public long capacity() { return theSpace().capacity(); } in capacity()
71 public long used() { return theSpace().used(); } in used()
72 public long free() { return theSpace().free(); } in free()
73 public long contiguousAvailable() { return theSpace().free() + virtualSpace().uncommittedSize(); } in contiguousAvailable()
76 blk.doSpace(theSpace()); in spaceIterate()
81 theSpace().printOn(tty); in printOn()
/dports/sysutils/gdisk/gptfdisk-1.0.8/
H A Dgptcurses.cc157 if (theSpace != NULL) {
159 theSpace->prevSpace->nextSpace = theSpace->nextSpace;
161 theSpace->nextSpace->prevSpace = theSpace->prevSpace;
162 if (theSpace == firstSpace)
164 if (theSpace == lastSpace)
166 theSpace->nextSpace = NULL;
167 theSpace->prevSpace = NULL;
176 theSpace->nextSpace = NULL;
177 theSpace->prevSpace = NULL;
180 theSpace->nextSpace = NULL;
[all …]
H A Dgptcurses.h94 void UnlinkSpace(Space *theSpace);
95 void LinkToEnd(Space *theSpace);
/dports/audio/py-music21/music21-7.1.0/music21/mei/
H A Dbase.py2340 theSpace = note.Rest(duration=theDuration)
2341 theSpace.style.hideObjectOnPrint = True
2344 theSpace.id = elem.get(_XMLID)
2348 theSpace = scaleToTuplet(theSpace, elem)
2350 return theSpace
2370 theSpace = spaceFromElement(elem, slurBundle)
2371 theSpace.m21wasMRest = True
2372 return theSpace
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_AspectText3d.hxx44 Standard_Real theSpace,
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_AspectText3d.hxx44 Standard_Real theSpace,
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_AspectText3d.hxx44 Standard_Real theSpace,
/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoSpace.h126 Iterator(ProtoSpace& theSpace);
/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoSpace.cpp144 ProtoSpace::Iterator::Iterator(ProtoSpace& theSpace) in Iterator() argument
145 : space(theSpace), orig(NULL), bbox_radius(0.0), x_factor(0.0), in Iterator()
/dports/cad/opencascade/opencascade-7.6.0/src/Shaders/
H A DPathtraceBase.fs86 vec3 toLocalSpace (in vec3 theVector, in SLocalSpace theSpace)
88 return vec3 (dot (theVector, theSpace.AxisX),
89 dot (theVector, theSpace.AxisY),
90 dot (theVector, theSpace.AxisZ));
97 vec3 fromLocalSpace (in vec3 theVector, in SLocalSpace theSpace)
99 return theVector.x * theSpace.AxisX +
100 theVector.y * theSpace.AxisY +
101 theVector.z * theSpace.AxisZ;
H A DShaders_PathtraceBase_fs.pxx89 "vec3 toLocalSpace (in vec3 theVector, in SLocalSpace theSpace)\n"
91 " return vec3 (dot (theVector, theSpace.AxisX),\n"
92 " dot (theVector, theSpace.AxisY),\n"
93 " dot (theVector, theSpace.AxisZ));\n"
100 "vec3 fromLocalSpace (in vec3 theVector, in SLocalSpace theSpace)\n"
102 " return theVector.x * theSpace.AxisX +\n"
103 " theVector.y * theSpace.AxisY +\n"
104 " theVector.z * theSpace.AxisZ;\n"
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Parser/
H A Dprescan.cpp413 const auto theSpace{at_}; in NextToken() local
431 tokens.PutNextTokenChar(' ', GetProvenance(theSpace)); in NextToken()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dprescan.cpp426 const auto theSpace{at_}; in NextToken() local
444 tokens.PutNextTokenChar(' ', GetProvenance(theSpace)); in NextToken()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dprescan.cpp426 const auto theSpace{at_}; in NextToken() local
444 tokens.PutNextTokenChar(' ', GetProvenance(theSpace)); in NextToken()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Dprescan.cpp426 const auto theSpace{at_}; in NextToken() local
444 tokens.PutNextTokenChar(' ', GetProvenance(theSpace)); in NextToken()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Dprescan.cpp426 const auto theSpace{at_}; in NextToken() local
444 tokens.PutNextTokenChar(' ', GetProvenance(theSpace)); in NextToken()

12