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

1234

/external/smali/util/src/main/java/org/jf/util/
H A DTextUtils.java39 private static String newline = System.getProperty("line.separator"); field in class:TextUtils
43 return normalizeNewlines(source, newline);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarReport2.java38 public static final String newline = System.getProperty("line.separator"); field in class:GrammarReport2
91 buf.append(newline);
H A DGrammarReport.java80 public static final String newline = System.getProperty("line.separator"); field in class:GrammarReport
282 buf.append(newline);
285 buf.append(newline);
311 buf.append(newline);
/external/boringssl/src/tool/
H A Dpkcs12.cc114 char *newline = reinterpret_cast<char *>(OPENSSL_memchr(password, '\n', off)); local
115 if (newline == NULL) {
118 *newline = 0;
/external/google-styleguide/
H A Dgoogle-c-style.el26 ;; (add-hook 'c-mode-common-hook 'google-make-newline-indent)
143 (defun google-make-newline-indent ()
144 "Sets up preferred newline behavior. Not set by default. Meant
147 (define-key c-mode-base-map "\C-m" 'newline-and-indent)
148 (define-key c-mode-base-map [ret] 'newline-and-indent))
/external/perf_data_converter/src/quipper/
H A Dperf_stat_parser.cc51 auto newline = proto->add_line(); local
52 newline->set_count(count);
53 newline->set_event_name(first_token.substr(0, first_token.size() - 1));
/external/python/cpython3/Modules/_io/clinic/
H A D_iomodule.c.h7 " errors=None, newline=None, closefd=True, opener=None)\n"
39 "\'U\' universal newline mode (deprecated)\n"
56 "of Python. It has no effect in Python 3. Use newline to control\n"
87 "newline controls how universal newlines works (it only applies to text\n"
91 "* On input, if newline is None, universal newlines mode is\n"
94 " caller. If it is \'\', universal newline mode is enabled, but line\n"
99 "* On output, if newline is None, any \'\\n\' characters written are\n"
101 " newline is \'\' or \'\\n\', no translation takes place. If newline is any\n"
135 const char *newline, in
148 const char *newline = NULL; local
[all...]
/external/skqp/src/core/
H A DSkStringUtils.cpp47 static const char newline[] = "\n"; local
49 int nextNL = SkStrFind(input, newline);
56 nextNL = SkStrFind(input, newline);
/external/tensorflow/tensorflow/java/src/gen/cc/
H A Dsource_writer.h41 bool newline() const { return newline_; } function in class:tensorflow::SourceWriter
45 // It is expected that no newline character is present in the data provided,
51 // The data might potentially contain newline characters, therefore it will
56 // Appends a newline character and start writing on a new line.
/external/mesa3d/src/compiler/glsl/glcpp/
H A Dpp.c72 /* Given str, (that's expected to start with a newline terminator of some
73 * sort), return a pointer to the first character in str after the newline.
75 * A newline terminator can be any of the following sequences:
115 const char *backslash, *newline, *search_start; local
132 * newline terminators and will properly handle line continuation
137 * examining the first encountered newline terminator, and using the
164 * occurrence of a newline character to avoid changing any
171 newline = cr < lf ? cr : lf;
173 newline = cr;
175 newline
[all...]
/external/skia/src/core/
H A DSkStringUtils.cpp48 static const char newline[] = "\n"; local
50 int nextNL = SkStrFind(input, newline);
57 nextNL = SkStrFind(input, newline);
/external/fonttools/Lib/fontTools/misc/
H A DxmlWriter.py30 self.newline()
67 def newline(self): member in class:XMLWriter
80 self.newline()
115 self.newline()
/external/fonttools/Tools/fontTools/misc/
H A DxmlWriter.py30 self.newline()
67 def newline(self): member in class:XMLWriter
80 self.newline()
115 self.newline()
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DXMLRecordWriter.java34 newline();
45 newline();
178 newline();
234 newline();
242 newline();
246 private void newline() { method in class:XMLRecordWriter
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DXMLRecordWriter.java30 newline();
41 newline();
174 newline();
230 newline();
238 newline();
242 private void newline() { method in class:XMLRecordWriter
/external/iputils/
H A Dtftpsubs.c75 int newline = 0; /* fillbuf: in middle of newline expansion */ variable
87 newline = 0; /* init crlf flag */
143 if (newline) {
147 newline = 0;
155 newline = 1;
/external/mesa3d/src/gallium/tools/trace/
H A Dformat.py42 def newline(self): member in class:Formatter
/external/mesa3d/src/mesa/main/
H A Derrors.c45 GLboolean newline)
80 if (newline)
89 _mesa_snprintf(buf, sizeof(buf), "%s: %s%s", prefixString, outputString, newline ? "\n" : "");
44 output_if_debug(const char *prefixString, const char *outputString, GLboolean newline) argument
/external/pcre/dist2/src/
H A Dpcre2demo.c64 * such as custom memory managers and non-standard newline definitions. *
86 uint32_t newline; local
297 * newline convention is such that CRLF is a valid newline, we must *
298 * advance by two characters rather than one. The newline convention can *
309 /* Before running the loop, check for UTF-8 and whether CRLF is a valid newline
316 /* Now find the newline convention and see whether CRLF is a valid newline
319 (void)pcre2_pattern_info(re, PCRE2_INFO_NEWLINE, &newline);
320 crlf_is_newline = newline
[all...]
/external/perfetto/src/ftrace_reader/
H A Dcpu_reader_unittest.cc464 const protos::FtraceEvent& newline = bundle->event().Get(1); local
465 EXPECT_EQ(newline.print().buf(), "\n");
/external/skia/src/gpu/
H A DGrSKSLPrettyPrint.cpp39 * be self explanatory. For '#' and '//' tokens we parse until we reach a newline.
47 * '{' and '}' are handled in basically the same way. We add a newline if we aren't
48 * on a fresh line, dirty the line, then add a second newline, ie braces are always
73 this->newline();
76 this->newline();
79 this->newline();
81 this->newline();
87 this->newline();
126 this->newline();
135 // this code assumes it is not actually searching for a newline
170 void newline() { function in class:GrSKSLPrettyPrint::GLSLPrettyPrint
[all...]
/external/skqp/src/gpu/
H A DGrSKSLPrettyPrint.cpp39 * be self explanatory. For '#' and '//' tokens we parse until we reach a newline.
47 * '{' and '}' are handled in basically the same way. We add a newline if we aren't
48 * on a fresh line, dirty the line, then add a second newline, ie braces are always
73 this->newline();
76 this->newline();
79 this->newline();
81 this->newline();
87 this->newline();
126 this->newline();
135 // this code assumes it is not actually searching for a newline
170 void newline() { function in class:GrSKSLPrettyPrint::GLSLPrettyPrint
[all...]
/external/tensorflow/tensorflow/core/lib/io/
H A Dinputbuffer.cc50 char* newline = static_cast<char*>(memchr(pos_, '\n', buf_remain)); local
51 if (newline != nullptr) {
52 size_t result_len = newline - pos_;
54 pos_ = newline + 1;
/external/vulkan-validation-layers/scripts/
H A Dgenerator.py189 # newline() - print a newline to the output file (utility function)
502 def newline(self): member in class:OutputGenerator
/external/gflags/src/
H A Dgflags_reporting.cc131 const char* newline = strchr(c_string, '\n'); local
132 if (newline == NULL && chars_in_line+chars_left < kLineLength) {
138 if (newline != NULL && newline - c_string < kLineLength - chars_in_line) {
139 int n = static_cast<int>(newline - c_string);

Completed in 600 milliseconds

1234