Home
last modified time | relevance | path

Searched refs:problem (Results 1 – 25 of 1209) sorted by relevance

12345678910>>...49

/external/ceres-solver/internal/ceres/
Dproblem_test.cc122 Problem problem; in TEST() local
123 problem.AddParameterBlock(x, 3); in TEST()
124 problem.AddParameterBlock(y, 4); in TEST()
125 problem.AddParameterBlock(z, 5); in TEST()
127 EXPECT_DEATH_IF_SUPPORTED(problem.AddResidualBlock(NULL, NULL, x), in TEST()
134 Problem problem; in TEST() local
135 problem.AddParameterBlock(x, 3); in TEST()
136 problem.AddParameterBlock(y, 4); in TEST()
137 problem.AddParameterBlock(z, 5); in TEST()
141 problem.AddResidualBlock(new UnaryCostFunction(2, 3), NULL, x, y), in TEST()
[all …]
Dprogram_test.cc79 ProblemImpl problem; in TEST() local
84 problem.AddParameterBlock(&x, 1); in TEST()
85 problem.AddParameterBlock(&y, 1); in TEST()
86 problem.AddParameterBlock(&z, 1); in TEST()
87 problem.AddResidualBlock(new UnaryCostFunction(), NULL, &x); in TEST()
88 problem.AddResidualBlock(new BinaryCostFunction(), NULL, &x, &y); in TEST()
89 problem.AddResidualBlock(new TernaryCostFunction(), NULL, &x, &y, &z); in TEST()
95 CHECK_NOTNULL(problem in TEST()
108 ProblemImpl problem; in TEST() local
111 problem.AddParameterBlock(&x, 1); in TEST()
[all …]
Dreorder_program_test.cc62 ProblemImpl problem; in TEST() local
67 problem.AddParameterBlock(&x, 1); in TEST()
68 problem.AddParameterBlock(&y, 1); in TEST()
69 problem.AddParameterBlock(&z, 1); in TEST()
71 problem.AddResidualBlock(new UnaryCostFunction(), NULL, &x); in TEST()
72 problem.AddResidualBlock(new BinaryCostFunction(), NULL, &z, &x); in TEST()
73 problem.AddResidualBlock(new BinaryCostFunction(), NULL, &z, &y); in TEST()
74 problem.AddResidualBlock(new UnaryCostFunction(), NULL, &z); in TEST()
75 problem.AddResidualBlock(new BinaryCostFunction(), NULL, &x, &y); in TEST()
76 problem.AddResidualBlock(new UnaryCostFunction(), NULL, &y); in TEST()
[all …]
Devaluator_test.cc135 void EvaluateAndCompare(ProblemImpl *problem, in EvaluateAndCompare()
143 CreateEvaluator(problem->mutable_program())); in EvaluateAndCompare()
191 EvaluateAndCompare(&problem, in CheckAllEvaluationCombinations()
206 ProblemImpl problem; member
215 problem.AddResidualBlock(new ParameterIgnoringCostFunction<1, 3, 2, 3, 4>, in TEST_P()
243 problem.AddParameterBlock(x, 2); in TEST_P()
244 problem.AddParameterBlock(y, 3); in TEST_P()
245 problem.AddParameterBlock(z, 4); in TEST_P()
253 problem.AddResidualBlock(new ParameterIgnoringCostFunction<1, 3, 4, 3, 2>, in TEST_P()
288 problem.AddParameterBlock(a, 2); in TEST_P()
[all …]
Dlinear_least_squares_problems.cc84 LinearLeastSquaresProblem* problem = new LinearLeastSquaresProblem; in LinearLeastSquaresProblem0() local
87 problem->b.reset(new double[3]); in LinearLeastSquaresProblem0()
88 problem->D.reset(new double[2]); in LinearLeastSquaresProblem0()
90 problem->x.reset(new double[2]); in LinearLeastSquaresProblem0()
91 problem->x_D.reset(new double[2]); in LinearLeastSquaresProblem0()
113 problem->A.reset(A); in LinearLeastSquaresProblem0()
115 problem->b[0] = 8; in LinearLeastSquaresProblem0()
116 problem->b[1] = 18; in LinearLeastSquaresProblem0()
117 problem->b[2] = -18; in LinearLeastSquaresProblem0()
119 problem->x[0] = 2.0; in LinearLeastSquaresProblem0()
[all …]
Dsolver_test.cc92 Problem problem(problem_options); in TEST() local
93 problem.AddResidualBlock(cost_function.get(), NULL, &x); in TEST()
106 Solve(options, &problem, &summary); in TEST()
118 Solve(options, &problem, &summary); in TEST()
163 Problem problem; in TEST() local
167 Solve(options, &problem, &summary); in TEST()
175 Problem problem; in TEST() local
179 Solve(options, &problem, &summary); in TEST()
187 Problem problem; in TEST() local
189 problem.AddParameterBlock(&x, 1); in TEST()
[all …]
/external/eclipse-windowbuilder/propertysheet/.settings/
Dorg.eclipse.jdt.core.prefs15 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
16 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
17 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
18 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
19 org.eclipse.jdt.core.compiler.problem.deadCode=warning
20 org.eclipse.jdt.core.compiler.problem.deprecation=warning
21 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
22 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
23 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
24 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
3 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
4 org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
5 org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
6 org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
7 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
8 org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
9 org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
10 org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
11 org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
3 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
4 org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
5 org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
6 org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
7 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
8 org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
9 org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
10 org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
11 org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/.settings/
Dorg.eclipse.jdt.core.prefs10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore
12 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
13 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
14 org.eclipse.jdt.core.compiler.problem.deadCode=warning
15 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
16 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
17 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
18 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
19 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu/.settings/
Dorg.eclipse.jdt.core.prefs10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore
12 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
13 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
14 org.eclipse.jdt.core.compiler.problem.deadCode=warning
15 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
16 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
17 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
18 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
19 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/external/libxml2/result/
Dent9.rdr11 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
16 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
Dent9.rde21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
61 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
66 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
DMarkedYAMLException.java23 private String problem; field in MarkedYAMLException
27 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException() argument
29 this(context, contextMark, problem, problemMark, note, null); in MarkedYAMLException()
32 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException() argument
34 super(context + "; " + problem + "; " + problemMark, cause); in MarkedYAMLException()
37 this.problem = problem; in MarkedYAMLException()
42 …protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark) { in MarkedYAMLException() argument
43 this(context, contextMark, problem, problemMark, null, null); in MarkedYAMLException()
46 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException() argument
48 this(context, contextMark, problem, problemMark, null, cause); in MarkedYAMLException()
[all …]
/external/icu/icu4j/main/classes/core/.settings/
Dorg.eclipse.jdt.core.prefs16 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
17 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
18 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
19 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
20 org.eclipse.jdt.core.compiler.problem.deadCode=warning
21 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
22 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
23 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
24 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
25 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/external/icu/icu4j/samples/.settings/
Dorg.eclipse.jdt.core.prefs16 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
17 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
18 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
19 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
20 org.eclipse.jdt.core.compiler.problem.deadCode=warning
21 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
22 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
23 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
24 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
25 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/external/icu/icu4j/main/classes/regiondata/.settings/
Dorg.eclipse.jdt.core.prefs16 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
17 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
18 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
19 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
20 org.eclipse.jdt.core.compiler.problem.deadCode=warning
21 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
22 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
23 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
24 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
25 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/external/icu/icu4j/main/classes/translit/.settings/
Dorg.eclipse.jdt.core.prefs16 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
17 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
18 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
19 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
20 org.eclipse.jdt.core.compiler.problem.deadCode=warning
21 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
22 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
23 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
24 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
25 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/external/icu/icu4j/main/classes/langdata/.settings/
Dorg.eclipse.jdt.core.prefs16 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
17 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
18 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
19 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
20 org.eclipse.jdt.core.compiler.problem.deadCode=warning
21 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
22 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
23 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
24 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
25 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/external/icu/icu4j/main/classes/collate/.settings/
Dorg.eclipse.jdt.core.prefs16 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
17 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
18 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
19 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
20 org.eclipse.jdt.core.compiler.problem.deadCode=warning
21 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
22 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
23 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
24 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
25 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/external/icu/icu4j/main/classes/currdata/.settings/
Dorg.eclipse.jdt.core.prefs16 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
17 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
18 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
19 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
20 org.eclipse.jdt.core.compiler.problem.deadCode=warning
21 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
22 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
23 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
24 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
25 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/external/icu/icu4j/main/classes/charset/.settings/
Dorg.eclipse.jdt.core.prefs16 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
17 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
18 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
19 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
20 org.eclipse.jdt.core.compiler.problem.deadCode=warning
21 org.eclipse.jdt.core.compiler.problem.deprecation=ignore
22 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
23 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
24 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
25 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DAbstractEstimator.java182 public double getRMS(EstimationProblem problem) { in getRMS() argument
183 WeightedMeasurement[] wm = problem.getMeasurements(); in getRMS()
197 public double getChiSquare(EstimationProblem problem) { in getChiSquare() argument
198 WeightedMeasurement[] wm = problem.getMeasurements(); in getChiSquare()
214 public double[][] getCovariances(EstimationProblem problem) in getCovariances() argument
221 final int n = problem.getMeasurements().length; in getCovariances()
222 final int m = problem.getUnboundParameters().length; in getCovariances()
256 public double[] guessParametersErrors(EstimationProblem problem) in guessParametersErrors() argument
258 int m = problem.getMeasurements().length; in guessParametersErrors()
259 int p = problem.getUnboundParameters().length; in guessParametersErrors()
[all …]
/external/icu/icu4j/tools/build/.settings/
Dorg.eclipse.jdt.core.prefs15 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
16 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
17 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
18 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
19 org.eclipse.jdt.core.compiler.problem.deadCode=ignore
20 org.eclipse.jdt.core.compiler.problem.deprecation=warning
21 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
22 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
23 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
24 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]
/external/icu/icu4j/main/tests/localespi/.settings/
Dorg.eclipse.jdt.core.prefs15 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
16 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
17 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
18 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
19 org.eclipse.jdt.core.compiler.problem.deadCode=ignore
20 org.eclipse.jdt.core.compiler.problem.deprecation=warning
21 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
22 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
23 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
24 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
[all …]

12345678910>>...49