/openjdk7/jdk/src/solaris/native/sun/awt/ |
H A D | awt_Insets.h | 30 jfieldID bottom; member in struct:InsetsIDs
|
H A D | awt_Insets.c | 38 insetsIDs.bottom = (*env)->GetFieldID(env, cls, "bottom", "I");
|
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | Insets.java | 63 * The inset from the bottom. 70 public int bottom; field in class:Insets 97 * specified top, left, bottom, and right insets. 100 * @param bottom the inset from the bottom. 103 public Insets(int top, int left, int bottom, int right) { argument 106 this.bottom = bottom; 111 * Set top, left, bottom, and right to the specified values 115 * @param bottom th 119 set(int top, int left, int bottom, int right) argument [all...] |
/openjdk7/jdk/src/share/classes/javax/swing/border/ |
H A D | EmptyBorder.java | 51 protected int left, right, top, bottom; field in class:EmptyBorder 57 * @param bottom the bottom inset of the border 60 public EmptyBorder(int top, int left, int bottom, int right) { argument 63 this.bottom = bottom; 75 this.bottom = borderInsets.bottom; 94 insets.bottom = bottom; [all...] |
H A D | MatteBorder.java | 58 * @param bottom the bottom inset of the border 62 public MatteBorder(int top, int left, int bottom, int right, Color matteColor) { argument 63 super(top, left, bottom, right); 82 * @param bottom the bottom inset of the border 86 public MatteBorder(int top, int left, int bottom, int right, Icon tileIcon) { argument 87 super(top, left, bottom, right); 105 * the tile icon, where the top and bottom will be equal to the 131 g.fillRect(insets.left, height - insets.bottom, widt [all...] |
H A D | CompoundBorder.java | 122 ph = ph - nextInsets.bottom - nextInsets.top; 137 insets.top = insets.left = insets.right = insets.bottom = 0; 143 insets.bottom += nextInsets.bottom; 150 insets.bottom += nextInsets.bottom;
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/ |
H A D | InsetsUIResource.java | 52 public InsetsUIResource(int top, int left, int bottom, int right) { argument 53 super(top, left, bottom, right);
|
/openjdk7/jdk/test/com/sun/jdi/redefineMethod/ |
H A D | Different_RedefineSubTarg.java | 24 void bottom() { method in class:RedefineSubTarg 29 (new RedefineSubTarg()).bottom(); // 29
|
H A D | RedefineSubTarg.java | 23 void bottom() { method in class:RedefineSubTarg 28 (new RedefineSubTarg()).bottom(); // 28
|
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/ |
H A D | immutableSpace.cpp | 33 HeapWord* bottom = mr.start(); local 36 assert(Universe::on_page_boundary(bottom) && Universe::on_page_boundary(end), 39 _bottom = bottom; 44 HeapWord* obj_addr = bottom(); 53 HeapWord* p = bottom(); 68 tty->print_cr(" [%#-6lx,%#-6lx)", bottom(), end()); 74 HeapWord* p = bottom();
|
H A D | liveRange.hpp | 38 LiveRange(HeapWord* bottom, HeapWord* top): MemRegion(bottom, top) {} argument
|
H A D | immutableSpace.hpp | 33 // Invariant: bottom() and end() are on page_size boundaries and 34 // bottom() <= end() 44 HeapWord* bottom() const { return _bottom; } function in class:ImmutableSpace 47 MemRegion region() const { return MemRegion(bottom(), end()); } 58 size_t capacity_in_words() const { return pointer_delta(end(), bottom()); }
|
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | g1HRPrinter.cpp | 81 HeapWord* bottom = hr->bottom(); local 86 action_str, type_str, bottom, top); 89 action_str, type_str, bottom); 94 action_str, bottom, top); 97 action_str, bottom); 102 void G1HRPrinter::print(ActionType action, HeapWord* bottom, HeapWord* end) { argument 106 action_str, bottom, end);
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ |
H A D | ContiguousSpace.java | 61 return end().minus(bottom()); 66 return top().minus(bottom()); 77 return new MemRegion(bottom(), top()); 83 res.add(new MemRegion(bottom(), top())); 89 return (bottom().lessThanOrEqual(p) && top().greaterThan(p)); 93 tty.print(" [" + bottom() + "," +
|
H A D | Space.java | 39 <P> Invariant: bottom() and end() are on page_size boundaries and: </P> 41 <P> bottom() <= top() <= end() </P> 68 public Address bottom() { return bottomField.getValue(addr); } method in class:Space 74 return new MemRegion(bottom(), end()); 95 public long capacity() { return end().minus(bottom()); } 103 return (bottom().lessThanOrEqual(p) && end().greaterThan(p));
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/ |
H A D | MetalTabbedPaneUI.java | 99 int bottom = y + (h-1); 104 paintLeftTabBorder(tabIndex, g, x, y, w, h, bottom, right, isSelected); 107 paintBottomTabBorder(tabIndex, g, x, y, w, h, bottom, right, isSelected); 110 paintRightTabBorder(tabIndex, g, x, y, w, h, bottom, right, isSelected); 114 paintTopTabBorder(tabIndex, g, x, y, w, h, bottom, right, isSelected); 128 int bottom = h - 1; 175 g.drawLine( right, 1, right, bottom ); 188 g.drawLine(0, 6, 0, bottom); 193 g.drawLine( 0, 0, 0, bottom ); 197 g.drawLine( 0, 6, 0, bottom ); [all...] |
/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | default.css | 41 margin-bottom: 10} 46 margin-bottom: 10} 51 margin-bottom: 10} 56 margin-bottom: 10} 61 margin-bottom: 10} 66 margin-bottom: 10} 69 margin-bottom: 0} 74 margin-bottom: 0} 79 margin-bottom: 0} 84 margin-bottom [all...] |
/openjdk7/jdk/src/windows/native/sun/awt/utility/ |
H A D | rect.h | 41 (r).bottom=(yy)+(hh); \ 44 #define RECT_INC_HEIGHT(r) (r).bottom++
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/ |
H A D | ImmutableSpace.java | 59 public Address bottom() { return bottomField.getValue(addr); } method in class:ImmutableSpace 65 return new MemRegion(bottom(), end()); 79 public long capacity() { return end().minus(bottom()); } 85 return (bottom().lessThanOrEqual(p) && end().greaterThan(p));
|
H A D | MutableSpace.java | 61 return top().minus(bottom()); 67 res.add(new MemRegion(bottom(), top())); 72 tty.print(" [" + bottom() + "," +
|
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/ |
H A D | XAbstractMenuItem.java | 35 void paint(Graphics g, int top, int bottom, int width, int shortcutOffset, boolean selected); argument
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ |
H A D | ObjectHistogramElement.java | 91 Klass bottom = oak.getBottomKlass(); 94 if (bottom instanceof TypeArrayKlass) { 95 buf.append(((TypeArrayKlass) bottom).getElementTypeName()); 96 } else if (bottom instanceof InstanceKlass) { 97 buf.append(bottom.getName().asString().replace('/', '.'));
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | space.cpp | 76 HeapWord* bottom, 86 for (; bottom < top; bottom += _sp->block_size(bottom)) { 93 if (_sp->block_is_obj(bottom) && 94 !_sp->obj_allocated_since_save_marks(oop(bottom))) { 95 oop(bottom)->oop_iterate(_cl, mr); 121 HeapWord* bottom = mr.start(); local 137 bottom_obj = _sp->block_start(bottom); 140 assert(bottom_obj <= bottom, "jus 75 walk_mem_region(MemRegion mr, HeapWord* bottom, HeapWord* top) argument 209 walk_mem_region(MemRegion mr, HeapWord* bottom, HeapWord* top) argument [all...] |
/openjdk7/jdk/src/share/classes/sun/awt/ |
H A D | HorizBagLayout.java | 91 dim.height += insets.top + insets.bottom; 117 dim.height += insets.top + insets.bottom; 132 int bottom = target.size().height - insets.bottom; 140 comp.resize(compWidth, bottom - top); 142 comp.reshape(left, top, d.width, bottom - top);
|
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/ |
H A D | splashscreen_config.h | 52 (r).right=(xx)+(ww); (r).bottom=(yy)+(hh); 53 #define RECT_INC_HEIGHT(r) (r).bottom++;
|