Home
last modified time | relevance | path

Searched defs:javaHome (Results 1 – 25 of 122) sorted by relevance

12345

/aosp_15_r20/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
H A DJdkGenericDumpTestCase.java173 final String javaHome = Advapi32Util.registryGetStringValue(HKEY_LOCAL_MACHINE, in findJavaHomesOnWindows() local
185 private final String javaHome; field in JdkGenericDumpTestCase
187 public JdkGenericDumpTestCase(final String javaHome) { in JdkGenericDumpTestCase()
/aosp_15_r20/external/apache-commons-bcel/src/test/java/org/apache/bcel/util/
H A DModularRuntimeImageTestCase.java47 private final String javaHome; field in ModularRuntimeImageTestCase
50 public ModularRuntimeImageTestCase(final String javaHome) throws IOException { in ModularRuntimeImageTestCase()
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/
H A DJvmPlatform.java80 public File vmExecutable(File javaHome) { in vmExecutable()
85 "Could not find %s under java home %s", bin, javaHome); in vmExecutable() local
/aosp_15_r20/sdk/find_java2/src/
H A DJavaFinder.cpp353 CPath javaHome(value); in exploreJavaRegistry() local
372 CPath javaHome; in exploreJavaRegistry() local
392 CPath javaHome(value); in exploreJavaRegistry() local
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/driver/
H A DExceptionUtils.kt168 val javaHome = System.getProperty("java.home") ?: return null in readJavaFullFinalFlags() constant
/aosp_15_r20/sdk/find_java/src/source/
H A Dfind_java_lib.cpp268 CPath javaHome; in exploreJavaRegistry() local
297 CPath javaHome; in exploreJavaRegistry() local
/aosp_15_r20/external/dokka/runners/cli/src/main/kotlin/cli/
H A Dmain.kt176 val javaHome = System.getProperty("java.home") in findToolsJar() constant
/aosp_15_r20/external/apache-commons-bcel/src/test/java/org/apache/bcel/
H A DBCELBenchmark.java56 String javaHome = System.getProperty("java.home"); in getJarFile() local
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/
H A DCtSymClassBinder.java51 String javaHome = JAVA_HOME.value(); in bind() local
H A DJimageClassBinder.java85 public static ClassPath bind(String javaHome) throws IOException { in bind()
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/util/
H A DStaticProperty.java95 public static String javaHome() { in javaHome() method in StaticProperty
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
H A DModularRuntimeImage.java70 public ModularRuntimeImage(final String javaHome) throws IOException { in ModularRuntimeImage()
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/mi/deployment_oss/
H A Ddeploy_binary.go40 javaHome = flag.String("java_home", "", "Path to JDK.") var
/aosp_15_r20/build/soong/java/config/
H A Dconfig.go302 func javaHome(ctx android.PathContext) android.SourcePath { func
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DSystemUtil.java207 String javaHome = System.getProperty("java.home"); in getRunningJavaBinaryPath() local
/aosp_15_r20/external/bazelbuild-rules_java/toolchains/
H A DDumpPlatformClassPath.java175 private static List<Path> getBootClassPathJars(Path javaHome) throws IOException { in getBootClassPathJars()
/aosp_15_r20/external/vogar/src/vogar/
H A DRun.java75 public final File javaHome; field in Run
H A DVogar.java156 File javaHome; field in Vogar
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.20/
HDkotlin-script-runtime-1.2.20.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/script/ kotlin/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.0/
HDkotlin-script-runtime-1.2.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-script- ...
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DTimeZone.java759 private static native String getSystemTimeZoneID(String javaHome, in getSystemTimeZoneID()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DTimeZone.java759 private static native String getSystemTimeZoneID(String javaHome, in getSystemTimeZoneID()
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/
H A DCRT.java178 String javaHome = System.getProperty("java.home"); in getCRuntime() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DTimeZone.java759 private static native String getSystemTimeZoneID(String javaHome, in getSystemTimeZoneID()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandLauncher.java352 final String javaHome = getEnvVar("JAVA_HOME", System.getProperty("java.home")); in buildJavaCommandArgs() local

12345