Home
last modified time | relevance | path

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

12345

/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/yapf/yapftests/
Dutils.py49 newline=None, argument
78 newline='', argument
/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/u-boot/tools/patman/
Dterminal.py30 def __init__(self, text, newline, colour): argument
39 def Print(text='', newline=True, colour=None): argument
/external/python/cpython3/Modules/_io/clinic/
D_iomodule.c.h148 const char *newline = NULL; in _io_open() local
/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/boringssl/src/tool/
Dpkcs12.cc114 char *newline = reinterpret_cast<char *>(OPENSSL_memchr(password, '\n', off)); in DoPKCS12() local
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarReport2.java38 public static final String newline = System.getProperty("line.separator"); field in GrammarReport2
/external/yapf/yapf/yapflib/
Dreformatter.py286 def __init__(self, state, newline, previous): argument
361 def _AddNextStateToQueue(penalty, previous_node, newline, count, p_queue): argument
Dformat_decision_state.py484 def AddTokenToState(self, newline, dry_run, must_split=False): argument
667 def _CalculateComprehensionState(self, newline): argument
Dpy3compat.py29 def open_with_encoding(filename, mode, encoding, newline=''): # pylint: disable=unused-argument argument
/external/smali/util/src/main/java/org/jf/util/
DTextUtils.java39 private static String newline = System.getProperty("line.separator"); field in TextUtils
/external/perf_data_converter/src/quipper/
Dperf_stat_parser.cc51 auto newline = proto->add_line(); in ParsePerfStatOutputToProto() local
/external/skqp/src/core/
DSkStringUtils.cpp38 static const char newline[] = "\n"; in SkTabString() local
/external/skia/src/core/
DSkStringUtils.cpp38 static const char newline[] = "\n"; in SkTabString() local
/external/harfbuzz_ng/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
/external/bcc/src/cc/
Dbcc_perf_map.c94 char *newline, *sep; in bcc_perf_map_foreach_sym() local
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DRealBufferedSource.java187 long newline = indexOf((byte) '\n'); in readUtf8Line() local
197 long newline = indexOf((byte) '\n'); in readUtf8LineStrict() 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/pcre/dist2/src/
Dpcre2demo.c86 uint32_t newline; in main() local
/external/bcc/src/cc/frontends/p4/compiler/
DprogramSerializer.py32 def newline(self): member in ProgramSerializer
/external/mesa3d/src/compiler/glsl/glcpp/
Dpp.c114 const char *backslash, *newline, *search_start; in remove_line_continuations() local
/external/catch2/projects/SelfTest/UsageTests/
DToStringGeneral.tests.cpp17 char newline = '\n'; variable
/external/skqp/src/gpu/
DGrSKSLPrettyPrint.cpp170 void newline() { in newline() function in GrSKSLPrettyPrint::GLSLPrettyPrint
/external/skia/src/gpu/
DGrSKSLPrettyPrint.cpp170 void newline() { in newline() function in GrSKSLPrettyPrint::GLSLPrettyPrint

12345