Searched defs:init (Results 626 - 650 of 757) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java113 void init(MBeanServerConnection mbsc) throws Exception {} method in class:BrokenConnectionTest.Operation
117 init(mbsc);
157 void init(MBeanServerConnection mbsc) throws Exception {
170 void init(MBeanServerConnection mbsc) throws Exception {
189 void init(MBeanServerConnection mbsc) throws Exception {
331 void init(MBeanServerConnection mbsc) throws Exception {
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DDevPollArrayWrapper.java131 wfd = init();
312 private native int init(); method in class:DevPollArrayWrapper
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java250 init();
268 init();
337 init();
346 init();
1394 private void init() { method in class:XMLScanner
H A DXMLStreamReaderImpl.java128 init(props);
145 init(props);
160 init(props);
173 init(props);
187 init(props);
223 void init(PropertyManager propertyManager) throws XMLStreamException { method in class:XMLStreamReaderImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xpointer/
H A DElementSchemePointer.java129 init();
473 protected void init() { method in class:ElementSchemePointer
723 } // <init>(SymbolTable)
H A DXPointerHandler.java132 init();
421 protected void init() { method in class:XPointerHandler
667 } // <init>(SymbolTable)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource_Filter.java106 this.init( new CoroutineManager(), -1, -1);
114 this.init( co, controllerCoroutineID, -1 );
128 public void init( CoroutineManager co, int controllerCoroutineID, method in class:IncrementalSAXSource_Filter
515 // Nobody called init()? Do it now...
516 init(null,-1,-1);
772 // init not issued; we _should_ automagically Do The Right Thing
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToHTMLStream.java1788 protected synchronized void init(OutputStream output, Properties format) method in class:ToHTMLStream
1795 super.init(output,format, false);
1819 init(output, format, true);
1824 // Should have been warned in init, I guess...
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStreamBase.java44 * so we use init methods.
54 public abstract void init(org.omg.CORBA.ORB orb, method in class:CDRInputStreamBase
H A DCDROutputStreamBase.java43 * so we use init methods.
54 public void init(org.omg.CORBA.ORB orb, method in class:CDROutputStreamBase
57 init(orb, false, bufferManager, streamFormatVersion, true);
62 protected abstract void init(org.omg.CORBA.ORB orb, method in class:CDROutputStreamBase
H A DIDLJavaSerializationInputStream.java157 public void init(org.omg.CORBA.ORB orb, method in class:IDLJavaSerializationInputStream
898 result.init(this.orb, this.buffer, this.bufSize, false, null);
971 // as part of the init call. So, ignore.
H A DIDLJavaSerializationOutputStream.java137 public void init(org.omg.CORBA.ORB orb, boolean littleEndian, method in class:IDLJavaSerializationOutputStream
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DObjectStreamClass_1_3_1.java156 desc.init();
361 * The remainder of initialization occurs in init(), which is called
376 private void init() { method in class:ObjectStreamClass_1_3_1
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DPreprocessor.java80 void init (Parser p) method in class:Preprocessor
85 } // init
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DORB.java85 * three <code>init</code> methods. Two of the three methods use the properties
94 * <TD>class name of the ORB returned by <code>init()</code></TD></TR>
123 * <code>init</code> is given no parameters, the default Singleton
124 * ORB is returned. When the method <code>init</code> is given parameters
136 * ORB orb = ORB.init();
151 * ORB orb = ORB.init(args, p);
159 * ORB orb = ORB.init(myApplet, null);
272 * This no-argument version of the method <code>init</code> is used primarily
292 public static synchronized ORB init() { method in class:ORB
331 public static ORB init(Strin method in class:ORB
367 public static ORB init(Applet app, Properties props) { method in class:ORB
[all...]
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java60 * thread group to call the applet's init(), start(), stop(), and
76 * that was pickled in the init=true state.
212 public void init() { method in class:AppletPanel
348 * (applet code loaded) --> APPLET_LOAD -- (applet init called)--> APPLET_INIT -- (
424 // init, that is why we need to check status w/ APPLET_DESTROY
435 applet.init();
808 doInit = false; // skip over the first init
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java773 void init() { method in class:LayoutPathImpl.SegmentPath.Segment
774 if (LOGMAP) LOG.format("s(%d) init\n", ix);
846 void init() { method in class:LayoutPathImpl.SegmentPath.Mapper
847 if (LOGMAP) LOG.format("init\n");
850 s.init();
905 init();
/openjdk7/jdk/src/share/classes/java/net/
H A DInetAddress.java264 init();
1486 private static native void init(); method in class:InetAddress
/openjdk7/jdk/src/share/classes/java/util/
H A DHashMap.java262 init();
333 void init() { method in class:HashMap
799 result.init();
1179 init(); // Give subclass a chance to do its thing.
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java112 * cipher.init(..., s);
698 * delayed provider selection is not possible because init()
712 debug.println("Cipher.init() not first method "
859 // InvalidKeyException from init()
860 // RuntimeException (ProviderException) from init()
1152 public final void init(int opmode, Key key) throws InvalidKeyException { method in class:Cipher
1153 init(opmode, key, JceSecurity.RANDOM);
1202 public final void init(int opmode, Key key, SecureRandom random) method in class:Cipher
1279 public final void init(int opmode, Key key, AlgorithmParameterSpec params) method in class:Cipher
1282 init(opmod
1337 public final void init(int opmode, Key key, AlgorithmParameterSpec params, method in class:Cipher
1410 public final void init(int opmode, Key key, AlgorithmParameters params) method in class:Cipher
1468 public final void init(int opmode, Key key, AlgorithmParameters params, method in class:Cipher
1546 public final void init(int opmode, Certificate certificate) method in class:Cipher
1613 public final void init(int opmode, Certificate certificate, method in class:Cipher
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.cpp155 // * iv = init
165 void IdealKit::loop(GraphKit* gkit, int nargs, IdealVariable& iv, Node* init, BoolTest::mask relop, Node* limit, float prob, float cnt) { argument
175 set(iv, init);
H A DloopPredicate.cpp633 // for (i = init; i < limit; i += stride) {
637 // Compute max(scale*i + offset) for init <= i < limit and build the predicate
644 // max(scale*i + offset) = scale*init + offset
647 Node* init, Node* limit, Node* stride,
655 Node* max_idx_expr = init;
672 if (TraceLoopPredicate) predString->print("init ");
839 Node* init = cl->init_trip(); local
861 Node* lower_bound_bol = rc_predicate(loop, ctrl, scale, offset, init, limit, stride, rng, false);
868 Node* upper_bound_bol = rc_predicate(loop, lower_bound_proj, scale, offset, init, limit, stride, rng, true);
645 rc_predicate(IdealLoopTree *loop, Node* ctrl, int scale, Node* offset, Node* init, Node* limit, Node* stride, Node* range, bool upper) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DHierMemDirCtx.java81 init();
85 private void init() { method in class:HierMemDirCtx
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/
H A DKeyInfo.java576 cipher.init(XMLCipher.UNWRAP_MODE, null);
1067 /** init the keyinfo (Still needed?)*/
1068 public static void init() { method in class:KeyInfo
1080 log.log(java.util.logging.Level.SEVERE, "Had to assign log in the init() function");
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp122 static int init();
431 int SolarisAttachListener::init() { function in class:SolarisAttachListener
587 int ret_code = SolarisAttachListener::init();
625 init();

Completed in 85 milliseconds

<<21222324252627282930>>