Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 25 of 29) sorted by relevance

12

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DDeviceInfoEntity.java73 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 …]
DProfilingPointSummaryEntity.java76 @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 …]
DTestSuiteResultEntity.java201 @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()
DTestAcknowledgmentEntity.java277 for (String branch : this.branches) { in toJson()
278 branches.add(new JsonPrimitive(branch)); in toJson()
/test/vts/utils/python/build/api/
Dartifact_fetcher.py96 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/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGreenReleaseServlet.java182 (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()
DShowCoverageOverviewServlet.java168 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/vti/dashboard/src/main/java/com/android/vts/job/
DVtsProfilingStatsJobServlet.java145 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/
DGreenBuildScheduleConfigMessage.proto30 // 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.
DTestScheduleConfigMessage.proto28 // 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.
DTestLabConfigMessage.proto19 // To specify the whole test execution schedule of a manifest branch.
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_suite_release.jsp57 …<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}" />
Dshow_plan_release.jsp43 search.addFilter('Branch', 'branch', {
45 }, ${branch});
Dshow_profiling_overview.jsp40 search.addFilter('Branch', 'branch', {
42 }, ${branch});
Dshow_coverage_overview.jsp44 var inputIdList = ["device", "branch"];
349 … <div class="search-wrapper" ${empty branch and empty device ? 'style="display: none"' : ''}>
353 <c:set var="branchVal" value='${fn:replace(branch, "\\\"", "")}'></c:set>
355 …<option value="" <c:if test="${empty branch}">disabled selected</c:if> >Choose your branch</option>
/test/vts/proto/
DVtsReportMessage.proto77 // 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,
DVtsFuzzTaskMessage.proto59 // branch name (e.g., master, oc-dev)
60 optional bytes branch = 11; field
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestDataForDevServlet.java178 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()
DDatastoreRestServlet.java268 BranchEntity branch = new BranchEntity(deviceInfoEntity.getBranch()); in insertTestReport() local
269 if (branchKeys.add(branch.getKey())) { in insertTestReport()
270 branchEntityList.add(branch); in insertTestReport()
/test/app_compat/csuite/tools/csuite-tradefed/
DREADME35 The source for the tradefed framework can be found on the 'tradefed' branch.
/test/vts/utils/python/fuzzer/
Dcorpus_manager.py108 branch = dut.build_alias.split('.')[0]
110 self._gcs_path = os.path.join('corpus', branch, model)
/test/cts-root/tools/cts-root-tradefed/
DREADME52 The source for the tradefed framework can be found on the 'tradefed' branch.
/test/vti/dashboard/src/main/proto/
DTestSuiteResultMessage.proto35 required string branch = 11; field
/test/mts/tools/mts-tradefed/
DREADME51 The source for the tradefed framework can be found on the 'tradefed' branch.
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java118 String branch = "master"; in createProfilingRun() local
125 new DeviceInfoEntity(testRunKey, branch, product, flavor, id, bitness, abiName); in createProfilingRun()

12