/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TestResourceDownloader.java | 44 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()
|
D | ClusterBuildProvider.java | 58 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()
|
D | ClusterCommandConfigBuilder.java | 286 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/ |
D | ApkZFileTestUtils.java | 79 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/ |
D | ResourceUtil.java | 42 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/ |
D | version.properties | 4 # as a resource for the Version classes to read.
|
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/ |
D | UnsupportedAppUsageProcessor.java | 106 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/ |
D | GameQualificationHostsideController.java | 312 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/ |
D | ChangeIdProcessor.java | 92 FileObject resource = processingEnv.getFiler().createResource( in process() local 95 try (OutputStream outputStream = resource.openOutputStream()) { in process()
|
/tools/tradefederation/core/proto/ |
D | build_info.proto | 55 // Deprecated: Whether or not the build info represents a test resource.
|
/tools/repohooks/tools/ |
D | spelling.txt | 978 resouce||resource 983 ressource||resource
|
/tools/acloud/internal/lib/ |
D | gcompute_client.py | 437 project=self._project, resource=image_name, body=body)
|
D | gcompute_client_test.py | 303 resource=self.IMAGE,
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | ... org.apache.tools.ant.types.Resource resource
int total
org.jacoco.core.instr ... |
D | jacocoagent.jar | ... .String, java.util.Properties)
String resource
java.util.Properties system
java.util. ... |