Searched refs:getSize (Results 1 - 25 of 524) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDataDirectory.java39 public int getSize(); method in interface:DataDirectory
H A DDebugVC50SegDesc.java73 public int getSize(); method in interface:DebugVC50SegDesc
H A DSectionHeader.java39 public int getSize(); method in interface:SectionHeader
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaValue.java55 public int getSize() { method in class:JavaValue
H A DHackJavaValue.java61 public int getSize() { method in class:HackJavaValue
/openjdk7/jdk/src/share/classes/javax/swing/
H A DListModel.java34 * ListDataModel.getSize() - 1. Any change to the contents or
49 int getSize(); method in interface:ListModel
/openjdk7/jdk/src/share/demo/applets/SimpleGraph/
H A DGraphApplet.java49 return (Math.cos(x / 5) + Math.sin(x / 7) + 2) * getSize().height / 4;
54 for (int x = 0; x < getSize().width; x++) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicIntType.java44 public int getIntSize() { return getSize(); }
48 v.doInt(f, a.getCIntegerAt(0, getSize(), isUnsigned()));
52 return new BasicIntType(getName(), getSize(), isUnsigned(), cvAttributes);
H A DBasicArrayType.java55 length = getSize() / elementType.getSize();
77 ((BasicType) getElementType()).iterateObject(a.addOffsetTo(i * getElementType().getSize()),
88 return new BasicArrayType(getName(), getElementType(), getSize(), getLength(), cvAttributes);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/
H A DInstruction.java32 public int getSize(); method in interface:Instruction
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCInstruction.java36 public int getSize() { method in class:SPARCInstruction
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFSymbol.java76 public int getSize(); method in interface:ELFSymbol
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Layout/src/com/sun/hotspot/igv/layout/
H A DVertex.java37 public Dimension getSize(); method in interface:Vertex
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLBaseFontElement.java68 public String getSize(); method in interface:HTMLBaseFontElement
H A DHTMLFontElement.java68 public String getSize(); method in interface:HTMLFontElement
H A DHTMLHRElement.java68 public String getSize(); method in interface:HTMLHRElement
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DValueArray.java40 public int getSize() { method in class:ValueArray
/openjdk7/jdk/test/java/awt/GridBagLayout/GridBagLayoutIpadXYTest/
H A DGridBagLayoutIpadXYTest.java77 if ( minSize.width + customIpadx != jtf.getSize().width ||
78 minSize.height + customIpady != jtf.getSize().height ){
81 System.out.println("Frame size: " + frame.getSize());
82 System.out.println(" Fields's size is "+jtf.getSize());
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DAvailable.java33 if (e.getSize() != zf.getInputStream(e).available()) {
/openjdk7/jdk/test/java/awt/image/MemoryLeakTest/
H A DMemoryLeakTest.java150 osImage = createImage(getSize().width, getSize().height);
153 g.drawImage(oldimage, 0, 0, getSize().width, getSize().height, this);
157 g.drawLine(0, 0, getSize().width, getSize().height);
166 osImage = createImage(getSize().width, getSize().height);
169 g.drawLine(0, 0, getSize().width, getSize()
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java89 return db.cIntegerTypeMaxValue(getSize(), isUnsigned());
93 return db.cIntegerTypeMinValue(getSize(), isUnsigned());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DShadowEffect.java95 int getSize() { method in class:ShadowEffect
100 int old = getSize();
/openjdk7/jdk/test/java/awt/Frame/ResizeAfterSetFont/
H A DResizeAfterSetFont.java63 Dimension dimBefore = frame.getSize();
68 Dimension dimAfter = frame.getSize();
/openjdk7/jdk/test/javax/swing/JTextArea/
H A DTest6593649.java43 boolean failed = !textArea.getParent().getSize().equals(textArea.getSize());
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DGrowableByteArray.java77 return Arrays.copyOf(array, getSize());
108 public final int getSize() method in class:GrowableByteArray

Completed in 115 milliseconds

1234567891011>>