Home
last modified time | relevance | path

Searched defs:loader (Results 1 – 4 of 4) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/
DRewriteAnnotationsTest.kt115 val loader = URLClassLoader(arrayOf(url), null) in Test rewriting the bytecode for one of the public annotations() constant
152 val loader = URLClassLoader(arrayOf(url), null) in Test rewriting the bytecode for one of the public annotations in a jar file() constant
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryRescheduler.java101 Object loader = mConfiguration.getConfigurationObject(PREVIOUS_LOADER_NAME); in run() local
320 private void customizeConfig(ITestSuiteResultLoader loader, IConfiguration originalConfig) { in customizeConfig()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationXmlParser.java84 IConfigDefLoader loader, in ConfigHandler()
357 ConfigurationXmlParser(IConfigDefLoader loader, String parentDeviceObject) { in ConfigurationXmlParser()
DSandboxConfigurationFactory.java96 SandboxConfigurationFactory loader = new RunSandboxConfigurationFactory(command); in createConfigurationFromArgs() local