| /kernel/linux/linux-6.6/drivers/mtd/devices/ |
| H A D | phram.c | 234 char *newline = strrchr(str, '\n'); in kill_final_newline() local
|
| H A D | block2mtd.c | 389 char *newline = strrchr(str, '\n'); in kill_final_newline() local
|
| /kernel/linux/linux-6.6/tools/scripts/ |
| H A D | utilities.mak | 2 define newline macro 6 newline := $(newline) macro [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/user_events/ |
| H A D | ftrace_test.c | 75 char *newline; in get_print_fmt() local
|
| /third_party/EGL/api/ |
| H A D | reg.py | 497 def newline(self): member in COutputGenerator
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | errors.c | 49 output_if_debug(const char *prefixString, const char *outputString, GLboolean newline) output_if_debug() argument
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | lib.h | 56 newline:1, member
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_context.c | 355 pcre2_set_newline(pcre2_compile_context *ccontext, uint32_t newline) in pcre2_set_newline() argument
|
| /third_party/openGLES/xml/ |
| H A D | reg.py | 496 def newline(self): member in COutputGenerator
|
| /third_party/skia/src/xml/ |
| H A D | SkXMLWriter.cpp | 256 void SkXMLStreamWriter::newline() { in newline() function in SkXMLStreamWriter
|
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| H A D | reg.py | 507 def newline(self): member in COutputGenerator
|
| /third_party/python/Modules/_io/ |
| H A D | _iomodule.c | 196 _io_open_impl(PyObject *module, PyObject *file, const char *mode, int buffering, const char *encoding, const char *errors, const char *newline, int closefd, PyObject *opener) _io_open_impl() argument [all...] |
| /third_party/python/Lib/email/ |
| H A D | header.py | 429 def newline(self): global() member in _ValueFormatter
|
| /third_party/skia/third_party/externals/egl-registry/api/ |
| H A D | reg.py | 508 def newline(self): member in COutputGenerator
|
| /third_party/python/Modules/clinic/ |
| H A D | binascii.c.h | 162 int newline = 1; in binascii_b2a_base64() local
|
| /third_party/skia/include/core/ |
| H A D | SkStream.h | 261 bool newline() { return this->write("\n", strlen("\n")); } in newline() function in SkWStream
|
| /third_party/rust/crates/nom/src/character/ |
| H A D | streaming.rs | 250 pub fn newline<I, Error: ParseError<I>>(input: I) -> IResult<I, char, Error> in newline() functions
|
| H A D | complete.rs | 262 pub fn newline<I, Error: ParseError<I>>(input: I) -> IResult<I, char, Error> in newline() functions
|
| /kernel/linux/linux-6.6/drivers/soc/apple/ |
| H A D | rtkit-crashlog.c | 74 u8 *newline = memchr(ptr, '\n', end - ptr); in apple_rtkit_crashlog_dump_str() local
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | CheckTags.java | 72 private boolean newline; field in CheckTags.DocStack 113 public void output(String msg, boolean error, boolean newline) { in output() argument 117 void output(String msg, boolean error, boolean newline, int ix) { in output() argument 247 boolean newline = false; global() field in CheckTags 249 output(String msg, boolean error, boolean newline) output() argument [all...] |
| /third_party/ninja/ |
| H A D | configure.py | 138 def newline(self): member in Bootstrap [all...] |
| /third_party/mesa3d/src/gallium/tools/trace/ |
| H A D | pytracediff.py | 148 def newline(self): member in PKKPrettyPrinter
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | generator.py | 1383 def newline(self): member in OutputGenerator
|
| /third_party/skia/third_party/externals/harfbuzz/test/shape/ |
| H A D | hb_test_tools.py | 22 def newline (): return '\n' member in ColorFormatter.Null 38 def newline (): return '\n' member in ColorFormatter.ANSI 50 def newline (): return '<br/>\n' member in ColorFormatter.HTML
|
| /third_party/python/Modules/_io/clinic/ |
| H A D | textio.c.h | 194 const char *newline = NULL; _io_TextIOWrapper___init__() local [all...] |