/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | CaseResult.java | 111 public int compareTo(ICaseResult another) { in compareTo() method in CaseResult 112 return getName().compareTo(another.getName()); in compareTo()
|
D | TestResult.java | 271 public int compareTo(ITestResult another) { in compareTo() method in TestResult 272 return getName().compareTo(another.getName()); in compareTo()
|
D | ModuleResult.java | 258 public int compareTo(IModuleResult another) { in compareTo() method in ModuleResult 259 return getId().compareTo(another.getId()); in compareTo()
|
D | CrashUtils.java | 132 && faultAddress.compareTo(config.minCrashAddress) < 0) { in matchSecurityCrashes()
|
D | ResultHandler.java | 678 Collections.sort(directoryList, (d1, d2) -> d1.getName().compareTo(d2.getName())); in getResultDirectories()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowPlanReleaseServlet.java | 124 public int compareTo(TestPlanRunMetadata o) { in compareTo() method in ShowPlanReleaseServlet.TestPlanRunMetadata 126 .compareTo(this.testPlanRun.getStartTimestamp()); in compareTo() 231 if (minKey == null || key.compareTo(minKey) < 0) { in getTestPlanDispatcher() 234 if (maxKey == null || key.compareTo(maxKey) > 0) { in getTestPlanDispatcher()
|
D | ShowTreeServlet.java | 197 if (minKey == null || key.compareTo(minKey) < 0) { in doGetHandler() 200 if (maxKey == null || key.compareTo(maxKey) > 0) { in doGetHandler() 263 new Long(t2.testRun.getStartTimestamp()).compareTo(t1.testRun.getStartTimestamp())); in doGetHandler()
|
D | DashboardMainServlet.java | 153 public int compareTo(TestDisplay test) { in compareTo() method in DashboardMainServlet.TestDisplay 154 return this.testKey.getName().compareTo(test.getName()); in compareTo()
|
D | ShowGreenReleaseServlet.java | 153 public int compareTo(DeviceBuildInfo deviceBuildInfo) { in compareTo() method in ShowGreenReleaseServlet.DeviceBuildInfo 154 return this.deviceBuildTarget.compareTo(deviceBuildInfo.getDeviceBuildTarget()); in compareTo()
|
D | ShowProfilingOverviewServlet.java | 178 plots.sort((b1, b2) -> b1.getName().compareTo(b2.getName())); in doGetHandler()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | ModuleDef.java | 220 public int compareTo(IModuleDef moduleDef) { in compareTo() method in ModuleDef 221 return getName().compareTo(moduleDef.getName()); in compareTo()
|
D | ModuleRepo.java | 641 return def1.getName().compareTo(def2.getName()); in compare()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/evaluators/ |
D | TopK.java | 74 return o2.second.compareTo(o1.second); in EvaluateAccuracy()
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | FilterUtil.java | 470 if (maxKey == null || testRunKey.getKey().compareTo(maxKey) > 0) in getMatchingKeys() 472 if (minKey == null || testRunKey.getKey().compareTo(minKey) < 0) in getMatchingKeys()
|
D | TestResults.java | 225 … testRuns.sort((t1, t2) -> new Long(t2.getStartTimestamp()).compareTo(t1.getStartTimestamp())); in processReport()
|
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/ |
D | RandomGraphTest.java | 205 Duration.ofSeconds(MAX_TIME_TO_LOOK_FOR_SUITABLE_MODEL_SECONDS)).compareTo( in call()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | InferenceInOutSequence.java | 192 return index1.compareTo(index2); in readDataset()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | CoverageEntity.java | 208 return isIgnored1.compareTo(isIgnored2);
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/ |
D | CompatibilityConsole.java | 359 return o2.second.compareTo(o1.second); in splitModules()
|