/bionic/libc/bionic/ |
D | bionic_systrace.cpp | 58 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()
|
D | nl_types.cpp | 37 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.cpp | 28 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/ |
D | bionic_systrace.h | 27 explicit ScopedTrace(const char* message); 36 void bionic_trace_begin(const char* message);
|
/bionic/linker/ |
D | linker_dlwarning.cpp | 37 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()
|
D | linker_dlwarning.h | 31 void add_dlwarning(const char* sopath, const char* message, const char* value = nullptr);
|
/bionic/libc/kernel/uapi/sound/ |
D | firewire.h | 56 __u32 message; member 60 __u32 message; member
|
/bionic/libc/async_safe/ |
D | README.md | 6 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/ |
D | tmc.h | 62 void __user * message; member
|
/bionic/libc/kernel/uapi/linux/ |
D | dm-ioctl.h | 65 char message[0]; member
|
/bionic/libc/malloc_debug/ |
D | README.md | 55 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.
|
D | README_marshmallow_and_earlier.md | 84 the expected patterns. If not, then an error message is printed to the log.
|
/bionic/libc/tools/ |
D | pylintrc | 27 # 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/ |
D | fdsan.md | 163 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…
|
D | status.md | 282 message "attempt to use invalid pthread\_t".
|
D | elf-tls.md | 402 variables. From [LLDB r192922][rL192922]'s commit message:
|
/bionic/libc/ |
D | Android.bp | 776 // debuggerd will look for the abort message in libc.so's copy.
|