/openjdk7/jdk/src/share/classes/javax/naming/ldap/ |
H A D | Control.java | 52 public interface Control extends java.io.Serializable { interface in inherits:java.io.Serializable
|
/openjdk7/jdk/src/share/classes/javax/sound/sampled/ |
H A D | Control.java | 32 * argument to a {@link Line#getControl(Control.Type) getControl} method. 44 public abstract class Control { class 59 * Constructs a Control with the specified type. 62 protected Control(Type type) { method in class:Control 82 * @return a String representation of the Control. 85 return new String(getType() + " Control"); 146 } // class Control
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | adlcVMDeps.hpp | 41 enum { Control, I_O, Memory, FramePtr, ReturnAdr, Parms }; enumerator in enum:AdlcVMDeps::__anon294
|
H A D | addnode.hpp | 137 enum { Control, // When is it safe to do this add? enumerator in enum:AddPNode::__anon293
|
H A D | connode.hpp | 151 enum { Control, // When is it safe to do this cmove? enumerator in enum:CMoveNode::__anon311 159 // init_req(Control,NULL); 206 CMovePNode( Node *c, Node *bol, Node *left, Node *right, const TypePtr* t ) : CMoveNode(bol,left,right,t) { init_req(Control,c); } 213 CMoveNNode( Node *c, Node *bol, Node *left, Node *right, const Type* t ) : CMoveNode(bol,left,right,t) { init_req(Control,c); }
|
H A D | cfgnode.hpp | 62 // program. Their inputs point to Control sources. PhiNodes (described 70 Control // Control arcs are [1..len) enumerator in enum:RegionNode::__anon302 115 // PhiNodes merge values from different Control paths. Slot 0 points to the 136 enum { Region, // Control input is the Phi's region. 261 // Output selected Control, based on a boolean test
|
H A D | type.hpp | 77 Control, // Control of code (not in lattice) enumerator in enum:Type::TYPES 1096 enum { Control = AdlcVMDeps::Control,
|
H A D | memnode.hpp | 48 enum { Control, // When is it safe to do this load? enumerator in enum:MemNode::__anon345 1003 Control = TypeFunc::Control, enumerator in enum:InitializeNode::__anon350
|
/openjdk7/jdk/src/share/classes/java/util/ |
H A D | ResourceBundle.java | 186 * <h4>ResourceBundle.Control</h4> 188 * The {@link ResourceBundle.Control} class provides information necessary 190 * factory methods that take a <code>ResourceBundle.Control</code> 194 * {@link #getBundle(String, Locale, ClassLoader, Control) getBundle} 206 * Control) <code>getBundle</code> factory method}, {@link 208 * Control#getTimeToLive(String, Locale) 209 * ResourceBundle.Control.getTimeToLive}, and {@link 210 * Control#needsReload(String, Locale, String, ClassLoader, ResourceBundle, 211 * long) ResourceBundle.Control.needsReload} for details. 494 // Control 1950 public static class Control { class in class:ResourceBundle 2005 protected Control() { method in class:ResourceBundle.Control [all...] |
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/ |
H A D | TMSchema.java | 64 public static enum Control { enum in class:TMSchema 88 MENU (Control.MENU, 0), // Special case, not in native 89 MP_BARBACKGROUND (Control.MENU, 7), 90 MP_BARITEM (Control.MENU, 8), 91 MP_POPUPBACKGROUND (Control.MENU, 9), 92 MP_POPUPBORDERS (Control.MENU, 10), 93 MP_POPUPCHECK (Control.MENU, 11), 94 MP_POPUPCHECKBACKGROUND (Control.MENU, 12), 95 MP_POPUPGUTTER (Control.MENU, 13), 96 MP_POPUPITEM (Control [all...] |