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

1234567891011>>

/openjdk9/hotspot/src/jdk.hotspot.agent/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
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/analysis/
H A DValue.java73 int getSize(); method in interface:Value
/openjdk9/jdk/test/java/beans/Introspector/
H A DTest8034164.java98 public int getSize(int index) { method in class:Test8034164.Bean0010
104 public int getSize(int index) { method in class:Test8034164.Bean0011
129 public int getSize(int index) { method in class:Test8034164.Bean0110
138 public int getSize(int index) { method in class:Test8034164.Bean0111
147 public int[] getSize() { method in class:Test8034164.Bean1000
153 public int[] getSize() { method in class:Test8034164.Bean1001
162 public int[] getSize() { method in class:Test8034164.Bean1010
166 public int getSize(int index) { method in class:Test8034164.Bean1010
172 public int[] getSize() { method in class:Test8034164.Bean1011
176 public int getSize(in method in class:Test8034164.Bean1011
185 public int[] getSize() { method in class:Test8034164.Bean1100
194 public int[] getSize() { method in class:Test8034164.Bean1101
206 public int[] getSize() { method in class:Test8034164.Bean1110
213 public int getSize(int index) { method in class:Test8034164.Bean1110
219 public int[] getSize() { method in class:Test8034164.Bean1111
226 public int getSize(int index) { method in class:Test8034164.Bean1111
[all...]
H A DTest8034085.java101 public int getSize(int index) { method in class:Test8034085.Bean0010
107 public int getSize(int index) { method in class:Test8034085.Bean0011
132 public int getSize(int index) { method in class:Test8034085.Bean0110
141 public int getSize(int index) { method in class:Test8034085.Bean0111
150 public int getSize() { method in class:Test8034085.Bean1000
156 public int getSize() { method in class:Test8034085.Bean1001
165 public int getSize() { method in class:Test8034085.Bean1010
169 public int getSize(int index) { method in class:Test8034085.Bean1010
175 public int getSize() { method in class:Test8034085.Bean1011
179 public int getSize(in method in class:Test8034085.Bean1011
188 public int getSize() { method in class:Test8034085.Bean1100
197 public int getSize() { method in class:Test8034085.Bean1101
209 public int getSize() { method in class:Test8034085.Bean1110
216 public int getSize(int index) { method in class:Test8034085.Bean1110
222 public int getSize() { method in class:Test8034085.Bean1111
229 public int getSize(int index) { method in class:Test8034085.Bean1111
[all...]
/openjdk9/test/lib/jdk/test/lib/hprof/model/
H A DJavaValue.java55 public int getSize() { method in class:JavaValue
H A DHackJavaValue.java61 public int getSize() { method in class:HackJavaValue
/openjdk9/jdk/test/java/awt/TrayIcon/TrayIconSizeTest/
H A DTrayIconSizeTest.java30 * @summary Test the methods TrayIcon.getSize and SystemTray.getTrayIconSize.
58 if (! icon.getSize().equals(dim))
59 throw new RuntimeException("FAIL: TrayIcon.getSize did not return the same value as " +
62 "TrayIcon.getSize(): " + icon.getSize());
66 if (icon.getSize().width <= 5 || icon.getSize().height <= 5)
67 throw new RuntimeException("FAIL: value returned by TrayIcon.getSize is not correct: " + icon.getSize());
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DListModel.java34 * ListDataModel.getSize() - 1. Any change to the contents or
50 int getSize(); method in interface:ListModel
/openjdk9/jdk/src/demo/share/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++) {
/openjdk9/jdk/test/javax/swing/JComboBox/WindowsComboBoxSize/
H A DWindowsComboBoxSizeTest.java76 int expected = textField.getSize().height;
77 if (comboBox.getSize().height != expected ) {
80 comboBox.getSize().height);
82 if (comboBoxEd.getSize().height != expected ) {
85 comboBoxEd.getSize().height);
/openjdk9/hotspot/src/jdk.hotspot.agent/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);
/openjdk9/jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/spinner/
H A DJPaletteShower.java44 int w = getSize().width;
45 int h = getSize().height;
46 int maxIndex = palette.getSize() - 1;
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/Layout/src/com/sun/hotspot/igv/layout/
H A DVertex.java35 public Dimension getSize(); method in interface:Vertex
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFSymbol.java76 public int getSize(); method in interface:ELFSymbol
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLBaseFontElement.java70 public String getSize(); method in interface:HTMLBaseFontElement
H A DHTMLFontElement.java70 public String getSize(); method in interface:HTMLFontElement
H A DHTMLHRElement.java70 public String getSize(); method in interface:HTMLHRElement
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/util/
H A DValueArray.java40 public int getSize() { method in class:ValueArray
/openjdk9/jdk/test/java/awt/GridBagLayout/GridBagLayoutIpadXYTest/
H A DGridBagLayoutIpadXYTest.java84 if ( minSize.width + customIpadx != jtf.getSize().width ||
85 minSize.height + customIpady != jtf.getSize().height ){
88 System.out.println("Frame size: " + frame.getSize());
89 System.out.println(" Fields's size is "+jtf.getSize());
/openjdk9/jdk/test/java/util/zip/ZipFile/
H A DAvailable.java33 if (e.getSize() != zf.getInputStream(e).available()) {
/openjdk9/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...]
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicCIntegerType.java89 return db.cIntegerTypeMaxValue(getSize(), isUnsigned());
93 return db.cIntegerTypeMinValue(getSize(), isUnsigned());

Completed in 136 milliseconds

1234567891011>>