/bionic/libc/bionic/ |
malloc_debug_common.cpp | 308 error_log("%s: dlsym(\"%s\") failed", __progname, symbol); 314 error_log("%s: dlsym(\"%s\") failed", __progname, symbol); 320 error_log("%s: dlsym(\"%s\") failed", __progname, symbol); 326 error_log("%s: dlsym(\"%s\") failed", __progname, symbol); 332 error_log("%s: dlsym(\"%s\") failed", __progname, symbol); 407 error_log("%s: Debug level %d can only be set in emulator\n", 413 error_log("%s: Memory checking is not enabled in the emulator\n", 420 error_log("%s: Debug level %d is unknown\n", __progname, gMallocDebugLevel); 427 error_log("%s: Missing module %s required for malloc debug level %d: %s", 436 error_log("%s: Initialization routine is not found in %s\n" [all...] |
malloc_debug_common.h | 103 #define error_log(format, ...) \ macro
|
malloc_debug_qemu.cpp | 600 error_log("Unable to open /dev/qemu_trace"); 608 error_log("Unable to mmap /dev/qemu_trace"); 722 error_log("<libc_pid=%03u, pid=%03u>: free(%p) query_info failed.", 799 error_log("<libc_pid=%03u, pid=%03u> calloc: dlcalloc(%u(%u), %u) (prx=%u, sfx=%u) failed." [all...] |
/frameworks/base/media/mca/filterfw/native/core/ |
shader_program.cpp | 334 char* error_log = new char[log_length]; local 335 if (error_log) { 336 glGetShaderInfoLog(shader, log_length, NULL, error_log); 337 ALOGE("Shader compilation error %d:\n%s\n", shader_type, error_log); 338 delete[] error_log; 368 char* error_log = new char[log_length]; local 369 if (error_log) { 370 glGetProgramInfoLog(program, log_length, NULL, error_log); 371 ALOGE("Program Linker Error:\n%s\n", error_log); 372 delete[] error_log; [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
apache_http_server.py | 84 error_log = self._cygwin_safe_join(output_dir, "error_log.txt") 101 '-c', "\'ErrorLog \"%s\"\'" % error_log,
|
http_server.py | 120 error_log = os.path.join(self._output_dir, log_file_name) 148 'accesslog.filename = "%s"\n\n') % (error_log, access_log))
|
websocket_server.py | 155 error_log = os.path.join(self._output_dir, log_file_name + "-err.txt") 174 '--log-file', error_log,
|
/external/protobuf/src/google/protobuf/io/ |
coded_stream_unittest.cc | 957 ScopedMemoryLog error_log; local 1085 ScopedMemoryLog error_log; local [all...] |