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

  /external/caliper/caliper/src/test/java/com/google/caliper/config/
VmConfigTest.java 40 File javaExecutable =
44 assertTrue("Could not find: " + javaExecutable, javaExecutable.exists());
45 assertTrue(javaExecutable + " is not a file", javaExecutable.isFile());
  /external/snakeyaml/
mvnw 143 javaExecutable="`which javac`"
144 if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
149 javaHome="`dirname \"$javaExecutable\"`"
150 javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"
152 javaExecutable="`readlink -f \"$javaExecutable\"`"
154 javaHome="`dirname \"$javaExecutable\"`"
  /prebuilts/eclipse/maven/apache-maven-3.2.1/bin/
mvn 136 javaExecutable="`which javac`"
137 if [ -n "$javaExecutable" -a ! "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
141 javaExecutable="`readlink -f \"$javaExecutable\"`"
142 javaHome="`dirname \"$javaExecutable\"`"
mvnDebug 140 javaExecutable="`which javac`"
141 if [ -n "$javaExecutable" -a ! "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
145 javaExecutable="`readlink -f \"$javaExecutable\"`"
146 javaHome="`dirname \"$javaExecutable\"`"
mvnyjp 144 javaExecutable="`which javac`"
145 if [ -n "$javaExecutable" -a ! "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
149 javaExecutable="`readlink -f \"$javaExecutable\"`"
150 javaHome="`dirname \"$javaExecutable\"`"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 258 milliseconds