Home
last modified time | relevance | path

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

1234

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DConcreteSyntaxModel.java101 CsmElement.newline(), in concreteSyntaxModelByClass.put()
103 …roperty.MEMBERS, CsmElement.newline(), CsmElement.none(), CsmElement.none(), CsmElement.newline()), in concreteSyntaxModelByClass.put()
123 list(ObservableProperty.ANNOTATIONS, newline(), none(), newline()), in concreteSyntaxModelByClass.put() argument
138block(sequence(newline(), list(ObservableProperty.MEMBERS, sequence(newline(), newline()), CsmElem… in concreteSyntaxModelByClass.put() argument
160 …TY, sequence(space(), token(GeneratedJavaParserConstants.LBRACE), CsmElement.newline(), CsmElement… in concreteSyntaxModelByClass.put()
161 … list(ObservableProperty.CLASS_BODY, newline(), newline(), none(), CsmElement.newline()), in concreteSyntaxModelByClass.put()
163 token(RBRACE), CsmElement.newline())) in concreteSyntaxModelByClass.put()
179 CsmElement.newline(), in concreteSyntaxModelByClass.put()
187 conditional(ObservableProperty.ENTRIES, IS_NOT_EMPTY, newline()), in concreteSyntaxModelByClass.put() argument
188 ….newline(), list(ObservableProperty.MEMBERS, newline(), newline(), none(), CsmElement.newline()))), in concreteSyntaxModelByClass.put()
[all …]
/external/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()
/external/python/cpython3/Modules/_io/clinic/
D_iomodule.c.h148 const char *newline = NULL; in _io_open() local
/external/skqp/src/core/
DSkStringUtils.cpp47 static const char newline[] = "\n"; in SkTabString() local
/external/tensorflow/tensorflow/java/src/gen/cc/
Dsource_writer.h41 bool newline() const { return newline_; } in newline() function
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarReport2.java38 public static final String newline = System.getProperty("line.separator"); field in GrammarReport2
/external/boringssl/src/tool/
Dpkcs12.cc114 char *newline = reinterpret_cast<char *>(OPENSSL_memchr(password, '\n', off)); in DoPKCS12() local
/external/smali/util/src/main/java/org/jf/util/
DTextUtils.java39 private static String newline = System.getProperty("line.separator"); field in TextUtils
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DSerializeOptions.java68 private String newline = "\n"; field in SerializeOptions
322 public SerializeOptions setNewline(String newline) in setNewline()
/external/perf_data_converter/src/quipper/
Dperf_stat_parser.cc51 auto newline = proto->add_line(); in ParsePerfStatOutputToProto() local
/external/skia/src/core/
DSkStringUtils.cpp48 static const char newline[] = "\n"; in SkTabString() local
/external/pcre/dist2/src/
Dpcre2demo.c86 uint32_t newline; in main() local
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py95 def newline (): return '\n' member in ColorFormatter.Null
111 def newline (): return '\n' member in ColorFormatter.ANSI
123 def newline (): return '<br/>\n' member in ColorFormatter.HTML
/external/mesa3d/src/compiler/glsl/glcpp/
Dpp.c115 const char *backslash, *newline, *search_start; in remove_line_continuations() local
/external/okhttp/okio/okio/src/main/java/okio/
DRealBufferedSource.java186 long newline = indexOf((byte) '\n'); in readUtf8Line() local
196 long newline = indexOf((byte) '\n'); in readUtf8LineStrict() local
/external/skia/src/gpu/
DGrSKSLPrettyPrint.cpp170 void newline() { in newline() function in GrSKSLPrettyPrint::GLSLPrettyPrint
/external/skqp/src/gpu/
DGrSKSLPrettyPrint.cpp170 void newline() { in newline() function in GrSKSLPrettyPrint::GLSLPrettyPrint
/external/iputils/
Dtftpsubs.c75 int newline = 0; /* fillbuf: in middle of newline expansion */ variable
/external/tensorflow/tensorflow/core/lib/io/
Dinputbuffer.cc50 char* newline = static_cast<char*>(memchr(pos_, '\n', buf_remain)); in ReadLine() local
/external/python/cpython3/Lib/test/
Dtest_uu.py29 errors="strict", newline="\n"): argument
/external/python/cpython3/Lib/
Dtempfile.py523 newline=None, suffix=None, prefix=None, argument
572 newline=None, suffix=None, prefix=None, argument
637 encoding=None, newline=None, argument
Dlzma.py265 encoding=None, errors=None, newline=None): argument
/external/toybox/toys/posix/
Dpatch.c56 long oldline, oldlen, newline, newlen; argument
/external/libmicrohttpd/src/microhttpd/
Dpostprocessor.c641 size_t newline; in process_multipart_headers() local
709 size_t newline; in process_value_to_boundary() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
DCsmElement.java97 static CsmElement newline() { in newline() method

1234