| /external/snakeyaml/ |
| D | mvnw | 26 # JAVA_HOME - location of a JDK home dir 61 …if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK ] ;… 65 export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home 68 … if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Java/JavaVirtualMachines/CurrentJDK ] ; then 72 export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home 75 if [ -z "$JAVA_HOME" ] && [ -L "/Library/Java/JavaVirtualMachines/CurrentJDK" ] ; then 79 export JAVA_HOME=/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home 82 if [ -z "$JAVA_HOME" ] && [ -x "/usr/libexec/java_home" ]; then 86 export JAVA_HOME=`/usr/libexec/java_home` 91 if [ -z "$JAVA_HOME" ] ; then [all …]
|
| /external/apache-commons-compress/ |
| D | mvnw | 26 # JAVA_HOME - location of a JDK home dir 57 # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home 59 if [ -z "$JAVA_HOME" ]; then 60 if [ -x "/usr/libexec/java_home" ]; then 61 export JAVA_HOME="`/usr/libexec/java_home`" 63 export JAVA_HOME="/Library/Java/Home" 69 if [ -z "$JAVA_HOME" ] ; then 71 JAVA_HOME=`java-config --jre-home` 105 [ -n "$JAVA_HOME" ] && 106 JAVA_HOME=`cygpath --unix "$JAVA_HOME"` [all …]
|
| /external/kotlinx.atomicfu/atomicfu-maven-plugin/ |
| D | mvnw | 26 # JAVA_HOME - location of a JDK home dir 57 # Use /usr/libexec/java_home if available, otherwise fall back to /Library/Java/Home 59 if [ -z "$JAVA_HOME" ]; then 60 if [ -x "/usr/libexec/java_home" ]; then 61 export JAVA_HOME="`/usr/libexec/java_home`" 63 export JAVA_HOME="/Library/Java/Home" 69 if [ -z "$JAVA_HOME" ] ; then 71 JAVA_HOME=`java-config --jre-home` 105 [ -n "$JAVA_HOME" ] && 106 JAVA_HOME=`cygpath --unix "$JAVA_HOME"` [all …]
|
| /external/rust/crates/jni/ |
| D | build.rs | 4 //! To do so, we look for `JAVA_HOME` environment variable. 5 //! * If it exists, we recursively search for `jvm` library file inside `JAVA_HOME` directory. 10 //! Then, we search for `jvm` as we have `JAVA_HOME`. 13 //! at build time. This file is typically placed in `$JAVA_HOME/lib` directory. 36 let java_home = match env::var("JAVA_HOME") { in main() localVariable 37 Ok(java_home) => PathBuf::from(java_home), in main() 40 Try setting JAVA_HOME", in main() 45 find_libjvm(&java_home).expect("Failed to find libjvm.so. Check JAVA_HOME"); in main() 50 // and placed inside `JAVA_HOME\lib` directory. in main() 52 let lib_path = java_home.join("lib"); in main() [all …]
|
| /external/renderscript-intrinsics-replacement-toolkit/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/oboe/apps/fxlab/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/grpc-grpc-java/examples/example-kotlin/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/flatbuffers/android/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/subsampling-scale-image-view/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/volley/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/walt/android/WALT/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/grpc-grpc-java/examples/android/routeguide/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/deqp-deps/amber/android_gradle/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/grpc-grpc-java/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/oboe/tests/UnitTestRunner/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/grpc-grpc-java/examples/example-kotlin/android/helloworld/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/opencensus-java/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/opencensus-java/examples/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/grpc-grpc-java/examples/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/grpc-grpc-java/examples/android/helloworld/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/smali/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/kotlinx.atomicfu/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/dokka/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/oboe/apps/OboeTester/app/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|
| /external/grpc-grpc-java/examples/android/clientcache/ |
| D | gradlew.bat | 20 if defined JAVA_HOME goto findJavaFromJavaHome 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 29 echo Please set the JAVA_HOME variable in your environment to match the 35 set JAVA_HOME=%JAVA_HOME:"=% variable 36 set JAVA_EXE=%JAVA_HOME%/bin/java.exe 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 43 echo Please set the JAVA_HOME variable in your environment to match the
|