Searched refs:replace (Results 151 - 175 of 474) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javadoc/T4994049/
H A DT4994049.java75 write(t, read(f).replace("\\t", "\t"));
/openjdk7/jdk/test/sun/reflect/CallerSensitive/
H A DClassFileReader.java85 String pathname = name.replace('.', File.separatorChar) + ".class";
92 if (baseFileName.equals(name.replace('/', File.separatorChar) + ".class")) {
160 String pathname = name.replace('.', File.separatorChar) + ".class";
244 String entryName = name.replace('.', '/') + ".class";
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DDayTimeServerImpl.java43 System.getProperty("user.dir").replace('\\', '/');
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDocumentImpl.java1004 void modifyingCharacterData(NodeImpl node, boolean replace) { argument
1006 if (!replace) {
1015 void modifiedCharacterData(NodeImpl node, String oldvalue, String value, boolean replace) { argument
1017 if (!replace) {
1043 //send the value of false for replace parameter so that mutation
1053 void insertingNode(NodeImpl node, boolean replace) { argument
1055 if (!replace) {
1064 void insertedNode(NodeImpl node, NodeImpl newInternal, boolean replace) { argument
1110 if (!replace) {
1129 void removingNode(NodeImpl node, NodeImpl oldChild, boolean replace) { argument
1196 removedNode(NodeImpl node, boolean replace) argument
[all...]
H A DAttrImpl.java714 Node internalInsertBefore(Node newChild, Node refChild, boolean replace) argument
803 ownerDocument.insertingNode(this, replace);
862 ownerDocument.insertedNode(this, newInternal, replace);
898 Node internalRemoveChild(Node oldChild, boolean replace) argument
916 ownerDocument.removingNode(this, oldInternal, replace);
956 ownerDocument.removedNode(this, replace);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DArguments.java150 orig = orig.replace( '.', '/' ) ;
151 trans = trans.replace( '.', '/' ) ;
176 targetDir = trgtDir.replace ('/', File.separatorChar);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/
H A DSOQL.java127 out.print(klasses[i].getName().asString().replace('/', '.'));
149 out.println(base.getName().asString().replace('/', '.'));
163 out.print(sigBuf.toString().replace('/', '.'));
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DWinGammaPlatformVC7.java149 // Caution: String.replace(String,String) is available
153 "PostbuildCommand").replace("\t",
164 // Caution: String.replace(String,String) is available
168 "PrelinkCommand").replace("\t", "
")) });
199 Util.join(";", defines).replace("\"", """));
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DType.java214 className.toString().replace('.', SIGC_PACKAGE) +
245 replace('.', SIGC_INNERCLASS) );
322 return Type.tClass(Identifier.lookup(sig.substring(1, sig.length() - 1).replace(SIGC_PACKAGE, '.')));
/openjdk7/jdk/src/share/classes/sun/misc/
H A DRegexpPool.java74 public void replace(String re, Object ret) { method in class:RegexpPool
78 // should never occur if replace is true
165 private void add(String re, Object ret, boolean replace) throws REException { argument
184 if (p.result != null && !replace)
/openjdk7/langtools/test/tools/javac/api/
H A DTestContainTypes.java89 return paramTypeStub.replace("#1", ct.classStub);
121 source = sourceStub.replace("#A", typeA).replace("#B", typeB);
/openjdk7/langtools/test/tools/javac/generics/
H A DOverrideBridge.java80 source = sourceStub.replace("#B", implB.impl).replace("#C", implC.impl).replace("#D", implD.impl);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyledEditorKit.java443 * @param replace if true, then replace the existing attributes first
446 AttributeSet attr, boolean replace) {
451 doc.setCharacterAttributes(p0, p1 - p0, attr, replace);
455 if (replace) {
470 * @param replace if true, replace the existing attributes first
473 AttributeSet attr, boolean replace) {
477 doc.setParagraphAttributes(p0, p1 - p0, attr, replace);
445 setCharacterAttributes(JEditorPane editor, AttributeSet attr, boolean replace) argument
472 setParagraphAttributes(JEditorPane editor, AttributeSet attr, boolean replace) argument
H A DStringContent.java101 replace(where, 0, chars, 0, chars.length);
123 replace(where, nitems, empty, 0, 0);
186 * @param offset offset into the array to start the replace
193 void replace(int offset, int length, method in class:StringContent
H A DZoneView.java298 replace(index, 1, newZones);
403 replace(0, 0, added);
445 // replace this with something real
516 replace(replaceIndex, nremove, added);
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLNames.java164 // First, replace any escape sequences...
166 String result = replace(name,"x\\u","U");
167 result = replace(result,"x\\U","U");
269 result = replace(typeName,". ","__");
415 idlName.append(replace(stripLeadingUnderscore(theType.getIDLName())," ","_"));
918 argIDLName = replace(argIDLName,"::_","_");
922 argIDLName = replace(argIDLName,"::","_");
926 argIDLName = replace(argIDLName," ","_");
1155 * @param replace The replacement for any matching components.
1158 public static String replace (Strin argument
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DRuleBasedBreakIteratorBuilder.java408 // to replace the substitution name with the substitution text
468 * find-and-replace of the variable name with its text. (The variable text
474 String replace;
477 replace = substitutionRule.substring(0, equalPos);
484 handleSpecialSubstitution(replace, replaceWith, startPos, description);
490 if (replace.length() == 0) {
493 if (replace.length() == 2 && replace.charAt(0) != '\\') {
496 if (replace.length() >= 3 && replace
533 handleSpecialSubstitution(String replace, String replaceWith, int startPos, String description) argument
[all...]
/openjdk7/jdk/src/share/classes/java/beans/
H A DBeans.java177 final String serName = beanName.replace('.','/').concat(".ser");
263 resourceName = beanName.replace('.','/').concat(".ser");
266 resourceName = beanName.replace('.','/').concat(".class");
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DDTDParser.java176 in.replace++;
182 in.replace--;
190 in.replace--;
433 if (in.replace == 0) {
564 if (in.replace == 0) {
687 if (in.replace == 0) {
699 in.replace++;
715 in.replace--;
723 in.replace--;
/openjdk7/jdk/test/sun/security/pkcs11/
H A DPKCS11Test.java40 private final static String REL_CLOSED = "../../../../closed/sun/security/pkcs11".replace('/', SEP);
150 PKCS11_BASE = new File(cwd, PKCS11_REL_PATH.replace('/', SEP)).getAbsolutePath();
215 dbdir = dbdir.replace('\\', '/');
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DExceptionTable.java164 replace('/', '.');
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DSyntheticRepository.java148 className = className.replace('/', '.'); // Just in case, canonical form
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DJVMState.java99 out.print(" " + meth.getMethodHolder().getName().asString().replace('/', '.') + "::" +
/openjdk7/hotspot/agent/test/jdi/
H A DSASanityChecker.java81 entryName = entryName.substring(0, dotClassIndex).replace('/', '.');
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/
H A DResourceResolverSpi.java158 str = str.replace(java.io.File.separatorChar, '/');

Completed in 94 milliseconds

1234567891011>>