Searched refs:getCompositeType (Results 1 - 25 of 38) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DCompositeData.java53 public CompositeType getCompositeType(); method in interface:CompositeData
H A DCompositeDataSupport.java250 public CompositeType getCompositeType() { method in class:CompositeDataSupport
372 if (!this.getCompositeType().equals(other.getCompositeType()) ) {
/openjdk7/jdk/src/share/classes/sun/management/
H A DLazyCompositeData.java71 public CompositeType getCompositeType() { method in class:LazyCompositeData
72 return compositeData().getCompositeType();
H A DStackTraceElementCompositeData.java118 if (!isTypeMatched(stackTraceElementCompositeType, cd.getCompositeType())) {
H A DThreadInfoCompositeData.java224 lockInfoCompositeType = cd.getCompositeType();
241 return isTypeMatched(threadInfoCompositeType, cd.getCompositeType());
357 CompositeType type = cd.getCompositeType();
383 li.getCompositeType())) {
404 lsyncs[0].getCompositeType())) {
H A DMemoryNotifInfoCompositeData.java124 if (!isTypeMatched(memoryNotifInfoCompositeType, cd.getCompositeType())) {
H A DMemoryUsageCompositeData.java124 if (!isTypeMatched(memoryUsageCompositeType, cd.getCompositeType())) {
H A DVMOptionCompositeData.java126 if (!isTypeMatched(vmOptionCompositeType, cd.getCompositeType())) {
H A DMonitorInfoCompositeData.java141 if (!isTypeMatched(monitorInfoCompositeType, cd.getCompositeType())) {
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawGlyphListLCD.java101 target.getCompositeType(),
H A DDrawPath.java97 target.getCompositeType(),
H A DFillParallelogram.java100 target.getCompositeType(),
H A DFillPath.java97 target.getCompositeType(),
H A DDrawLine.java98 target.getCompositeType(),
H A DDrawParallelogram.java103 target.getCompositeType(),
H A DDrawPolygons.java99 target.getCompositeType(),
H A DDrawRect.java99 target.getCompositeType(),
H A DFillSpans.java106 target.getCompositeType(),
H A DMaskFill.java223 target.getCompositeType(),
228 target.getCompositeType(),
232 target.getCompositeType(),
H A DGraphicsPrimitive.java74 public CompositeType getCompositeType(); method in interface:GraphicsPrimitive.GeneralBinaryOp
95 public CompositeType getCompositeType(); method in interface:GraphicsPrimitive.GeneralUnaryOp
244 public final CompositeType getCompositeType() { method in class:GraphicsPrimitive
481 CompositeType comptype = gbo.getCompositeType();
509 CompositeType comptype = guo.getCompositeType();
H A DFillRect.java119 target.getCompositeType(),
H A DScaledBlit.java134 target.getCompositeType(),
H A DTransformBlit.java137 target.getCompositeType(),
/openjdk7/jdk/src/share/classes/com/sun/management/
H A DGcInfo.java257 public CompositeType getCompositeType() { method in class:GcInfo
258 return cdata.getCompositeType();
/openjdk7/jdk/test/java/lang/management/GarbageCollectorMXBean/
H A DGcInfoCompositeType.java79 return checkType(cd.getCompositeType());
95 // getCompositeType() inherited from CompositeData is not useful so

Completed in 48 milliseconds

12