| /external/vogar/src/vogar/commands/ |
| D | Javac.java | 38 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
|
| D | VmCommandBuilder.java | 42 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/ |
| D | DependenciesTest.java | 64 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
|
| D | TransitiveTest.java | 34 protected Path runTurbine(ImmutableList<Path> sources, ImmutableList<Path> classpath) in runTurbine()
|
| D | AbstractTransitiveTest.java | 52 protected abstract Path runTurbine(ImmutableList<Path> sources, ImmutableList<Path> classpath) in runTurbine()
|
| /external/desugar/java/com/google/devtools/build/android/desugar/scan/ |
| D | KeepScanner.java | 80 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/ |
| D | ClassVsInterface.java | 30 private final ClassReaderFactory classpath; field in ClassVsInterface 32 public ClassVsInterface(ClassReaderFactory classpath) { in ClassVsInterface()
|
| /external/apache-harmony/support/src/test/java/tests/support/ |
| D | Support_Exec.java | 93 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/ |
| D | DexTask.java | 31 private final Classpath classpath; field in DexTask 39 …public DexTask(Dexer dexer, AndroidSdk androidSdk, Classpath classpath, boolean benchmark, String … in DexTask()
|
| D | AndroidSdk.java | 289 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/ |
| D | ArgsLongDescription.java | 12 public String classpath = "/tmp"; field in ArgsLongDescription
|
| /external/guava/guava-tests/test/com/google/common/reflect/ |
| D | ClassPathTest.java | 62 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/ |
| D | JarSuggestions.java | 41 Classpath classpath) { in addSuggestionsFromOutcome()
|
| D | Md5Cache.java | 104 public String makeKey(Classpath classpath) { in makeKey()
|
| /external/turbine/javatests/com/google/turbine/lower/ |
| D | IntegrationTestSupport.java | 427 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()
|
| D | ModuleIntegrationTest.java | 78 Map<String, byte[]> classpath = in test() local
|
| D | LowerIntegrationTest.java | 351 Map<String, byte[]> classpath = in test() local
|
| /external/vogar/test/vogar/android/ |
| D | DeviceRuntimeAdbTargetTest.java | 92 Classpath classpath = new Classpath(); in testAdbTarget_Benchmark() local
|
| D | AbstractModeTest.java | 57 protected Classpath classpath; field in AbstractModeTest
|
| /external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/ |
| D | JvmPlatform.java | 115 String classpath = in getClassPath() local
|
| /external/guice/core/test/com/googlecode/guice/ |
| D | OSGiContainerTest.java | 108 private static void buildBundle(String name, Properties instructions, String classpath) in buildBundle()
|
| /external/emma/core/java12/com/vladium/emma/rt/ |
| D | InstrClassLoader.java | 46 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/ |
| D | ContextClassLoaderTest.java | 78 Properties classpath = new Properties(); in before() local
|
| /external/antlr/runtime/Python3/tests/ |
| D | testbase.py | 94 classpath = '-cp "' + ':'.join([os.path.abspath(p) for p in cp]) + '"' variable 97 classpath = '' variable
|
| /external/antlr/runtime/Python/tests/ |
| D | testbase.py | 96 classpath = '-cp "' + ':'.join([os.path.abspath(p) for p in cp]) + '"' variable 99 classpath = '' variable
|