Searched defs:INITIALIZE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DINITIALIZE.java42 public final class INITIALIZE extends SystemException { class in inherits:SystemException
44 * Constructs an <code>INITIALIZE</code> exception with a default
48 public INITIALIZE() { method in class:INITIALIZE
53 * Constructs an <code>INITIALIZE</code> exception with the specified detail
58 public INITIALIZE(String s) { method in class:INITIALIZE
63 * Constructs an <code>INITIALIZE</code> exception with the specified
70 public INITIALIZE(int minor, CompletionStatus completed) { method in class:INITIALIZE
75 * Constructs an <code>INITIALIZE</code> exception with the specified detail
84 public INITIALIZE(String s, int minor, CompletionStatus completed) { method in class:INITIALIZE
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/
H A DcInterpreter.java57 private static int INITIALIZE; field in class:cInterpreter
95 INITIALIZE = db.lookupIntConstant("initialize").intValue();

Completed in 92 milliseconds