Searched defs:getSize (Results 51 - 75 of 154) sorted by relevance

1234567

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/
H A DDSO.java91 public long getSize() { method in class:DSO
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java54 return null and getSize() will return 0. */
92 public long getSize() { method in class:DLL
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DType.java47 public long getSize(); method in interface:Type
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicField.java67 this.size = type.getSize();
81 public long getSize() { method in class:BasicField
162 return addr.getCIntegerAt(offset, type.getSize(), type.isUnsigned());
242 return staticFieldAddress.getCIntegerAt(0, type.getSize(), type.isUnsigned());
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DDataBuffer.java293 public int getSize() { method in class:DataBuffer
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipEntry.java131 * @see #getSize()
145 public long getSize() { method in class:ZipEntry
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleComponent.java257 public Dimension getSize(); method in interface:AccessibleComponent
263 * @see #getSize
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibRequestImpl.java156 public final int getSize() { method in class:SnmpMibRequestImpl
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRIFFReader.java116 public long getSize() { method in class:RIFFReader
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceModel.java120 public int getSize() { method in class:SourceModel
H A DStackTraceTool.java102 if (frameIndex < stackModel.getSize()) {
198 public int getSize() { method in class:StackTraceTool.StackTraceListModel
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaHeapObject.java67 public abstract int getSize(); method in class:JavaHeapObject
H A DJavaLazyReadObject.java50 public final int getSize() { method in class:JavaLazyReadObject
/openjdk7/jdk/src/share/classes/java/awt/
H A DSplashScreen.java261 public Dimension getSize() throws IllegalStateException { method in class:SplashScreen
262 return getBounds().getSize();
285 Dimension dim = getSize();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DBlockWidget.java103 public Dimension getSize() { method in class:BlockWidget
H A DHierarchicalGraphLayout.java99 return new Point((int) (vertex.getSize().getWidth() / 2), (int) (vertex.getSize().getHeight() / 2));
111 public Dimension getSize() { method in class:HierarchicalGraphLayout.VertexWrapper
113 return w.getBounds().getSize();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterInputSlotNode.java118 public Dimension getSize() { method in class:ClusterInputSlotNode
H A DClusterOutputSlotNode.java91 p.y = thisBlockNode.getSize().height;
106 public Dimension getSize() { method in class:ClusterOutputSlotNode
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLSelectElement.java116 public int getSize(); method in interface:HTMLSelectElement
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DAnnotationWriter.java272 int getSize() { method in class:AnnotationWriter
324 size += panns[i] == null ? 0 : panns[i].getSize();
H A DAttribute.java231 final int getSize( method in class:Attribute
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DModelGroupImpl.java63 public int getSize() { return children.length; } method in class:ModelGroupImpl
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DValueRecords.cpp270 le_int16 ValueRecord::getSize(ValueFormat valueFormat) function in class:ValueRecord
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/
H A DAbstractPerfDataBufferPrologue.java190 public int getSize() { method in class:AbstractPerfDataBufferPrologue
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/
H A DPerfDataBufferPrologue.java147 public int getSize() { method in class:PerfDataBufferPrologue

Completed in 345 milliseconds

1234567