Home
last modified time | relevance | path

Searched refs:solution (Results 1 – 25 of 38) sorted by relevance

12

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1909 solution)) { in rearrangementExists()
1915 solution)) { in rearrangementExists()
1963 solution); in findReorderSolution()
1977 solution.isSolution = true; in findReorderSolution()
1978 solution.cellX = result[0]; in findReorderSolution()
1979 solution.cellY = result[1]; in findReorderSolution()
1980 solution.spanX = spanX; in findReorderSolution()
1981 solution.spanY = spanY; in findReorderSolution()
1983 return solution; in findReorderSolution()
1997 solution.add(child, c); in copyCurrentStateToSolution()
[all …]
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DSplineMath.java116 double[] solution = new double[n]; // returned coefficients in solveSystem() local
148 solution[n - 1] = result[n - 1] / system[n - 1][1]; in solveSystem()
150 solution[i] = (result[i] - system[i][2] * solution[i + 1]) / system[i][1]; in solveSystem()
152 return solution; in solveSystem()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DSpline.java352 double[] solution = new double[n]; // returned coefficients in solveSystem() local
384 solution[n - 1] = result[n - 1] / system[n - 1][1]; in solveSystem()
386 solution[i] = (result[i] - system[i][2] * solution[i + 1]) / system[i][1]; in solveSystem()
388 return solution; in solveSystem()
/aosp12/packages/modules/Connectivity/tests/smoketest/
H A DAndroid.bp10 // TODO: remove this hack when there is a better solution for jni_libs that includes
/aosp12/system/bt/osi/src/socket_utils/
H A DREADME19 term solution eliminating libcutils dependency from system /
/aosp12/packages/modules/StatsD/lib/libstatssocket/
H A DAndroid.bp75 //TODO (b/149842105): Figure out if there is a better solution for this.
/aosp12/frameworks/base/packages/CtsShim/build/
H A DREADME7 solution involving a temporarily writable /system partition is implemented.
/aosp12/packages/modules/Permission/service/
H A DAndroid.bp92 // TODO(b/177884622): Short term solution to prevent service-permission from seeing hidden
/aosp12/hardware/interfaces/wifi/1.5/default/
H A DTHREADING.README24 Adding a global lock seems to be the most trivial solution to the problem.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dotapreopt_chroot.te93 # This is a temporary solution to make sure that otapreopt_chroot doesn't block indefinetelly.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dotapreopt_chroot.te93 # This is a temporary solution to make sure that otapreopt_chroot doesn't block indefinetelly.
/aosp12/system/sepolicy/private/
H A Dotapreopt_chroot.te93 # This is a temporary solution to make sure that otapreopt_chroot doesn't block indefinetelly.
/aosp12/frameworks/opt/net/ims/
H A DREADME.txt40 It needs to be implemented by the IMS protocol solution vendor.
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/
H A Dreadme.md75 4. On Windows, build the solution found in the build directory. On Linux, run `make` from the build…
/aosp12/packages/modules/NetworkStack/
H A DAndroid.bp382 // TODO: find a better solution for this in R.
/aosp12/build/soong/docs/
H A Dbest_practices.md278 The preferred solution is to convert the conditional to runtime, either by
/aosp12/bionic/
H A DREADME.md237 rewritten to not require root, that's an even better solution.
H A Dandroid-changes-for-ndk-developers.md206 (libcutils.so) can be copied to the project. As a long term solution
/aosp12/system/extras/simpleperf/doc/
H A DREADME.md179 solution is to build binary_cache on host.
/aosp12/hardware/interfaces/broadcastradio/2.0/
H A Dtypes.hal507 * globally unique. To provide a best-effort solution, a short version of
/aosp12/build/make/
H A DChanges.md679 The best solution here is to start switching to Soong's python building support,
/aosp12/frameworks/wilhelm/doc/
H A DDoxyfile1067 # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
/aosp12/frameworks/native/docs/
H A DDoxyfile1272 # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
/aosp12/frameworks/av/media/libaaudio/
H A DDoxyfile1465 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A DDoxyfile.in1518 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to

12