Home
last modified time | relevance | path

Searched refs:javac (Results 1 – 25 of 44) sorted by relevance

12

/external/proguard/build/
DREADME15 javac -sourcepath src -d classes src/proguard/ProGuard.java
16 javac -sourcepath src -d classes src/proguard/gui/ProGuardGUI.java
17 javac -sourcepath src -d classes src/proguard/retrace/ReTrace.java
21 javac -sourcepath src -d classes -classpath lib/ant.jar \
26 javac -sourcepath src -d classes -classpath ..... \
31 javac -sourcepath src -d classes -classpath wtklib/kenv.zip \
Dbuild.sh51 javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$CLASSES" \
Dmakefile96 javac $(JAVAC_OPTIONS) $^
/external/bison/m4/
Djavacomp.m451 # because even Sun's javac doesn't support these combinations.
84 dnl "javac -target 1.1". This avoids having to compile conftestver.java
164 dnl The support of Sun javac for target-version and source-version:
166 dnl javac 1.3: -target 1.1 1.2 1.3 default: 1.1
169 dnl javac 1.4: -target 1.1 1.2 1.3 1.4 default: 1.2
173 dnl javac 1.5: -target 1.1 1.2 1.3 1.4 1.5 default: 1.5
178 dnl javac 1.6: -target 1.1 1.2 1.3 1.4 1.5 1.6 default: 1.6
355 dnl Try with -target option alone. (Sun javac 1.3.1 has the -target
388 dnl -target and -source options. (Supported by Sun javac 1.4 and
409 AC_CHECK_PROG([HAVE_JAVAC_IN_PATH], [javac], [yes])
[all …]
/external/icu/icu4j/main/classes/localespi/
Dbuild.properties7 javac.source = 1.6
8 javac.target = 1.6
9 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/external/vogar/src/vogar/tasks/
DBuildActionTask.java85 Javac javac = new Javac(run.log, run.javaPath("javac")); in compile() local
87 javac.debug(); in compile()
97 javac.sourcepath(sourceDirs.getElements()); in compile()
101 javac.bootClasspath(run.buildClasspath); in compile()
103 javac.classpath(run.classpath) in compile()
/external/icu/icu4j/main/tests/localespi/
Dbuild.properties7 javac.source = 1.6
8 javac.target = 1.6
/external/icu/icu4j/main/shared/build/
Dcommon.properties23 javac.source = 1.5
24 javac.target = 1.5
25 javac.debug = on
26 javac.compilerarg = -Xlint:none
/external/vogar/src/vogar/commands/
DJavac.java33 public Javac(Log log, String javac) { in Javac() argument
35 builder.args(javac); in Javac()
/external/protobuf/benchmarks/
Dreadme.txt22 $ javac -d tmp -cp protobuf.jar ProtoBench.java
29 $ javac -d . -cp ../protobuf.jar benchmarks/*.java
/external/icu/icu4j/main/classes/translit/
Dbuild.properties6 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/external/icu/icu4j/main/classes/currdata/
Dbuild.properties6 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/external/icu/icu4j/main/classes/collate/
Dbuild.properties6 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/external/icu/icu4j/main/classes/langdata/
Dbuild.properties6 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/external/icu/icu4j/main/classes/regiondata/
Dbuild.properties6 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/external/icu/icu4j/main/classes/core/
Dbuild.properties6 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/external/icu/icu4j/main/classes/charset/
Dbuild.properties6 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DREADME.txt5 $ javac *.java
/external/owasp/sanitizer/
DMakefile68 javac -g ${JAVAC_FLAGS} -classpath ${CLASSPATH} -d out/classes \
74 javac -g ${JAVAC_FLAGS} -classpath ${CLASSPATH}:out/classes \
82 javac -g ${JAVAC_FLAGS} \
/external/google-tv-pairing-protocol/java/
DMakefile77 javac \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/
Dbuild.properties126 # Sets the value of the -source command line switch for javac version 1.4. Used when compiling the…
132 # Sets the value of the -target command line switch for javac. Used when compiling the jars for th…
/external/javassist/sample/vector/
DTest.j11 % javac sample/vector/Test.java
/external/protobuf/examples/
DMakefile33 javac AddPerson.java ListPeople.java com/example/tutorial/AddressBookProtos.java
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
DReadme.txt44javac -source 5 -target 5 -classpath C:/Programme/apache-ant-1.7.0/lib/ant.jar org/apache/tools/an…
/external/emma/
Dtest.sh118 javac -g $(find $SOURCEDIR -name \*.java)

12