Searched refs:getCurrent (Results 1 - 25 of 26) sorted by relevance

12

/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/external/statistics/
H A DStringStatistic.java46 String getCurrent(); method in interface:StringStatistic
H A DRangeStatistic.java47 long getCurrent(); method in interface:RangeStatistic
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DDOMOutput.java59 Object op = nsContext.getCurrent().getOuterPeer();
63 Object ip = nsContext.getCurrent().getInnerPeer();
H A DMTOMXmlOutput.java117 nsContext.getCurrent().push();
123 nsContext.getCurrent().pop();
H A DSAXOutput.java102 NamespaceContextImpl.Element ns = nsContext.getCurrent();
123 NamespaceContextImpl.Element ns = nsContext.getCurrent();
H A DUTF8XmlOutput.java160 NamespaceContextImpl.Element ns = nsContext.getCurrent();
192 NamespaceContextImpl.Element ns = nsContext.getCurrent();
206 if(nsContext.getCurrent().isRootElement()
H A DFastInfosetStreamWriterOutput.java271 if (nsContext.getCurrent().count() == 0) {
292 final NamespaceContextImpl.Element nse = nsContext.getCurrent();
421 if (nsContext.getCurrent().count() > 0) {
422 final NamespaceContextImpl.Element nse = nsContext.getCurrent();
H A DXMLEventWriterOutput.java81 NamespaceContextImpl.Element nse = nsContext.getCurrent();
H A DC14nXmlOutput.java191 int count = nsContext.getCurrent().count();
H A DXMLStreamWriterOutput.java118 NamespaceContextImpl.Element nse = nsContext.getCurrent();
H A DNamespaceContextImpl.java287 public Element getCurrent() { method in class:NamespaceContextImpl
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DCheckboxGroup.java61 * @see #getCurrent()
90 return getCurrent();
102 public Checkbox getCurrent() { method in class:CheckboxGroup
/openjdk10/jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/module/
H A DNTSystem.java35 private native void getCurrent(boolean debug); method in class:NTSystem
60 getCurrent(debug);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/external/statistics/impl/
H A DStringStatisticImpl.java65 if (getCurrent() != null) {
66 m.put("current", getCurrent());
72 return super.toString() + NEWLINE + "Current-value: " + getCurrent();
75 public String getCurrent() { method in class:StringStatisticImpl
H A DBoundedRangeStatisticImpl.java61 "Current: " + getCurrent() + NEWLINE +
92 m.put("current", getCurrent());
100 public synchronized long getCurrent() { method in class:BoundedRangeStatisticImpl
H A DAverageRangeStatisticImpl.java85 "Current: " + getCurrent() + NEWLINE +
93 m.put("current", getCurrent());
118 public synchronized long getCurrent() { method in class:AverageRangeStatisticImpl
H A DRangeStatisticImpl.java70 m.put("current", getCurrent());
76 public synchronized long getCurrent() { method in class:RangeStatisticImpl
120 "Current: " + getCurrent() + NEWLINE +
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DStackFrameStream.java103 public Frame getCurrent() { return fr; } method in class:StackFrameStream
H A DJavaThread.java386 fst.getCurrent().oopsDo(oopVisitor, fst.getRegisterMap());
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapStream.java67 public OopMapValue getCurrent() { method in class:OopMapStream
H A DImmutableOopMapSet.java206 omv = oms.getCurrent();
223 omv = oms.getCurrent();
280 omv = oms.getCurrent();
/openjdk10/jdk/src/java.base/share/classes/sun/text/
H A DDictionaryBasedBreakIterator.java350 int c = getCurrent();
389 c = getCurrent();
491 c = getCurrent();
H A DRuleBasedBreakIterator.java669 int getCurrent() { method in class:RuleBasedBreakIterator
709 return getCurrent();
904 int c = getCurrent();
967 int c = getCurrent();
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DReversePtrsAnalysis.java301 fst.getCurrent().oopsDo(oopVisitor, fst.getRegisterMap());
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/
H A DXMLSerializer.java817 nse = nsContext.getCurrent();

Completed in 140 milliseconds

12