Home
last modified time | relevance | path

Searched defs:solution (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/tests/
H A Dparse_test.cpp220 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/
DReorderAlgorithm.java85 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
DReorderParameters.kt29 val solution: ItemConfiguration constant in com.android.launcher3.celllayout.ReorderParameters
DMulticellReorderAlgorithm.java41 public ItemConfiguration removeSeamFromSolution(ItemConfiguration solution) { in removeSeamFromSolution()
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderAlgorithmUnitTest.java180 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 Dwifi-basics-codelab.md459 [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 Dmatrix_diag_ops_test.py335 solution, argument
537 solution, argument
683 solution, argument
/aosp_15_r20/external/cronet/build/android/docs/
H A Dclass_verification_failures.md129 ### 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 Dclass_verification_failures.md129 ### 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/
DReorderParameters.java16 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 DBUILD-INTEGRATION.md93 ### Sharing `.proto` with MSBuild links
107 ### Generating code in a class library
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/tunable/
H A DGemmRocblas.h139 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 Disotonic_regression_op.cc115 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/
DCellLayout.java1369 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()
DMultipageCellLayout.java112 public void copyCurrentStateToSolution(ItemConfiguration solution) { in copyCurrentStateToSolution()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-subset-instancer-iup.cc411 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 DSimplexSolver.java396 final PointValuePair solution = tableau.getSolution(); in doOptimize() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DSplineMath.java116 double[] solution = new double[n]; // returned coefficients in solveSystem() local
/aosp_15_r20/external/skia/src/core/
H A DSkGeometry.cpp1157 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 Dzdict.c181 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 DMinimalEncoder.java458 ResultList(Version version, Edge solution) { in ResultList()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java352 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 DMinimalEncoder.java933 Result(Edge solution) { in Result()
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbi_ra.c549 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 DBigMatrixImpl.java1105 final BigDecimal[][] solution = ((BigMatrixImpl) (solve(bMatrix))).getDataRef(); in solve() local

1234