Home
last modified time | relevance | path

Searched defs:newline (Results 26 - 50 of 93) sorted by relevance

1234

/kernel/linux/linux-6.6/drivers/mtd/devices/
H A Dphram.c234 char *newline = strrchr(str, '\n'); in kill_final_newline() local
H A Dblock2mtd.c389 char *newline = strrchr(str, '\n'); in kill_final_newline() local
/kernel/linux/linux-6.6/tools/scripts/
H A Dutilities.mak2 define newline macro
6 newline := $(newline) macro
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/
H A Dftrace_test.c75 char *newline; in get_print_fmt() local
/third_party/EGL/api/
H A Dreg.py497 def newline(self): member in COutputGenerator
/third_party/mesa3d/src/mesa/main/
H A Derrors.c49 output_if_debug(const char *prefixString, const char *outputString, GLboolean newline) output_if_debug() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.h56 newline:1, member
/third_party/pcre2/pcre2/src/
H A Dpcre2_context.c355 pcre2_set_newline(pcre2_compile_context *ccontext, uint32_t newline) in pcre2_set_newline() argument
/third_party/openGLES/xml/
H A Dreg.py496 def newline(self): member in COutputGenerator
/third_party/skia/src/xml/
H A DSkXMLWriter.cpp256 void SkXMLStreamWriter::newline() { in newline() function in SkXMLStreamWriter
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py507 def newline(self): member in COutputGenerator
/third_party/python/Modules/_io/
H A D_iomodule.c196 _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 Dheader.py429 def newline(self): global() member in _ValueFormatter
/third_party/skia/third_party/externals/egl-registry/api/
H A Dreg.py508 def newline(self): member in COutputGenerator
/third_party/python/Modules/clinic/
H A Dbinascii.c.h162 int newline = 1; in binascii_b2a_base64() local
/third_party/skia/include/core/
H A DSkStream.h261 bool newline() { return this->write("\n", strlen("\n")); } in newline() function in SkWStream
/third_party/rust/crates/nom/src/character/
H A Dstreaming.rs250 pub fn newline<I, Error: ParseError<I>>(input: I) -> IResult<I, char, Error> in newline() functions
H A Dcomplete.rs262 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 Drtkit-crashlog.c74 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 DCheckTags.java72 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 Dconfigure.py138 def newline(self): member in Bootstrap
[all...]
/third_party/mesa3d/src/gallium/tools/trace/
H A Dpytracediff.py148 def newline(self): member in PKKPrettyPrinter
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenerator.py1383 def newline(self): member in OutputGenerator
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Dhb_test_tools.py22 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 Dtextio.c.h194 const char *newline = NULL; _io_TextIOWrapper___init__() local
[all...]

Completed in 24 milliseconds

1234