Searched defs:arcs (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/ |
H A D | TareUtils.java | 45 final long arcs = cakeToArc(cakes); in cakeToString() local
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | GridLayout.java | 1261 public Arc[] arcs; field in GridLayout.Axis 1413 private void include(List<Arc> arcs, Interval key, MutableInt size, in include() 1437 private void include(List<Arc> arcs, Interval key, MutableInt size) { in include() 1443 Arc[][] groupArcsByFirstVertex(Arc[] arcs) { in groupArcsByFirstVertex() 1463 private Arc[] topologicalSort(final Arc[] arcs) { in topologicalSort() 1502 private Arc[] topologicalSort(List<Arc> arcs) { in topologicalSort() 1580 private String arcsToString(List<Arc> arcs) { in arcsToString() 1601 private void logError(String axisName, Arc[] arcs, boolean[] culprits0) { in logError() 1637 private boolean solve(Arc[] arcs, int[] locations) { in solve() 1641 private boolean solve(Arc[] arcs, int[] locations, boolean modifyOnError) { in solve()
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/tare/ |
H A D | EconomyManager.java | 48 public static long arcToCake(int arcs) { in arcToCake()
|