Searched defs:init (Results 701 - 725 of 757) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXBaseWindow.java111 protected final void init(long parentWindow, Rectangle bounds) {} method in class:XBaseWindow
176 protected final void init(XCreateWindowParams params) { method in class:XBaseWindow
261 init(params);
302 * @see #init
H A DXWM.java1249 static void init() { method in class:XWM
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMToolkit.java146 init(mainClassName);
185 public native void init(String mainClassName); method in class:MToolkit
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixNativeDispatcher.java551 private static native int init(); method in class:UnixNativeDispatcher
553 // flags returned by init to indicate capabilities
562 int flags = init();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java402 } // <init>()
412 } // <init>()
2738 init();
2742 private void init() { method in class:XMLEntityManager.CharacterBufferPool
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToStream.java440 init(m_writer, format, false, false);
455 private synchronized void init( method in class:ToStream
569 private synchronized void init(Writer writer, Properties format) method in class:ToStream
571 init(writer, format, false, false);
585 protected synchronized void init( method in class:ToStream
607 // init(new WriterToUTF8(output), format, defaultProperties, true);
611 // init(new WriterToUTF8Buffered(output), format, defaultProperties, true);
617 // init(new WriterToUTF8(output), format, defaultProperties, true);
621 init(
634 init(ne
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java228 result.init(this.orb,
242 * NOTE: size passed to init means buffer size
244 public void init(org.omg.CORBA.ORB orb, method in class:CDRInputStream_1_0
H A DCDROutputStream_1_0.java162 public void init(org.omg.CORBA.ORB orb, method in class:CDROutputStream_1_0
182 public void init(org.omg.CORBA.ORB orb, method in class:CDROutputStream_1_0
187 init(orb, littleEndian, bufferManager, streamFormatVersion, true);
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java760 // to init them...
765 members[i].init(stack,this);
2618 // call init to avoid potential recursion problems...
2621 init (stack,enclosing);
2625 public void init (ContextStack stack, CompoundType enclosing) { method in class:CompoundType.Member
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractButton.java2162 protected void init(String text, Icon icon) { method in class:AbstractButton
H A DJComboBox.java183 init();
197 init();
211 init();
225 init();
228 private void init() { method in class:JComboBox
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java102 public synchronized boolean init() { method in class:FontConfiguration
158 init();
478 //init exclusionRanges
484 //init componentFontNames
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionRemSet.cpp126 void init(HeapRegion* hr, bool clear_links_to_all_list) { function in class:PerRegionTable
206 fl->init(hr, true);
280 && _fine_eviction_stride == 0, "All init at same time.");
481 prt->init(from_hr, false /* clear_links_to_all_list */);
958 _sparse_iter.init(&hrrs->_other_regions._sparse_table);
/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp1007 void WarmCallInfo::init(JVMState* call_site, ciMethod* call_method, ciCallProfile& profile, float prof_factor) { function in class:WarmCallInfo
H A Dcfgnode.cpp898 const Node *init = l->init_trip(); local
900 if( init != NULL && limit != NULL && l->stride_is_con() ) {
901 const TypeInt *lo = init ->bottom_type()->isa_int();
H A Dloopnode.hpp311 LoopLimitNode( Compile* C, Node *init, Node *limit, Node *stride ) : Node(0,init,limit,stride) { argument
908 Node* init, Node* limit, Node* stride,
H A Dmatcher.cpp467 OptoReg::Name init = OptoReg::add(_old_SP, C->out_preserve_stack_slots()); local
468 for (i = init; i < _in_arg_limit; i = OptoReg::add(i,1))
474 init = _out_arg_limit;
475 for (i = init; RegMask::can_represent(i); i = OptoReg::add(i,1))
790 if( idealreg2regmask[Op_RegI] ) return; // One time only init
801 OptoReg::Name init = OptoReg::stack2reg(0); local
804 for (i = init; RegMask::can_represent(i); i = OptoReg::add(i,1))
H A Dmemnode.hpp1027 // Anything other than zeroing in this init?
1142 void init(MergeMemNode* mm, const MergeMemNode* mm2 = NULL) { function in class:MergeMemStream
1196 init(mm);
1205 init(mm, mm2);
H A Dstringopts.cpp46 // SB.toString or or String.<init>(SB.toString)
197 void eliminate_initialize(InitializeNode* init);
346 void StringConcat::eliminate_initialize(InitializeNode* init) { argument
350 assert(init->outcnt() <= 2, "only a control and memory projection expected");
351 assert(init->req() <= InitializeNode::RawStores, "no pending inits");
352 Node *ctrl_proj = init->proj_out(TypeFunc::Control);
354 C->gvn_replace_by(ctrl_proj, init->in(TypeFunc::Control));
356 Node *mem_proj = init->proj_out(TypeFunc::Memory);
358 Node *mem = init->in(TypeFunc::Memory);
361 C->gvn_replace_by(init,
426 InitializeNode* init = NULL; local
739 InitializeNode* init = an->initialization(); local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpAdaptorServer.java337 "<static init>",
497 init(acl, port, addr) ;
2624 private void init(Object acl, int p, InetAddress a) { method in class:SnmpAdaptorServer
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencer.java1439 init();
1442 synchronized void init() { method in class:RealTimeSequencer.DataPump
1523 init();
1713 // init temp array with impossible values
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java575 * @see javax.crypto.Cipher#init(int, java.security.Key)
578 public void init(int opmode, Key key) throws XMLEncryptionException { method in class:XMLCipher
603 throw new XMLEncryptionException("Invalid mode in init");
808 * initialization parameters of {@link #init(int, Key) init()}.
848 * initialization parameters of {@link #init(int, Key) init()}.
889 * {@link #init(int, Key) init()}.
1072 c.init(_cipherMod
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java438 init(gc);
475 private void init(GraphicsConfiguration gc) { method in class:Window
536 init((GraphicsConfiguration)null);
640 // Fix for 6758673: this call is moved here from init(gc), because
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp145 BlockList(const int size, BlockBegin* init): _BlockList(size, init) {} argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp148 static void init();
157 void PCRecorder::init() { function in class:PCRecorder
1208 if (ProfilerRecordPC) PCRecorder::init();

Completed in 144 milliseconds

<<21222324252627282930>>