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

<<111213141516171819

/openjdk7/hotspot/test/compiler/6712835/
H A DTest6712835.java174 (("exseqpham" + "uigdxg").equalsIgnoreCase("oeutvibnv") ? "l" : "qra").replace(false ^ true ? 't' : "jwpf".charAt(+ ((byte)arg_0)), 6.624090730243228E307 > 2.7771497E38F ? 't' : "tcfesyg".charAt(arg_0));
783 (var_5 == (((Tester_Class_3)(new Tester_Class_0[var_99])[Tester_Class_3.var_58]).var_61 /= var_5) ? "fsajxeuao".replace('s', 'K') : var_4).substring('e' >>> var_5).toLowerCase();
/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java661 String cleanedVars = vars.replace("__CF_USER_TEXT_ENCODING="
677 return cleanedVars.replace(javaMainClassStr,"");
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DBaseMarkupSerializer.java1042 || (text.replace('\n',' ').trim().length() != 0))
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java48 intended ultimately to replace HSDB. */
803 return str.substring(0, idx).replace('/', '.');
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java1125 * @param content the content to replace the selection with. This
1143 ((AbstractDocument)doc).replace(p0, p1 - p0, content,
1372 * and replace them by parsing the given string using the current
1381 * <code>getEditorKit().createDefaultDocument()</code>, and replace the
H A DGroupLayout.java767 public void replace(Component existingComponent, Component newComponent) { method in class:GroupLayout
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParser.java1143 void parseLiteral(boolean replace) throws IOException { argument
/openjdk7/jdk/src/share/classes/java/lang/
H A DClass.java2282 name = baseName.substring(0, index).replace('.', '/')
H A DCharacter.java4328 //.replace(' ', '_'));
6999 * Character.UnicodeBlock.of(codePoint).toString().replace('_', ' ')
7027 return block.toString().replace('_', ' ') + " "
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandInterpreter.java1098 String fileName = name.replace('.', File.separatorChar) + ".java";
/openjdk7/hotspot/test/compiler/6711117/
H A DTest.java249 Test_Class_0.var_3.replace(Test_Class_0.var_1, 'Q');
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java385 .replace('/', '.')
386 .replace('.', target.syntheticNameChar()));
1056 // Otherwise replace the variable by its proxy.
1429 * Optionally replace a try statement with the desugaring of a
1918 buf = buf.append(sig.replace('.', target.syntheticNameChar()));
1955 // replace with <BoxedClass>.TYPE
1971 // replace with <cache == null ? cache = class$(tsig) : cache>
1976 writer.xClassName(type).toString().replace('/', '.');
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java647 Name flatname = names.fromString(name.replace("/", "."));
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacProcessingEnvironment.java1501 String s_prime = s.replace(".", "\\.");
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java632 String s = m.group(1).replace(',', '.');
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java358 name = PropertyExpander.expand(name).replace
365 pwdURL = PropertyExpander.expand(pwdURL).replace
413 // existing entry -- replace old one
415 parser.replace(origPe.getGrantEntry(), pe.getGrantEntry());
3025 // if editing, replace the original principal
3086 // if editing, replace the original permission
/openjdk7/jdk/src/share/classes/java/beans/
H A DMetaData.java1359 Class c = Class.forName("java.beans.MetaData$" + name.replace('.', '_')
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassReader.java399 this(ClassLoader.getSystemResourceAsStream(name.replace('.', '/')
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java1123 fontName = fontName.replace(' ', '_');
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXToolkit.java270 return val.replace('.', '-');
/openjdk7/jdk/test/java/util/Formatter/
H A DBasic-X.java.template158 ? exp.replace("PST", "GMT-08:00")
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java3327 temp.replace(index, index+2, "\n");
3335 temp.replace(index, index+6, unicodeChar);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java244 s = s.replace('\u0000', '\u005cn');
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java1118 * different, replace the hash in the manifest with the newly
1620 keyStoreName = keyStoreName.replace(File.separatorChar, '/');
2052 // compare digests, and replace the one in the manifest

Completed in 219 milliseconds

<<111213141516171819