/external/vogar/src/vogar/commands/ |
D | Javac.java | 30 public final class Javac { class 33 public Javac(Log log, String javac) { in Javac() method in Javac 38 public Javac bootClasspath(Classpath classpath) { in bootClasspath() 43 public Javac classpath(File... path) { in classpath() 47 public Javac classpath(Classpath classpath) { in classpath() 52 public Javac javaVersion(String version) { in javaVersion() 57 public Javac sourcepath(File... path) { in sourcepath() 62 public Javac sourcepath(Collection<File> path) { in sourcepath() 67 public Javac destination(File directory) { in destination() 72 public Javac debug() { in debug() [all …]
|
/external/javassist/src/main/javassist/ |
D | CtField.java | 31 import javassist.compiler.Javac; 166 Javac compiler = new Javac(declaring); in make() 859 CtClass[] parameters, Javac drv) in compile() 864 Bytecode code, Javac drv) throws CannotCompileException; in compileIfStatic() 872 abstract void compileExpr(Javac drv) throws CompileError; in compileExpr() 876 CtClass[] parameters, Javac drv) in compile() 892 Javac drv) throws CannotCompileException in compileIfStatic() 939 void compileExpr(Javac drv) throws CompileError { in compileExpr() 946 ASTree t = Javac.parseExpr(expression, new SymbolTable()); in getConstantValue() 961 void compileExpr(Javac drv) throws CompileError { in compileExpr() [all …]
|
D | CtNewConstructor.java | 23 import javassist.compiler.Javac; 69 Javac compiler = new Javac(declaring); in make()
|
D | CtBehavior.java | 39 import javassist.compiler.Javac; 462 Javac jv = new Javac(cc); in setBody() 779 Javac jv = new Javac(cc); in insertBefore() 853 Javac jv = new Javac(b, cc); in insertAfter() 916 private int insertAfterAdvice(Bytecode code, Javac jv, String src, in insertAfterAdvice() 979 Javac javac, String src) in insertAfterHandler() 1112 Javac jv = new Javac(b, cc); in addCatch() 1218 Javac jv = new Javac(cc); in insertAt()
|
D | CtConstructor.java | 29 import javassist.compiler.Javac; 269 Javac jv = new Javac(b, cc); in insertBeforeBody()
|
D | CtNewMethod.java | 27 import javassist.compiler.Javac; 74 Javac compiler = new Javac(declaring); in make()
|
/external/javassist/src/main/javassist/expr/ |
D | MethodCall.java | 33 import javassist.compiler.Javac; 220 Javac jc = new Javac(thisClass); in replace() 233 jc.recordSpecialProceed(Javac.param0Name, classname, in replace() 236 jc.recordProceed(Javac.param0Name, methodname); in replace()
|
D | Cast.java | 32 import javassist.compiler.Javac; 116 Javac jc = new Javac(thisClass); in replace() 170 throw new CompileError(Javac.proceedName in doit()
|
D | Instanceof.java | 32 import javassist.compiler.Javac; 119 Javac jc = new Javac(thisClass); in replace() 174 throw new CompileError(Javac.proceedName in doit()
|
D | FieldAccess.java | 35 import javassist.compiler.Javac; 180 Javac jc = new Javac(thisClass); in replace() 266 throw new CompileError(Javac.proceedName in doit() 316 throw new CompileError(Javac.proceedName in doit()
|
D | Handler.java | 31 import javassist.compiler.Javac; 128 Javac jv = new Javac(thisClass); in insertBefore()
|
D | NewArray.java | 33 import javassist.compiler.Javac; 228 Javac jc = new Javac(thisClass); in replace2() 278 throw new CompileError(Javac.proceedName in doit()
|
D | NewExpr.java | 34 import javassist.compiler.Javac; 205 Javac jc = new Javac(thisClass); in replace()
|
D | Expr.java | 40 import javassist.compiler.Javac; 214 boolean hasIt = (prog.indexOf(Javac.resultVarName) >= 0); in checkResultValue() 218 + Javac.resultVarName); in checkResultValue()
|
/external/javassist/src/test/javassist/compiler/ |
D | CompTest.java | 40 Javac jc = new Javac(sloader.get("javassist.compiler.Print")); in testCast() 82 Javac jv = new Javac(sloader.get("javassist.compiler.Print")); in testRecordLocalVar()
|
D | CodeTest.java | 17 Javac jc = new Javac(b, c); in main()
|
/external/vogar/src/vogar/tasks/ |
D | BuildActionTask.java | 42 import vogar.commands.Javac; 89 Javac javac = new Javac(run.log, run.javaPath("javac")); in compile()
|
/external/javassist/src/test/javassist/ |
D | Bench.java | 112 Javac jc = new Javac(sloader.get("test.StaticField"));
|
/external/tensorflow/tensorflow/tools/ci_build/presubmit/macos/py37_cc/ |
D | build.sh | 46 --strategy=Javac=standalone \
|
/external/grpc-grpc/tools/internal_ci/linux/ |
D | grpc_bazel_on_foundry_base.sh | 50 --strategy=Javac=remote \
|
D | grpc_ubsan_on_foundry.sh | 51 --strategy=Javac=remote \
|
D | grpc_msan_on_foundry.sh | 51 --strategy=Javac=remote \
|
/external/grpc-grpc/tools/internal_ci/linux/pull_request/ |
D | grpc_ubsan_on_foundry.sh | 51 --strategy=Javac=remote \
|
/external/javassist/src/main/javassist/compiler/ |
D | Javac.java | 45 public class Javac { class 60 public Javac(CtClass thisClass) { in Javac() method in Javac 73 public Javac(Bytecode b, CtClass thisClass) { in Javac() method in Javac
|
/external/rust/crates/grpcio-sys/grpc/tools/remote_build/ |
D | windows.bazelrc | 20 build --strategy=Javac=remote
|