Searched refs:message (Results 1 – 9 of 9) sorted by relevance
/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 66 message = msg; in set_message() 70 fprintf(stderr, "%s", message.c_str()); in ~ClassWithDtorForMainThread() 73 std::string message; member in ClassWithDtorForMainThread
|
D | gtest_main.cpp | 235 pinfo_->test_case_name(), pinfo_->name(), result.message()); in OnTestPartResult()
|
/bionic/linker/ |
D | linker_dlwarning.cpp | 25 void add_dlwarning(const char* sopath, const char* message, const char* value) { in add_dlwarning() argument 30 current_msg = current_msg + basename(sopath) + ": " + message; in add_dlwarning()
|
D | linker_dlwarning.h | 20 void add_dlwarning(const char* sopath, const char* message, const char* value = nullptr);
|
/bionic/libc/bionic/ |
D | bionic_systrace.cpp | 84 ScopedTrace::ScopedTrace(const char* message) { in ScopedTrace() argument 96 int length = strlen(message); in ScopedTrace() 98 size_t len = snprintf(buf, length + WRITE_OFFSET, "B|%d|%s", getpid(), message); in ScopedTrace()
|
/bionic/libc/private/ |
D | bionic_systrace.h | 28 explicit ScopedTrace(const char* message);
|
/bionic/libc/kernel/uapi/sound/ |
D | firewire.h | 62 __u32 message; member
|
/bionic/libc/kernel/uapi/linux/ |
D | dm-ioctl.h | 76 char message[0]; member
|
/bionic/libc/malloc_debug/ |
D | README.md | 46 If the backtrace option is also enabled, then any error message will include 187 In addition, there is another type of error message that can occur if 189 before the verification occurs. This is the error message that will be found 255 For example, this message: 278 As with the other error message, the function in parenthesis is the
|