/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/tests/ |
H A D | parse_test.cpp | 220 SimpleWeb::CaseInsensitiveMultimap solution; in main() local 226 SimpleWeb::CaseInsensitiveMultimap solution = {{"Content-Type", "application/json"}}; in main() local 232 SimpleWeb::CaseInsensitiveMultimap solution = {{"Content-Type", "application/json"}}; in main() local 238 SimpleWeb::CaseInsensitiveMultimap solution = {{"Content-Type", "application/json"}}; in main() local 246 SimpleWeb::CaseInsensitiveMultimap solution; in main() local 251 SimpleWeb::CaseInsensitiveMultimap solution = {{"a", ""}}; in main() local 256 SimpleWeb::CaseInsensitiveMultimap solution = {{"a", ""}, {"b", ""}}; in main() local 267 SimpleWeb::CaseInsensitiveMultimap solution = {{"a", ""}, {"b", "c"}}; in main() local 278 SimpleWeb::CaseInsensitiveMultimap solution = {{"form-data", ""}}; in main() local 283 SimpleWeb::CaseInsensitiveMultimap solution = {{"form-data", ""}, {"test", ""}}; in main() local [all …]
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | ReorderAlgorithm.java | 85 ItemConfiguration solution) { in findReorderSolutionRecursive() 125 View ignoreView, ItemConfiguration solution) { in rearrangementExists() 313 int[] direction, View ignoreView, ItemConfiguration solution) { in attemptPushInDirection() 412 ItemConfiguration solution = new ItemConfiguration(); in dropInPlaceSolution() local 452 ItemConfiguration solution = new ItemConfiguration(); in closestEmptySpaceReorder() local
|
D | ReorderParameters.kt | 29 val solution: ItemConfiguration constant in com.android.launcher3.celllayout.ReorderParameters
|
D | MulticellReorderAlgorithm.java | 41 public ItemConfiguration removeSeamFromSolution(ItemConfiguration solution) { in removeSeamFromSolution()
|
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | ReorderAlgorithmUnitTest.java | 180 ItemConfiguration solution = cl.createReorderAlgorithm() in solve() local 209 public CellLayoutBoard boardFromSolution(ItemConfiguration solution, int width, in boardFromSolution() 224 ItemConfiguration solution = solve(testCase.startBoard, testCase.x, testCase.y, in evaluateTestCase() local 261 ItemConfiguration solution = solve(board, x, y, targetWidth, targetHeight, in generateRandomTestCase() local
|
/aosp_15_r20/external/autotest/docs/ |
H A D | wifi-basics-codelab.md | 459 [lookup tables]: #lookup-tables 463 [section 4]: #4_let_s-analyze-some-packets 466 [solutions and hints]: #solutions-and-hints
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | matrix_diag_ops_test.py | 335 solution, argument 537 solution, argument 683 solution, argument
|
/aosp_15_r20/external/cronet/build/android/docs/ |
H A D | class_verification_failures.md | 129 ### Creating ApiHelperFor\* classes 157 ### Out-of-lining if your method has a new type in its signature
|
/aosp_15_r20/external/angle/build/android/docs/ |
H A D | class_verification_failures.md | 129 ### Creating ApiHelperFor\* classes 157 ### Out-of-lining if your method has a new type in its signature
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/celllayout/ |
D | ReorderParameters.java | 16 private final com.android.launcher3.celllayout.ItemConfiguration solution = null; field in ReorderParameters 20 com.android.launcher3.celllayout.ItemConfiguration solution) { in ReorderParameters()
|
/aosp_15_r20/external/grpc-grpc/src/csharp/ |
H A D | BUILD-INTEGRATION.md | 93 ### Sharing `.proto` with MSBuild links 107 ### Generating code in a class library
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/tunable/ |
H A D | GemmRocblas.h | 139 RocblasGemmOp(int solution) : solution_{solution} {} in RocblasGemmOp() 208 RocblasGemmStridedBatchedOp(int solution) : solution_{solution} {} in RocblasGemmStridedBatchedOp()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | isotonic_regression_op.cc | 115 FloatTensor* solution, IntTensor* segments, int row_index) { in solve_pava() 149 FloatTensor* solution, IntTensor* segments, in solve_pava_batch()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 1369 private void copySolutionToTempState(ItemConfiguration solution, View dragView) { in copySolutionToTempState() 1389 private void animateItemsToSolution(ItemConfiguration solution, View dragView, boolean in animateItemsToSolution() 1413 private void beginOrAdjustReorderPreviewAnimations(ItemConfiguration solution, in beginOrAdjustReorderPreviewAnimations() 1582 public void copyCurrentStateToSolution(ItemConfiguration solution) { in copyCurrentStateToSolution() 1666 public void performReorder(ItemConfiguration solution, View dragView, int mode) { in performReorder()
|
D | MultipageCellLayout.java | 112 public void copyCurrentStateToSolution(ItemConfiguration solution) { in copyCurrentStateToSolution()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-subset-instancer-iup.cc | 411 hb_set_t solution; in _iup_contour_optimize() local 468 hb_set_t solution; in _iup_contour_optimize() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/linear/ |
H A D | SimplexSolver.java | 396 final PointValuePair solution = tableau.getSolution(); in doOptimize() local
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | SplineMath.java | 116 double[] solution = new double[n]; // returned coefficients in solveSystem() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkGeometry.cpp | 1157 double axisIntercept, double* solution) { in first_axis_intersection() 1191 double solution = 0; in SkChopMonoCubicAtY() local 1207 double solution = 0; in SkChopMonoCubicAtX() local
|
/aosp_15_r20/external/zstd/lib/dictBuilder/ |
H A D | zdict.c | 181 dictItem solution; in ZDICT_analyzePos() local 526 dictItem solution; in ZDICT_trainBuffer_legacy() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/encoder/ |
H A D | MinimalEncoder.java | 458 ResultList(Version version, Edge solution) { in ResultList()
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | Spline.java | 352 double[] solution = new double[n]; // returned coefficients in solveSystem() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/encoder/ |
H A D | MinimalEncoder.java | 933 Result(Edge solution) { in Result()
|
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/ |
H A D | bi_ra.c | 549 signed solution = l->solutions[index.value]; in bi_reg_from_index() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
H A D | BigMatrixImpl.java | 1105 final BigDecimal[][] solution = ((BigMatrixImpl) (solve(bMatrix))).getDataRef(); in solve() local
|