Searched defs:problem (Results 1 - 25 of 53) sorted by relevance

123

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/
H A DComposerException.java24 protected ComposerException(String context, Mark contextMark, String problem, Mark problemMark) { argument
25 super(context, contextMark, problem, problemMark);
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
H A DParserException.java32 * Part of the input document in which vicinity the problem
36 * @param problem
37 * Part of the input document that caused the problem.
39 * Position of the <code>problem</code>. within the document.
41 public ParserException(String context, Mark contextMark, String problem, Mark problemMark) { argument
42 super(context, contextMark, problem, problemMark, null, null);
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DEstimator.java43 * Solve an estimation problem.
45 * <p>The method should set the parameters of the problem to several
48 * estimate of the parameters can be retrieved from the problem
52 * @param problem estimation problem to solve
53 * @exception EstimationException if the problem cannot be solved
56 void estimate(EstimationProblem problem) throws EstimationException; argument
67 * @param problem estimation problem
70 double getRMS(EstimationProblem problem); argument
79 getCovariances(EstimationProblem problem) argument
88 guessParametersErrors(EstimationProblem problem) argument
[all...]
H A DGaussNewtonEstimator.java100 * problem has converged has reached a steady state if
125 * The problem has converged has reached a steady state if
138 * Solve an estimation problem using a least squares criterion.
140 * <p>This method set the unbound parameters of the given problem
144 * measurements of the problem.</p>
154 * @param problem estimation problem to solve
155 * @exception EstimationException if the problem cannot be solved
161 public void estimate(EstimationProblem problem) argument
164 initializeEstimate(problem);
[all...]
H A DAbstractEstimator.java179 * @param problem estimation problem
182 public double getRMS(EstimationProblem problem) { argument
183 WeightedMeasurement[] wm = problem.getMeasurements();
194 * @param problem estimation problem
197 public double getChiSquare(EstimationProblem problem) { argument
198 WeightedMeasurement[] wm = problem.getMeasurements();
209 * @param problem estimation problem
214 getCovariances(EstimationProblem problem) argument
256 guessParametersErrors(EstimationProblem problem) argument
281 initializeEstimate(EstimationProblem problem) argument
315 estimate(EstimationProblem problem) argument
[all...]
H A DLevenbergMarquardtEstimator.java27 * This class solves a least squares problem.
220 * Solve an estimation problem using the Levenberg-Marquardt algorithm.
238 * @param problem estimation problem to solve
248 public void estimate(EstimationProblem problem) argument
251 initializeEstimate(problem);
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthProblemException.java25 * Describes an OAuth-related problem, using a set of named parameters. One
26 * parameter identifies the basic problem, and the others provide supplementary
42 public OAuthProblemException(String problem) { argument
43 super(problem);
44 if (problem != null) {
45 parameters.put(OAUTH_PROBLEM, problem);
/external/openssh/
H A Dgss-serv-krb5.c66 krb5_error_code problem; local
71 problem = krb5_init_context(&krb_context);
72 if (problem) {
121 krb5_error_code problem; local
137 if ((problem = krb5_cc_new_unique(krb_context, krb5_fcc_ops.prefix,
139 errmsg = krb5_get_error_message(krb_context, problem);
142 if ((problem = krb5_cc_gen_new(krb_context, &krb5_fcc_ops, &ccache))) {
144 krb5_get_err_text(krb_context, problem));
150 if ((problem = ssh_krb5_cc_gen(krb_context, &ccache))) {
151 errmsg = krb5_get_error_message(krb_context, problem);
[all...]
H A Dauth-krb5.c62 krb5_error_code problem; local
65 problem = krb5_init_context(&authctxt->krb5_ctx);
66 if (problem)
67 return (problem);
79 krb5_error_code problem; local
91 problem = krb5_init(authctxt);
92 if (problem)
95 problem = krb5_parse_name(authctxt->krb5_ctx, client,
97 if (problem)
102 problem
[all...]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
H A DConstructorException.java24 protected ConstructorException(String context, Mark contextMark, String problem, argument
26 super(context, contextMark, problem, problemMark, cause);
29 protected ConstructorException(String context, Mark contextMark, String problem, argument
31 this(context, contextMark, problem, problemMark, null);
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
H A DScannerException.java33 * Part of the input document in which vicinity the problem
37 * @param problem
38 * Part of the input document that caused the problem.
40 * Position of the <code>problem</code> within the document.
43 * problem.
45 public ScannerException(String context, Mark contextMark, String problem, Mark problemMark, argument
47 super(context, contextMark, problem, problemMark, note);
54 * Part of the input document in which vicinity the problem
58 * @param problem
59 * Part of the input document that caused the problem
63 ScannerException(String context, Mark contextMark, String problem, Mark problemMark) argument
[all...]
/external/strace/mpers-m32/
H A Dstruct_sg_req_info.h8 char problem; member in struct:__anon17690
/external/strace/mpers-mx32/
H A Dstruct_sg_req_info.h8 char problem; member in struct:__anon17839
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
H A DMarkedYAMLException.java23 private String problem; field in class:MarkedYAMLException
27 protected MarkedYAMLException(String context, Mark contextMark, String problem, argument
29 this(context, contextMark, problem, problemMark, note, null);
32 protected MarkedYAMLException(String context, Mark contextMark, String problem, argument
34 super(context + "; " + problem + "; " + problemMark, cause);
37 this.problem = problem;
42 protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark) { argument
43 this(context, contextMark, problem, problemMark, null, null);
46 protected MarkedYAMLException(String context, Mark contextMark, String problem, argument
[all...]
/external/libchrome/base/metrics/
H A Dhistogram_delta_serialization.cc20 // Silently returns when seeing any data problem in the pickle.
103 HistogramBase::Inconsistency problem) {
106 inconsistencies_histogram_->Add(problem);
110 HistogramBase::Inconsistency problem) {
113 inconsistencies_unique_histogram_->Add(problem);
102 InconsistencyDetected( HistogramBase::Inconsistency problem) argument
109 UniqueInconsistencyDetected( HistogramBase::Inconsistency problem) argument
/external/bison/lib/
H A Dargmatch.c131 argmatch_invalid (const char *context, const char *value, ptrdiff_t problem)
133 char const *format = (problem == -1
130 argmatch_invalid(const char *context, const char *value, ptrdiff_t problem) argument
/external/e2fsprogs/e2fsck/
H A Dpass5.c22 #include "problem.h"
202 * not enough to fix the problem, hence it is not safe to run discard
271 static void print_bitmap_problem(e2fsck_t ctx, problem_t problem, argument
274 switch (problem) {
279 problem = PR_5_BLOCK_RANGE_UNUSED;
285 problem = PR_5_BLOCK_RANGE_USED;
291 problem = PR_5_INODE_RANGE_UNUSED;
297 problem = PR_5_INODE_RANGE_USED;
300 fix_problem(ctx, problem, pctx);
323 problem_t problem, save_proble local
577 problem_t problem, save_problem; local
[all...]
H A Dsuper.c21 #include "problem.h"
468 problem_t problem; local
892 problem = PR_0_FUTURE_SB_LAST_MOUNT;
894 problem = PR_0_FUTURE_SB_LAST_MOUNT_FUDGED;
895 if (fix_problem(ctx, problem, &pctx)) {
904 problem = PR_0_FUTURE_SB_LAST_WRITE;
906 problem = PR_0_FUTURE_SB_LAST_WRITE_FUDGED;
907 if (fix_problem(ctx, problem, &pctx)) {
H A Djournal.c27 #include "problem.h"
799 problem_t problem; local
876 problem = PR_0_JOURNAL_RUN_DEFAULT;
878 problem = PR_0_JOURNAL_RUN;
879 if (fix_problem(ctx, problem, &pctx)) {
H A Dpass2.c49 #include "problem.h"
360 problem_t problem = 0; local
363 problem = PR_2_MISSING_DOT;
366 problem = PR_2_1ST_NOT_DOT;
368 problem = PR_2_DOT_NULL_TERM;
371 if (problem) {
372 if (fix_problem(ctx, problem, pctx)) {
420 problem_t problem = 0; local
424 problem = PR_2_MISSING_DOT_DOT;
428 problem
895 problem_t problem; local
1696 problem_t problem = 0; local
[all...]
/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp173 int problem = 1 / getZero(); // expected-warning {{Division by zero}} local
180 int problem = 1 / getZeroByRef(); // expected-warning {{Division by zero}} local
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c776 int problem = 0; local
841 problem++;
850 return problem;
/external/kernel-headers/original/scsi/
H A Dsg.h119 char problem; /* 0 -> no problem detected, 1 -> error to report */ member in struct:sg_req_info
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocPBQP.cpp12 // problem representing the register allocation problem under consideration,
78 /// PBQP based allocators solve the register allocation problem by mapping
148 /// \brief Given a solved PBQP problem maps this solution back to a register
150 bool mapPBQPToRegAlloc(const PBQPRAProblem &problem,
276 // Record the mapping and allowed set in the problem.
514 bool RegAllocPBQP::mapPBQPToRegAlloc(const PBQPRAProblem &problem, argument
522 const PBQP::Graph &g = problem.getGraph();
528 unsigned vreg = problem.getVRegForNode(node);
531 if (problem
678 std::auto_ptr<PBQPRAProblem> problem = local
[all...]
/external/dnsmasq/src/
H A Doption.c676 char *comma = NULL, *problem = NULL; local
740 problem = _("bad dhcp-option");
797 problem = _("bad IP address");
896 problem = _("bad domain in dhcp-option");
955 problem = _("dhcp-option too long");
957 if (!problem)
964 problem = _("illegal dhcp-match");
978 return problem;
986 char *comma, *problem = NULL;; local
1120 problem
[all...]

Completed in 448 milliseconds

123