/external/selinux/mcstrans/src/ |
D | mcstrans.c | 41 #define log_error(fmt, ...) fprintf(stderr, fmt, __VA_ARGS__) macro 289 log_error("create_word: allocation error %s", strerror(errno)); in create_word() 355 log_error("allocation error %s", strerror(errno)); in create_group() 423 log_error("allocation error %s", strerror(errno)); in create_domain() 431 log_error("'%s'is invalid because '-' is illegal in modifiers.\n", trans); in add_word() 437 log_error(" syntax error in %s\n", raw); in add_word() 466 log_error("allocation error %s", strerror(errno)); in add_constraint() 480 log_error("asprintf failed %s", strerror(errno)); in add_constraint() 492 log_error("allocation error %s", strerror(errno)); in add_constraint() 507 log_error("asprintf failed %s", strerror(errno)); in add_constraint() [all …]
|
/external/toolchain-utils/crosperf/ |
D | benchmark_run_unittest.py | 37 self.log_error = [] 133 self.log_error.append(msg) 180 self.log_error = [] 202 self.assertEqual(len(self.log_error), 0) 216 self.assertEqual(len(self.log_error), 0) 230 self.assertEqual(len(self.log_error), 0) 244 self.assertEqual(self.log_error, ['result.err stuff']) 253 self.assertEqual(self.log_error, [
|
/external/v8/tools/profviz/ |
D | stdio.js | 47 function log_error(text) { function 51 var psc = new PlotScriptComposer(kResX, kResY, log_error);
|
D | worker.js | 75 function log_error(text) { function 128 var psc = new PlotScriptComposer(resx, resy, log_error);
|
/external/python/cpython2/Lib/ |
D | BaseHTTPServer.py | 332 self.log_error("Request timed out: %r", e) 364 self.log_error("code %d, message %s", code, message) 435 def log_error(self, format, *args): member in BaseHTTPRequestHandler
|
D | CGIHTTPServer.py | 238 self.log_error("CGI script exit status %#x", sts) 288 self.log_error('%s', stderr) 293 self.log_error("CGI script exit status %#x", status)
|
/external/autotest/client/cros/ |
D | httpd.py | 26 self.log_error(str(e)) 46 def log_error(self, format, *args): member in FormHandler 235 def log_error(self, format, *args): member in SecureHTTPRequestHandler
|
/external/python/cpython3/Lib/lib2to3/ |
D | refactor.py | 271 def log_error(self, msg, *args, **kwds): member in RefactoringTool 327 self.log_error("Can't open %s: %s", filename, err) 376 self.log_error("Can't parse %s: %s: %s", 535 self.log_error("Can't create %s: %s", filename, err) 540 self.log_error("Can't write %s: %s", filename, err) 606 self.log_error("Can't parse docstring in %s line %s: %s: %s",
|
D | main.py | 65 def log_error(self, msg, *args, **kwargs): member in StdoutRefactoringTool
|
/external/python/cpython2/Lib/lib2to3/ |
D | refactor.py | 274 def log_error(self, msg, *args, **kwds): member in RefactoringTool 330 self.log_error("Can't open %s: %s", filename, err) 379 self.log_error("Can't parse %s: %s: %s", 538 self.log_error("Can't create %s: %s", filename, err) 543 self.log_error("Can't write %s: %s", filename, err) 609 self.log_error("Can't parse docstring in %s line %s: %s: %s",
|
D | main.py | 65 def log_error(self, msg, *args, **kwargs): member in StdoutRefactoringTool
|
/external/python/cpython3/Lib/http/ |
D | server.py | 410 self.log_error("Request timed out: %r", e) 448 self.log_error("code %d, message %s", code, message) 538 def log_error(self, format, *args): member in BaseHTTPRequestHandler 1116 self.log_error("CGI script exit status %#x", sts) 1165 self.log_error('%s', stderr) 1170 self.log_error("CGI script exit status %#x", status)
|
/external/python/cpython3/Lib/distutils/ |
D | util.py | 493 def log_error(self, msg, *args, **kw): member in run_2to3.DistutilsRefactoringTool
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 1087 log_error(struct file *file, int code, const char *what) in log_error() function 1134 log_error(file, code, what); in stop() 1743 log_error(file, INVALID_ERROR_CODE, "iTXt chunk length"); in process_iTXt() 3592 log_error(&control->file, LIBPNG_ERROR_CODE, "OOM allocating png_struct"); in read_png()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_validate.c | 107 log_error(validate_state *state, const char *cond, const char *file, int line) in log_error() function 126 log_error(state, #cond, __FILE__, __LINE__); \
|
/external/python/cpython2/Doc/library/ |
D | basehttpserver.rst | 233 .. method:: log_error(...)
|
/external/python/cpython3/Doc/library/ |
D | http.server.rst | 261 .. method:: log_error(...)
|