HomeSort by relevance Sort by last modified time
    Searched refs:javacopts (Results 1 - 6 of 6) sorted by null

  /external/turbine/java/com/google/turbine/options/
TurbineOptionsParser.java 89 case "--javacopts":
91 ImmutableList<String> javacopts = readJavacopts(argumentDeque); local
92 setReleaseFromJavacopts(builder, javacopts);
93 builder.addAllJavacOpts(javacopts);
189 * Returns a list of javacopts. Reads options until a terminating {@code "--"} is reached, to
190 * support parsing javacopts that start with {@code --} (e.g. --release).
201 throw new IllegalArgumentException("javacopts should be terminated by `--`");
205 * Parses the given javacopts for {@code --release}, and if found sets turbine's {@code --release}
209 TurbineOptions.Builder builder, ImmutableList<String> javacopts) {
210 Iterator<String> it = javacopts.iterator()
    [all...]
  /external/turbine/javatests/com/google/turbine/options/
TurbineOptionsTest.java 63 "--javacopts",
93 assertThat(options.javacOpts()).containsExactly("-source", "8", "-target", "8").inOrder();
194 BASE_ARGS, Arrays.asList("--javacopts", "-source", "8", "-target", "8", "--"));
207 assertThat(options.javacOpts()).containsExactly("-source", "8", "-target", "8").inOrder();
235 "@/NOSUCH", "--javacopts", "-source", "7", "--",
262 public void javacopts() throws Exception { method in class:TurbineOptionsTest
264 "--javacopts", "--release", "9", "--", "--sources", "Test.java",
270 assertThat(options.javacOpts()).containsExactly("--release", "9").inOrder();
288 Iterables.concat(BASE_ARGS, Arrays.asList("--javacopts", "--release", "8")));
291 assertThat(e).hasMessageThat().contains("javacopts should be terminated by `--`")
    [all...]
  /build/soong/java/
builder.go 69 `--javacopts ${config.CommonJdkFlags} ` +
  /build/make/core/
definitions.mk     [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 512 milliseconds