/external/google-breakpad/src/client/windows/crash_generation/ |
D | ReadMe.txt | 18 | For any unexpected problems, go into ERROR state. 24 | For any unexpected problems, go into DISCONNECTING state. 29 | For any unexpected problems, go into DISCONNECTING state. 33 | For any unexpected problems, go into DISCONNECTING state. 39 | For any unexpected problems, go into DISCONNECTING state. 43 | For any unexpected problems, go into DISCONNECTING state. 48 | For any unexpected problems, go into DISCONNECTING state.
|
/external/gptfdisk/ |
D | gpt.cc | 168 int problems = 0, alignProbs = 0; in Verify() local 174 problems++; in Verify() 181 problems++; in Verify() 188 problems++; in Verify() 195 problems++; in Verify() 203 problems++; in Verify() 210 problems++; in Verify() 219 problems++; in Verify() 225 problems++; in Verify() 232 problems++; in Verify() [all …]
|
/external/ceres-solver/scripts/ |
D | ceres-solver.spec | 35 large complicated nonlinear least squares problems. Features include: 44 - Dense QR and Cholesky factorization (using Eigen) for small problems 45 - Sparse Cholesky factorization (using SuiteSparse) for large sparse problems 46 - Specialized solvers for bundle adjustment problems in computer vision 47 - Iterative linear solvers for general sparse and bundle adjustment problems
|
/external/v8/ |
D | PRESUBMIT.py | 169 problems = [] 176 problems.append( 179 if problems: 180 return [output_api.PresubmitPromptOrNotify(_TEST_ONLY_WARNING, problems)]
|
/external/ceres-solver/docs/source/ |
D | index.rst | 27 large complicated `nonlinear least squares`_ problems. It is a feature 35 * Solve `bundle adjustment`_ and SLAM problems in `Project Tango`_. 37 Outside Google, Ceres is used for solving problems in computer vision, 39 it to solve SLAM problems and `Blender`_ uses it for for planar
|
D | bibliography.rst | 35 pseudo-inverses and nonlinear least squares problems whose 58 nonlinear problems in least squares**, *Quart. Appl. Math*, 62 preconditioner for large sparse least squares problems**, *SIAM 66 nonlinear least squares problems**, 2004. 94 nonlinear least squares problems**, Siam Review, 22(3):318–337,
|
D | features.rst | 8 variety of problems, both in size and complexity. The code runs on 30 - **Robust Loss Functions** Most non-linear least squares problems 51 `Eigen`_ or `LAPACK`_) for dense problems, sparse Cholesky 53 problems custom Schur complement based dense, sparse, and 54 iterative linear solvers for `bundle adjustment`_ problems.
|
D | faqs.rst | 132 1. For small (a few hundred parameters) or dense problems use 135 2. For general sparse problems (i.e., the Jacobian matrix has a 140 3. For bundle adjustment problems with up to a hundred or so 143 4. For larger bundle adjustment problems with sparse Schur 148 5. For large bundle adjustment problems (a few thousand cameras or 152 recommended option if you are solving medium sized problems for 162 #. Use `Solver::Summary::FullReport` to diagnose performance problems. 280 seminal reference on least squares problems. [TrefethenBau]_ book is
|
/external/eigen/Eigen/ |
D | IterativeLinearSolvers | 12 …* This module currently provides iterative methods to solve problems of the form \c A \c x = \c b,… 22 …* Such problems can also be solved using the direct sparse decomposition modules: SparseCholesky, …
|
/external/bzip2/ |
D | README.COMPILATION.PROBLEMS | 15 bzip2-1.0.6 should compile without problems on the vast majority of 30 can cause problems. 53 any compilation problems which affect bzip2 will also affect spewG.c,
|
/external/libxml2/macos/ |
D | README | 3 Please contact the author directly in case of problems:
|
/external/llvm/test/MC/ARM/ |
D | directive-fpu-softvfp.s | 6 @ without problems.
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | TODO | 1 Random list of problems with i915g: 19 problems).
|
/external/android-clat/ |
D | BUGS | 1 known problems/assumptions:
|
/external/e2fsprogs/debian/attic/ |
D | comerrg-dev.menu | 6 have the problems identified with mechanisms commonly in use." \
|
/external/openssh/ |
D | aclocal.m4 | 20 /* Some math to catch -ftrapv problems in the toolchain */ 57 /* Some math to catch -ftrapv problems in the toolchain */ 94 /* Some math to catch -ftrapv problems in the toolchain */
|
/external/iptables/extensions/ |
D | libipt_MIRROR.man | 12 avoid loops and other problems.
|
/external/valgrind/docs/internals/ |
D | 3_1_BUGSTATUS.txt | 95 v5514 v5671 117936 more stabs problems 136 (next 4 are ppc32-specific FP problems) 138 many v5694/5 n-i-bz ppc32 rounding mode problems 148 pending pending 119973 Sun JVM problems (possible sigcontext problem?)
|
/external/iputils/ |
D | INSTALL | 10 If the first "make" fails, no problems:
|
/external/mockito/cglib-and-asm/ |
D | README.TXT | 1 This mockito subproject repackages cglib + asm to avoid problems with conflicting versions.
|
/external/zlib/src/contrib/iostream3/ |
D | TODO | 13 - Check public interface to see which calls give problems
|
/external/eigen/doc/ |
D | SparseLinearSystems.dox | 20 <td>Recommended for very sparse and not too large problems (e.g., 2D Poisson eq.)</td></tr> 23 <td>Recommended for large symmetric problems (e.g., 3D Poisson eq.)</td></tr> 29 …<td> built-in, MPL2</td> <td>optimized for small and large problems with irregular patterns </td><… 32 …<td>built-in, MPL2</td><td>recommended for least-square problems, has a basic rank-revealing featu… 36 <td>optimized for tough problems and symmetric patterns</td></tr> 48 …parse</a> package, \b GPL </td><td>recommended for linear least-squares problems, has a rank-revea… 88 In the case where multiple problems with the same sparsity pattern have to be solved, then the "com… 121 …m where the coefficient matrix has more clustered eigenvalues. For real problems, an iterative sol…
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
D | paste-httpserver-threadpool.txt | 5 works, and how it can adapt to problems. 138 problems or give you some feeling of what causes problems in the site. 140 This does open up privacy problems, as it gives you access to all the
|
/external/ceres-solver/internal/ceres/ |
D | system_test.cc | 128 vector<SystemTestProblem*> problems; in RunSolversAndCheckTheyMatch() local 166 problems.push_back(system_test_problem); in RunSolversAndCheckTheyMatch() 191 delete problems[i]; in RunSolversAndCheckTheyMatch()
|
/external/libpng/projects/vstudio/ |
D | readme.txt | 39 problems. 61 a special debug build unless you have heap corruption problems that you can't
|