Searched refs:frame (Results 476 - 500 of 611) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_MenuBar.cpp326 jobject frame)
330 AwtToolkit::CreateComponent(self, frame,
325 Java_sun_awt_windows_WMenuBarPeer_create(JNIEnv *env, jobject self, jobject frame) argument
/openjdk7/jdk/test/com/sun/awt/Translucency/
H A DWindowOpacity.java144 fail("getWindowOpacity() reports the opacity level that differs from the value set with setWindowOpacity before showing the frame: " + curOpacity);
154 fail("getWindowOpacity() reports the opacity level that differs from the value set with setWindowOpacity after showing the frame: " + curOpacity);
398 public TestDialog( Frame frame, String name ) argument
400 super( frame, name );
/openjdk7/jdk/test/java/awt/Container/isRemoveNotifyNeeded/
H A DJInternalFrameTest.java370 public TestDialog( Frame frame, String name ) argument
372 super( frame, name );
/openjdk7/jdk/test/java/awt/Dialog/NonResizableDialogSysMenuResize/
H A DNonResizableDialogSysMenuResize.java85 // To be sure both the frame and the dialog are shown and packed
372 public TestDialog( Frame frame, String name ) argument
374 super( frame, name );
/openjdk7/jdk/test/java/awt/Focus/ClearLwQueueBreakTest/
H A DClearLwQueueBreakTest.java42 JFrame f1 = new JFrame("frame");
43 JFrame f2 = new JFrame("frame");
271 public TestDialog( Frame frame, String name ) argument
273 super( frame, name );
/openjdk7/jdk/test/java/awt/Frame/MaximizedToIconified/
H A DMaximizedToIconified.java38 * frame should not combine the maximized and iconified
369 public TestDialog( Frame frame, String name ) argument
371 super( frame, name );
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/
H A DTestDialogTypeAhead.java95 f = new Frame("frame");
367 public TestDialog( Frame frame, String name ) argument
369 super( frame, name );
/openjdk7/jdk/test/java/awt/Menu/OpensWithNoGrab/
H A DOpensWithNoGrab.java364 public TestDialog( Frame frame, String name ) argument
366 super( frame, name );
/openjdk7/jdk/test/java/awt/Mixing/
H A DHWDisappear.java27 @summary AWT components are invisible for a while after frame is moved & menu items are visible
37 * summary: AWT components are invisible for a while after frame is moved & menu items are visible
64 // Create the frame and the button
362 public TestDialog( Frame frame, String name ) argument
364 super( frame, name );
H A DLWPopupMenu.java366 public TestDialog( Frame frame, String name ) argument
368 super( frame, name );
H A DNonOpaqueInternalFrame.java79 // Create a frame with two non-opaque JInternalFrame's containing
106 // Try selecting the bottommost frame
113 // Click the title bar of the internal frame
368 public TestDialog( Frame frame, String name ) argument
370 super( frame, name );
H A DOpaqueTest.java102 // Put the components into the frame
387 public TestDialog( Frame frame, String name ) argument
389 super( frame, name );
H A DOverlappingButtons.java101 // Put the components into the frame
375 public TestDialog( Frame frame, String name ) argument
377 super( frame, name );
/openjdk7/jdk/test/java/awt/Modal/WsDisabledStyle/CloseBlocker/
H A DCloseBlocker.java27 @summary Modal Dialog block input to all frame windows not just its parent.
57 " 4) the frame with button should become next active window, ",
376 public TestDialog( Frame frame, String name ) argument
378 super( frame, name );
/openjdk7/jdk/test/java/awt/Robot/ManualInstructions/
H A DManualInstructions.java244 public TestDialog( Frame frame, String name ) argument
246 super( frame, name );
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DImageDecoratedDnDNegative.java211 public TestDialog(Frame frame, String name) { argument
212 super(frame, name);
/openjdk7/jdk/test/java/awt/event/KeyEvent/AcceleratorTest/
H A DAcceleratorTest.java241 public TestDialog( Frame frame, String name ) argument
243 super( frame, name );
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbeddedFramePeer.java49 // this embedded frame peer to the proper parent window after
148 // size and position because embedded frame really is NOT a decorated one
302 // override XWindowPeer's method to let the embedded frame to block
307 EmbeddedFrame frame = (EmbeddedFrame)target;
308 frame.notifyModalBlocked(blocker, blocked);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java628 JFrame frame = new JFrame();
631 frame.getContentPane().add(anno);
642 frame.setSize(400, 300);
643 frame.addWindowListener(new WindowAdapter() {
651 frame.setVisible(true);
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp158 // location in frame (offset for sp) that deopt can store the original
217 // frame::retrieve_receiver() to work. Currently they are expected
549 void preserve_callee_argument_oops(frame fr, const RegisterMap *reg_map,
568 address* orig_pc_addr(const frame* fr) { return (address*) ((address)fr->unextended_sp() + _orig_pc_offset); }
592 // Return true is the PC is one would expect if the frame is being deopted.
596 // Accessor/mutator for the original pc of a frame before a frame was deopted.
597 address get_original_pc(const frame* fr) { return *orig_pc_addr(fr); }
598 void set_original_pc(const frame* fr, address pc) { *orig_pc_addr(fr) = pc; }
600 static address get_deopt_original_pc(const frame* f
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp443 static frame fetch_frame_from_context(void* ucVoid);
563 // native (C) frames. They are not part of frame.hpp/frame.cpp because
564 // frame.hpp/cpp assume thread is JavaThread, and also because different
571 // only walk stack if %ebp is used as frame pointer; on ia64, it's not
573 static bool is_first_C_frame(frame *fr);
574 static frame get_sender_for_C_frame(frame *fr);
576 // return current frame. pc() and sp() are set to NULL on failure.
577 static frame current_fram
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWToolkit.java535 * Returns <code>true</code> if this frame state is supported.
623 public PrintJob getPrintJob(Frame frame, String doctitle, argument
625 return getPrintJob(frame, doctitle, null, null);
628 public PrintJob getPrintJob(Frame frame, String doctitle, argument
632 if (frame == null) {
633 throw new NullPointerException("frame must not be null");
636 PrintJob2D printJob = new PrintJob2D(frame, doctitle,
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp134 frame caller = thread->last_frame().sender(&map);
995 // Check the stack guard pages. If enabled, look for handler in this frame;
996 // otherwise, forcibly unwind the frame.
1004 frame deoptee = thread->last_frame().sender(&map);
1011 // irrelevant sice we are throwing the frame away anyway.
1050 // otherwise we will unwind the stack and continue at the caller of top frame method
1075 // deoptimized frame
1079 frame caller = thread->last_frame().sender(&map);
1094 // stack frame has been removed. The return address was passed in.
1097 // After this C code exits, the stub will pop his frame an
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp40 #include "runtime/frame.inline.hpp"
64 ( pc == (CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation) + frame::pc_return_offset)));
109 // a java interpreter/compiler result. The current frame is an
110 // interpreter frame. The activation frame unwind code must be
139 __ delayed()->restore(I5_savedSP, G0, SP); // remove interpreter frame
248 // Because of the way activation are managed by the frame manager the value of esp is
251 // to the frame manager on the stack and do a vanilla return.
276 // The caller's expression stack is adjacent to the current frame manager's intepretState
306 // We are in a new frame register
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp40 #include "runtime/frame.inline.hpp"
55 // while we are recursed in the frame manager/c++ interpreter.
56 // We could use an address in the frame manager but having
113 // This only works for pc that might possibly be exposed to frame
162 // retrieve result from frame
254 // Because of the way activation are managed by the frame manager the value of rsp is
257 // to the frame manager on the stack and do a vanilla return.
288 // The caller's expression stack is adjacent to the current frame manager's intepretState
318 // frame manager execept in this situation the caller is native code (c1/c2/call_stub)
402 // a static method). "state" contains any previous frame manage
[all...]

Completed in 118 milliseconds

<<11121314151617181920>>