Home
last modified time | relevance | path

Searched refs:Problem (Results 1 – 25 of 90) sorted by relevance

1234

/external/e2fsprogs/tests/f_h_reindex/
Dexpect.15 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/
Dproblem.cc40 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 …]
Dproblem_test.cc119 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 …]
Dc_api.cc47 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()
Dsolver_test.cc90 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()
Dproblem_impl.h70 explicit ProblemImpl(const Problem::Options& options);
137 bool Evaluate(const Problem::EvaluateOptions& options,
193 const Problem::Options options_;
Dsystem_test.cc158 ->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/
Dexpect.13 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/
Dexpect.120 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/
Dproblem.h121 class CERES_EXPORT Problem {
172 Problem();
173 explicit Problem(const Options& options);
175 ~Problem();
465 CERES_DISALLOW_COPY_AND_ASSIGN(Problem);
Dcovariance.h43 class Problem; variable
357 Problem* problem);
Dsolver.h47 class Problem; variable
961 Problem* problem,
967 Problem* problem,
/external/ceres-solver/docs/source/
Dmodeling.rst94 :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/
Dhelloworld_numeric_diff.cc40 using ceres::Problem;
61 Problem problem; in main()
Dhelloworld.cc41 using ceres::Problem;
65 Problem problem; in main()
Dhelloworld_analytic_diff.cc41 using ceres::Problem;
90 Problem problem; in main()
Drobust_curve_fitting.cc119 using ceres::Problem;
145 Problem problem; in main()
Dcurve_fitting.cc36 using ceres::Problem;
143 Problem problem; in main()
Ddenoising.cc91 Problem* problem, in CreateProblem()
139 void SolveProblem(Problem* problem, PGMImage<double>* solution) { in SolveProblem()
209 ceres::Problem problem; in main()
Dpowell.cc54 using ceres::Problem;
110 Problem problem; in main()
Dcircle_fit.cc64 using ceres::Problem;
128 Problem problem; in main()
/external/bison/lib/
Dargmatch.h61 # define invalid_arg(Context, Value, Problem) \ argument
62 argmatch_invalid (Context, Value, Problem)
/external/skia/site/dev/testing/
Dskiagold.md13 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/
DREADME.TXT51 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/
DREADME.TXT52 Problem 0:
57 Problem 1: Basic Message Formatting (Easy)
66 Problem 2: ChoiceFormat (Medium)

1234