Searched refs:solve (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ |
H A D | Physics.kt | 80 fun solve(sim: Simulator, dt: Float) regex 99 override fun solve(sim: Simulator, dt: Float) { 128 constraints.forEach { it.solve(this, dt) }
|
H A D | Universe.kt | 373 override fun solve(sim: Simulator, dt: Float) {
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | GridLayout.java | 1637 private boolean solve(Arc[] arcs, int[] locations) { in solve() method in GridLayout 1638 return solve(arcs, locations, true); in solve() 1641 private boolean solve(Arc[] arcs, int[] locations, boolean modifyOnError) { in solve() method in GridLayout 1730 private boolean solve(int[] a) { in solve() method in GridLayout 1731 return solve(getArcs(), a); in solve() 1787 solve(a); in solveAndDistributeSpace() 1804 validSolution = solve(getArcs(), a, false); in solveAndDistributeSpace() 1816 solve(a); in solveAndDistributeSpace() 1836 solve(a); in computeLocations()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | BLASTSync.md | 3 Both of them are used to solve subclasses of this category of problem: 106 at the same time as the state? We solve this by pushing all client communication through a handler … 131 To solve these issues, we use a scheme involving "barrier transactions". We show how 146 this is the hot path for all graphical updates. To solve this we use a
|
/aosp14/system/core/fs_mgr/ |
H A D | README.overlayfs.md | 106 - There are other subtle caveats requiring complex logic to solve.
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 67795 Landroid/widget/GridLayout$Axis;->solve([I)Z 67796 Landroid/widget/GridLayout$Axis;->solve([Landroid/widget/GridLayout$Arc;[I)Z 67797 Landroid/widget/GridLayout$Axis;->solve([Landroid/widget/GridLayout$Arc;[IZ)Z
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 20166 HSPLandroid/widget/GridLayout$Axis;->solve([Landroid/widget/GridLayout$Arc;[IZ)Z
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 20230 HSPLandroid/widget/GridLayout$Axis;->solve([Landroid/widget/GridLayout$Arc;[IZ)Z
|