Searched refs:compile (Results 151 - 175 of 246) sorted by relevance

12345678910

/openjdk7/jdk/test/tools/launcher/
H A DToolsOpts.java98 // compile and jar Main.java into test.jar
99 compile("-d", ".", mainJava);
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DDocImpl.java183 Pattern bodyPat = Pattern.compile("(?is).*<body\\b[^>]*>(.*)</body\\b.*");
/openjdk7/jdk/test/java/util/Currency/
H A DPropertiesTest.java117 Pattern.compile("([A-Z]{3})\\s*,\\s*(\\d{3})\\s*,\\s*([0-3])");
/openjdk7/jdk/test/java/util/logging/
H A DSimpleFormatterFormat.java93 Pattern p = Pattern.compile("([\\.a-zA-Z:]+) (.*) \\[.*\\] source: (.*)");
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/
H A DPerfDataBufferImpl.java288 Pattern pattern = Pattern.compile(patternString);
/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DPerfInstrumentation.java168 Pattern pattern = Pattern.compile(patternString);
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DHttpCapture.java91 patterns.add(Pattern.compile(s[0].trim()));
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DMain.java141 public synchronized boolean compile(String argv[]) { method in class:Main
152 program)).compile(argv);
176 * Parse the arguments for compile.
512 * Do the compile with the switches and files already supplied
525 // out of memory during the compile.
572 // compile all classes that need compilation
752 src.compile(buf);
805 System.exit(compiler.compile(argv) ? 0 : 1);
/openjdk7/langtools/test/tools/javap/
H A DT6622260.java54 int rc = com.sun.tools.javac.Main.compile(new String[] { f.getPath() });
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DBadKdc.java40 static final Pattern re = Pattern.compile(
/openjdk7/hotspot/make/windows/
H A Dcross_build.bat26 REM Cross compile IA64 compiler2 VM
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DStructOffsetResolver.java116 Pattern stinfo = Pattern.compile("^(.*) (.*):(\\d+).*$");
131 Pattern finfo = Pattern.compile(" (-?\\d+)");
205 throw new RuntimeException("gcc did not compile '" + nativeSrc + "' successfully: " + p.exitValue());
/openjdk7/langtools/test/tools/javac/diags/
H A DArgTypeCompilerFactory.java149 int result = main.compile(args.toArray(new String[args.size()]), c);
176 int rc = m.compile(args.toArray(new String[args.size()]), c);
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/main/
H A DMain.java767 public int compile(String[] args, AnnotationProcessorFactory factory) { method in class:Main
805 // it is allowed to compile nothing if just asking for help
989 returnCode = compile(args, newContext);
1003 * Do not compile if a processor has reported an error or if
1096 returnCode = com.sun.tools.javac.Main.compile(newArgs);
1105 int compile(String[] args, Context context) { method in class:Main
1128 = comp.compile(List.from(nameList.toArray(new String[0])),
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DMain.java45 * @deprecated As of J2SE 1.3, the preferred way to compile Java
73 * convention that 'compile' returns a boolean true upon a successful
195 public synchronized boolean compile(String argv[]) { method in class:Main
494 // out of memory during the compile.
526 // compile all classes that need compilation
546 env.dtEvent("Main.compile (SOURCE): loading, " + c);
551 env.dtEvent("Main.compile (SOURCE): not parsed, " + c);
560 env.dtEvent("Main.compile (PARSED): skipping local class, " + c);
564 if (tracing) env.dtEvent("Main.compile (PARSED): checking, " + c);
575 env.dtEvent("Main.compile (CHECKE
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPath.java187 Expression expr = compiler.compile(0);
239 Expression expr = compiler.compile(0);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DBMMimeMultipart.java238 compile(pattern);
657 private void compile(byte[] pattern) { method in class:BMMimeMultipart
/openjdk7/jdk/test/sun/nio/cs/
H A DFindDecoderBugs.java88 final static Pattern hideBytes = Pattern.compile("\"[0-9a-f ]+\"");
89 final static Pattern hideChars = Pattern.compile("\\\\u[0-9a-f]{4}");
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DExpression.java81 * Returns an object representing the compile-time evaluation
109 public final InstructionList compile(ClassGenerator classGen, method in class:Expression
/openjdk7/jdk/src/share/classes/javax/swing/
H A DRowFilter.java175 return (RowFilter<M,I>)new RegexFilter(Pattern.compile(regex),
/openjdk7/jdk/src/share/classes/java/lang/
H A DString.java2089 * {@link java.util.regex.Pattern}.{@link java.util.regex.Pattern#compile
2090 * compile}(</tt><i>regex</i><tt>).{@link
2119 return Pattern.compile(regex).matcher(this).replaceFirst(replacement);
2132 * {@link java.util.regex.Pattern}.{@link java.util.regex.Pattern#compile
2133 * compile}(</tt><i>regex</i><tt>).{@link
2162 return Pattern.compile(regex).matcher(this).replaceAll(replacement);
2180 return Pattern.compile(target.toString(), Pattern.LITERAL).matcher(
2240 * {@link java.util.regex.Pattern}.{@link java.util.regex.Pattern#compile
2241 * compile}<tt>(</tt><i>regex</i><tt>)</tt>.{@link
2313 return Pattern.compile(rege
[all...]
/openjdk7/jdk/make/tools/src/build/tools/charsetmapping/
H A DDBCS.java38 static Pattern mPattern = Pattern.compile("(?:0x)?(\\p{XDigit}++)\\s++(?:0x)?(\\p{XDigit}++)(?:\\s++#.*)?");
H A DJIS0213.java36 static Pattern sjis0213 = Pattern.compile("0x(\\p{XDigit}++)\\s++U\\+(\\p{XDigit}++)(?:\\+(\\p{XDigit}++))?\\s++#.*");
H A DSBCS.java109 static Pattern sbmap = Pattern.compile("0x(\\p{XDigit}++)\\s++U\\+(\\p{XDigit}++)(\\s++#.*)?");
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DCharacterScript.java32 Matcher m = Pattern.compile("(\\p{XDigit}+)(?:\\.{2}(\\p{XDigit}+))?\\s+;\\s+(\\w+)\\s+#.*").matcher("");

Completed in 67 milliseconds

12345678910