Home
last modified time | relevance | path

Searched refs:bootClassPath (Results 1 – 10 of 10) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/
DAnalysisArguments.java60 public List<String> bootClassPath = null; field in AnalysisArguments
126 if (bootClassPath == null) { in loadClassPathForDexFile()
130 } else if (bootClassPath.size() == 1 && bootClassPath.get(0).length() == 0) { in loadClassPathForDexFile()
135 … resolver = new ClassPathResolver(filteredClassPathDirectories, bootClassPath, classPath, dexFile); in loadClassPathForDexFile()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DPathSearchingVirtualMachine.java52 List<String> bootClassPath(); in bootClassPath() method
/external/turbine/java/com/google/turbine/deps/
DTransitive.java45 ClassPath bootClassPath, BindingResult bound) { in collectDeps() argument
53 if (bootClassPath.env().get(sym) != null) { in collectDeps()
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DCompileWithEclipseTest.java106 List<File> bootClassPath = ImmutableList.<File>builder() in compileWithEclipse() local
110 fileManager.setLocation(StandardLocation.PLATFORM_CLASS_PATH, bootClassPath); in compileWithEclipse()
/external/turbine/java/com/google/turbine/options/
DTurbineOptions.java62 public abstract ImmutableSet<String> bootClassPath(); in bootClassPath() method in TurbineOptions
171 public abstract Builder setBootClassPath(ImmutableList<String> bootClassPath); in setBootClassPath() argument
/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java446 ClassPath bootClassPath, in runTurbine() argument
449 BindingResult bound = turbineAnalysis(input, classpath, bootClassPath, moduleVersion); in runTurbine()
456 ClassPath bootClassPath, in turbineAnalysis() argument
466 units, ClassPathBinder.bindClasspath(classpath), bootClassPath, moduleVersion); in turbineAnalysis()
/external/turbine/javatests/com/google/turbine/options/
DTurbineOptionsTest.java93 assertThat(options.bootClassPath()).containsExactly("rt.jar", "zipfs.jar").inOrder(); in exhaustiveArgs()
/external/auto/common/src/test/java/com/google/auto/common/
DOverridesTest.java555 List<File> bootClassPath = ImmutableList.<File>builder() in evaluate() local
559 fileManager.setLocation(StandardLocation.PLATFORM_CLASS_PATH, bootClassPath); in evaluate()
/external/turbine/java/com/google/turbine/main/
DMain.java304 return ClassPathBinder.bindClasspath(toPaths(options.bootClassPath())); in bootclasspath()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVirtualMachineImpl.java1385 public List<String> bootClassPath() { in bootClassPath() method in VirtualMachineImpl