Home
last modified time | relevance | path

Searched defs:problem (Results 1 – 25 of 41) 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/javaparser/javaparser-testing/src/test/java/com/github/javaparser/
DProblemTest.java12 Problem problem = new Problem("Parse error", TokenRange.INVALID, new Exception()); in testSimpleGetters() local
21 Problem problem = new Problem("Parse error", TokenRange.INVALID, null); in testVerboseMessage() local
28 Problem problem = new Problem("Parse error", null, null); in testVerboseMessageWithoutLocation() local
DJavaParserTest.java104 Problem problem = result.getProblem(0); in parseErrorContainsLocation() local
/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/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/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/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/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/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/
DParseResultTest.java60 Problem problem = result.getProblem(0); in whenParsingFailsThenWeGetProblemsAndABadResult() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
DParserException.java41 public ParserException(String context, Mark contextMark, String problem, Mark problemMark) { in ParserException()
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DImplementsValidator.java245 String problem = sdk.verifyMethod(sdkClassElem, methodElement, looseSignatures); in verifySdkMethod() local
318 void add(String problem, int sdkInt) { in add()
332 String problem = e.getKey(); in recount() local
/external/e2fsprogs/e2fsck/
Dpass5.c269 static void print_bitmap_problem(e2fsck_t ctx, problem_t problem, in print_bitmap_problem()
321 problem_t problem, save_problem; in check_block_bitmaps() local
575 problem_t problem, save_problem; in check_inode_bitmaps() local
Dpass2.c382 problem_t problem = 0; in check_dot() local
442 problem_t problem = 0; in check_dotdot() local
922 problem_t problem; in check_dir_block() local
1741 problem_t problem = 0; in e2fsck_process_bad_inode() local
/external/curl/tests/unit/
Dunit1609.c137 bool problem = false; variable
Dunit1607.c132 bool problem = false; variable
/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/oauth/core/src/main/java/net/oauth/client/
DOAuthClient.java320 OAuthProblemException problem = new OAuthProblemException(); in invoke() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DVerifyAttributeValues.java50 …g file, DtdType dtdType, String element, String attribute, String attributeValue, String problem) { in put()

12