Home
last modified time | relevance | path

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

123

/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() argument
/external/turbine/javatests/com/google/turbine/deps/
DDependenciesTest.java62 private ImmutableList<Path> classpath = ImmutableList.of(); field in DependenciesTest.LibraryBuilder
69 LibraryBuilder setClasspath(Path... classpath) { in setClasspath()
88 List<Path> classpath; field in DependenciesTest.DepsBuilder
91 DepsBuilder setClasspath(Path... classpath) { in setClasspath()
257 ImmutableList<String> classpath = in unreducedClasspathTest() local
272 ImmutableList<String> classpath = in reducedClasspathTest() local
/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/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java480 Map<String, String> input, ImmutableList<Path> classpath) throws IOException { in runTurbine()
485 Map<String, String> input, ImmutableList<Path> classpath, ImmutableList<String> javacopts) in runTurbine()
493 ImmutableList<Path> classpath, in runTurbine()
511 ImmutableList<Path> classpath, in turbineAnalysis()
526 Map<String, String> sources, Collection<Path> classpath, ImmutableList<String> options) in runJavacAnalysis()
533 Collection<Path> classpath, in runJavacAnalysis()
543 Map<String, String> sources, Collection<Path> classpath) throws Exception { in runJavac()
549 Map<String, String> sources, Collection<Path> classpath, ImmutableList<String> options) in runJavac()
585 Collection<Path> classpath, in setupJavac()
DLongStringIntegrationTest.java58 int stackSize, ImmutableMap<String, String> input, ImmutableList<Path> classpath) in runTurbineWithStack()
DModuleIntegrationTest.java74 Map<String, byte[]> classpath = in test() local
DLowerIntegrationTest.java379 Map<String, byte[]> classpath = in test() local
/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/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()
/external/ksp/kotlin-analysis-api/src/test/kotlin/com/google/devtools/ksp/impl/test/
DAbstractKSPAATest.kt63 val classpath = mutableListOf<String>() in <lambda>() constant
93 val classpath = (dependencies + KtTestUtil.getAnnotationsJar() + module.outDir) in <lambda>() constant
/external/nullaway/jmh/src/main/java/com/uber/nullaway/jmh/
DNullawayJavac.java102 String classpath, in create()
161 @Nullable String classpath, in NullawayJavac()
/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgsLongDescription.java12 public String classpath = "/tmp"; field in ArgsLongDescription
/external/cronet/build/android/gyp/
Dproguard.py417 def _OutputKeepRules(r8_path, input_paths, classpath, targets_re_string, argument
437 def _CheckForMissingSymbols(r8_path, dex_files, classpath, warnings_as_errors, argument
Dlint.py78 classpath=None, argument
200 classpath, argument
/external/vogar/src/vogar/
DJarSuggestions.java41 Classpath classpath) { in addSuggestionsFromOutcome()
/external/angle/build/android/gyp/
Dlint.py60 classpath=None, argument
190 classpath, argument
/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/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/kotlinx.atomicfu/atomicfu-maven-plugin/src/main/kotlin/kotlinx/atomicfu/plugin/
DTransformMojo.kt36 lateinit var classpath: List<String> variable in kotlinx.atomicfu.plugin.TransformMojo
/external/guice/core/test/com/googlecode/guice/
DOSGiContainerTest.java108 private static void buildBundle(String name, Properties instructions, String classpath) in buildBundle()
/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

123