Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DArtRunTestTest.java139 final String classpath = "/data/local/tmp/test/test.jar"; in testRunSingleTest_unsetRunTestNameOption() local
162 private void doTestRunSingleTest(final String runTestName, final String classpath) in doTestRunSingleTest()
255 private void doTestDoNotRunSingleTest(final String runTestName, final String classpath) in doTestDoNotRunSingleTest()
273 final String classpath = "/data/local/tmp/test/test.jar"; in testRunSingleTest() local
289 final String classpath = "/data/local/tmp/test/test.jar"; in testRunSingleTest_nonZeroExitCode() local
392 final String classpath = "/data/local/tmp/test/test.jar"; in testRunSingleTest_failedStandardOutputTransfer_sizesMismatch() local
494 final String classpath = "/data/local/tmp/test/test.jar"; in testRunSingleTest_failedStandardOutputTransfer_md5DigestsMismatch() local
596 final String classpath = "/data/local/tmp/test/test.jar"; in testRunSingleTest_unexpectedStandardOutput() local
705 final String classpath = "/data/local/tmp/test/test.jar"; in testRunSingleTest_unexpectedStandardError() local
814 final String classpath = "/data/local/tmp/test/test.jar"; in testRunSingleTest_multipleErrors() local
[all …]
/aosp_15_r20/external/turbine/javatests/com/google/turbine/lower/
H A 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()
/aosp_15_r20/external/turbine/javatests/com/google/turbine/deps/
H A 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
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexoptUtils.java110 String classpath = baseClassPath; in getClassLoaderContexts() local
288 private static String encodeClasspath(String classpath, String newElement) { in encodeClasspath()
299 /*package*/ static String encodeClassLoader(String classpath, String classLoaderName) { in encodeClassLoader()
315 private static String encodeClassLoader(String classpath, String classLoaderName, in encodeClassLoader()
377 String classpath = encodeClasspath(classPaths.get(i).split(File.pathSeparator)); in processContextForDexLoad() local
/aosp_15_r20/external/vogar/src/vogar/commands/
H A 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() method in Javac
H A DVmCommandBuilder.java42 private Classpath classpath = new Classpath(); field in VmCommandBuilder
81 public VmCommandBuilder classpath(Classpath classpath) { in classpath() argument
/aosp_15_r20/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
H A DDependencyAnalyzer.java76 public DependencyAnalyzer(Path classpath, Path excludeClasspath, boolean includeInternal, in DependencyAnalyzer()
252 protected final Path classpath; field in DependencyAnalyzer.ExcludeClasspathFilter
254 public static ExcludeClasspathFilter getInstance(Path classpath) in getInstance()
262 private ExcludeClasspathFilter(Path classpath) { in ExcludeClasspathFilter()
295 private Impl(Path classpath) throws IOException { in Impl()
466 Path classpath; in getZipFile() local
H A DMain.java345 public String classpath = "21"; field in Main.CommandShowDeps
495 public String classpath = "21"; field in Main.CommandListNoDeps
579 public String classpath = "21"; field in Main.CommandListNewApis
/aosp_15_r20/external/ksp/kotlin-analysis-api/src/test/kotlin/com/google/devtools/ksp/impl/test/
H A DAbstractKSPAATest.kt63 val classpath = mutableListOf<String>() in <lambda>() constant
93 val classpath = (dependencies + KtTestUtil.getAnnotationsJar() + module.outDir) in <lambda>() constant
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigUtil.java50 String classpath, IRunUtil runUtil, String[] args, DumpCmd dump, File globalConfig) in dumpConfigForVersion()
69 String classpath, in dumpConfigForVersion()
163 String classpath = ""; in dumpConfigForVersion() local
/aosp_15_r20/prebuilts/checkstyle/
H A Dcheckstyle.py75 def RunCheckstyleOnFiles(java_files, classpath=CHECKSTYLE_JAR, config_xml=CHECKSTYLE_STYLE): argument
95 classpath=CHECKSTYLE_JAR, argument
177 def _ExecuteCheckstyle(java_files, classpath, config_xml): argument
/aosp_15_r20/art/runtime/
H A Dclass_loader_context_test.cc76 const std::string& classpath) { in VerifyClassLoaderPCL()
83 const std::string& classpath) { in VerifyClassLoaderDLC()
90 const std::string& classpath) { in VerifyClassLoaderIMC()
98 const std::string& classpath) { in VerifyClassLoaderSharedLibraryPCL()
107 const std::string& classpath) { in VerifyClassLoaderSharedLibraryPCLAfter()
116 const std::string& classpath) { in VerifyClassLoaderSharedLibraryIMC()
134 const std::string& classpath) { in VerifyClassLoaderSharedLibraryDLC()
395 const std::string& classpath) { in VerifyClassLoaderInfo()
409 const std::string& classpath) { in VerifyClassLoaderInfoSL()
426 const std::string& classpath) { in VerifyClassLoaderInfoSLAfter()
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterCommandLauncherTest.java127 final String classpath = ArrayUtil.join(":", jars); in testRun() local
206 final String classpath = ArrayUtil.join(":", jars); in testRun_withTFDeviceCount() local
252 final String classpath = tfJar.getAbsolutePath(); in testRun_withSetupScripts() local
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-runner.jar ... .Method main String savedClasspathProperty java.util.List classpath java.util.List compilerArguments java.util. ...
/aosp_15_r20/art/odrefresh/
H A Dodr_config.h246 void SetDex2oatBootclasspath(const std::string& classpath) { in SetDex2oatBootclasspath()
263 void SetSystemServerClasspath(const std::string& classpath) { in SetSystemServerClasspath()
278 void SetBootClasspath(const std::string& classpath) { boot_classpath_ = classpath; } in SetBootClasspath()
/aosp_15_r20/external/vogar/src/vogar/android/
H A DDexTask.java31 private final Classpath classpath; field in DexTask
39 …public DexTask(Dexer dexer, AndroidSdk androidSdk, Classpath classpath, boolean benchmark, String … in DexTask()
/aosp_15_r20/libcore/support/src/test/java/tests/util/
H A DClassLoaderBuilder.java113 List<URL> classpath = new ArrayList<URL>(); in build() local
140 String classpath = System.getProperty(propertyName); in classpathToUrls() local
/aosp_15_r20/development/tools/idegen/src/
H A DEclipse.java36 StringBuilder classpath = new StringBuilder(); in generateFrom() local
118 StringBuilder classpath = new StringBuilder(); in constructExcluding() local
/aosp_15_r20/external/nullaway/jmh/src/main/java/com/uber/nullaway/jmh/
H A DNullawayJavac.java102 String classpath, in create()
161 @Nullable String classpath, in NullawayJavac()
/aosp_15_r20/external/ow2-asm/benchmarks/libs/
HDjclasslib.jar ... org/gjt/jclasslib/browser/config/classpath/ org/gjt/jclasslib/browser/config ...
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/
H A DBinder.java80 ClassPath classpath, in bind()
89 ClassPath classpath, in bind()
126 ClassPath classpath, in bind()
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dproguard.py435 def _OutputKeepRules(r8_path, input_paths, classpath, targets_re_string, argument
455 def _CheckForMissingSymbols(r8_path, dex_files, classpath, warnings_as_errors, argument
H A Dlint.py81 classpath=None, argument
211 classpath, argument
/aosp_15_r20/external/angle/build/android/gyp/
H A Dlint.py63 classpath=None, argument
193 classpath, argument
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/rt/
H A DInstrClassLoader.java46 public InstrClassLoader (final ClassLoader parent, final File [] classpath, in InstrClassLoader()
372 private static URL [] filesToURLs (final File [] classpath) in filesToURLs()

1234567891011