Home
last modified time | relevance | path

Searched refs:queryArgs (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DDynamicRemoteFileResolverTest.java441 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/
DDynamicRemoteFileResolver.java297 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/
DHttpRemoteFileResolver.java38 public File resolveRemoteFiles(File consideredFile, Map<String, String> queryArgs) in resolveRemoteFiles() argument
53 return DynamicRemoteFileResolver.unzipIfRequired(downloadedFile, queryArgs); in resolveRemoteFiles()
DIRemoteFileResolver.java55 File consideredFile, Map<String, String> queryArgs) throws BuildRetrievalError { in resolveRemoteFiles() argument
/tools/dexter/testdata/expected/
Dmedium.wrap_invoke79447 .local v4, "queryArgs", java.lang.String[]
Dmedium.rewrite79447 .local v4, "queryArgs", java.lang.String[]
Dmedium.scratch_regs93196 .local v4, "queryArgs", java.lang.String[]
Dmedium.entry_hook81674 .local v4, "queryArgs", java.lang.String[]
Dmedium.exit_hook83714 .local v4, "queryArgs", java.lang.String[]
Dmedium.compact_cfg95494 .local v4, "queryArgs", java.lang.String[]
Dmedium.verbose_cfg134320 .local v4, "queryArgs", java.lang.String[]
Dmedium.code_coverage195549 .local v4, "queryArgs", java.lang.String[]