Searched refs:insert (Results 201 - 218 of 218) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java2893 buf.insert(insertionPoint, '.');
2895 buf.insert(0, '-');
2896 } else { /* We must insert zeros between point and intVal */
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSort.java744 il.insert(tblswitch,new TABLESWITCH(match, target, defaultTarget));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationImpl.java1060 buf.insert(insertionPoint, '.');
1061 } else { /* We must insert zeros between point and intVal */
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DRepositoryId.java936 buf.insert(index, (char)buffer[1]);
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DVariableHeightLayoutCache.java780 parent.insert(newChildNode, childIndex);
787 /* Find the new row to insert this newly visible node at. */
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp680 cache->insert(index, field);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp178 // insert a copy of the element using lessthan()
179 void GrowableCache::insert(GrowableElement* e) { function in class:GrowableCache
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLParserExtension.java271 expandQueueHead = expandQueueHead.insert(policyRec);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java2672 cl = insert(closure(st), t);
2691 public List<Type> insert(List<Type> cl, Type t) { method in class:Types
2695 return insert(cl.tail, t).prepend(cl.head);
3383 cl = insert(cl, l.head);
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java723 s.insert( 0, "0" );
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp345 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);
362 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);
387 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);
3811 // Get list of effect-operand pairs and insert into dictionary
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java1096 for ( i2 = 0; i2 < vec.size(); i2++ ) { //insert in java lex order
1100 vec.insertElementAt( mems[i1],i2 ); //insert this one
1543 vec.insertElementAt( tt.nextToken(),ito ); //insert 'to' modules
1547 vec.insertElementAt( tc,ito ); //insert final 'to' module
1624 for ( int i1 = 0; i1 < dim; i1++ ) rid.insert( rix1,'[' );
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp1171 // We will find a new edge and re-insert.
1912 void Node_Array::insert( uint i, Node *n ) { function in class:Node_Array
H A DphaseX.cpp130 // Find in hash table, insert if not already present
148 check_grow(); // Grow table if insert hit limit
152 first_sentinel = key; // Can insert here
177 check_grow(); // Grow table if insert hit limit
181 first_sentinel = key; // Can insert here
269 // Grow _table to next power of 2 and insert old entries
342 tty->print(" %dp/%di (%8.2f probes/insert)\n", _total_insert_probes, _total_inserts, (double)_total_insert_probes/_total_inserts);
343 // sentinels increase lookup cost, but not insert cost
1693 block->_nodes.insert( safe_instruction_index + 1, m2 );
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1967 line.insert(0, '0');
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParser.java141 tokenHistory.insert (token); // Initialize look back buffer <26jul1997daz>.
2986 tokenHistory.insert (token);
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java3056 s = s.insert(insertIndex, pattern);
3132 s = s.insert(insertIndex, pattern);
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java4128 sb.insert(begin, zero);

Completed in 590 milliseconds

123456789