Searched refs:queryArgs (Results 1 – 12 of 12) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | DynamicRemoteFileResolverTest.java | 441 Map<String, String> queryArgs = new HashMap<>(); in testResolvePartialDownloadZip() local 442 queryArgs.put("partial_download_dir", "/tmp"); in testResolvePartialDownloadZip() 443 queryArgs.put("include_filters", "test1;test2"); in testResolvePartialDownloadZip() 444 queryArgs.put("exclude_filters", "[.]config"); in testResolvePartialDownloadZip() 449 EasyMock.eq(queryArgs))) in testResolvePartialDownloadZip() 464 Map<String, String> queryArgs = new HashMap<>(); in testResolvePartialDownloadZip_optional() local 465 queryArgs.put("partial_download_dir", "/tmp"); in testResolvePartialDownloadZip_optional() 466 queryArgs.put("include_filters", "test1;test2"); in testResolvePartialDownloadZip_optional() 467 queryArgs.put("exclude_filters", "[.]config"); in testResolvePartialDownloadZip_optional() 468 queryArgs.put("optional", "true"); in testResolvePartialDownloadZip_optional() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | DynamicRemoteFileResolver.java | 297 Map<String, String> queryArgs; in resolvePartialDownloadZip() local 302 queryArgs = parseQuery(uri.getQuery()); in resolvePartialDownloadZip() 309 queryArgs.put("partial_download_dir", destDir.getAbsolutePath()); in resolvePartialDownloadZip() 311 queryArgs.put("include_filters", String.join(";", includeFilters)); in resolvePartialDownloadZip() 314 queryArgs.put("exclude_filters", String.join(";", excludeFilters)); in resolvePartialDownloadZip() 320 resolver.resolveRemoteFiles(new File(remoteZipFilePath), queryArgs); in resolvePartialDownloadZip() 322 if (isOptional(queryArgs)) { in resolvePartialDownloadZip()
|
/tools/tradefederation/core/src/com/android/tradefed/config/remote/ |
D | HttpRemoteFileResolver.java | 38 public File resolveRemoteFiles(File consideredFile, Map<String, String> queryArgs) in resolveRemoteFiles() argument 53 return DynamicRemoteFileResolver.unzipIfRequired(downloadedFile, queryArgs); in resolveRemoteFiles()
|
D | IRemoteFileResolver.java | 55 File consideredFile, Map<String, String> queryArgs) throws BuildRetrievalError { in resolveRemoteFiles() argument
|
/tools/dexter/testdata/expected/ |
D | medium.wrap_invoke | 79447 .local v4, "queryArgs", java.lang.String[]
|
D | medium.rewrite | 79447 .local v4, "queryArgs", java.lang.String[]
|
D | medium.scratch_regs | 93196 .local v4, "queryArgs", java.lang.String[]
|
D | medium.entry_hook | 81674 .local v4, "queryArgs", java.lang.String[]
|
D | medium.exit_hook | 83714 .local v4, "queryArgs", java.lang.String[]
|
D | medium.compact_cfg | 95494 .local v4, "queryArgs", java.lang.String[]
|
D | medium.verbose_cfg | 134320 .local v4, "queryArgs", java.lang.String[]
|
D | medium.code_coverage | 195549 .local v4, "queryArgs", java.lang.String[]
|