Searched refs:str_newline (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/ |
D | logging.cc | 600 std::string str_newline(stream_.str()); in ~LogMessage() local 605 message_start_, str_newline)) { in ~LogMessage() 612 OutputDebugStringA(str_newline.c_str()); in ~LogMessage() 722 asl_set(asl_message.get(), ASL_KEY_MSG, str_newline.c_str()); in ~LogMessage() 757 str_newline.c_str()); in ~LogMessage() 778 __android_log_write(priority, "chromium", str_newline.c_str()); in ~LogMessage() 785 str_newline.c_str()); in ~LogMessage() 788 ignore_result(fwrite(str_newline.data(), str_newline.size(), 1, stderr)); in ~LogMessage() 794 ignore_result(fwrite(str_newline.data(), str_newline.size(), 1, stderr)); in ~LogMessage() 815 static_cast<const void*>(str_newline.c_str()), in ~LogMessage() [all …]
|
/external/libchrome/libchrome_tools/patch/ |
D | logging.patch | 54 str_newline.c_str()); 67 __android_log_write(priority, "chromium", str_newline.c_str()); 74 + str_newline.c_str()); 77 ignore_result(fwrite(str_newline.data(), str_newline.size(), 1, stderr));
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 1586 static PyObject *str_newline = NULL, *str_space = NULL; in builtin_print() local 1595 if (str_newline == NULL) { in builtin_print() 1596 str_newline = PyString_FromString("\n"); in builtin_print() 1597 if (str_newline == NULL) in builtin_print() 1601 Py_CLEAR(str_newline); in builtin_print() 1607 Py_CLEAR(str_newline); in builtin_print() 1613 Py_CLEAR(str_newline); in builtin_print() 1670 newline = str_newline; in builtin_print()
|