HomeSort by relevance Sort by last modified time
    Searched refs:javac (Results 51 - 75 of 177) sorted by null

1 23 4 5 6 7 8

  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.3/
kotlin-annotation-processing-1.1.3.jar 
  /build/soong/cmd/javac_wrapper/
javac_wrapper.go 15 // soong_javac_wrapper expects a javac command line and argments, executes
21 // Each javac build statement has an order-only dependency on the
22 // soong_javac_wrapper tool, which means the javac command will not be rerun
38 // https://chromium.googlesource.com/chromium/src/+/master/build/android/gyp/javac.py
64 return 1, fmt.Errorf("usage: %s javac ...", name)
122 // Some javac wrappers output the entire list of java files being
  /external/turbine/javatests/com/google/turbine/bytecode/
ClassWriterTest.java 28 import com.sun.tools.javac.api.JavacTool;
29 import com.sun.tools.javac.file.JavacFileManager;
30 import com.sun.tools.javac.util.Context;
  /test/suite_harness/tools/dex-tools/test/dex/reader/util/
JavaSourceToDexUtil.java 87 JavaCompiler javac = ToolProvider.getSystemJavaCompiler(); local
89 StandardJavaFileManager sjfm = javac.getStandardFileManager(diacol,
93 CompilationTask compile = javac.getTask(null, xfm, diacol, Arrays
  /build/make/core/
host_java_library.mk 94 javac-check : $(full_classes_compiled_jar)
95 javac-check-$(LOCAL_MODULE) : $(full_classes_compiled_jar)
  /external/annotation-tools/annotation-file-utilities/tests/
Makefile 12 # Override these in Makefile.user if the java and javac commands are not on
15 # JAVAC=${JAVA_HOME}/bin/javac
17 export JAVAC?=javac
18 export XJAVAC?=javac
63 @$(JAVAC) -g -cp ../bincompile -d bin VerifyDiffs.java
  /external/flatbuffers/samples/
java_sample.sh 45 javac -classpath ${sampledir}/../java:${sampledir} SampleBinary.java
  /art/test/971-iface-super/util-src/
generate_java.py 58 def __init__(self, sources, javac, temp_dir, classes_dir):
59 self.javac = javac
70 cmd = ['sh', '-a', '-e', '--', str(self.javac)] + args + files
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
TypeArgumentCriterion.java 9 import com.sun.tools.javac.tree.JCTree;
BoundLocationCriterion.java 12 import com.sun.tools.javac.code.Type;
13 import com.sun.tools.javac.tree.JCTree.JCExpression;
ExtImplsLocationCriterion.java 11 import com.sun.tools.javac.tree.JCTree;
  /external/annotation-tools/annotation-file-utilities/src/annotator/scanner/
InitBlockScanner.java 7 import com.sun.tools.javac.tree.JCTree.JCBlock;
  /external/annotation-tools/annotation-file-utilities/tests/ad-hoc/bridge/
Makefile 4 JAVAC?=javac
6 JAVACVERSION = $(shell $(JAVAC) -version 2>&1)
15 # skip test if using javac 1.7, which doesn't copy annotations to bridge methods
  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
TypeAnnotationConstantsCollector.java 34 import com.sun.tools.javac.code.TypeAnnotationPosition.TypePathEntry;
  /external/google-tv-pairing-protocol/java/
Makefile 77 javac \
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.51/
kotlin-annotation-processing-1.1.51.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.0/
kotlin-annotation-processing-gradle-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-gradle/1.2.20/
kotlin-annotation-processing-gradle-1.2.20.jar 
  /build/soong/java/config/
config.go 58 // Turbine leaves out bridges which can cause javac to unnecessarily insert them into
59 // subclasses (b/65645120). Setting this flag causes our custom javac to assume that
61 // If a different javac is used the flag will be ignored and extra bridges will be inserted.
78 "${JavaToolchain}/javac", "ALTERNATE_JAVAC")
  /external/annotation-tools/annotation-file-utilities/src/annotator/
Source.java 11 import com.sun.tools.javac.api.JavacTaskImpl;
12 import com.sun.tools.javac.code.Types;
  /external/annotation-tools/asmx/src/org/objectweb/asm/util/
TraceTypeAnnotationVisitor.java 5 import com.sun.tools.javac.code.TargetType;
6 import com.sun.tools.javac.code.TypeAnnotationPosition.TypePathEntry;
  /external/flatbuffers/tests/
JavaTest.bat 20 javac -g -classpath %batch_file_dir%\..\java;%batch_file_dir%;%batch_file_dir%\namespace_test JavaTest.java
  /external/jsr330/
build.sh 13 javac -g -d build/classes `find src -name *.java`
14 javac -g -classpath build/classes:lib/junit.jar -d build/tck/classes \
  /external/annotation-tools/annotation-file-utilities/tests/abbreviated/
Makefile 12 # Override these in Makefile.user if the java and javac commands are not on
15 # JAVAC=${JAVA_HOME}/bin/javac
17 JAVAC?=javac
51 @$(JAVAC) -g -cp ../../bincompile -d ../bin ../VerifyDiffs.java
57 $(JAVAC) -g -cp bin:../../bin -d bin -sourcepath . $(SRC)
  /external/error_prone/
update.sh 5 echo "$0 <error prone version> <error prone javac version> [checkerframework version]" >&2
19 JAVAC_JAR_URL="${JAR_REPO}/javac/${JAVAC_VERSION}/javac-${JAVAC_VERSION}.jar"
20 JAVAC_SOURCES_JAR_URL="${JAR_REPO}/javac/${JAVAC_VERSION}/javac-${JAVAC_VERSION}-sources.jar"
44 rm -f javac/*.jar*
48 update_jar "${JAVAC_VERSION}" "${JAVAC_SOURCES_JAR_URL}" "${TOOLS_DIR}/javac"
49 update_jar "${JAVAC_VERSION}" "${JAVAC_JAR_URL}" "${TOOLS_DIR}/javac"
53 s|\"(external/error_prone/javac/javac).*\"|\"\\1-${JAVAC_VERSION}.jar\"|;
    [all...]

Completed in 417 milliseconds

1 23 4 5 6 7 8