HomeSort by relevance Sort by last modified time
    Searched refs:bootClassPath (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/turbine/java/com/google/turbine/options/
TurbineOptions.java 32 private final ImmutableSet<String> bootClassPath;
50 ImmutableSet<String> bootClassPath,
66 this.bootClassPath = checkNotNull(bootClassPath, "bootClassPath must not be null");
94 /** Paths to compilation bootclasspath artifacts. */
95 public ImmutableSet<String> bootClassPath() {
96 return bootClassPath;
177 private final ImmutableSet.Builder<String> bootClassPath = ImmutableSet.builder();
193 bootClassPath.build()
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
AnalysisArguments.java 52 @Parameter(names = {"-b", "--bootclasspath", "--bcp"},
53 description = "A colon separated list of the files to include in the bootclasspath when analyzing the " +
56 "boot.oat file. A single empty string can be used to specify that an empty bootclasspath should " +
57 "be used. (e.g. --bootclasspath \"\") See baksmali help classpath for more information.",
60 public List<String> bootClassPath = null;
64 "dex file. These will be added to the classpath after any bootclasspath entries.",
126 if (bootClassPath == null) {
130 } else if (bootClassPath.size() == 1 && bootClassPath.get(0).length() == 0) {
131 // --bootclasspath "" is a special case, denoting that no bootclasspath should be use
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
SystemTest.java 189 String bootClassPath = System.getProperty("org.apache.harmony.boot.class.path");
191 if (bootClassPath == null) {
192 bootClassPath = System.getProperty("sun.boot.class.path");
195 if (bootClassPath != null
196 && (bootClassPath.indexOf(File.pathSeparator + File.pathSeparator) >= 0)) {
197 fail("Boot class path contains extra path separator: " + bootClassPath);
  /external/turbine/java/com/google/turbine/deps/
Transitive.java 46 ImmutableSet<String> bootClassPath, BindingResult bound) {
55 if (bootClassPath.contains(jarFile)) {
56 // don't export symbols loaded from the bootclasspath
Dependencies.java 50 ImmutableSet<String> bootClassPath,
64 if (bootClassPath.contains(jarFile)) {
65 // bootclasspath deps are not tracked
  /external/turbine/java/com/google/turbine/main/
Main.java 76 Binder.bind(units, toPaths(reducedClasspath), toPaths(options.bootClassPath()));
81 Map<String, byte[]> transitive = Transitive.collectDeps(options.bootClassPath(), bound);
85 Dependencies.collectDeps(options.targetLabel(), options.bootClassPath(), bound, lowered);
  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 92 public native String bootClassPath();
  /external/turbine/javatests/com/google/turbine/options/
TurbineOptionsTest.java 64 "--bootclasspath",
94 assertThat(options.bootClassPath()).containsExactly("rt.jar", "zipfs.jar").inOrder();
  /art/runtime/native/
dalvik_system_VMRuntime.cc 704 NATIVE_METHOD(VMRuntime, bootClassPath, "()Ljava/lang/String;"),
  /libcore/ojluni/src/main/java/java/lang/
System.java     [all...]
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0/
lint-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0-alpha7/
lint-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0-beta1/
lint-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0-beta2/
lint-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0-beta3/
lint-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0-rc1/
lint-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.0-rc2/
lint-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.1/
lint-25.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.3/
lint-25.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/25.2.4/
lint-25.2.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/lint/lint/25.2.0/
lint-25.2.0.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 1161 milliseconds

1 2 3