/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/ |
H A D | DenseIntMapImpl.java | 65 extend( key ) ; 69 private void extend( int index ) method in class:DenseIntMapImpl
|
/openjdk7/hotspot/agent/make/ |
H A D | start-debug-server | 16 setenv LM_LICENSE_FILE 7588@extend.eng:/usr/dist/local/config/sparcworks/license.dat:7588@setlicense
|
/openjdk7/jdk/test/java/nio/charset/CharsetEncoder/ |
H A D | Flush.java | 42 private static ByteBuffer extend(ByteBuffer bb) { method in class:Flush 73 bb = extend(bb);
|
/openjdk7/hotspot/agent/test/jdi/ |
H A D | runjdb.sh | 30 LM_LICENSE_FILE=7588@extend.eng:/usr/dist/local/config/sparcworks/license.dat:7588@setlicense
|
/openjdk7/langtools/test/tools/javap/ |
H A D | TestSuperclass.java | 69 String extend() { method in class:TestSuperclass.SuperKind 168 .replace("#EK", sk.extend())
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | coalesce.cpp | 42 _uf_map.extend(_maxlrg,0); 129 _names.extend(x->_idx,lrg); 131 _uf_map.extend(lrg,lrg); 444 _phc._names.extend( copy->_idx, phi_name ); 460 // At this point it is unsafe to extend live ranges (6550579). 478 _phc._names.extend( copy->_idx, name );
|
H A D | chaitin.hpp | 210 void extend( uint nidx, uint lidx );
|
H A D | block.hpp | 494 void extend( uint from_idx, uint to_idx );
|
H A D | block.cpp | 962 void UnionFind::extend( uint from_idx, uint to_idx ) { 977 extend(max,0);
|
H A D | chaitin.cpp | 133 void LRG_List::extend( uint nidx, uint lidx ) { function in class:LRG_List 240 if (C->unique() > _names.Size()) _names.extend(C->unique()-1, 0); 1749 _names.extend( node->_idx, n2lidx(old_node) );
|
H A D | reg_split.cpp | 898 _names.extend(def->_idx,0);
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/ |
H A D | BasicTableUI.java | 161 // extend the selection to the lead item 172 protected boolean extend; field in class:BasicTableUI.Actions 188 Actions(String name, int dx, int dy, boolean extend, argument 211 this.extend = extend; 214 Actions(String name, boolean extend, boolean forwards, argument 216 this(name, 0, 0, extend, false); 559 table.changeSelection(leadRow, leadColumn, false, extend);
|
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | JTable.java | 2359 boolean toggle, boolean extend, boolean selected, 2361 if (extend) { 2395 * two flags: <code>toggle</code> and <code>extend</code>. Most changes 2404 * <li> <code>toggle</code>: <em>false</em>, <code>extend</code>: <em>false</em>. 2406 * <li> <code>toggle</code>: <em>false</em>, <code>extend</code>: <em>true</em>. 2409 * <li> <code>toggle</code>: <em>true</em>, <code>extend</code>: <em>false</em>. 2411 * <li> <code>toggle</code>: <em>true</em>, <code>extend</code>: <em>true</em>. 2418 * @param extend if true, extend the current selection 2422 public void changeSelection(int rowIndex, int columnIndex, boolean toggle, boolean extend) { argument 2358 changeSelectionModel(ListSelectionModel sm, int index, boolean toggle, boolean extend, boolean selected, int anchor, boolean anchorSelected) argument [all...] |