Home
last modified time | relevance | path

Searched defs:newline (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCheckTags.java72 private boolean newline; field in CheckTags.DocStack
113 public void output(String msg, boolean error, boolean newline) { in output()
117 void output(String msg, boolean error, boolean newline, int ix) { in output()
247 boolean newline = false; field in CheckTags
249 void output(String msg, boolean error, boolean newline) { in output()
/third_party/skia/third_party/externals/harfbuzz/test/shape/
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/skia/src/core/
DSkStringUtils.cpp38 static const char newline[] = "\n"; in SkTabString() local
/third_party/node/deps/npm/node_modules/cli-columns/
Dindex.js9 newline: '\n', property
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
DtokenTypes.js55 var newline = 10; // '\n'.charCodeAt(0); variable
/third_party/pcre2/pcre2/src/
Dpcre2demo.c86 uint32_t newline; in main() local
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dpp.c115 const char *backslash, *newline, *search_start; in remove_line_continuations() local
/third_party/python/Modules/_io/clinic/
D_iomodule.c.h145 const char *newline = NULL; in _io_open() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dio.hpp59 char_type newline; member in glm::io::format_punct
/third_party/python/Lib/test/
Dtest_uu.py32 errors="strict", newline="\n"): argument
/third_party/skia/src/gpu/
DGrShaderUtils.cpp168 void newline() { in newline() function in GrShaderUtils::GLSLPrettyPrint
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dpostprocessor.c641 size_t newline; in process_multipart_headers() local
709 size_t newline; in process_value_to_boundary() local
/third_party/node/tools/gyp/pylib/gyp/
Dninja_syntax.py24 def newline(self): member in Writer
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dninja_syntax.py24 def newline(self): member in Writer
/third_party/python/Lib/
Dtempfile.py539 newline=None, suffix=None, prefix=None, argument
607 newline=None, suffix=None, prefix=None, argument
689 encoding=None, newline=None, argument
Dbz2.py272 encoding=None, errors=None, newline=None): argument
Dlzma.py273 encoding=None, errors=None, newline=None): argument
D_pyio.py78 newline=None, closefd=True, opener=None): argument
2019 def __init__(self, buffer, encoding=None, errors=None, newline=None, argument
2052 def _check_newline(self, newline): argument
2058 def _configure(self, encoding=None, errors=None, newline=None, argument
2132 encoding=None, errors=None, newline=Ellipsis, argument
2668 def __init__(self, initial_value="", newline="\n"): argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DXMLRecordWriter.java242 private void newline() { in newline() method in XMLRecordWriter
/third_party/skia/third_party/externals/tint/src/diagnostic/
Dformatter.cc94 void newline() { stream << std::endl; } in newline() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
DXMLRecordWriter.java246 private void newline() { in newline() method in XMLRecordWriter
/third_party/node/deps/v8/src/utils/
Dostreams.cc103 const char* newline = reinterpret_cast<const char*>(memchr(s, '\n', e - s)); in xsputn() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go343 func (l *lexer) newline() { func
681 func (p *parser) newline(i int) bool { func
/third_party/spirv-tools/utils/vscode/src/parser/
Dparser.go343 func (l *lexer) newline() { func
681 func (p *parser) newline(i int) bool { func
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/
Dparser.go343 func (l *lexer) newline() { func
681 func (p *parser) newline(i int) bool { func

1234