Searched refs:floating (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicToolBarUI.java55 private boolean floating; field in class:BasicToolBarUI
151 floating = false;
782 return floating;
794 this.floating = b;
886 * Gets the color displayed when over a floating area
893 * Sets the color displayed when over a floating area
1246 floating = false;
1385 * floating. The orientation is either one of <code>JToolBar.HORIZONTAL</code>
/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DWrapper.java36 FLOAT(Float.class, float.class, 'F', (Float)(float)0, new float[0], Format.floating(32)),
37 DOUBLE(Double.class, double.class, 'D', (Double)(double)0, new double[0], Format.floating(64)),
103 static int floating(int size) { return format(FLOATING, size, (size > 32 ? 2 : 1)); } method in class:Wrapper.Format
199 // check relations with floating types:
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s35 # which means that they *must* either not use floating
H A Dbsd_x86_32.s38 # which means that they *must* either not use floating
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s27 # which means that they *must* either not use floating
H A Dlinux_x86_32.s27 # which means that they *must* either not use floating

Completed in 2142 milliseconds