/third_party/mesa3d/include/android_stub/android/ |
D | log.h | 213 typedef void (*__android_logger_function)(const struct __android_log_message* log_message); 233 void __android_log_write_log_message(struct __android_log_message* log_message) __INTRODUCED_IN(30); 255 void __android_log_logd_logger(const struct __android_log_message* log_message) __INTRODUCED_IN(30); 265 void __android_log_stderr_logger(const struct __android_log_message* log_message)
|
/third_party/boost/libs/lexical_cast/example/ |
D | small_examples.cpp | 18 void log_message(const std::string &); 22 log_message("Error " + boost::lexical_cast<std::string>(yoko) + ": " + strerror(yoko)); in log_errno() 50 void log_message(const std::string &) {} in log_message() function
|
/third_party/python/Lib/lib2to3/ |
D | fixer_base.py | 116 def log_message(self, message): member in BaseFix 133 self.log_message(msg % (lineno, for_output)) 135 self.log_message(reason) 145 self.log_message("Line %d: %s" % (lineno, reason))
|
D | main.py | 85 self.log_message('Writing converted %s to %s.', orig_filename, 94 self.log_message("Can't remove backup %s", backup) 98 self.log_message("Can't rename %s to %s", filename, backup) 110 self.log_message("No changes to %s", filename) 112 self.log_message("Refactored %s", filename)
|
D | refactor.py | 243 self.log_message("Skipping optional fixer: %s", fix_name) 263 def log_message(self, msg, *args): member in RefactoringTool 615 self.log_message("No files %s modified.", were) 617 self.log_message("Files that %s modified:", were) 619 self.log_message(file) 621 self.log_message("Warnings/messages while refactoring:") 623 self.log_message(message) 626 self.log_message("There was 1 error:") 628 self.log_message("There were %d errors:", len(self.errors)) 630 self.log_message(msg, *args, **kwds)
|
/third_party/grpc/tools/run_tests/python_utils/ |
D | port_server.py | 110 req.log_message("kill old request %d" % i) 114 req.log_message("found available port %d" % i) 127 req.log_message("failed to find ports: retrying soon") 159 self.log_message('allocated port %d' % p) 174 self.log_message('drop %s port %d' % (k, p))
|
/third_party/openssl/apps/ |
D | ocsp.c | 105 static void log_message(int level, const char *fmt, ...); 601 log_message(LOG_INFO, "waiting for OCSP client connections..."); in ocsp_main() 615 log_message(LOG_ERR, "error reloading updated index: %s", in ocsp_main() 835 log_message(int level, const char *fmt, ...) in log_message() function 1305 log_message(LOG_ERR, "Error setting up accept BIO"); in init_responder() 1312 log_message(LOG_ERR, "Error starting accept"); in init_responder() 1399 log_message(LOG_INFO, "Invalid request -- bad URL: %s", client); in do_responder() 1409 log_message(LOG_INFO, in do_responder() 1425 log_message(LOG_INFO, in do_responder() 1431 log_message(LOG_ERR, "Could not allocate base64 bio: %s", client); in do_responder() [all …]
|
/third_party/python/Lib/http/ |
D | server.py | 544 self.log_message('"%s" %s %s', 559 self.log_message(format, *args) 561 def log_message(self, format, *args): member in BaseHTTPRequestHandler 1191 self.log_message("command: %s", subprocess.list2cmdline(cmdline)) 1220 self.log_message("CGI script exited OK")
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessVertexArraysTests.cpp | 3383 const glw::GLchar* log_message) in CheckXFB() argument 3421 << expected_str << " was expected. " << log_message in CheckXFB() 4190 bool CreationErrorTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError() argument 4199 …m_context.getTestContext().getLog() << tcu::TestLog::Message << log_message << " " << glu::getErro… in CheckError() 4342 …eDisableAttributeErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError() argument 4351 …m_context.getTestContext().getLog() << tcu::TestLog::Message << log_message << " " << glu::getErro… in CheckError() 4477 bool ElementBufferErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError() argument 4486 …m_context.getTestContext().getLog() << tcu::TestLog::Message << log_message << " " << glu::getErro… in CheckError() 4689 bool VertexBuffersErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError() argument 4698 …m_context.getTestContext().getLog() << tcu::TestLog::Message << log_message << " " << glu::getErro… in CheckError() [all …]
|
D | gl4cDirectStateAccessTests.hpp | 4372 …bool CheckXFB(const glw::GLuint count, const glw::GLint expected[], const glw::GLchar* log_message… 4564 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4590 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4615 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4661 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4708 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4737 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4763 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4788 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message); 4830 bool CheckError(const glw::GLenum expected, const glw::GLchar* log_message);
|
/third_party/python/Lib/test/ |
D | test_urllib2_localnet.py | 215 def log_message(self, format, *args): member in BasicAuthHandler 260 def log_message(self, format, *args): member in FakeProxyHandler 434 def log_message(self, *args): member in GetRequestHandler.FakeHTTPRequestHandler
|
D | ssl_servers.py | 75 def log_message(self, format, *args): member in RootedHTTPRequestHandler
|
D | test_robotparser.py | 307 def log_message(self, format, *args): member in RobotHandler
|
D | test_httpservers.py | 38 def log_message(self, *args): member in NoLogRequestHandler 882 def log_message(self, format, *args): member in SocketlessRequestHandler
|
D | test_xmlrpc.py | 331 def log_message(self, format, *args): member in XMLRPCTestCase.test_keepalive_disconnect.RequestHandler
|
D | test_logging.py | 955 def log_message(self, format, *args): member in TestHTTPServer.__init__.DelegatingHTTPRequestHandler 958 self).log_message(format, *args)
|
/third_party/ninja/src/ |
D | browse.py | 195 def log_message(self, format, *args): member in RequestHandler
|
/third_party/python/Doc/library/ |
D | http.server.rst | 283 the message to :meth:`log_message`, so it takes the same arguments 287 .. method:: log_message(format, ...) 292 :meth:`log_message` are applied as inputs to the formatting. The client
|
/third_party/python/Lib/distutils/ |
D | util.py | 501 def log_message(self, msg, *args): member in run_2to3.DistutilsRefactoringTool
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcea708decoder.c | 133 const gchar * log_message, void (*function) (Cea708Dec * decoder, 1427 const gchar * log_message, void (*function) (Cea708Dec * decoder, in gst_cea708dec_for_each_window() argument 1437 log_message, i, WINDOW_IN_LIST_IS_ACTIVE (window_list), in gst_cea708dec_for_each_window()
|
/third_party/python/Lib/test/test_asyncio/ |
D | utils.py | 137 def log_message(self, format, *args): member in SilentWSGIRequestHandler
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 294 char *log_message; member 332 msg = log_buffer[log_buffer_size].log_message = av_strdup(line); in log_callback() 2098 av_freep(&log_buffer[i].log_message); in clear_log() 2128 print_str("message", log_buffer[i].log_message); in show_log()
|
/third_party/json/test/thirdparty/doctest/ |
D | doctest.h | 1685 virtual void log_message(const MessageData&) = 0; 4211 DOCTEST_ITERATE_THROUGH_REPORTERS(log_message, *this); 4840 void log_message(const MessageData& mb) override { 5329 void log_message(const MessageData& mb) override { 5374 DOCTEST_DEBUG_OUTPUT_REPORTER_OVERRIDE(log_message, const MessageData&, in)
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | client_channel.cc | 716 PendingBatch* PendingBatchFind(const char* log_message, Predicate predicate); 3645 const char* log_message, Predicate predicate) { in PendingBatchFind() argument 3654 chand_, this, log_message, i); in PendingBatchFind()
|
/third_party/python/Lib/ |
D | pydoc.py | 2364 def log_message(self, *args): member in _start_server.DocHandler
|