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

<<11121314151617181920>>

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHotSpotTypeDataBase.java122 basicTargetType.setSize(specific.getSize());
349 if (type.getSize() == -1) {
363 if (type.getSize() != size) {
364 if (type.getSize() == -1 || type.getSize() == 0) {
367 throw new RuntimeException("size mismatch in type definition: " + typeName + ": " + type.getSize() + " != " + size);
768 if (curType.getSize() == UNINITIALIZED_SIZE || curType.getSize() == 0) {
771 if (curType.getSize() != size) {
773 "had its size redefined (old was " + curType.getSize()
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DScrollPaneLayout.java799 (viewport != null) ? viewport.toViewCoordinates(availR.getSize())
839 extentSize = viewport.toViewCoordinates(availR.getSize());
871 extentSize = viewport.toViewCoordinates(availR.getSize());
891 extentSize = viewport.toViewCoordinates(availR.getSize());
907 (availR.getSize());
920 (availR.getSize());
H A DJToolBar.java647 return separatorSize.getSize();
662 return separatorSize.getSize();
677 return separatorSize.getSize();
H A DViewportLayout.java144 Dimension vpSize = vp.getSize();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicDirectoryModel.java135 for (int i = 0; i < getSize(); i++) {
190 fireContentsChanged(this, 0, getSize() - 1);
193 public int getSize() { method in class:BasicDirectoryModel
H A DBasicEditorPaneUI.java320 component.getFont().getSize());
398 || fontSize.intValue() != font.getSize()) {
399 StyleConstants.setFontSize(style, font.getSize());
/openjdk9/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DMaskTileManager.java163 if (tile.rects.getSize() > 0) {
173 int rectCnt = tile.rects.getSize();
242 for (int i = 0; i < rects.getSize(); i++) {
/openjdk9/jdk/test/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/list/
H A DListDemo.java328 permuter = new Permuter(getSize());
329 fireContentsChanged(this, 0, getSize());
357 public int getSize() { method in class:ListDemo.GeneratedListModel
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DEncapsOutputStream.java114 getSize(),
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DSlotTableStack.java140 table = new SlotTable( orb, tableTemp.getSize( ));
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/posix/
H A DDSO.java91 public long getSize() { method in class:DSO
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdCDebugger.java70 long size = midVal.getSize();
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugger.java64 if (AddressOps.lte(obj.getBase(), pc) && (pc.minus(obj.getBase()) < obj.getSize())) {
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessage_1_1.java83 public int getSize() { method in class:Message_1_1
H A DMessage_1_0.java79 public int getSize() { method in class:Message_1_0
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DObjectSynchronizer.java54 objectMonitorTypeSize = type.getSize();
/openjdk9/jdk/src/demo/share/applets/DitherTest/
H A DDitherTest.java180 int width = canvas.getSize().width;
181 int height = canvas.getSize().height;
304 int w = getSize().width;
305 int h = getSize().height;
/openjdk9/jdk/make/src/classes/build/tools/generatenimbus/
H A DUIState.java93 canvas.getSize().write(false), inverted, cacheModeString,
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/commons/
H A DAdviceAdapter.java474 if (types[i].getSize() == 2) {
500 if (returnType.getSize() == 2) {
515 if (types[i].getSize() == 2) {
523 if (returnType.getSize() == 2) {
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DCompactHashTable.java50 uintSize = db.lookupType("u4").getSize();
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java85 public int getSize(); method in interface:DOM
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DModelGroupImpl.java63 public int getSize() { return children.length; } method in class:ModelGroupImpl
/openjdk9/jdk/src/java.base/share/classes/sun/net/ftp/
H A DFtpDirEntry.java142 public long getSize() { method in class:FtpDirEntry
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthTextPaneUI.java176 StyleConstants.setFontSize(style, font.getSize());
/openjdk9/jdk/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/
H A DAbstractPerfDataBufferPrologue.java190 public int getSize() { method in class:AbstractPerfDataBufferPrologue

Completed in 301 milliseconds

<<11121314151617181920>>