Home
last modified time | relevance | path

Searched defs:classpath (Results 1 – 25 of 36) sorted by relevance

12

/external/vogar/src/vogar/commands/
DJavac.java38 public Javac bootClasspath(Classpath classpath) { in bootClasspath()
43 public Javac classpath(File... path) { in classpath() method in Javac
47 public Javac classpath(Classpath classpath) { in classpath() argument
DVmCommandBuilder.java42 private Classpath classpath = new Classpath(); field in VmCommandBuilder
81 public VmCommandBuilder classpath(Classpath classpath) { in classpath() method in VmCommandBuilder
/external/turbine/javatests/com/google/turbine/deps/
DDependenciesTest.java64 private ImmutableList<Path> classpath = ImmutableList.of(); field in DependenciesTest.LibraryBuilder
71 LibraryBuilder setClasspath(Path... classpath) { in setClasspath()
90 List<Path> classpath; field in DependenciesTest.DepsBuilder
93 DepsBuilder setClasspath(Path... classpath) { in setClasspath()
254 ImmutableList<String> classpath = in unreducedClasspathTest() local
269 ImmutableList<String> classpath = in reducedClasspathTest() local
DTransitiveTest.java34 protected Path runTurbine(ImmutableList<Path> sources, ImmutableList<Path> classpath) in runTurbine()
DAbstractTransitiveTest.java52 protected abstract Path runTurbine(ImmutableList<Path> sources, ImmutableList<Path> classpath) in runTurbine()
/external/desugar/java/com/google/devtools/build/android/desugar/scan/
DKeepScanner.java80 public List<Path> classpath; field in KeepScanner.KeepScannerOptions
125 IndexedInputs classpath = in main() local
173 Path jarFile, String prefix, ClassLoader classpath) throws IOException { in scan()
207 private static KeepReference nearestDeclaration(KeepReference ref, ClassLoader classpath) { in nearestDeclaration()
/external/desugar/java/com/google/devtools/build/android/desugar/
DClassVsInterface.java30 private final ClassReaderFactory classpath; field in ClassVsInterface
32 public ClassVsInterface(ClassReaderFactory classpath) { in ClassVsInterface()
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_Exec.java93 public static String execJava(String[] args, String[] classpath, in execJava()
105 public static String execJava(String[] args, String[] classpath, in execJava()
150 public static Object[] execJava2(String[] args, String[] classpath, in execJava2()
156 private static Object[] execJavaCommon(String[] args, String[] classpath, in execJavaCommon()
/external/vogar/src/vogar/android/
DDexTask.java31 private final Classpath classpath; field in DexTask
39 …public DexTask(Dexer dexer, AndroidSdk androidSdk, Classpath classpath, boolean benchmark, String … in DexTask()
DAndroidSdk.java289 Classpath classpath, Classpath dependentCp, Dexer dexer) { in dex()
412 private List<String> desugar(File outputTempDir, Classpath classpath, Classpath dependentCp) { in desugar()
/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgsLongDescription.java12 public String classpath = "/tmp"; field in ArgsLongDescription
/external/guava/guava-tests/test/com/google/common/reflect/
DClassPathTest.java62 ClassPath classpath = ClassPath.from(getClass().getClassLoader()); in testGetResources() local
91 ClassPath classpath = ClassPath.from(getClass().getClassLoader()); in testGetAllClasses() local
120 ClassPath classpath = ClassPath.from(getClass().getClassLoader()); in testGetTopLevelClasses() local
139 ClassPath classpath = ClassPath.from(ClassPathTest.class.getClassLoader()); in testGetTopLevelClassesRecursive() local
426 private static Manifest manifestClasspath(String classpath) throws IOException { in manifestClasspath()
/external/vogar/src/vogar/
DJarSuggestions.java41 Classpath classpath) { in addSuggestionsFromOutcome()
DMd5Cache.java104 public String makeKey(Classpath classpath) { in makeKey()
/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java427 static Map<String, byte[]> runTurbine(Map<String, String> input, ImmutableList<Path> classpath) in runTurbine()
435 ImmutableList<Path> classpath, in runTurbine()
451 Map<String, String> sources, Collection<Path> classpath) throws Exception { in runJavac()
457 Map<String, String> sources, Collection<Path> classpath, ImmutableList<String> options) in runJavac()
DModuleIntegrationTest.java78 Map<String, byte[]> classpath = in test() local
DLowerIntegrationTest.java351 Map<String, byte[]> classpath = in test() local
/external/vogar/test/vogar/android/
DDeviceRuntimeAdbTargetTest.java92 Classpath classpath = new Classpath(); in testAdbTarget_Benchmark() local
DAbstractModeTest.java57 protected Classpath classpath; field in AbstractModeTest
/external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/
DJvmPlatform.java115 String classpath = in getClassPath() local
/external/guice/core/test/com/googlecode/guice/
DOSGiContainerTest.java108 private static void buildBundle(String name, Properties instructions, String classpath) in buildBundle()
/external/emma/core/java12/com/vladium/emma/rt/
DInstrClassLoader.java46 public InstrClassLoader (final ClassLoader parent, final File [] classpath, in InstrClassLoader()
372 private static URL [] filesToURLs (final File [] classpath) in filesToURLs()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue318/
DContextClassLoaderTest.java78 Properties classpath = new Properties(); in before() local
/external/antlr/runtime/Python3/tests/
Dtestbase.py94 classpath = '-cp "' + ':'.join([os.path.abspath(p) for p in cp]) + '"' variable
97 classpath = '' variable
/external/antlr/runtime/Python/tests/
Dtestbase.py96 classpath = '-cp "' + ':'.join([os.path.abspath(p) for p in cp]) + '"' variable
99 classpath = '' variable

12