Searched refs:problems (Results 1 – 25 of 639) sorted by relevance
12345678910>>...26
/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/v8/ |
D | PRESUBMIT.py | 162 problems = [] 167 problems.append( 170 if problems: 171 return [output_api.PresubmitPromptOrNotify(include_warning, problems)] 203 problems = [] 210 problems.append( 213 if problems: 214 return [output_api.PresubmitPromptOrNotify(_TEST_ONLY_WARNING, problems)]
|
/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/curl/docs/ |
D | BUGS | 13 1.4 libcurl problems 14 1.5 Who will fix the problems 77 1.4 libcurl problems 79 First, post all libcurl problems on the curl-library mailing list. 93 Lots of problems that appear to be libcurl problems are actually just abuses 96 valgrind or similar before you post memory-related or "crashing" problems to 99 1.5 Who will fix the problems 101 If the problems or bugs you describe are considered to be bugs, we want to 102 have the problems fixed.
|
D | SSL-PROBLEMS | 7 SSL problems 26 problems if your CA cert does not have the certificates for the
|
/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/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/webrtc/ |
D | PRESUBMIT.py | 136 problems = [] 142 problems.append(' %s:%d' % (f.LocalPath(), line_num)) 144 if not problems: 148 'use FRIEND_TEST_ALL_PREFIXES() instead.\n' + '\n'.join(problems))]
|
/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/webrtc/tools/ |
D | DEPS | 2 # Use http rather than https; the latter can cause problems for users behind
|
/external/android-clat/ |
D | BUGS | 1 known problems/assumptions:
|
/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/e2fsprogs/debian/attic/ |
D | comerrg-dev.menu | 6 have the problems identified with mechanisms commonly in use." \
|
/external/iptables/extensions/ |
D | libipt_MIRROR.man | 12 avoid loops and other 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/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/iputils/ |
D | INSTALL | 10 If the first "make" fails, no problems:
|
12345678910>>...26