Searched refs:above (Results 1 - 25 of 40) sorted by relevance

12

/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWContainerPeer.java71 final LWComponentPeer<?, ?> above) {
74 int index = (above != null) ? childPeers.indexOf(above) : childPeers.size();
141 * Removes bounds of children above specific child from the region. If above
144 final Region cutChildren(Region r, final LWComponentPeer<?, ?> above) { argument
145 boolean aboveFound = above == null;
147 if (!aboveFound && child == above) {
70 setChildPeerZOrder(final LWComponentPeer<?, ?> peer, final LWComponentPeer<?, ?> above) argument
H A DLWComponentPeer.java811 public void setZOrder(final ComponentPeer above) { argument
816 cp.setChildPeerZOrder(this, (LWComponentPeer<?, ?>) above);
/openjdk10/jdk/test/com/sun/jdi/
H A DRedefineChangeClassOrder.sh73 // In the redefined code, the above Foo1 code is effectively
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/peer/
H A DComponentPeer.java527 * Lowers this component at the bottom of the above HW peer. If the above parameter
529 * @param above the peer to lower this component with respect to
531 void setZOrder(ComponentPeer above); argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DBlockView.java332 float above = v.getPreferredSpan(View.Y_AXIS);
333 float a = (((int)span) != 0) ? (above * v.getAlignment(View.Y_AXIS)) / span: 0;
/openjdk10/jdk/src/java.desktop/unix/native/common/awt/
H A Dawt_Font.c594 int32_t above = 0; /* tries above height */ local
651 /* alternate by searching for heights above and below our */
652 /* preferred height. We try for 4 heights above and below. */
656 if (above == below) {
657 above++;
658 height = oheight + above;
668 above = below = 0;
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DNullComponentPeer.java294 * Lowers this component at the bottom of the above HW peer. If the above parameter
297 public void setZOrder(ComponentPeer above) { argument
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPrintDialogPeer.java177 public void setZOrder(ComponentPeer above) {} argument
H A DWFileDialogPeer.java305 public void setZOrder(ComponentPeer above) {} argument
H A DWComponentPeer.java1146 * Lowers this component at the bottom of the above component. If the above parameter
1150 public void setZOrder(ComponentPeer above) { argument
1151 long aboveHWND = (above != null) ? ((WComponentPeer)above).getHWnd() : 0;
1156 private native void setZOrder(long above); argument
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXWarningWindow.java332 protected void setMouseAbove(boolean above) { argument
333 super.setMouseAbove(above);
H A DXEmbedChildProxyPeer.java385 public void setZOrder(ComponentPeer above) { argument
H A DXComponentPeer.java1280 * Lowers this component at the bottom of the above HW peer. If the above parameter
1283 public void setZOrder(ComponentPeer above) { argument
1284 long aboveWindow = (above != null) ? ((XComponentPeer)above).getWindow() : 0;
H A DXlibWrapper.java565 static native void SetZOrder(long display, long window, long above); argument
H A DXWindow.java667 * Ignore the buttons above 20 due to the bit limit for
863 protected void setMouseAbove(boolean above) { argument
865 mouseAboveMe = above;
/openjdk10/hotspot/src/cpu/x86/vm/
H A DmacroAssembler_x86_log.cpp302 jcc(Assembler::above, L_2TAG_PACKET_4_0_2);
304 jcc(Assembler::above, L_2TAG_PACKET_4_0_2);
586 jcc(Assembler::above, L_2TAG_PACKET_5_0_2);
588 jcc(Assembler::above, L_2TAG_PACKET_5_0_2);
H A DmacroAssembler_x86_exp.cpp276 jcc(Assembler::above, L_2TAG_PACKET_1_0_2);
376 jcc(Assembler::above, L_2TAG_PACKET_11_0_2);
555 jcc(Assembler::above, L_2TAG_PACKET_1_0_2);
640 jcc(Assembler::above, L_2TAG_PACKET_10_0_2);
H A DmacroAssembler_x86_log10.cpp314 jcc(Assembler::above, L_2TAG_PACKET_4_0_2);
316 jcc(Assembler::above, L_2TAG_PACKET_4_0_2);
613 jcc(Assembler::above, L_2TAG_PACKET_5_0_2);
615 jcc(Assembler::above, L_2TAG_PACKET_5_0_2);
H A Dc1_MacroAssembler_x86.cpp266 jcc(Assembler::above, slow_case);
356 // code is not generated (see build_frame() above).
H A DmacroAssembler_x86_pow.cpp1122 jcc(Assembler::above, L_2TAG_PACKET_12_0_2);
1226 jcc(Assembler::above, L_2TAG_PACKET_24_0_2);
1229 jcc(Assembler::above, L_2TAG_PACKET_23_0_2);
1321 jcc(Assembler::above, L_2TAG_PACKET_33_0_2);
1353 jcc(Assembler::above, L_2TAG_PACKET_35_0_2);
1500 jcc(Assembler::above, L_2TAG_PACKET_41_0_2);
1599 jcc(Assembler::above, L_2TAG_PACKET_50_0_2);
1759 jcc(Assembler::above, L_2TAG_PACKET_12_0_2);
2856 jcc(Assembler::above, L_2TAG_PACKET_14_0_2);
2965 jcc(Assembler::above, L_2TAG_PACKET_28_0_
[all...]
H A DmacroAssembler_x86_cos.cpp224 jcc(Assembler::above, L_2TAG_PACKET_0_0_1);
781 jcc(Assembler::above, L_2TAG_PACKET_0_0_2);
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java400 public void setZOrder(ComponentPeer above) { argument
/openjdk10/nashorn/samples/
H A DMain.asm8 * - Redistributions of source code must retain the above copyright
11 * - Redistributions in binary form must reproduce the above copyright
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DWordTest.java105 for (String method : new String[]{"aboveOrEqual", "above", "belowOrEqual", "below"}) {
203 public static boolean above(long word1, long word2) { method in class:WordTest
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DType.java865 private static void swap(final MethodVisitor method, final Type above, final Type below) { argument
867 if (above.isCategory2()) {
875 if (above.isCategory2()) {

Completed in 303 milliseconds

12