Home
last modified time | relevance | path

Searched defs:newline (Results 1 - 25 of 93) sorted by relevance

1234

/third_party/toybox/toys/other/
H A Dfmt.c35 static void newline(void) in newline() function
/third_party/node/tools/gyp/pylib/gyp/
H A Dninja_syntax.py24 def newline(self): member in Writer
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py24 def newline(self): member in Writer
/third_party/node/deps/npm/node_modules/cli-columns/
H A Dindex.js
/third_party/eudev/src/shared/
H A Dutf8.c142 bool utf8_is_printable_newline(const char* str, size_t length, bool newline) { in utf8_is_printable_newline() argument
/third_party/ninja/misc/
H A Dninja_syntax.py37 def newline(self) -> None: member in Writer
/third_party/pcre2/pcre2/src/
H A Dpcre2demo.c86 uint32_t newline; in main() local
[all...]
/third_party/skia/src/core/
H A DSkStringUtils.cpp38 static const char newline[] = "\n"; in SkTabString() local
/kernel/linux/linux-5.10/block/
H A Dbadblocks.c522 char newline; in badblocks_store() local
/kernel/linux/linux-5.10/kernel/printk/
H A Dprintk_safe.c162 static const char newline[] = KERN_CONT "\n"; in printk_safe_flush_buffer() local
/kernel/linux/linux-6.6/kernel/bpf/
H A Dlog.c66 bool newline = n > 0 && log->kbuf[n - 1] == '\n'; in bpf_verifier_vlog() local
/kernel/linux/linux-6.6/block/
H A Dbadblocks.c520 char newline; in badblocks_store() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DXMLRecordWriter.java242 private void newline() { in newline() method in XMLRecordWriter
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DXMLRecordWriter.java246 private void newline() { in newline() method in XMLRecordWriter
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dpp.c115 const char *backslash, *newline, *search_start; in remove_line_continuations() local
[all...]
/third_party/mesa3d/src/gallium/tools/trace/
H A Dformat.py42 def newline(self): member in Formatter
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A DtokenTypes.js55 var newline = 10; // '\n'.charCodeAt(0); variable
/third_party/node/deps/v8/src/utils/
H A Dostreams.cc103 const char* newline = reinterpret_cast<const char*>(memchr(s, '\n', e - s)); in xsputn() local
/third_party/skia/src/gpu/
H A DGrShaderUtils.cpp168 void newline() { newline() function in GrShaderUtils::GLSLPrettyPrint
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dio.hpp59 char_type newline; member in glm::io::format_punct
/third_party/python/Modules/_io/clinic/
H A D_iomodule.c.h145 const char *newline in _io_open() local
[all...]
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.cc94 void newline() { stream << std::endl; } in newline() function
/kernel/linux/linux-5.10/drivers/mtd/devices/
H A Dblock2mtd.c367 char *newline = strrchr(str, '\n'); in kill_final_newline() local
H A Dphram.c191 char *newline = strrchr(str, '\n'); in kill_final_newline() local
/kernel/linux/linux-5.10/tools/scripts/
H A Dutilities.mak2 define newline macro
6 newline := $(newline) macro
[all...]

Completed in 12 milliseconds

1234