Home
last modified time | relevance | path

Searched refs:solve (Results 1 – 25 of 193) sorted by relevance

12345678

/third_party/flutter/flutter/packages/flutter/test/gestures/
Dlsq_solver_test.dart21 final PolynomialFit fit = solver.solve(1);
35 final PolynomialFit fit = solver.solve(1);
49 final PolynomialFit fit = solver.solve(2);
64 final PolynomialFit fit = solver.solve(2);
/third_party/python/Tools/demo/
Dqueens.py28 def solve(self, x=0): # Recursive solver member in Queens
35 self.solve(x+1)
81 q.solve()
/third_party/libnl/
Dinstall.sh23 patch -p1 < $1/solve-redefinition-of-struct-ipv6_mreq.patch --fuzz=0 --no-backup-if-mismatch
24 patch -p1 < $1/solve-oh-compile-problem.patch --fuzz=0 --no-backup-if-mismatch
DREADME.md20 solve-redefinition-of-struct-ipv6_mreq.patch
22 The following patches are added to solve the compilation problem under the OpenHarmony project:
DREADME_ZH.md20 solve-redefinition-of-struct-ipv6_mreq.patch
/third_party/libwebsockets/READMEs/
DREADME.contributing.md8 or on github if you prefer, how to best solve it.
33 solve them with a retry.
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_depth_clip_control.txt45 The depth clip control is a much harder problem to solve than what this
46 extension is aimed to solve.
DVK_EXT_depth_clip_control.adoc37 The depth clip control is a much harder problem to solve than what this
38 extension is aimed to solve.
/third_party/protobuf/.github/ISSUE_TEMPLATE/
Dfeature_request.md11 **Describe the problem you are trying to solve.**
/third_party/rust/crates/tracing/.github/ISSUE_TEMPLATE/
Dfeature_request.md32 Are there other ways to solve this problem that you've considered? What are
/third_party/node/deps/npm/node_modules/cross-spawn/
DREADME.md39 … as [win-spawn](https://github.com/ForbesLindesay/win-spawn), that try to solve this but they are …
62 …hin a shell. This new option solves most of the problems that `cross-spawn` attempts to solve, but:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h289 Solution solve() { in solve() function
519 inline Solution solve(PBQPRAGraph& G) { in solve() function
523 return RegAllocSolver.solve(); in solve()
/third_party/jsoncpp/src/test_lib_json/
DCMakeLists.txt23 # another way to solve issue #90
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-cmake.md8 To solve these problems, a new build system based on CMake is under development.
/third_party/flutter/flutter/packages/flutter/test/foundation/
Dassertions_test.dart257 'This error should still help you solve your problem, however\n'
294 'This error should still help you solve your problem, however\n'
323 'This error should still help you solve your problem, however\n'
/third_party/gstreamer/gstreamer/docs/random/wtay/
Deos-190120019 EOS: end of stream. The problem we are trying to solve here is
15 DECOUPLED elements like queues. We are trying to solve the
/third_party/mtdev/src/
Dcore.c83 static void solve(struct mtdev_state *state, const struct mtdev *dev, in solve() function
137 solve(state, dev, sid, sx, sy, sn, nid, nx, ny, size, touch); in assign_tracking_id()
/third_party/mesa3d/docs/_extra/specs/OLD/
DMESA_resize_buffers.spec43 the new window size. This extension exports a new function to solve
/third_party/node/deps/npm/node_modules/pumpify/node_modules/pump/
DREADME.md11 ## What problem does it solve?
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dconvert.dart14 // Created to solve https://github.com/flutter/flutter/issues/15646.
/third_party/NuttX/
DCONTRIBUTING.md40 * Note that we require you to solve these issues
/third_party/node/deps/zlib/patches/
DREADME20 should help to solve frequent conflicts in pending new patches on
/third_party/skia/third_party/externals/zlib/patches/
DREADME20 should help to solve frequent conflicts in pending new patches on
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DMESA_resize_buffers.txt45 the new window size. This extension exports a new function to solve
/third_party/openGLES/extensions/MESA/
DMESA_resize_buffers.txt45 the new window size. This extension exports a new function to solve

12345678