Home
last modified time | relevance | path

Searched refs:message (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/bionic/
Dbionic_systrace.cpp58 void bionic_trace_begin(const char* message) { in bionic_trace_begin() argument
70 int length = strlen(message); in bionic_trace_begin()
72 size_t len = async_safe_format_buffer(buf, length + WRITE_OFFSET, "B|%d|%s", getpid(), message); in bionic_trace_begin()
92 ScopedTrace::ScopedTrace(const char* message) : called_end_(false) { in ScopedTrace() argument
93 bionic_trace_begin(message); in ScopedTrace()
Dnl_types.cpp37 char* catgets(nl_catd, int, int, const char* message) { in catgets() argument
38 return const_cast<char*>(message); in catgets()
/bionic/tests/
D__cxa_thread_atexit_test.cpp28 message = msg; in set_message()
32 class_with_dtor_output += message; in ~ClassWithDtor()
35 std::string message; member in ClassWithDtor
56 message = msg; in set_message()
60 fprintf(stderr, "%s", message.c_str()); in ~ClassWithDtorForMainThread()
63 std::string message; member in ClassWithDtorForMainThread
/bionic/libc/private/
Dbionic_systrace.h27 explicit ScopedTrace(const char* message);
36 void bionic_trace_begin(const char* message);
/bionic/linker/
Dlinker_dlwarning.cpp37 void add_dlwarning(const char* sopath, const char* message, const char* value) { in add_dlwarning() argument
42 current_msg = current_msg + basename(sopath) + ": " + message; in add_dlwarning()
Dlinker_dlwarning.h31 void add_dlwarning(const char* sopath, const char* message, const char* value = nullptr);
/bionic/libc/kernel/uapi/sound/
Dfirewire.h56 __u32 message; member
60 __u32 message; member
/bionic/libc/async_safe/
DREADME.md6 it among threads, whereas these functions connect to liblog for each log message. While it's
8 a socket for each message does not scale well under load. It was also determined to be too
/bionic/libc/kernel/uapi/linux/usb/
Dtmc.h62 void __user * message; member
/bionic/libc/kernel/uapi/linux/
Ddm-ioctl.h65 char message[0]; member
/bionic/libc/malloc_debug/
DREADME.md55 If the backtrace option is also enabled, then any error message will include
229 In addition, there is another type of error message that can occur if
231 before the verification occurs. This is the error message that will be found
399 log message.
406 in Android P and older, enabling malloc debug would result in this message
411 In android Q, this message will not be displayed because these info messages
440 For example, this message:
459 As with the other error message, the function in parenthesis is the
663 properly, check the logcat looking for this message
668 If you do not see this message, then the wrap property was not set correctly.
DREADME_marshmallow_and_earlier.md84 the expected patterns. If not, then an error message is printed to the log.
/bionic/libc/tools/
Dpylintrc27 # Enable the message, report, category or checker with the given id(s). You can
32 # Disable the message, report, category or checker with the given id(s). You
71 # used to format the message information. See doc for all details
/bionic/docs/
Dfdsan.md163 Abort message: 'attempted to close file descriptor 3, expected to be unowned, actually owned by uni…
204 Abort message: 'attempted to close file descriptor 3, expected to be unowned, actually owned by uni…
Dstatus.md282 message "attempt to use invalid pthread\_t".
Delf-tls.md402 variables. From [LLDB r192922][rL192922]'s commit message:
/bionic/libc/
DAndroid.bp776 // debuggerd will look for the abort message in libc.so's copy.