HomeSort by relevance Sort by last modified time
    Searched full:newline (Results 251 - 275 of 1174) sorted by null

<<11121314151617181920>>

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerLogger.java 124 mWriter.newLine();
133 mWriter.newLine();
  /system/core/toolbox/grep/
file.c 157 /* Look for a newline in the remaining part of the buffer */
159 ++p; /* advance over newline */
  /external/clang/include/clang/Basic/
DiagnosticLexKinds.td 24 "escaped newline between */ characters at block comment end">,
27 "backslash and newline separated by space">,
28 InGroup<DiagGroup<"backslash-newline-escape">>;
49 def ext_no_newline_eof : Extension<"no newline at end of file">,
50 InGroup<DiagGroup<"newline-eof">>;
53 "C++98 requires newline at end of file">,
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 211 // need to emit a newline between tokens on different lines.
248 unsigned NewLine = UserLoc.getLine();
255 MoveToLine(NewLine);
262 CurLine = NewLine;
421 // newline characters.
478 // newline characters.
  /external/webkit/Source/WebCore/editing/
TypingCommand.cpp 379 size_t newline; local
380 while ((newline = text.find('\n', offset)) != notFound) {
381 if (newline != offset)
382 insertTextRunWithoutNewlines(text.substring(offset, newline - offset), false);
384 offset = newline + 1;
437 // Breaking the blockquote would also break apart the table, which is unecessary when inserting a newline
  /ndk/sources/host-tools/make-3.81/
misc.c 71 /* Discard each backslash-newline combination from LINE.
72 Backslash-backslash-newline combinations become backslash-newlines.
113 /* Skip the newline. */
116 /* If the newline is quoted, discard following whitespace
126 /* If the newline isn't quoted, put it in the output. */
130 Stop when we find backslashes followed by a newline. */
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 141 /* If this bit is set, then . matches newline.
149 /* If this bit is set, nonmatching lists [^...] do not match newline.
162 /* If this bit is set, newline is an alternation operator.
163 If not set, newline is literal. */
346 /* If this bit is set, then anchors do not match at newline
517 /* If true, an anchor at a newline matches. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 87 /* If this bit is set, then . matches newline.
95 /* If this bit is set, nonmatching lists [^...] do not match newline.
108 /* If this bit is set, newline is an alternation operator.
109 If not set, newline is literal. */
276 /* If this bit is set, then anchors do not match at newline
406 /* If true, an anchor at a newline matches. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 87 /* If this bit is set, then . matches newline.
95 /* If this bit is set, nonmatching lists [^...] do not match newline.
108 /* If this bit is set, newline is an alternation operator.
109 If not set, newline is literal. */
276 /* If this bit is set, then anchors do not match at newline
406 /* If true, an anchor at a newline matches. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 87 /* If this bit is set, then . matches newline.
95 /* If this bit is set, nonmatching lists [^...] do not match newline.
108 /* If this bit is set, newline is an alternation operator.
109 If not set, newline is literal. */
276 /* If this bit is set, then anchors do not match at newline
406 /* If true, an anchor at a newline matches. */
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.info 307 trailing newline, and places it in the pattern space. Then commands
314 stream, adding back the trailing newline if it was removed.(1) Then the
325 newline, it will nevertheless print the missing newline as soon as more
386 addition to the normal behavior) the empty string after a newline,
387 and the empty string before a newline. There are special character
502 Matches any character, including newline.
570 Matches the newline character.
632 by a newline.
655 the next newline
    [all...]
  /external/ppp/pppd/
auth.c 2320 int newline, xxx; local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 123 const char* newline = strchr(c_string, '\n'); local
124 if (newline == NULL && chars_in_line+chars_left < kLineLength) {
130 if (newline != NULL && newline - c_string < kLineLength - chars_in_line) {
131 int n = static_cast<int>(newline - c_string);
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 74 // Okay, we found a newline in the range. If we have an open tag, we need
75 // to insert a close tag at the first non-whitespace before the newline.
79 // Instead of inserting an open tag immediately after the newline, we
250 // Scan until the newline (or end-of-file).
548 // Insert a newline if the macro expansion is getting large.
  /external/bison/tests/
input.at 227 HP C (as of late 2002) mishandles *\[newline]\[newline]/ within a
231 \\[newline]' within a character constant.
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 127 m_out.newLine ();
260 public void newLine () throws IOException
482 m_out.newLine ();
  /external/llvm/lib/TableGen/
TGLexer.cpp 75 // Handle the newline character by ignoring it and incrementing the line
80 ++CurPtr; // Eat the two char newline sequence.
326 return; // Newline is end of comment.
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
MVS.uudecode 192 X { /* don't be overly picky about newline ^ */
212 X * If a return or newline is encountered too early in a line, it is
334 echo shar: NEWLINE appended to \"'uudecode.c'\"
  /frameworks/native/cmds/dumpstate/
utils.c 169 int newline = 0; local
173 newline = (buffer[ret - 1] == '\n');
180 if (!newline) printf("\n");
  /libcore/luni/src/main/java/org/w3c/dom/
Attr.java 120 * <td valign='top' rowspan='1' colspan='1'>Literal newline between</td>
133 * <td valign='top' rowspan='1' colspan='1'>Normalized newline between</td>
146 * <td valign='top' rowspan='1' colspan='1'>Entity <code>e</code> with literal newline</td>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 374 InsertEdit newline = new InsertEdit(mSelectionStart + index, indentUnit); local
379 if (deletion.covers(newline)) {
385 rootEdit.addChild(newline);
  /tools/motodev/src/help/appvalidator_help/tools/ditaot/plugins/com.mot.mdb.deved.xhtml/xsl/
deved_xhtml.xsl 182 </div><xsl:value-of select="$newline"/>
223 <xsl:value-of select="$newline"/>
269 <xsl:value-of select="$newline"/>
  /tools/motodev/src/help/studio_help/tools/ditaot/plugins/com.mot.mdb.deved.xhtml/xsl/
deved_xhtml.xsl 182 </div><xsl:value-of select="$newline"/>
223 <xsl:value-of select="$newline"/>
269 <xsl:value-of select="$newline"/>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java 378 " <!-- comment2: newline above --><dimen name=\"now_playing_height\">90dip</dimen>\n" +
382 " <!-- comment3: newline above and below -->\n" +
395 " <!-- comment2: newline above -->\n" +
399 " <!-- comment3: newline above and below -->\n" +
477 " <!-- comment3: newline above and below -->\n" +
492 " <!-- comment3: newline above and below -->\n" +
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventProxy.m 103 NSData *newLine = [debuggerFH readDataOfLength:lengthOfUTF8Ack];
104 response = [[NSString alloc] initWithData:newLine encoding:NSUTF8StringEncoding];

Completed in 3345 milliseconds

<<11121314151617181920>>