HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 326 - 350 of 5380) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pickle.py 22 error = KeyError variable in class:PickleTests
26 error = KeyError variable in class:PicklerTests
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_shlib.c 15 #define dlerror() "error in dynamic linking"
133 const char *error = dlerror(); local
134 if (error == NULL)
135 error = "unknown dlopen() error";
136 PyErr_SetString(PyExc_ImportError, error);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
support.c 68 /* error */
89 /* error */
177 void error(char *message,int line_no) function
179 void error(message,line_no)
186 fprintf(stderr, " Error: %s\n", message);
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3ErrorLog.java 40 * which we can use to install an error listener for the ANTLR
49 * it receives to the Maven error sink.
51 * @param log The Maven Error Log
66 * Sends an error message from ANTLR analysis to the Maven Log sink.
70 public void error(Message message) { method in class:Antlr3ErrorLog
71 log.error(message.toString());
84 * Sends an error message from the ANTLR tool to the Maven Log sink.
87 public void error(ToolMessage toolMessage) { method in class:Antlr3ErrorLog
88 log.error(toolMessage.toString());
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 34 private String error; // stderr field in class:gUnitTestResult
62 return error;
73 public void setError(String error) {
74 this.error = error;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Attribute.java 94 ErrorManager.error(ErrorManager.MSG_CANNOT_FIND_ATTRIBUTE_NAME_IN_DECL,decl);
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
ErrorQueue.java 46 public void error(Message msg) { method in class:ErrorQueue
54 public void error(ToolMessage msg) { method in class:ErrorQueue
  /external/apache-http/android/src/android/net/http/
LoggingEventHandler.java 75 public void error(int id, String description) { method in class:LoggingEventHandler
77 HttpLog.v("LoggingEventHandler: error() called Id:" + id +
82 public boolean handleSslErrorRequest(SslError error) {
84 HttpLog.v("LoggingEventHandler: handleSslErrorRequest():" + error);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorExsltFuncResult.java 60 handler.error(msg, new SAXException(msg));
67 handler.error(msg, new SAXException(msg));
ProcessorNamespaceAlias.java 84 handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX_FOR_DEFAULT, null, null);
90 handler.error(XSLTErrorResources.ER_INVALID_NAMESPACE_URI_VALUE_FOR_RESULT_PREFIX, new Object[] {prefix}, null);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyImport.java 76 transformer.getMsgMgr().error(this,
89 transformer.getMsgMgr().error(this,
105 error(XSLTErrorResources.ER_CANNOT_ADD, method
ElemComment.java 134 error(XSLTErrorResources.ER_CANNOT_ADD, method
ElemText.java 139 error(XSLTErrorResources.ER_CANNOT_ADD, method
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
MsgMgr.java 32 * This class will manage error messages, warning messages, and other types of
58 * the error condition is severe enough to halt processing.
85 * the error condition is severe enough to halt processing.
101 * the error condition is severe enough to halt processing.
119 * the error condition is severe enough to halt processing.
138 * the error condition is severe enough to halt processing.
157 * Tell the user of an error, and probably throw an
162 * the error condition is severe enough to halt processing.
166 public void error(SourceLocator srcLctr, String msg) throws TransformerException
185 * Tell the user of an error, and probably throw a
195 public void error(SourceLocator srcLctr, String msg) throws TransformerException method in class:MsgMgr
197 error(srcLctr, null, null, msg, null); method
212 public void error(SourceLocator srcLctr, String msg, Object[] args) throws TransformerException method in class:MsgMgr
214 error(srcLctr, null, null, msg, args); method
229 public void error(SourceLocator srcLctr, String msg, Exception e) throws TransformerException method in class:MsgMgr
231 error(srcLctr, msg, null, e); method
247 public void error(SourceLocator srcLctr, String msg, Object args[], Exception e) throws TransformerException method in class:MsgMgr
278 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) method in class:MsgMgr
281 error(srcLctr, styleNode, sourceNode, msg, null); method
298 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) method in class:MsgMgr
    [all...]
  /external/boringssl/src/crypto/bio/
socket_helper.c 107 int error; local
108 socklen_t error_size = sizeof(error);
110 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (char *)&error, &error_size) < 0) {
113 return error;
  /external/chromium-trace/catapult/systrace/systrace/
util.py 17 def error(self, msg): member in class:OptionParserIgnoreErrors
72 except OSError as error:
74 print >> sys.stderr, ('\nThe command "%s" failed with the following error:'
76 print >> sys.stderr, ' %s' % str(error)
78 adb_return_code = error.errno
79 adb_output = error
80 except subprocess.CalledProcessError as error:
81 # The process exited with an error.
82 adb_return_code = error.returncode
83 adb_output = error.outpu
    [all...]
  /external/clang/test/SemaCXX/
address-of.cpp 15 bar(&var); // expected-error{{invalid use of member 'var' in static member function}}
25 (void)&Enumerator; // expected-error{{cannot take the address of an rvalue of type 'E'}}
30 (void)&N; // expected-error{{cannot take the address of an rvalue of type 'int'}}
44 int (PR11066::*ptr)(int) = & &PR11066::foo; // expected-error{{extra '&' taking address of overloaded function}}
48 // emit no error
52 template<typename T> void S<T>::f() { T::error; } member in class:test3::T
  /external/clang/test/SemaTemplate/
instantiate-overload-candidates.cpp 12 T t; // expected-error{{field has incomplete type}}
26 static T f() { T::error; } // expected-error {{has no members}} member in class:X::T
  /external/curl/docs/examples/
cacertinmem.c 70 /* clear the current thread's OpenSSL error queue */
91 unsigned long error = ERR_peek_last_error(); local
93 /* Ignore error X509_R_CERT_ALREADY_IN_HASH_TABLE which means the
98 if(ERR_GET_LIB(error) != ERR_LIB_X509 ||
99 ERR_GET_REASON(error) != X509_R_CERT_ALREADY_IN_HASH_TABLE)
110 unsigned long error = ERR_peek_last_error(); local
112 fprintf(stderr, "error adding certificate\n");
113 if(error) {
114 ERR_error_string_n(error, errbuf, sizeof errbuf);
threaded-ssl.c 128 curl_easy_perform(curl); /* ignores error */
138 int error; local
148 error = pthread_create(&tid[i],
152 if(0 != error)
153 fprintf(stderr, "Couldn't run thread number %d, errno %d\n", i, error);
160 error = pthread_join(tid[i], NULL);
  /external/curl/lib/
hostip6.c 167 int error; local
218 error = Curl_getaddrinfo_ex(hostname, sbufptr, &hints, &res);
219 if(error) {
  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedNegative.cpp 186 glw::GLenum error = m_context.getRenderContext().getFunctions().getError(); local
188 if (expectedResult != error)
190 m_testCtx.getLog() << tcu::TestLog::Message << "Error on " << call << " call.\n"
191 << "Expected " << expectedResult << " but found " << error << tcu::TestLog::EndMessage;
  /external/dhcpcd-6.8.2/compat/
posix_spawn.c 91 volatile int error; local
93 error = 0;
108 error = posix_spawnattr_handle(attrp);
109 if (error)
113 error = errno;
116 if (error != 0)
120 return error;
  /external/eigen/bench/btl/actions/
action_lu_solve.hh 110 typename Interface::real_type error= local
113 if (error>1.e-5){
114 INFOS("WRONG CALCULATION...residual=" << error);
  /external/eigen/test/
prec_inverse_4x4.cpp 22 double error = double( (m*inv-MatrixType::Identity()).norm() / NumTraits<Scalar>::epsilon() ); local
23 EIGEN_DEBUG_VAR(error)
24 VERIFY(error == 0.0);
44 double error = double( (m*inv-MatrixType::Identity()).norm() * absdet / NumTraits<Scalar>::epsilon() ); local
45 error_sum += error;
46 error_max = (std::max)(error_max, error);

Completed in 814 milliseconds

<<11121314151617181920>>