/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
D | Estimator.java | 56 void estimate(EstimationProblem problem) throws EstimationException; in estimate() 70 double getRMS(EstimationProblem problem); in getRMS() 79 double[][] getCovariances(EstimationProblem problem) throws EstimationException; in getCovariances() 88 double[] guessParametersErrors(EstimationProblem problem) throws EstimationException; in guessParametersErrors()
|
D | AbstractEstimator.java | 182 public double getRMS(EstimationProblem problem) { in getRMS() 197 public double getChiSquare(EstimationProblem problem) { in getChiSquare() 214 public double[][] getCovariances(EstimationProblem problem) in getCovariances() 256 public double[] guessParametersErrors(EstimationProblem problem) in guessParametersErrors() 281 protected void initializeEstimate(EstimationProblem problem) { in initializeEstimate() 315 public abstract void estimate(EstimationProblem problem) in estimate()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/ |
D | MarkedYAMLException.java | 23 private String problem; field in MarkedYAMLException 27 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException() 32 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException() 42 …protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark) { in MarkedYAMLException() 46 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException()
|
/external/ceres-solver/internal/ceres/ |
D | program_test.cc | 79 ProblemImpl problem; in TEST() local 108 ProblemImpl problem; in TEST() local 133 ProblemImpl problem; in TEST() local 158 ProblemImpl problem; in TEST() local 185 ProblemImpl problem; in TEST() local 212 ProblemImpl problem; in TEST() local 252 ProblemImpl problem; in TEST() local 354 ProblemImpl problem; in TEST() local 396 ProblemImpl problem; in TEST() local 408 ProblemImpl problem; in TEST() local [all …]
|
D | solver_test.cc | 92 Problem problem(problem_options); in TEST() local 163 Problem problem; in TEST() local 175 Problem problem; in TEST() local 187 Problem problem; in TEST() local 201 Problem problem; in TEST() local 215 Problem problem; in TEST() local 229 Problem problem; in TEST() local
|
D | problem_test.cc | 122 Problem problem; in TEST() local 134 Problem problem; in TEST() local 148 Problem problem; in TEST() local 159 Problem problem; in TEST() local 172 Problem problem; in TEST() local 187 Problem problem; in TEST() local 200 Problem problem; in TEST() local 223 Problem problem; in TEST() local 251 Problem problem; in TEST() local 274 Problem problem; in TEST() local [all …]
|
D | reorder_program_test.cc | 62 ProblemImpl problem; in TEST() local 118 ProblemImpl problem; in TEST() local 140 ProblemImpl problem; in TEST() local
|
D | linear_least_squares_problems.cc | 84 LinearLeastSquaresProblem* problem = new LinearLeastSquaresProblem; in LinearLeastSquaresProblem0() local 184 LinearLeastSquaresProblem* problem = new LinearLeastSquaresProblem; in LinearLeastSquaresProblem1() local 289 LinearLeastSquaresProblem* problem = new LinearLeastSquaresProblem; in LinearLeastSquaresProblem2() local 423 LinearLeastSquaresProblem* problem = new LinearLeastSquaresProblem; in LinearLeastSquaresProblem3() local
|
D | c_api.cc | 60 void ceres_free_problem(ceres_problem_t* problem) { in ceres_free_problem() 142 ceres_problem_t* problem, in ceres_problem_add_residual_block() 175 Problem* problem = reinterpret_cast<Problem*>(c_problem); in ceres_solve() local
|
D | c_api_test.cc | 143 ceres_problem_t* problem = ceres_create_problem(); in TEST() local 197 ceres_problem_t* problem = ceres_create_problem(); in TEST() local
|
D | covariance.cc | 50 Problem* problem) { in Compute()
|
D | schur_eliminator_test.cc | 57 problem(CreateLinearLeastSquaresProblemFromId(id)); in SetUpFromId() local 62 void SetupHelper(LinearLeastSquaresProblem* problem) { in SetupHelper()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
D | ConstructorException.java | 24 protected ConstructorException(String context, Mark contextMark, String problem, in ConstructorException() 29 protected ConstructorException(String context, Mark contextMark, String problem, in ConstructorException()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/ |
D | ScannerException.java | 45 public ScannerException(String context, Mark contextMark, String problem, Mark problemMark, in ScannerException() 63 public ScannerException(String context, Mark contextMark, String problem, Mark problemMark) { in ScannerException()
|
/external/openssh/ |
D | gss-serv-krb5.c | 66 krb5_error_code problem; in ssh_gssapi_krb5_init() local 121 krb5_error_code problem; local
|
D | auth-krb5.c | 62 krb5_error_code problem; in krb5_init() local 79 krb5_error_code problem; in auth_krb5_password() local
|
/external/ceres-solver/examples/ |
D | denoising.cc | 91 Problem* problem, in CreateProblem() 139 void SolveProblem(Problem* problem, PGMImage<double>* solution) { in SolveProblem() 209 ceres::Problem problem; in main() local
|
D | bundle_adjuster.cc | 250 void BuildProblem(BALProblem* bal_problem, Problem* problem) { in BuildProblem() 311 Problem problem; in SolveProblem() local
|
D | helloworld_numeric_diff.cc | 61 Problem problem; in main() local
|
D | helloworld.cc | 65 Problem problem; in main() local
|
D | ellipse_approximation.cc | 360 ceres::Problem* problem, in SolveWithFullReport() 410 ceres::Problem problem; in main() local
|
/external/oauth/core/src/main/java/net/oauth/ |
D | SimpleOAuthValidator.java | 78 OAuthProblemException problem = new OAuthProblemException("version_rejected"); in validateVersion() local 94 OAuthProblemException problem = new OAuthProblemException("timestamp_refused"); in validateTimestampAndNonce() local
|
/external/libchrome/base/metrics/ |
D | histogram_snapshot_manager_unittest.cc | 27 void InconsistencyDetected(HistogramBase::Inconsistency problem) override { in InconsistencyDetected() 32 HistogramBase::Inconsistency problem) override { in UniqueInconsistencyDetected()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/ |
D | ComposerException.java | 24 … protected ComposerException(String context, Mark contextMark, String problem, Mark problemMark) { in ComposerException()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/ |
D | ParserException.java | 41 public ParserException(String context, Mark contextMark, String problem, Mark problemMark) { in ParserException()
|