/test/vti/test_serving/gae/webapp/src/endpoint/ |
D | endpoint_base_test.py | 116 sort="", 137 sort="", 158 sort="", 173 sort="", 204 sort="", 225 sort="serial", 242 sort="serial",
|
/test/vti/test_serving/gae/frontend/src/app/menu/build/ |
D | build.service.ts | 37 sort: string, 40 …st<BuildWrapper>(url, {size: size, offset: offset, filter: filterInfo, sort: sort, direction: dire…
|
/test/vti/test_serving/gae/frontend/src/app/menu/lab/ |
D | lab.service.ts | 38 sort: string, 41 …st<HostWrapper>(url, {size: size, offset: offset, filter: filterInfo, sort: sort, direction: dire…
|
/test/vti/test_serving/gae/frontend/src/app/menu/device/ |
D | device.service.ts | 37 sort: string, 40 …<DeviceWrapper>(url, {size: size, offset: offset, filter: filterInfo, sort: sort, direction: dire…
|
D | device.component.ts | 52 sort = ''; property in DeviceComponent 64 this.sort = 'hostname'; 85 this.deviceService.getDevices(size, offset, filterJSON, this.sort, this.sortDirection)
|
/test/vti/test_serving/gae/frontend/src/app/menu/job/ |
D | job.service.ts | 38 sort: string, 41 …ost<JobWrapper>(url, {size: size, offset: offset, filter: filterInfo, sort: sort, direction: dire…
|
D | job.component.ts | 84 sort = ''; property in JobComponent 95 this.sort = 'timestamp'; 117 this.jobService.getJobs(size, offset, filterJSON, this.sort, this.sortDirection)
|
/test/vti/test_serving/gae/frontend/src/app/menu/schedule/ |
D | schedule.service.ts | 39 sort: string, 42 …cheduleWrapper>(url, {size: size, offset: offset, filter: filterInfo, sort: sort, direction: dire…
|
/test/vti/test_serving/configs/global/ |
D | Android.mk | 29 $(hide) find test/vti/test_serving/configs/global/prod/ -name '*.*_config' | sort > $@.list 30 $(hide) find vendor/google_vts/configs/global/prod/ -name '*.*_config' | sort > $@.list.vendor 45 $(hide) find test/vti/test_serving/configs/global/test/ -name '*.*_config' | sort > $@.list 46 $(hide) find vendor/google_vts/configs/global/test/ -name '*.*_config' | sort > $@.list.vendor
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsAlertJobServlet.java | 360 sortedNewTestcaseFailures.sort(Comparator.naturalOrder()); in getTestStatus() 368 sortedContinuedTestcaseFailures.sort(Comparator.naturalOrder()); in getTestStatus() 377 sortedFixedTestcases.sort(Comparator.naturalOrder()); in getTestStatus() 387 sortedTransientTestcaseFailures.sort(Comparator.naturalOrder()); in getTestStatus() 396 sortedSkippedTestcaseFailures.sort(Comparator.naturalOrder()); in getTestStatus() 404 sortedAcknowledgedFailures.sort(Comparator.naturalOrder()); in getTestStatus()
|
/test/vti/test_serving/gae/webapp/src/scheduler/ |
D | schedule_worker.py | 180 builds.sort(key=lambda x: x.build_id, reverse=True) 210 schedules.sort(key=lambda x: self.GetProductName(x)) 217 group.sort(key=lambda x: x.priority_value if ( 495 host_devices.sort( 507 available_devices.sort(key=lambda x: (
|
D | schedule_worker_test.py | 172 jobs.sort(key=lambda x: x.timestamp, reverse=True) # latest first 190 jobs.sort(key=lambda x: x.timestamp, reverse=True) # latest first 336 jobs.sort(key=lambda x: x.timestamp, reverse=True) # latest first
|
/test/vti/dashboard/src/main/webapp/js/ |
D | test_acknowledgments.js | 168 branches.sort(); 170 devices.sort(); 172 testCaseNames.sort();
|
/test/vts/utils/python/library/vtable/ |
D | vtable_dumper_test.py | 68 vtables_dump.sort()
|
D | vtable_dumper.py | 188 vtable.entries.sort() 221 vtables.sort()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowProfilingOverviewServlet.java | 166 timestampList.sort(Comparator.reverseOrder()); in doGetHandler() 178 plots.sort((b1, b2) -> b1.getName().compareTo(b2.getName())); in doGetHandler()
|
D | ShowTreeServlet.java | 258 profilingPointNames.sort(Comparator.naturalOrder()); in doGetHandler() 261 testRunMetadata.sort( in doGetHandler()
|
D | ShowCoverageServlet.java | 106 Collections.sort(coverageEntityList, CoverageEntity.isIgnoredComparator); in doGetHandler()
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | TestRunDetails.java | 53 testCases.sort(Comparator.naturalOrder()); in toJson()
|
D | PerformanceSummary.java | 132 Arrays.sort(profilingNames); in getProfilingPointNames()
|
D | BoxPlot.java | 152 seriesList.sort(Comparator.naturalOrder()); in toJson()
|
D | TestResults.java | 225 … testRuns.sort((t1, t2) -> new Long(t2.getStartTimestamp()).compareTo(t1.getStartTimestamp())); in processReport() 449 Arrays.sort(profilingPointNames); in processReport()
|
D | FilterUtil.java | 513 gets.sort(Comparator.reverseOrder()); in getMatchingKeys() 515 gets.sort(Comparator.naturalOrder()); in getMatchingKeys()
|
/test/vts/utils/python/instrumentation/ |
D | test_framework_instrumentation.py | 169 results.sort(key=operator.attrgetter('time_cpu'))
|
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/ |
D | home_bot_config.py | 34 sys.path.sort(key=lambda x: 'swarm_env' not in x)
|