HomeSort by relevance Sort by last modified time
    Searched refs:error_log (Results 1 - 18 of 18) sorted by null

  /bionic/libc/malloc_debug/
Config.cpp 130 error_log("%s: bad value for option '%s': %s", getprogname(), property->c_str(),
136 error_log("%s: bad value for option '%s'", getprogname(), property->c_str());
138 error_log("%s: bad value for option '%s', non space found after option: %s",
143 error_log("%s: bad value for option '%s', value cannot be negative: %ld",
156 error_log("malloc debug options usage:");
157 error_log("");
158 error_log(" front_guard[=XX]");
159 error_log(" Enables a front guard on all allocations. If XX is set");
160 error_log(" it sets the number of bytes in the guard. The default is");
161 error_log(" %zu bytes, the max bytes is %zu.", DEFAULT_GUARD_BYTES, MAX_GUARD_BYTES)
    [all...]
debug_log.h 39 #define error_log(format, ...) \ macro
FreeTrackData.cpp 49 error_log(LOG_DIVIDER);
50 error_log("+++ ALLOCATION %p USED AFTER FREE", pointer);
54 error_log(" allocation[%zu] = 0x%02x (expected 0x%02x)", i, pointer[i], fill_free_value);
60 error_log("Backtrace at time of free:");
63 error_log(LOG_DIVIDER);
71 error_log(LOG_DIVIDER);
72 error_log("+++ ALLOCATION %p HAS CORRUPTED HEADER TAG 0x%x AFTER FREE", pointer, header->tag);
73 error_log(LOG_DIVIDER);
139 error_log("Backtrace of original free:");
debug_disable.cpp 48 error_log("pthread_key_create failed: %s", strerror(error));
GuardData.cpp 51 error_log(LOG_DIVIDER);
52 error_log("+++ ALLOCATION %p SIZE %zu HAS A CORRUPTED %s GUARD", pointer,
61 error_log(" allocation[%d] = 0x%02x (expected 0x%02x)", pointer_idx, real[i], expected[i]);
65 error_log("Backtrace at time of failure:");
70 error_log(LOG_DIVIDER);
TrackData.cpp 100 error_log("+++ %s leaked block of size %zu at %p (leak %zu of %zu)", getprogname(),
105 error_log("Backtrace at time of allocation:");
BacktraceData.cpp 72 error_log("Unable to set up backtrace signal enable function: %s", strerror(errno));
malloc_debug.cpp 119 error_log(LOG_DIVIDER);
121 error_log("+++ ALLOCATION %p USED AFTER FREE (%s)", pointer, name);
126 error_log("+++ ALLOCATION %p HAS INVALID TAG %" PRIx32 " (%s)", pointer, header->tag, name);
128 error_log("Backtrace at time of failure:");
133 error_log(LOG_DIVIDER);
244 error_log("get_malloc_leak_info: At least one invalid parameter.");
255 error_log("get_malloc_leak_info: Allocations not being tracked, to enable "
  /external/wpa_supplicant_8/hs20/server/www/
est.php 25 error_log("EST: Missing auth parameter");
30 error_log("EST: Empty username");
36 error_log("EST: Could not access database");
44 error_log("EST: Session not found for user=$user realm=$realm");
49 error_log("EST: Session fetch failed for user=$user realm=$realm");
56 error_log("EST: Unexpected operation $oper for user=$user realm=$realm");
61 error_log("EST: Empty password for user=$user realm=$realm");
70 error_log("EST: Incorrect authentication response for user=$user realm=$realm");
79 error_log("EST: cacerts - unknown realm $realm");
89 error_log("EST: cacerts")
    [all...]
spp.php 6 error_log("spp.php - Unexpected Content-Type " . $_SERVER["CONTENT_TYPE"]);
11 error_log("spp.php - Unexpected method " . $_SERVER["REQUEST_METHOD"]);
19 error_log("spp.php - Realm not specified");
38 error_log("spp.php - Authentication failed - missing: " . print_r($needed));
43 error_log("spp.php - Authentication failed - empty username");
50 error_log("spp.php - Could not access database");
62 error_log("spp.php - Authentication failed - user '$user' not found");
66 error_log("spp.php - Authentication failed - empty password");
75 error_log("Authentication failure - response mismatch");
88 error_log("spp.php - Authentication required (not signup)")
    [all...]
  /bionic/libc/bionic/
malloc_common.cpp 191 #define error_log(format, ...) \ macro
232 error_log("%s: dlsym(\"%s\") failed", getprogname(), symbol);
331 error_log("%s: Unable to open debug malloc shared library %s: %s",
340 error_log("%s: debug_initialize routine not found in %s", getprogname(), DEBUG_SHARED_LIB);
348 error_log("%s: debug_finalize routine not found in %s", getprogname(), DEBUG_SHARED_LIB);
355 error_log("%s: debug_get_malloc_leak_info routine not found in %s", getprogname(),
363 error_log("%s: debug_free_malloc_leak_info routine not found in %s", getprogname(),
371 error_log("%s: debug_malloc_backtrace routine not found in %s", getprogname(),
408 error_log("failed to set atexit cleanup function: %d", ret_value);
  /bionic/libc/malloc_debug/tests/
backtrace_fake.cpp 57 error_log(" #%02zd pc %p", i, reinterpret_cast<void*>(frames[i]));
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
errormiddleware.py 41 ``error_log``:
82 error_log=None,
109 self.error_log = error_log
179 error_log=self.error_log,
325 error_log=None,
370 if error_log:
372 filename=error_log)
  /external/parameter-framework/upstream/tools/xmlValidator/
xmlValidator.py 91 PrintColor.error('Error: %s' % str(schema.error_log))
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 327 char* error_log = new char[log_length]; local
328 if (error_log) {
329 glGetShaderInfoLog(shader, log_length, NULL, error_log);
330 ALOGE("Shader compilation error %d:\n%s\n", shader_type, error_log);
331 delete[] error_log;
361 char* error_log = new char[log_length]; local
362 if (error_log) {
363 glGetProgramInfoLog(program, log_length, NULL, error_log);
364 ALOGE("Program Linker Error:\n%s\n", error_log);
365 delete[] error_log;
    [all...]
  /system/core/crash_reporter/
user_collector.cc 190 std::string error_log = brillo::GetLog(); local
199 error_log.append(diag_log_contents);
207 if (WriteNewFile(log_path, error_log.data(), error_log.length()) < 0) {
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 1175 ScopedMemoryLog error_log; local
1360 ScopedMemoryLog error_log; local
    [all...]
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py     [all...]

Completed in 4317 milliseconds