Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 15 of 15) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestResourceDownloader.java44 public File download(TestResource resource) throws IOException { in download() argument
45 final URL url = new URL(resource.getUrl()); in download()
47 final File dest = new File(mRootDir, resource.getName()); in download()
53 final File src = new File(resource.getUrl().substring(6)); in download()
DClusterBuildProvider.java58 final TestResource resource = new TestResource(entry.getKey(), entry.getValue()); in getBuild() local
59 final File file = downloader.download(resource); in getBuild()
60 buildInfo.setFile(resource.getName(), file, DEFAULT_FILE_VERSION); in getBuild()
DClusterCommandConfigBuilder.java286 for (final TestResource resource : testResources) { in build()
288 "cluster:test-resource", resource.getName(), resource.getUrl()); in build()
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/utils/
DApkZFileTestUtils.java79 File resource = TestResources.getFile(ApkZFileTestUtils.class, path); in getResource() local
80 assertTrue(resource.exists()); in getResource()
81 return resource; in getResource()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DResourceUtil.java42 public static Map<String, String> readConfigurationFromResource(String resource) { in readConfigurationFromResource() argument
43 try (InputStream resStream = ResourceUtil.class.getResourceAsStream(resource)) { in readConfigurationFromResource()
/tools/metalava/src/main/resources/
Dversion.properties4 # as a resource for the Version classes to read.
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
DUnsupportedAppUsageProcessor.java106 FileObject resource = processingEnv.getFiler().createResource( in process() local
110 try (PrintStream outputStream = new PrintStream(resource.openOutputStream())) { in process()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java312 String resource = "/com/android/game/qualification/apk-info.xml"; in initApkList() local
313 try(InputStream inputStream = ApkInfo.class.getResourceAsStream(resource)) { in initApkList()
315 throw new FileNotFoundException("Unable to find resource: " + resource); in initApkList()
/tools/platform-compat/java/android/processor/compat/changeid/
DChangeIdProcessor.java92 FileObject resource = processingEnv.getFiler().createResource( in process() local
95 try (OutputStream outputStream = resource.openOutputStream()) { in process()
/tools/tradefederation/core/proto/
Dbuild_info.proto55 // Deprecated: Whether or not the build info represents a test resource.
/tools/repohooks/tools/
Dspelling.txt978 resouce||resource
983 ressource||resource
/tools/acloud/internal/lib/
Dgcompute_client.py437 project=self._project, resource=image_name, body=body)
Dgcompute_client_test.py303 resource=self.IMAGE,
/tools/tradefederation/core/res/jacoco/
Djacocoant.jar ... org.apache.tools.ant.types.Resource resource int total org.jacoco.core.instr ...
Djacocoagent.jar ... .String, java.util.Properties) String resource java.util.Properties system java.util. ...