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

  /system/media/audio_utils/
ErrorLog.cpp 31 void error_log_log(error_log_t *error_log, int32_t code, int64_t now_ns)
33 if (error_log == nullptr) {
36 reinterpret_cast<ErrorLog<int32_t> *>(error_log)->log(code, now_ns);
40 error_log_t *error_log, int fd, const char *prefix, size_t lines, int64_t limit_ns)
42 if (error_log == nullptr) {
45 return reinterpret_cast<ErrorLog<int32_t> *>(error_log)->dump(fd, prefix, lines, limit_ns);
48 void error_log_destroy(error_log_t *error_log)
50 delete reinterpret_cast<ErrorLog<int32_t> *>(error_log);
  /bionic/libc/malloc_debug/
Config.cpp 130 error_log("%s: bad value for option '%s': %s", getprogname(), option.c_str(),
135 error_log("%s: bad value for option '%s'", getprogname(), option.c_str());
139 error_log("%s: bad value for option '%s', non space found after option: %s",
144 error_log("%s: bad value for option '%s', value cannot be negative: %ld",
150 error_log("%s: bad value for option '%s', value must be >= %zu: %ld",
155 error_log("%s: bad value for option '%s', value must be <= %zu: %ld",
282 error_log("%s: value set for option '%s' which does not take a value",
291 error_log("malloc debug options usage:");
292 error_log("");
293 error_log(" front_guard[=XX]")
    [all...]
FreeTrackData.cpp 46 error_log(LOG_DIVIDER);
47 error_log("+++ ALLOCATION %p USED AFTER FREE", pointer);
51 error_log(" allocation[%zu] = 0x%02x (expected 0x%02x)", i, pointer[i], fill_free_value);
57 error_log("Backtrace at time of free:");
60 error_log(LOG_DIVIDER);
66 error_log(LOG_DIVIDER);
67 error_log("+++ ALLOCATION %p HAS CORRUPTED HEADER TAG 0x%x AFTER FREE", pointer, header->tag);
68 error_log(LOG_DIVIDER);
127 error_log("Backtrace of original free:");
debug_log.h 39 #define error_log(format, ...) \ macro
debug_disable.cpp 47 error_log("pthread_key_create failed: %s", strerror(error));
GuardData.cpp 50 error_log(LOG_DIVIDER);
51 error_log("+++ ALLOCATION %p SIZE %zu HAS A CORRUPTED %s GUARD", pointer,
60 error_log(" allocation[%d] = 0x%02x (expected 0x%02x)", pointer_idx, real[i], expected[i]);
64 error_log("Backtrace at time of failure:");
69 error_log(LOG_DIVIDER);
TrackData.cpp 93 error_log("+++ %s leaked block of size %zu at %p (leak %zu of %zu)", getprogname(),
98 error_log("Backtrace at time of allocation:");
BacktraceData.cpp 69 error_log("Unable to set up backtrace signal enable function: %s", strerror(errno));
RecordData.cpp 151 error_log("Failed to write record alloc information: %s", strerror(errno));
168 error_log("Cannot create record alloc file %s: %s", dump_file_.c_str(), strerror(errno));
189 error_log("Unable to set up record dump signal 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/
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...]
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...]
  /system/media/audio_utils/tests/
errorlog_tests.cpp 89 error_log_t *error_log = local
93 error_log_log(error_log, 2 /* code */, 1 /* now_ns */);
94 error_log_dump(error_log, 0 /* fd */, " " /* prefix */, 0 /* lines */, 0 /* limit_ns */);
95 error_log_destroy(error_log);
  /bionic/libc/bionic/
malloc_common.cpp 199 #define error_log(format, ...) \ macro
240 error_log("%s: dlsym(\"%s\") failed", getprogname(), symbol);
344 error_log("%s: Unable to open debug malloc shared library %s: %s",
353 error_log("%s: debug_initialize routine not found in %s", getprogname(), DEBUG_SHARED_LIB);
361 error_log("%s: debug_finalize routine not found in %s", getprogname(), DEBUG_SHARED_LIB);
368 error_log("%s: debug_get_malloc_leak_info routine not found in %s", getprogname(),
376 error_log("%s: debug_free_malloc_leak_info routine not found in %s", getprogname(),
384 error_log("%s: debug_malloc_backtrace routine not found in %s", getprogname(),
421 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]));
  /system/media/audio_utils/include/audio_utils/
ErrorLog.h 220 * \param error_log object returned by create, if NULL nothing happens.
224 void error_log_log(error_log_t *error_log, int32_t code, int64_t now_ns);
228 * \param error_log object returned by create, if NULL nothing happens.
239 error_log_t *error_log, int fd, const char *prefix, size_t lines, int64_t limit_ns);
244 * \param error_log object returned by create, if NULL nothing happens.
246 void error_log_destroy(error_log_t *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...]
  /hardware/qcom/audio/hal/
audio_hw.h 220 error_log_t *error_log; member in struct:stream_out
262 error_log_t *error_log; member in struct:stream_in
audio_hw.c     [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 1182 ScopedMemoryLog error_log; local
1367 ScopedMemoryLog error_log; local
    [all...]
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py     [all...]

Completed in 414 milliseconds