Home
last modified time | relevance | path

Searched defs:newline (Results 1 – 25 of 88) 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/node/deps/npm/node_modules/stringify-package/
Dindex.js9 function stringifyPackage (data, indent, newline) { argument
/third_party/cef/tools/yapf/yapf/yapflib/
Dreformatter.py269 def __init__(self, state, newline, previous): argument
344 def _AddNextStateToQueue(penalty, previous_node, newline, count, p_queue): argument
Dpy3compat.py29 def open_with_encoding(filename, mode, encoding, newline=''): # pylint: disable=unused-argument argument
/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/harfbuzz/test/shaping/
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/node/deps/npm/lib/
Dversion.js38 readPackage(function (er, data, indent, newline) { argument
139 readPackage(function (er, data, indent, newline) { argument
345 function write (data, file, indent, newline, cb) { argument
/third_party/skia/src/core/
DSkStringUtils.cpp38 static const char newline[] = "\n"; in SkTabString() local
/third_party/flutter/skia/src/core/
DSkStringUtils.cpp38 static const char newline[] = "\n"; in SkTabString() local
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Dhb_test_tools.py100 def newline (): return '\n' member in ColorFormatter.Null
116 def newline (): return '\n' member in ColorFormatter.ANSI
128 def newline (): return '<br/>\n' member in ColorFormatter.HTML
/third_party/node/deps/npm/node_modules/cli-columns/
Dindex.js9 newline: '\n', property
/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/flutter/skia/src/gpu/
DGrShaderUtils.cpp168 void newline() { in newline() function in GrShaderUtils::GLSLPrettyPrint
/third_party/python/Modules/_io/clinic/
D_iomodule.c.h150 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.py31 errors="strict", newline="\n"): argument
/third_party/python/Lib/
Dtempfile.py539 newline=None, suffix=None, prefix=None, argument
592 newline=None, suffix=None, prefix=None, argument
662 encoding=None, newline=None, argument
Dlzma.py273 encoding=None, errors=None, newline=None): argument
Dbz2.py272 encoding=None, errors=None, newline=None): argument
D_pyio.py74 newline=None, closefd=True, opener=None): argument
2028 def __init__(self, buffer, encoding=None, errors=None, newline=None, argument
2073 def _check_newline(self, newline): argument
2079 def _configure(self, encoding=None, errors=None, newline=None, argument
2153 encoding=None, errors=None, newline=Ellipsis, argument
2678 def __init__(self, initial_value="", 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.py23 def newline(self): member in Writer

1234