/external/e2fsprogs/tests/f_h_reindex/ |
D | expect.1 | 5 Problem in HTREE directory inode 16001: block #1 has bad max hash 6 Problem in HTREE directory inode 16001: block #2 has bad min hash 7 Problem in HTREE directory inode 16001: block #2 has bad max hash 8 Problem in HTREE directory inode 16001: block #3 has bad min hash 9 Problem in HTREE directory inode 16001: block #3 has bad max hash 10 Problem in HTREE directory inode 16001: block #4 has bad min hash 11 Problem in HTREE directory inode 16001: block #4 has bad max hash 12 Problem in HTREE directory inode 16001: block #5 has bad min hash 13 Problem in HTREE directory inode 16001: block #5 has bad max hash 14 Problem in HTREE directory inode 16001: block #6 has bad min hash [all …]
|
/external/ceres-solver/internal/ceres/ |
D | problem.cc | 40 Problem::Problem() : problem_impl_(new internal::ProblemImpl) {} in Problem() function in ceres::Problem 41 Problem::Problem(const Problem::Options& options) in Problem() function in ceres::Problem 43 Problem::~Problem() {} in ~Problem() 45 ResidualBlockId Problem::AddResidualBlock( in AddResidualBlock() 54 ResidualBlockId Problem::AddResidualBlock( in AddResidualBlock() 63 ResidualBlockId Problem::AddResidualBlock( in AddResidualBlock() 72 ResidualBlockId Problem::AddResidualBlock( in AddResidualBlock() 81 ResidualBlockId Problem::AddResidualBlock( in AddResidualBlock() 90 ResidualBlockId Problem::AddResidualBlock( in AddResidualBlock() 99 ResidualBlockId Problem::AddResidualBlock( in AddResidualBlock() [all …]
|
D | problem_test.cc | 119 TEST(Problem, AddResidualWithNullCostFunctionDies) { in TEST() argument 122 Problem problem; in TEST() 131 TEST(Problem, AddResidualWithIncorrectNumberOfParameterBlocksDies) { in TEST() argument 134 Problem problem; in TEST() 145 TEST(Problem, AddResidualWithDifferentSizesOnTheSameVariableDies) { in TEST() argument 148 Problem problem; in TEST() 156 TEST(Problem, AddResidualWithDuplicateParametersDies) { in TEST() argument 159 Problem problem; in TEST() 169 TEST(Problem, AddResidualWithIncorrectSizesOfParameterBlockDies) { in TEST() argument 172 Problem problem; in TEST() [all …]
|
D | c_api.cc | 47 using ceres::Problem; 57 return reinterpret_cast<ceres_problem_t*>(new Problem); in ceres_create_problem() 61 delete reinterpret_cast<Problem*>(problem); in ceres_free_problem() 151 Problem* ceres_problem = reinterpret_cast<Problem*>(problem); in ceres_problem_add_residual_block() 175 Problem* problem = reinterpret_cast<Problem*>(c_problem); in ceres_solve()
|
D | solver_test.cc | 90 Problem::Options problem_options; in TEST() 92 Problem problem(problem_options); in TEST() 163 Problem problem; in TEST() 175 Problem problem; in TEST() 187 Problem problem; in TEST() 201 Problem problem; in TEST() 215 Problem problem; in TEST() 229 Problem problem; in TEST()
|
D | problem_impl.h | 70 explicit ProblemImpl(const Problem::Options& options); 137 bool Evaluate(const Problem::EvaluateOptions& options, 193 const Problem::Options options_;
|
D | system_test.cc | 158 ->Evaluate(Problem::EvaluateOptions(), in RunSolversAndCheckTheyMatch() 231 Problem* mutable_problem() { return &problem_; } in mutable_problem() 282 Problem problem_; 333 Problem* mutable_problem() { return &problem_; } in mutable_problem() 473 Problem problem_;
|
/external/e2fsprogs/tests/f_h_badnode/ |
D | expect.1 | 3 Problem in HTREE directory inode 12929: block #531 has bad max hash 4 Problem in HTREE directory inode 12929: block #993 referenced twice 5 Problem in HTREE directory inode 12929: block #1061 has bad min hash 6 Problem in HTREE directory inode 12929: block #1062 has invalid depth (2) 7 Problem in HTREE directory inode 12929: block #1062 has bad max hash 8 Problem in HTREE directory inode 12929: block #1062 not referenced
|
/external/e2fsprogs/tests/f_h_badroot/ |
D | expect.1 | 20 Problem in HTREE directory inode 80065: block #0 has an unordered hash table 23 Problem in HTREE directory inode 86737: block #0 has invalid limit (511) 26 Problem in HTREE directory inode 93409: block #0 has invalid count (234) 29 Problem in HTREE directory inode 73393: block #1 has bad min hash 30 Problem in HTREE directory inode 73393: block #2 has bad max hash
|
/external/ceres-solver/include/ceres/ |
D | problem.h | 121 class CERES_EXPORT Problem { 172 Problem(); 173 explicit Problem(const Options& options); 175 ~Problem(); 465 CERES_DISALLOW_COPY_AND_ASSIGN(Problem);
|
D | covariance.h | 43 class Problem; variable 357 Problem* problem);
|
D | solver.h | 47 class Problem; variable 961 Problem* problem, 967 Problem* problem,
|
/external/ceres-solver/docs/source/ |
D | modeling.rst | 94 :class:`Problem` when added with :func:`Problem::AddResidualBlock`. 970 Problem problem; 1232 :class:`Problem` 1235 .. class:: Problem 1237 :class:`Problem` holds the robustified bounds constrained 1239 least squares problem, use the :func:`Problem::AddResidualBlock` 1240 and :func:`Problem::AddParameterBlock` methods. 1251 Problem problem; 1255 :func:`Problem::AddResidualBlock` as the name implies, adds a 1268 using :func:`Problem::AddParameterBlock`. This causes additional [all …]
|
/external/ceres-solver/examples/ |
D | helloworld_numeric_diff.cc | 40 using ceres::Problem; 61 Problem problem; in main()
|
D | helloworld.cc | 41 using ceres::Problem; 65 Problem problem; in main()
|
D | helloworld_analytic_diff.cc | 41 using ceres::Problem; 90 Problem problem; in main()
|
D | robust_curve_fitting.cc | 119 using ceres::Problem; 145 Problem problem; in main()
|
D | curve_fitting.cc | 36 using ceres::Problem; 143 Problem problem; in main()
|
D | denoising.cc | 91 Problem* problem, in CreateProblem() 139 void SolveProblem(Problem* problem, PGMImage<double>* solution) { in SolveProblem() 209 ceres::Problem problem; in main()
|
D | powell.cc | 54 using ceres::Problem; 110 Problem problem; in main()
|
D | circle_fit.cc | 64 using ceres::Problem; 128 Problem problem; in main()
|
/external/bison/lib/ |
D | argmatch.h | 61 # define invalid_arg(Context, Value, Problem) \ argument 62 argmatch_invalid (Context, Value, Problem)
|
/external/skia/site/dev/testing/ |
D | skiagold.md | 13 Problem #1: As sheriff, I need to triage and “assign” many incoming new images. 48 Problem #2: As a developer, I need to land a CL that may change many images. 86 Problem #3: As a developer or infrastructure engineer, I need to add a new or updated config. 106 Problem #4: As a developer, I need to analyze the details of a particular image digest. 141 Problem #5: As a developer, I need to find results for a particular configuration.
|
/external/icu/icu4c/source/samples/translit/ |
D | README.TXT | 51 Problem 0: 56 Problem 1: Basic Transliterator (Easy) 66 Problem 2: RuleBasedTransliterator (Medium) 79 Problem 3: Transliterator subclassing; Normalizer (Difficult)
|
/external/icu/icu4c/source/samples/msgfmt/ |
D | README.TXT | 52 Problem 0: 57 Problem 1: Basic Message Formatting (Easy) 66 Problem 2: ChoiceFormat (Medium)
|