/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | CellLayout.java | 1909 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 D | SplineMath.java | 116 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 D | Spline.java | 352 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 D | Android.bp | 10 // TODO: remove this hack when there is a better solution for jni_libs that includes
|
/aosp12/system/bt/osi/src/socket_utils/ |
H A D | README | 19 term solution eliminating libcutils dependency from system /
|
/aosp12/packages/modules/StatsD/lib/libstatssocket/ |
H A D | Android.bp | 75 //TODO (b/149842105): Figure out if there is a better solution for this.
|
/aosp12/frameworks/base/packages/CtsShim/build/ |
H A D | README | 7 solution involving a temporarily writable /system partition is implemented.
|
/aosp12/packages/modules/Permission/service/ |
H A D | Android.bp | 92 // TODO(b/177884622): Short term solution to prevent service-permission from seeing hidden
|
/aosp12/hardware/interfaces/wifi/1.5/default/ |
H A D | THREADING.README | 24 Adding a global lock seems to be the most trivial solution to the problem.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | otapreopt_chroot.te | 93 # 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 D | otapreopt_chroot.te | 93 # This is a temporary solution to make sure that otapreopt_chroot doesn't block indefinetelly.
|
/aosp12/system/sepolicy/private/ |
H A D | otapreopt_chroot.te | 93 # This is a temporary solution to make sure that otapreopt_chroot doesn't block indefinetelly.
|
/aosp12/frameworks/opt/net/ims/ |
H A D | README.txt | 40 It needs to be implemented by the IMS protocol solution vendor.
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/ |
H A D | readme.md | 75 4. On Windows, build the solution found in the build directory. On Linux, run `make` from the build…
|
/aosp12/packages/modules/NetworkStack/ |
H A D | Android.bp | 382 // TODO: find a better solution for this in R.
|
/aosp12/build/soong/docs/ |
H A D | best_practices.md | 278 The preferred solution is to convert the conditional to runtime, either by
|
/aosp12/bionic/ |
H A D | README.md | 237 rewritten to not require root, that's an even better solution.
|
H A D | android-changes-for-ndk-developers.md | 206 (libcutils.so) can be copied to the project. As a long term solution
|
/aosp12/system/extras/simpleperf/doc/ |
H A D | README.md | 179 solution is to build binary_cache on host.
|
/aosp12/hardware/interfaces/broadcastradio/2.0/ |
H A D | types.hal | 507 * globally unique. To provide a best-effort solution, a short version of
|
/aosp12/build/make/ |
H A D | Changes.md | 679 The best solution here is to start switching to Soong's python building support,
|
/aosp12/frameworks/wilhelm/doc/ |
H A D | Doxyfile | 1067 # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
|
/aosp12/frameworks/native/docs/ |
H A D | Doxyfile | 1272 # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
|
/aosp12/frameworks/av/media/libaaudio/ |
H A D | Doxyfile | 1465 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | Doxyfile.in | 1518 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
|