Searched defs:replace (Results 51 - 67 of 67) sorted by relevance

123

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileChannelImpl.java1028 flt.replace(fli, fli2);
1076 flt.replace(fli, fli2);
1142 public void replace(FileLock fl1, FileLock fl2) { method in class:FileChannelImpl.SimpleFileLockTable
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DBasisLibrary.java1618 public static String replace(String base, char ch, String str) { method in class:BasisLibrary
1620 replace(base, String.valueOf(ch), new String[] { str });
1623 public static String replace(String base, String delim, String[] str) { method in class:BasisLibrary
1653 return replace(base, ".-:/{}?#%*",
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DRepositoryId.java351 typeString.substring(kIDLNamePrefix.length()).replace('/','.');
353 completeClassName = typeString.replace('/','.');
398 definedInId = "IDL:" + className.substring(0, index).replace('.','/') + ":1.0";
787 repid = kIDLPrefix + convertToISOLatin1(ser.getName()).replace('.','/') +
949 private static String replace(String target, String arg, String source) method in class:RepositoryId
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSpinner.java227 * replace the editor created here with the <code>setEditor</code>
1333 public void replace(FilterBypass fb, int offset, int length, method in class:JSpinner.ListEditor.ListFormatter.Filter
1352 super.replace(fb, offset, length, string, attrs);
1358 replace(fb, offset, 0, string, attr);
1996 * @param s the string to replace the text between two indices
H A DGroupLayout.java767 public void replace(Component existingComponent, Component newComponent) { method in class:GroupLayout
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAsyncBoxView.java354 * @param length the number of existing views to replace >= 0
357 public void replace(int offset, int length, View[] views) { method in class:AsyncBoxView
411 replace(0, 0, added);
H A DAbstractDocument.java150 bidiRoot.replace(0,0,p);
637 * followed by an insert, others may treat the replace as one atomic
652 public void replace(int offset, int length, String text, method in class:AbstractDocument
662 filter.replace(getFilterBypass(), offset, length, text,
1168 bidiRoot.replace( removeFromIndex, removedElems.length, addedElems );
1442 bidiRoot.replace(0,0,p);
2272 * @param length the length to replace >= 0
2275 public void replace(int offset, int length, Element[] elems) { method in class:AbstractDocument.BranchElement
3070 ((AbstractDocument.BranchElement)e).replace(index, removed.length, added);
3081 ((AbstractDocument.BranchElement)e).replace(inde
3112 public void replace(int offset, int length, String text, method in class:AbstractDocument.DefaultFilterBypass
[all...]
H A DDefaultStyledDocument.java321 parent.replace(index, 1, added);
353 prevParent.replace(prevIndex, 1, prevAdded);
492 * @param replace true if the previous attributes should be replaced
495 public void setCharacterAttributes(int offset, int length, AttributeSet s, boolean replace) { argument
519 changes.addEdit(new AttributeUndoableEdit(run, sCopy, replace));
520 if (replace) {
545 * @param replace whether to replace existing attributes, or merge them
548 boolean replace) {
565 changes.addEdit(new AttributeUndoableEdit(paragraph, sCopy, replace));
547 setParagraphAttributes(int offset, int length, AttributeSet s, boolean replace) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java912 public void replace(int offset, int length, View[] views) { method in class:TableView
913 super.replace(offset, length, views);
1473 public void replace(int offset, int length, View[] views) { method in class:TableView.RowView
1474 super.replace(offset, length, views);
H A DHTMLDocument.java483 * @param replace whether to replace existing attributes, or merge them
486 boolean replace) {
510 changes.addEdit(new AttributeUndoableEdit(paragraph, sCopy, replace));
511 if (replace) {
608 paragraph.replace(0, 0, buff);
610 body.replace(0, 0, buff);
612 html.replace(0, 0, buff);
697 * of the document that it will replace.
784 * new frame that will replace th
485 setParagraphAttributes(int offset, int length, AttributeSet s, boolean replace) argument
1644 private void replace(DefaultDocumentEvent dde, Element e, int index, method in class:HTMLDocument
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp569 void Peephole::add_replace(PeepReplace *replace) { argument
571 _replace = replace;
H A Dadlparse.cpp2670 // Store string representation of rule into replace
2671 PeepReplace *replace = new PeepReplace(str); local
2672 replace->add_instruction( inst );
2705 replace->add_operand( inst_num, inst_op );
2731 // Store replace into peep
2732 peep.add_replace( replace );
3625 *_ptr = _curchar; // and replace Nil with original character
3755 *_ptr = _curchar; // and replace Nil with original character
4335 *_ptr = _curchar; // and replace Nil with original character
4434 *_ptr = _curchar; // and replace Ni
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11InputMethod.java626 rawFeedbacks.replace(chgOffset, chgStyles);
629 // optimization for the special case to replace the
1055 void replace(int offset, int[] values) { method in class:X11InputMethod.IntBuffer
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDocumentImpl.java2678 void modifyingCharacterData(NodeImpl node, boolean replace) { argument
2684 void modifiedCharacterData(NodeImpl node, String oldvalue, String value, boolean replace) { argument
2690 void insertingNode(NodeImpl node, boolean replace) { argument
2696 void insertedNode(NodeImpl node, NodeImpl newInternal, boolean replace) { argument
2702 void removingNode(NodeImpl node, NodeImpl oldChild, boolean replace) { argument
2708 void removedNode(NodeImpl node, boolean replace) { argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java529 CellTypeState replace) {
536 _state.get(i).set(replace);
545 _state.get(i).set(replace);
1838 // and replace it with an unobtrusive reference value that can
528 replaceAllCTSMatches(CellTypeState match, CellTypeState replace) argument
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java64 * <tt>replace</tt>, depending on exactly which effect you need.)
167 * concurrent replace vs delete operations -- an attempted replace
874 break; // restart if lost race to replace value
1906 public boolean replace(K key, V oldValue, V newValue) { method in class:ConcurrentSkipListMap
1933 public V replace(K key, V value) { method in class:ConcurrentSkipListMap
2799 public boolean replace(K key, V oldValue, V newValue) { method in class:ConcurrentSkipListMap.SubMap
2801 return m.replace(key, oldValue, newValue);
2804 public V replace(K key, V value) { method in class:ConcurrentSkipListMap.SubMap
2806 return m.replace(ke
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java2545 textBuff.replace(begin, end, relativeLink);
2586 text = replace(text, noninlinetags[i], "");
2591 public String replace(String text, String tobe, String by) { method in class:HtmlDocletWriter

Completed in 590 milliseconds

123