HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 926 - 950 of 3032) sorted by null

<<31323334353637383940>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerStepInterpolator.java 100 /** Error coefficients for the interpolation. */
206 // initialize the error factors array for interpolation
293 /** Estimate interpolation error.
295 * @return estimate of the interpolation error
298 double error = 0; local
302 error += e * e;
304 error = FastMath.sqrt(error / scale.length) * errfac[currentDegree - 5];
306 return error;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstanceTest.java 267 * <BR>The testcase expects that ILLEGAL_ARGUMENT error is returned.
386 short error = reply.getErrorCode(); local
387 logWriter.println(" ClassType.NewInstance: ErrorCode=" + error
388 + "(" + JDWPConstants.Error.getName(error) + ")");
389 assertEquals("ClassType.NewInstance returned invalid error code,",
390 JDWPConstants.Error.ILLEGAL_ARGUMENT, error,
391 JDWPConstants.Error.getName(JDWPConstants.Error.ILLEGAL_ARGUMENT)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 95 * Get the error number associated with this type of stylesheet including itself
97 * @return the appropriate error number
170 handler.error(te.getMessage(), te);
322 handler.error(XSLTErrorResources.ER_IOEXCEPTION,
327 handler.error(te.getMessage(), te);
XSLTElementProcessor.java 184 handler.error(XSLTErrorResources.ER_REQUIRED_ELEM_NOT_FOUND, new Object[]{getElemDef().getRequiredElem()}, null);
201 handler.error(XSLTErrorResources.ER_CHARS_NOT_ALLOWED, null, null);//"Characters are not allowed at this point in the document!",
257 * error reporting.
259 * error reporting.
274 * error reporting.
276 * error reporting.
279 * @param throwError True if it should throw an error if an
327 handler.error(XSLTErrorResources.ER_ATTR_NOT_ALLOWED, new Object[]{attributes.getQName(i), rawName}, null);//"\""+attributes.getQName(i)+"\""
348 handler.error(XSLTErrorResources.ER_ATTR_NOT_ALLOWED, new Object[]{attributes.getQName(i), rawName}, null);//"\""+attributes.getQName(i)+"\""
388 handler.error(
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java 197 String error = null; // if non-null, break from loop local
244 // Error. Expressions can not begin with quotes.
245 error = "Expressions can not begin with quotes.";
294 error = XSLMessages.createMessage(
295 XSLTErrorResources.ER_NO_CURLYBRACE, null); //"Error: Can not have \"{\" within expression.";
337 if (error != null)
347 error = XSLMessages.createMessage(XSLTErrorResources.ER_ILLEGAL_ATTRIBUTE_VALUE, new Object[]{ name, stringedValue });
398 if (null != error)
403 new Object[]{ error }); //"Attr Template, "+error);
    [all...]
ElemCopyOf.java 220 error(XSLTErrorResources.ER_CANNOT_ADD, method
ElemValueOf.java 270 error(XSLTErrorResources.ER_CANNOT_ADD, method
ElemVariable.java 509 * is present, an error will be raised.
521 error(XSLTErrorResources.ER_CANT_HAVE_CONTENT_AND_SELECT, method
FuncDocument.java 100 // If the second argument is an empty nodeset, this is an error.
174 error(xctxt, XSLTErrorResources.ER_NO_CONTEXT_OWNERDOC, null); //"context does not have an owner document!"); method
378 * Tell the user of an error, and probably throw an
382 * @param msg The error message key
383 * @param args Arguments to be used in the error message
385 * the error condition is severe enough to halt processing.
389 public void error(XPathContext xctxt, String msg, Object args[]) method in class:FuncDocument
399 errHandler.error(spe);
411 * the error condition is severe enough to halt processing.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java 378 * @see org.xml.sax.ErrorHandler#error(SAXParseException)
380 public void error(SAXParseException exc) throws SAXException { method in class:ToSAXHandler
381 super.error(exc);
384 ((ErrorHandler)m_saxHandler).error(exc);
  /external/apache-xml/src/main/java/org/apache/xpath/
Expression.java 39 * normally has a location within a document or DOM, can send error and warning
239 * the error condition is severe enough to halt processing.
270 * the error condition is severe enough to halt processing.
377 * @param msg An error msgkey that corresponds to one of the conststants found
404 * Tell the user of an assertion error, and probably throw an
428 * Tell the user of an error, and probably throw an
432 * @param msg An error msgkey that corresponds to one of the constants found
443 public void error(XPathContext xctxt, String msg, Object[] args) method in class:Expression
550 * is intended only as an approximation for the sake of error
572 * is intended only as an approximation for the sake of error
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 174 m_processor.error(XPATHErrorResources.ER_EXPECTED_DOUBLE_QUOTE,
208 m_processor.error(XPATHErrorResources.ER_EXPECTED_SINGLE_QUOTE,
375 m_processor.error(XPATHErrorResources.ER_EMPTY_EXPRESSION, null); //"Empty expression!");
646 // error() is called or errorForDOM3().
651 // error("Could not locate namespace for prefix: "+prefix);
652 // m_processor.error(XPATHErrorResources.ER_PREFIX_MUST_RESOLVE,
OpMap.java 295 error(org.apache.xpath.res.XPATHErrorResources.ER_UNKNOWN_OPCODE, method
296 new Object[]{ String.valueOf(stepType) }); //"ERROR! Unknown op code: "+m_opMap[opPos]);
302 * Tell the user of an error, and probably throw an
305 * @param msg An error msgkey that corresponds to one of the constants found
314 public void error(String msg, Object[] args) throws javax.xml.transform.TransformerException method in class:OpMap
442 break; // Should assert error
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java 229 * Cast result object to a number. Always issues an error.
238 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NUMBER, method
257 * Cast result object to a boolean. Always issues an error.
266 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NUMBER, method
403 * Cast result object to a nodelist. Always issues an error.
412 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NODELIST, method
430 * Cast result object to a nodelist. Always issues an error.
439 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NODELIST, method
446 * Cast result object to a nodelist. Always issues an error.
455 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NODELIST method
473 error(XPATHErrorResources.ER_CANT_CONVERT_TO_MUTABLENODELIST, method
518 error(XPATHErrorResources.ER_CANT_CONVERT_TO_TYPE, method
682 protected void error(String msg) method in class:XObject
685 error(msg, null); method
697 protected void error(String msg, Object[] args) method in class:XObject
    [all...]
  /external/boringssl/src/ssl/
ssl_cert.c 482 s->verify_result = ctx.error;
848 uint32_t error; local
866 error = ERR_peek_last_error();
867 if (ERR_GET_LIB(error) != ERR_LIB_X509 ||
868 ERR_GET_REASON(error) != X509_R_CERT_ALREADY_IN_HASH_TABLE) {
877 error = ERR_peek_last_error();
878 if (ERR_GET_LIB(error) != ERR_LIB_X509 ||
879 ERR_GET_REASON(error) != X509_R_CERT_ALREADY_IN_HASH_TABLE) {
915 ERR_add_error_data(2, "Verify error:", X509_verify_cert_error_string(i));
  /external/ceres-solver/internal/ceres/
evaluator_test.cc 131 string error; local
132 return Evaluator::Create(options, program, &error);
604 string error; local
605 scoped_ptr<Evaluator> evaluator(Evaluator::Create(options, program, &error));
line_search.h 191 string error; member in struct:ceres::internal::LineSearch::Summary
199 string* error);
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
ecmalintrules.py 35 from closure_linter.common import error namespace
52 Error = error.Error
137 # possible encodings or return without an error to protect against
182 # this won't report an error for {number|Array.<string>?}, etc.
195 Reports a MISSING_SPACE error if the token does not begin with a space or
283 # block is undoubtedly a parse error.
325 # TODO(robbyw): Error about no multi-statement lines.
339 # NOTE(user): This is not a perfect check, and will not throw an error
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
gflags2man.py 84 def error(self, msg): print >>sys.stderr, "ERROR: ", msg member in class:Logging
193 logging.error('Could not locate "%s"' % self.long_name)
210 logging.error('Error: "%s %s" returned only %d lines: %s'
305 logging.error('Flag info, but no current flag "%s"' % line)
  /external/clang/test/SemaTemplate/
instantiate-declref.cpp 39 template struct N::Outer::Inner::InnerTemplate<INT>::UeberInner; // expected-error{{no struct named 'UeberInner' in 'N::Outer::Inner::InnerTemplate<int>'}}
53 s1.x = s2.x; // expected-error{{incompatible}}
104 T::foo(); // expected-error {{has no members}}
111 T::error; // expected-error {{no member}} member in class:test2::T
  /external/deqp/modules/egl/
teglImageTests.cpp 98 EGLint error; local
102 error = eglTestCtx.getLibrary().getError();
104 if (error != expectError)
106 log << TestLog::Message << " Fail: Error code mismatch! Expected " << eglu::getErrorStr(expectError) << ", got " << eglu::getErrorStr(error) << TestLog::EndMessage;
110 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Invalid error code");
121 EGLint error; local
125 error = eglTestCtx.getLibrary().getError();
135 if (error != expectError)
137 log << TestLog::Message << " Fail: Error code mismatch! Expected " << eglu::getErrorStr(expectError) << ", got " << eglu::getErrorStr(error (…)
    [all...]
teglQuerySurfaceTests.cpp 275 const EGLint error = egl.getError(); local
277 if (error != EGL_SUCCESS)
279 log << TestLog::Message << " Fail, querying " << name << " from a non-pbuffer surface should not result in an error, received "
280 << eglu::getErrorStr(error) << TestLog::EndMessage;
281 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Illegal error condition");
506 const EGLint error = egl.getError(); local
508 if (error != EGL_SUCCESS)
510 log << TestLog::Message << " Fail, setting EGL_MIPMAP_LEVEL should not result in an error, received " << eglu::getErrorStr(error) << TestLog::EndMessage;
512 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Illegal error condition")
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 180 bool error = false; local
194 error = true;
198 if (error)
204 << tcu::TestLog::Image("Error mask", "Error mask", errorMask)
215 return !error;
250 bool error = false; local
328 error = true;
334 // report error
335 if (error)
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 183 bool error = false; local
197 error = true;
201 if (error)
207 << tcu::TestLog::Image("Error mask", "Error mask", errorMask)
218 return !error;
258 bool error = false; local
336 error = true;
342 // report error
343 if (error)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 594 const int error = int(deFloatCeil(255.0f * 2.0f / float(srcMaxValue))); local
596 return de::clamp<int>(error, 0, 255);

Completed in 391 milliseconds

<<31323334353637383940>>