Home
last modified time | relevance | path

Searched defs:problem (Results 1 – 25 of 34) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DEstimator.java56 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()
DAbstractEstimator.java182 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()
DGaussNewtonEstimator.java161 public void estimate(EstimationProblem problem) in estimate()
/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()
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/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DConstructorException.java24 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/
DScannerException.java45 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/
Dgss-serv-krb5.c66 krb5_error_code problem; in ssh_gssapi_krb5_init() local
121 krb5_error_code problem; local
Dauth-krb5.c61 krb5_error_code problem; in krb5_init() local
78 krb5_error_code problem; in auth_krb5_password() local
/external/libchrome/base/metrics/
Dhistogram_delta_serialization.cc103 HistogramBase::Inconsistency problem) { in InconsistencyDetected()
110 HistogramBase::Inconsistency problem) { in UniqueInconsistencyDetected()
Dhistogram_snapshot_manager_unittest.cc35 void InconsistencyDetected(HistogramBase::Inconsistency problem) override { in InconsistencyDetected()
40 HistogramBase::Inconsistency problem) override { in UniqueInconsistencyDetected()
/external/oauth/core/src/main/java/net/oauth/
DSimpleOAuthValidator.java78 OAuthProblemException problem = new OAuthProblemException("version_rejected"); in validateVersion() local
94 OAuthProblemException problem = new OAuthProblemException("timestamp_refused"); in validateTimestampAndNonce() local
DOAuthProblemException.java42 public OAuthProblemException(String problem) { in OAuthProblemException()
DOAuthMessage.java240 … OAuthProblemException problem = new OAuthProblemException(OAuth.Problems.PARAMETER_ABSENT); in requireParameters() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/
DComposerException.java24 … protected ComposerException(String context, Mark contextMark, String problem, Mark problemMark) { in ComposerException()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
DParserException.java41 public ParserException(String context, Mark contextMark, String problem, Mark problemMark) { in ParserException()
/external/strace/mpers-m32/
Dstruct_sg_req_info.h8 char problem; member
/external/strace/mpers-mx32/
Dstruct_sg_req_info.h8 char problem; member
/external/e2fsprogs/e2fsck/
Dpass5.c271 static void print_bitmap_problem(e2fsck_t ctx, problem_t problem, in print_bitmap_problem()
323 problem_t problem, save_problem; in check_block_bitmaps() local
577 problem_t problem, save_problem; in check_inode_bitmaps() local
Dpass2.c360 problem_t problem = 0; in check_dot() local
420 problem_t problem = 0; in check_dotdot() local
895 problem_t problem; in check_dir_block() local
1696 problem_t problem = 0; in e2fsck_process_bad_inode() local
/external/oauth/core/src/main/java/net/oauth/signature/
DOAuthSignatureMethod.java69 OAuthProblemException problem = new OAuthProblemException( in validate() local
226 OAuthProblemException problem = new OAuthProblemException( in newMethod() local
/external/clang/test/Analysis/inlining/
Dpath-notes.cpp173 int problem = 1 / getZero(); // expected-warning {{Division by zero}} in test() local
180 int problem = 1 / getZeroByRef(); // expected-warning {{Division by zero}} in testRef() local
/external/bison/lib/
Dargmatch.c130 argmatch_invalid (const char *context, const char *value, ptrdiff_t problem) in argmatch_invalid()
/external/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java320 OAuthProblemException problem = new OAuthProblemException(); in invoke() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp514 bool RegAllocPBQP::mapPBQPToRegAlloc(const PBQPRAProblem &problem, in mapPBQPToRegAlloc()
678 std::auto_ptr<PBQPRAProblem> problem = in runOnMachineFunction() local
/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc.c350 problem(const char *func) in problem() function

12