Searched refs:frame (Results 426 - 450 of 611) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/java/awt/image/MemoryLeakTest/
H A DMemoryLeakTest.java64 public TestDialog(Frame frame, String name) argument
66 super(frame, name + " Pass/Fail Dialog");
/openjdk7/jdk/test/java/awt/print/Dialog/
H A DDialogOrient.java337 public TestDialog( Frame frame, String name ) argument
339 super( frame, name );
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DCollate2DPrintingTest.java189 public TestDialog( Frame frame, String name ) argument
191 super( frame, name );
/openjdk7/jdk/test/javax/print/
H A DDialogMargins.java181 public TestDialog( Frame frame, String name ) argument
183 super( frame, name );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DHighPrecisionJScrollBar.java382 JFrame frame = new JFrame();
383 frame.setSize(300, 300);
426 frame.getContentPane().add(hpsb);
427 frame.setVisible(true);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DHeadlessToolkit.java313 public PrintJob getPrintJob(Frame frame, String jobtitle, argument
316 if (frame != null) {
320 throw new NullPointerException("frame must not be null");
323 public PrintJob getPrintJob(Frame frame, String doctitle, Properties props) argument
325 if (frame != null) {
329 throw new NullPointerException("frame must not be null");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Druntime_sparc.cpp52 // (i.e. callee save registers) unwind the frame and jump to the
99 // registers of the frame being removed.
117 // Callee-saved registers will be the same as the frame above (i.e.,
141 __ sub(O7, frame::pc_return_offset, O7);
H A DtemplateInterpreter_sparc.cpp40 #include "runtime/frame.inline.hpp"
231 // a java interpreter/compiler result. The current frame is an
232 // interpreter frame. The activation frame unwind code must be
255 __ ld_ptr(FP, (frame::interpreter_frame_oop_temp_offset*wordSize) + STACK_BIAS, Itos_i);
261 __ delayed()->restore(I5_savedSP, G0, SP); // remove interpreter frame
426 // compute the beginning of the protected zone minus the requested frame size
431 // Add in the size of the frame (which is the same as subtracting it from the
435 // the frame is greater than one page in size, so check against
442 // is necessary if the sender's frame i
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DGeomUtilities.m109 point.y = [primaryScreen(env) frame].size.height - point.y;
114 rect.origin.y = [primaryScreen(env) frame].size.height - rect.origin.y - rect.size.height;
/openjdk7/jdk/test/com/sun/jdi/
H A DInstanceFilter.java101 theThis = event.thread().frame(0).thisObject();
H A DMonitorFrameInfo.java104 if (!mainThread.frame(0).location().method().name()
106 failure("FAILED: frame failed");
117 /* Test monitor frame info.
135 // it should become invalid. We will step out of the top frame
136 // so that the frame depth in this mon object will no longer be correct.
152 System.out.println("can not get monitors frame info");
H A DGetLocalVariables.java264 StackFrame frame = bpe.thread().frame(0);
265 List localVars = frame.visibleVariables();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMenuBarPeer.java182 public void init(Frame frame) { argument
183 this.target = frame;
184 this.framePeer = (XFramePeer)frame.getPeer();
188 params.add(TARGET, frame);
266 //Fix for 6270757: PIT: Menus and Sub-menus are shown outside the frame, XToolkit
348 * Used to fix 6185057: Disabling a frame does not disable
349 * the menus on the frame, on solaris/linux
472 //Fix for 6185057: Disabling a frame does not disable
473 //the menus on the frame, on solaris/linux
480 //Fix for 6185057: Disabling a frame doe
[all...]
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogRecord.java297 * stack frame.
328 * stack frame.
534 // from paying the cost of building the entire stack frame.
535 StackTraceElement frame =
537 String cname = frame.getClassName();
540 // Skip all frames until we have found the first logger frame.
548 // We've found the relevant frame.
550 setSourceMethodName(frame.getMethodName());
556 // We haven't found a suitable frame, so just punt. This is
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp43 #include "runtime/frame.inline.hpp"
138 !frame::is_valid_stack_pointer(((JavaThread*)thread)->base_of_stack_pointer(), (intptr_t*)_sp)) {
241 frame os::fetch_frame_from_context(void* ucVoid) {
245 return frame(sp, frame::unpatchable, epc.pc());
248 frame os::get_sender_for_C_frame(frame* fr) {
249 return frame(fr->sender_sp(), frame::unpatchable, fr->sender_pc());
261 frame o
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DFrame.java71 * instruction, the state of the frame at the end of current basic block is
73 * of this so called "output frame". In visitMaxs, a fix point algorithm is
74 * used to compute the "input frame" of each basic block, i.e. the stack map
75 * frame at the begining of the basic block, starting from the input frame
87 * Output stack map frames are computed relatively to the input frame of the
90 * "the type at position x in the input frame locals" or "the type at
91 * position x from the top of the input frame stack" or even "the type at
92 * position x in the input frame, with y more (or less) array dimensions".
98 * frame
1277 merge(final ClassWriter cw, final Frame frame, final int edge) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_LoadLibrary.c169 jobject frame, jstring jcommand)
174 jobject frame, jstring jcommand);
188 (*XsessionWMcommand)(env, this, frame, jcommand);
168 Java_sun_awt_motif_XsessionWMcommand(JNIEnv *env, jobject this, jobject frame, jstring jcommand) argument
/openjdk7/jdk/test/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java101 private static bug7123767 frame; field in class:bug7123767
155 frame = new bug7123767();
156 frame.setVisible(true);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifBorders.java310 // Draw frame
439 JInternalFrame frame; field in class:MotifBorders.InternalFrameBorder
441 // The size of the bounding box for Motif frame corners.
449 frame = aFrame;
455 frame = aFrame;
461 public JInternalFrame frame() { method in class:MotifBorders.InternalFrameBorder
462 return frame;
474 if (!frame.isResizable()) {
485 frame.isResizable()) {
504 frame
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJob2D.java208 private Frame frame; field in class:PrintJob2D
297 public PrintJob2D(Frame frame, String doctitle, argument
303 initPrintJob2D(frame, doctitle,
307 public PrintJob2D(Frame frame, String doctitle, argument
310 initPrintJob2D(frame, doctitle, jobAttributes, pageAttributes);
313 private void initPrintJob2D(Frame frame, String doctitle, argument
322 if (frame == null &&
327 this.frame = frame;
417 if (frame !
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java65 // always raw values. The other rule is that it except for the frame constructors and
126 // conveniently told us the information where we can find the pc or the frame
128 // the frames trying to find the frame which we contains the data we need.
137 // It would be unusual to find more than 20 native frames before we find the java frame
182 /** This constructor relies on the fact that the creator of a frame
183 has flushed register windows which the frame will refer to, and
184 that those register windows will not be reloaded until the frame
187 next younger frame (though it need not), the register window for
188 that next younger frame must also stay flushed. (The caller is
193 System.out.println("Constructing frame(
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java146 // Cache frame geometries
190 logError(themeName, "Unknown Metacity frame geometry value type: "+name);
279 Node frame = getNode(frame_style_set, "frame", new String[] {
284 if (function != null && frame != null) {
286 "name", getStringAttr(frame, "style")
378 Node frame = getNode(frame_style_set, "frame", new String[] {
383 if (frame != null) {
385 "name", getStringAttr(frame, "styl
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp49 vframe::vframe(const frame* fr, const RegisterMap* reg_map, JavaThread* thread)
51 assert(fr != NULL, "must have frame");
55 vframe::vframe(const frame* fr, JavaThread* thread)
57 assert(fr != NULL, "must have frame");
61 vframe* vframe::new_vframe(const frame* f, const RegisterMap* reg_map, JavaThread* thread) {
62 // Interpreter frame
67 // Compiled frame
76 // Skip this frame and try again.
78 frame s = f->sender(&temp_map);
83 // External frame
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java58 * Save current thread and stack frame. (BugId 4296031)
77 * stack frame the user was looking at. (BugId 4296031)
86 MessageOutput.println("Requested stack frame is no longer active:",
916 StackFrame frame = stack.get(i);
917 dumpFrame (i, showPC, frame);
922 private void dumpFrame (int frameNumber, boolean showPC, StackFrame frame) { argument
923 Location loc = frame.location();
944 MessageOutput.println("stack frame dump with pc",
951 MessageOutput.println("stack frame dump",
1310 StackFrame frame;
[all...]
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp43 #include "runtime/frame.inline.hpp"
137 frame os::fetch_frame_from_context(void* ucVoid) {
141 return frame(sp, fp, epc.pc());
144 frame os::get_sender_for_C_frame(frame* fr) {
145 return frame(fr->sender_sp(), fr->link(), fr->sender_pc());
148 frame os::current_frame() {
152 frame myframe(sp, frame::unpatchable,
156 return frame(NUL
[all...]

Completed in 73 milliseconds

<<11121314151617181920>>