Searched refs:getSize (Results 276 - 300 of 524) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/java/awt/PrintJob/ConstrainedPrintingTest/
H A DConstrainedPrintingTest.java94 Dimension panelSize = panel.getSize();
187 Dimension dim = comp.getSize();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java176 return addr.getCIntegerAt(0, boolType.getSize(), boolType.isUnsigned())
188 return addr.getCIntegerAt(0, intxType.getSize(), false);
199 return addr.getCIntegerAt(0, uintxType.getSize(), true);
490 return db.getJIntType().getSize();
819 long flagSize = flagType.getSize(); // sizeof(Flag)
H A DRegisterMap.java77 locationValidTypeSize = (int)db.lookupType("julong").getSize() * 8;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassWriter.java743 size += fb.getSize();
750 size += mb.getSize();
793 size += 8 + anns.getSize();
798 size += 8 + ianns.getSize();
803 size += attrs.getSize(this, null, 0, -1, -1);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java836 Dimension size = splitPane.getSize();
1013 Dimension splitPaneSize = splitPane.getSize();
1048 Dimension size = splitPane.getSize();
1167 dividerSize = divider.getSize().width;
1176 dividerSize = divider.getSize().height;
1306 Dimension containerSize = container.getSize();
1644 return getSizeForPrimaryAxis(c.getSize());
1936 components[0].getSize()) == 0) {
1939 components[1].getSize()) == 0) {
1945 components[1].getSize())
[all...]
H A DBasicToggleButtonUI.java78 Dimension size = b.getSize();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComboBox.java562 for (int i = 0; i < dataModel.getSize(); i++) {
617 int size = dataModel.getSize();
647 for ( i=0,c=dataModel.getSize();i<c;i++ ) {
770 int size = model.getSize();
1449 return dataModel.getSize();
1508 for ( i=0,c=aModel.getSize();i<c;i++ ) {
1519 for ( i = ++currentSelection, c = aModel.getSize() ; i < c ; i++ ) {
H A DDefaultListModel.java70 public int getSize() { method in class:DefaultListModel
H A DOverlayLayout.java232 Dimension alloc = target.getSize();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxPopup.java91 final int currentElementCount = comboBox.getModel().getSize();
171 final Dimension realPopupSize = popupBounds.getSize();
231 final int itemCount = comboBox.getModel().getSize();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DInfoWindow.java78 Dimension size = getSize();
388 Dimension tpSize = textPanel.getSize();
400 Dimension parSize = getParent().getSize();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/copyobject/
H A DJavaOutputStream.sjava339 protected final int getSize() {
340 return impl.getSize();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStreamBase.java143 public abstract int getSize(); method in class:CDROutputStreamBase
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciMethodData.java57 sizeofMethodDataOopDesc = (int)db.lookupType("methodDataOopDesc").getSize();;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DStubQueue.java166 return s.getSize();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DPage.java56 public long getSize() { method in class:Page
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicCompoundType.java133 BasicCompoundType t = new BasicCompoundType(getName(), getSize(), kind, cvAttributes);
H A DBasicType.java53 public int getSize() { return size; } method in class:BasicType
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxCDebugger.java72 long size = midVal.getSize();
/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/runtime/sparc/
H A DSPARCRegisterMap.java67 sizeofJint = (int) db.lookupType("jint").getSize();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalButtonUI.java155 Dimension size = b.getSize();
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontStrikeDesc.java155 ptSize = font.getSize();
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DDataBuffer.java293 public int getSize() { method in class:DataBuffer
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java170 if (sharer.getSize() > queueSize)
171 resize(sharer.getSize());
187 int bufsize = buf.getSize();
235 int getSize() { method in class:ArrayNotificationBuffer.ShareBuffer

Completed in 77 milliseconds

<<11121314151617181920>>