/test/framework/harnesses/host_controller/build/ |
D | build_provider_pab.py | 268 branch, argument 294 "1": branch, 319 branch, target, dummy, 345 branch=branch, 361 def GetLatestBuildId(self, account_id, branch, target, method=GET): argument 377 branch=branch, 383 (account_id, branch, target)) 400 self, account_id, build_id, branch, target, method=POST): argument 422 params = {"1": build_id, "2": target, "3": branch} 436 branch, argument [all …]
|
D | build_provider_ab.py | 37 def GetLatestBuildId(self, branch, target): argument 51 branch, target) 56 branch, argument 81 build_id = self.GetLatestBuildId(branch, target) 89 branch, target, build_id, artifact_name,
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | DeviceInfoEntity.java | 73 private String branch; field in DeviceInfoEntity 101 String branch, in DeviceInfoEntity() argument 108 this.branch = branch; in DeviceInfoEntity() 129 String branch, in DeviceInfoEntity() argument 136 this.branch = branch; in DeviceInfoEntity() 158 .map(device -> device.branch) in getAllBranches() 170 .map(device -> device.branch) in getAllBranches() 213 deviceEntity.setProperty(BRANCH, this.branch.toLowerCase()); in toEntity() 240 String branch = (String) e.getProperty(BRANCH); in fromEntity() local 251 parentKey, branch, product, buildFlavor, buildId, abiBitness, abiName); in fromEntity() [all …]
|
D | ProfilingPointSummaryEntity.java | 76 @Index private String branch; field in ProfilingPointSummaryEntity 152 String branch, in ProfilingPointSummaryEntity() argument 160 this.branch = branch == null ? ALL : branch; in ProfilingPointSummaryEntity() 163 this.key = createKey(parentKey, this.branch, this.buildFlavor, this.series, this.startTime); in ProfilingPointSummaryEntity() 176 Key parentKey, String branch, String buildFlavor, String series, long startTime) { in ProfilingPointSummaryEntity() argument 182 branch, in ProfilingPointSummaryEntity() 199 Key parentKey, String branch, String buildFlavor, String series, long startTime) { in createKey() argument 201 sb.append(branch); in createKey() 254 profilingSummary.setIndexedProperty(BRANCH, this.branch); in toEntity() 352 String branch = (String) e.getProperty(BRANCH); in fromEntity() local [all …]
|
D | TestSuiteResultEntity.java | 201 @Index @Getter @Setter String branch; field in TestSuiteResultEntity 243 String branch, in TestSuiteResultEntity() argument 263 this.branch = branch; in TestSuiteResultEntity() 298 this.branch, in save() 499 valuesMap.put("branch", branch); in getCrashSecurityDescription()
|
/test/vts/utils/python/build/api/ |
D | artifact_fetcher.py | 96 branch, argument 116 return self.GetArtifact(branch, build_target, build_id, resource_id, 120 branch, argument 171 def GetManifest(self, branch, build_target, build_id, attempt_id=None): argument 185 return self.GetArtifact(branch, build_target, build_id, resource_id, 189 branch, argument 206 build_info = self.GetArtifact(branch, build_target, build_id, 215 branch, argument 234 return self.GetArtifact(branch, build_target, build_id, resource_id, 238 branch, argument [all …]
|
/test/framework/harnesses/host_controller/campaigns/ |
D | campaign_common.py | 42 def GetVersion(branch): argument 44 branch = str(branch.lower()) 45 if branch.startswith("git_"): 46 branch = branch[4:] 47 if branch.startswith("aosp-"): 48 branch = branch[5:] 50 if "-treble-" in branch: 51 branch = branch.replace("-treble-", "-") 53 if branch.endswith("-dev"): 54 branch = branch[:-4] [all …]
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_build.py | 46 def UpdateBuild(self, account_id, branch, targets, artifact_type, method, argument 70 branch=branch, 85 build["manifest_branch"] = branch 104 build["manifest_branch"] = branch 118 def UpdateBuildLoop(self, account_id, branch, target, artifact_type, argument 137 self.UpdateBuild(account_id, branch, target, artifact_type, 204 self.UpdateBuild(args.account_id, args.branch, args.target, 234 args.branch,
|
D | command_config.py | 52 def UpdateConfig(self, account_id, branch, targets, config_type, method, argument 71 branch=branch, 82 def FetchConfig(self, account_id, branch, target, config_type, method): argument 100 branch=branch, 115 branch=branch, 168 def UpdateConfigLoop(self, account_id, branch, target, config_type, method, argument 189 self.UpdateConfig(account_id, branch, target, config_type, 389 self.UpdateConfig(args.account_id, args.branch, args.target, 418 args.branch,
|
D | command_fetch.py | 124 branch=args.branch, 135 branch=args.branch, 154 branch=args.branch, 183 self.console.fetch_info["branch"] = args.branch
|
D | command_release.py | 114 args.branch, args.target, args.dest, 140 (args.schedule_for, args.account_id, args.branch, 149 def FetchVtslab(self, account_id, branch, target, bucket): argument 165 "pab"].FetchLatestBuiltHCPackage(account_id, branch, target) 230 def ReleaseCallback(self, schedule_for, account_id, branch, target, dest, argument 244 fetched_path = self.FetchVtslab(account_id, branch, target, bucket) 257 (schedule_for, account_id, branch, target, dest, bucket))
|
D | command_reproduce.py | 134 report_msg.branch, report_msg.suite_name.lower(), 203 kwargs["test_branch"] = report_msg.branch 239 if report_msg.branch.startswith("gs://"): 241 report_msg.branch, report_msg.target, 246 report_msg.branch, report_msg.target,
|
D | command_reproduce_test.py | 80 mock_msg.branch = "git_whatever-release" 147 report_msg.branch = "gs://bucket/path/to/vts/release" 162 report_msg.branch = "git_whatever-release" 182 report_msg.branch = "git_whatever-release"
|
/test/framework/harnesses/host_controller/acloud/ |
D | acloud_client.py | 53 branch=None, argument 67 if not branch: 68 branch = DEFAULT_BRANCH 84 branch = branch,
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowGreenReleaseServlet.java | 182 (branch, buildTargetList) -> { in getBasicParamMap() argument 189 basicParamMap.put(branch, deviceBuildTargetList); in getBasicParamMap() 241 String branch = entity.getProperty(DeviceInfoEntity.BRANCH).toString(); in getTestPlanDispatcher() local 243 if (paramInfoMap.containsKey(branch)) { in getTestPlanDispatcher() 244 paramInfoMap.get(branch).add(target); in getTestPlanDispatcher() 246 paramInfoMap.put(branch, new LinkedList<>(Arrays.asList(target))); in getTestPlanDispatcher() 429 String branch = testSuiteResultEntity.getBranch(); in getTestSuiteDispatcher() local 431 if (paramInfoMap.containsKey(branch)) { in getTestSuiteDispatcher() 432 paramInfoMap.get(branch).add(target); in getTestSuiteDispatcher() 434 paramInfoMap.put(branch, new LinkedList<>(Arrays.asList(target))); in getTestSuiteDispatcher()
|
D | ShowCoverageOverviewServlet.java | 168 private Predicate<DeviceInfoEntity> isBranchAndDevice(String branch, String device) { in isBranchAndDevice() argument 169 return d -> d.getBranch().equals(branch) && d.getBuildFlavor().equals(device); in isBranchAndDevice() 172 private Predicate<DeviceInfoEntity> isBranch(String branch) { in isBranch() argument 173 return d -> d.getBranch().equals(branch); in isBranch() 226 String branch = parameterMap.get("branch")[0]; in getCoverageDispatcher() local 229 deviceInfoEntityMap.stream().filter(isBranchAndDevice(branch, device)); in getCoverageDispatcher() 231 String branch = parameterMap.get("branch")[0]; in getCoverageDispatcher() local 232 deviceInfoEntityStream = deviceInfoEntityMap.stream().filter(isBranch(branch)); in getCoverageDispatcher()
|
/test/vts/doc/ |
D | user_manual.md | 18 * `$ cd ${branch}` 26 `$ export branch=main` 28 `$ mkdir ${branch}` 30 `$ cd ${branch}` 32 `$ repo init -b ${branch} -u persistent https://android.googlesource.com/platform/manifest` 38 `$ cd ${branch}` 58 `$ cd ${branch}`
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServlet.java | 145 for (String branch : branches) { in updateSummaries() 149 profilingPoint.getKey(), branch, device, option, time)); in updateSummaries() local 173 for (String branch : branches) { in updateSummaries() 174 if (!summaryMap.containsKey(branch)) { in updateSummaries() 175 summaryMap.put(branch, new HashMap<>()); in updateSummaries() 177 Map<String, ProfilingPointSummaryEntity> deviceMap = summaryMap.get(branch); in updateSummaries() 186 profilingPoint.getKey(), branch, device, option, time); in updateSummaries()
|
/test/vti/test_serving/proto/ |
D | GreenBuildScheduleConfigMessage.proto | 30 // if GSI (General System Image) is used, GSI manifest branch name. 36 // Test package's manifest branch name. 53 // Device manifest branch name. 70 // Device manifest branch name if different.
|
D | TestScheduleConfigMessage.proto | 28 // To specify the whole test execution schedule of a manifest branch. 30 // Manifest branch name. 86 // if GSI (General System Image) is used, GSI manifest branch name. 102 // Test package's manifest branch name.
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_suite_release.jsp | 57 …<c:if test="${not empty branch or not empty hostName or not empty buildId or not empty deviceName}… 67 var branch = $("#deviceBranch").val().trim(); 68 if ( branch.length > 0 ) { 69 params['branch'] = branch; 71 delete params['branch']; 130 …<input id="deviceBranch" type="text" value="<c:out value="${branch}"></c:out>" autocomplete="off" … 186 …<b><c:out value="${testSuiteResultEntity.branch}"></c:out>/<c:out value="${testSuiteResultEntity.t… 310 <c:if test="${not empty branch}"> 311 <c:set var="searchQueryString" value="${searchQueryString}&branch=${branch}" />
|
/test/vts/proto/ |
D | VtsReportMessage.proto | 77 // branch name (e.g., main or nyc-dev). 78 optional bytes branch = 21; field 80 // build alias implies the branch name. 108 // branch name (e.g., main or nyc-dev) 109 optional bytes branch = 13; field 111 // indicates the latest commit information of each branch (e.g., xml format). 343 // Detailed information about the execution environment (e.g., branch,
|
D | VtsFuzzTaskMessage.proto | 59 // branch name (e.g., master, oc-dev) 60 optional bytes branch = 11; field
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | TestDataForDevServlet.java | 178 private String branch; field in TestDataForDevServlet.TestReportDataObject.Test.TestRun.DeviceInfo 232 branch -> in generateSuiteTestData() 329 branch, in generateSuiteTestData() 478 deviceInfo.branch, in doPost() 497 branch -> { in doPost() 499 new BranchEntity(branch.branchName); in doPost()
|
/test/framework/harnesses/host_controller/ |
D | console_test.py | 172 branch='aosp-master-ndk', 209 branch='aosp-master-ndk',
|