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

1 23 4 5 6 7 8 91011>>

  /tools/motodev/src/help/studio_help/tools/ditaot/plugins/cshelp/xsl/
GetCSHMeta.xsl 156 <xsl:value-of select="$newline"/>
167 <xsl:value-of select="$newline"/>
178 <xsl:value-of select="$newline"/>
182 <xsl:value-of select="$newline"/>
190 <xsl:value-of select="$newline"/>
198 <xsl:value-of select="$newline"/>
219 <xsl:value-of select="$newline"/>
224 <xsl:value-of select="$newline"/>
252 <xsl:value-of select="$newline"/>
270 <xsl:value-of select="$newline"/>
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 64 NEWLINE [\n]
85 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
87 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
175 * up to a newline. We do this with less priority than any
300 return NEWLINE;
303 /* Handle missing newline at EOF. */
307 return NEWLINE;
  /external/clang/lib/AST/
CommentLexer.cpp 119 /// Returns pointer to the first newline character in the string.
255 // We found a newline, check if it is escaped.
263 // We found an escaped newline.
266 return CurPtr; // Not an escaped newline.
406 formTokenWithChars(T, TokenPtr, tok::newline);
441 // If there is a newline following the verbatim opening command, skip the
442 // newline so that we don't create an tok::verbatim_block_line with empty
461 // end command or newline.
464 const char *Newline = findNewline(BufferPtr, CommentEnd);
465 StringRef Line(BufferPtr, Newline - BufferPtr)
    [all...]
  /libcore/luni/src/main/java/java/io/
PrintStream.java 52 * contents to the target stream when a newline is encountered.
69 * automatically flushes its contents to the target stream when a newline is
76 * newline sequence.
92 * flushes its contents to the target stream when a newline is encountered.
98 * newline sequence.
363 private void newline() { method in class:PrintStream
457 * Prints a newline.
460 newline(); method
464 * Prints the string representation of the character array {@code chars} followed by a newline.
471 * Prints the string representation of the char {@code c} followed by a newline
526 newline(); method
    [all...]
PrintWriter.java 51 * contents to the target stream when a newline is encountered.
65 * automatically flushes its contents to the target stream when a newline is
72 * newline sequence.
83 * contents to the target writer when a newline is encountered.
97 * automatically flushes its contents to the target writer when a newline is
104 * newline sequence.
118 * file when a newline is encountered. The output to the file is buffered.
134 * file when a newline is encountered. The output to the file is buffered.
158 * flush its contents to the target file when a newline is encountered. The
176 * contents to the target file when a newline is encountered. The output t
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
41 public const int NEWLINE=8;
175 if ( ((LA1_0>=ID && LA1_0<=NEWLINE)||LA1_0==12) )
262 // BuildOptions\\DebugGrammar.g3:53:0: stat : ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->);
286 RewriteRuleITokenStream stream_NEWLINE=new RewriteRuleITokenStream(adaptor,"token NEWLINE");
303 // BuildOptions\\DebugGrammar.g3:53:9: ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->
    [all...]
ProfileGrammarParser.cs 26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
41 public const int NEWLINE=8;
179 if ( ((LA1_0>=ID && LA1_0<=NEWLINE)||LA1_0==12) )
266 // BuildOptions\\ProfileGrammar.g3:53:0: stat : ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->);
290 RewriteRuleITokenStream stream_NEWLINE=new RewriteRuleITokenStream(adaptor,"token NEWLINE");
307 // BuildOptions\\ProfileGrammar.g3:53:9: ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
StructuralWhitespaceStripper.java 100 * "not (non-space or newline)".
108 * Pattern to match strings that start with arbitrary (inline) whitespace, followed by a newline.
113 * Pattern to match strings that end with a newline, followed by trailing (inline) whitespace.
118 * Pattern to capture the content of a string after a leading newline. Only ever used on input
125 * Pattern to capture the content of a string before a trailing newline. Note that this may have
126 * to match text that has already had the final newline removed so we must greedily match the
134 * the content of the first line in a template is not preceded by a newline (but should behave as
161 * for which the trailing newline and surrounding whitespace should not be removed, as opposed to:
202 * Removes leading whitespace (including first newline) from the given string. The text must start
203 * with optional whitespace followed by a newline
    [all...]
  /external/mksh/src/
emacsfn.h 62 FN(newline, "newline", 0)
64 FN(nl_next_com, "newline-and-next", 0)
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 97 * a newline. To write escaped text, use the {@link #content(String)}
107 * Write a newline into the XML file.
139 * according to the current spacing and followed by a newline.
184 * newline.
197 * newline, and the indentation level will be increased.
209 * Write a new attribut to an existing tag. The attribute will be followed by a newline.
252 * newline.
264 * newline, and the indentation level will be increased.
308 * newline.
321 * newline, and the indentation level will be increased
    [all...]
  /system/core/sh/bltin/
echo.1 51 option is present, a newline is output following the arguments.
76 last argument to suppress the trailing newline that
82 Output a newline character.
  /external/protobuf/src/google/protobuf/io/
printer_unittest.cc 181 vars["newline"] = "\n";
192 printer.PrintRaw("but not after a raw newline\n");
193 printer.Print(vars, "Note that a newline in a variable will break "
194 "indenting, as we see$newline$here.\n");
213 "but not after a raw newline\n"
214 "Note that a newline in a variable will break indenting, as we see\n"
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.extensions 44 ... 1 COLON NEWLINE INDENT PRINT a NEWLINE DEDENT b ASSIGN 3 ...
49 Upon NEWLINE token from the lexer, however, an INDENT or DEDENT token
50 may need to be sent to the parser. The NEWLINE is the trigger for
51 this class to do it's job. NEWLINE is saved and then the first token
133 // if not a NEWLINE, doesn't signal indent/dedent work; just enqueue
134 if ( t.getType()!=PythonLexer.NEWLINE ) {
144 // save NEWLINE in the queue
  /libcore/luni/src/test/java/libcore/java/text/
OldBidiTest.java 77 String newLine = "\n";
78 String defText = LTR + newLine + RTL + LTR + RTL;
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 152 out.newLine();
153 out.newLine();
159 out.newLine();
160 out.newLine();
242 out.newLine();
251 out.newLine();
262 out.newLine();
291 out.newLine();
300 out.newLine();
485 out.newLine();
    [all...]
  /bionic/libc/tzcode/
asctime.c 33 ** and may assume that the newline always lands in the same place.
35 ** leading zeroes to get the newline in the traditional place.
48 ** so that code trying to overwrite the newline won't end up overwriting
63 ** seven explicit spaces, two explicit colons, a newline,
  /external/clang/test/Lexer/
ms-extensions.c 40 /*expected-warning {{backslash and newline separated by space}} */ 0\
  /external/icu4c/tools/tzcode/
asctime.c 33 ** and may assume that the newline always lands in the same place.
35 ** leading zeroes to get the newline in the traditional place.
48 ** so that code trying to overwrite the newline won't end up overwriting
63 ** seven explicit spaces, two explicit colons, a newline,
  /external/webkit/Source/WebCore/dom/
TextEventInputType.h 32 TextEventInputKeyboard, // any newline characters in the text are line breaks only, not paragraph separators.
  /frameworks/base/core/java/android/text/method/
TransformationMethod.java 24 * characters of passwords with dots, or keeping the newline characters
  /frameworks/base/core/java/android/util/
Printer.java 28 * the given string with a newline.
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidBufferedWriterTest.java 42 a.newLine();
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
Makefile.am 25 y-newline allsub cv-vars classes middle bsd stdin flipcase \
96 y-newline.good y-newline.sed y-newline.inp
  /system/core/sh/
token.h 64 "newline",
  /libcore/json/src/main/java/org/json/
JSONStringer.java 80 * A array with at least one value requires a comma and newline before
99 * newline before the next element.
196 newline(); method
353 private void newline() { method in class:JSONStringer
390 newline(); method
407 newline(); method
410 newline(); method

Completed in 3904 milliseconds

1 23 4 5 6 7 8 91011>>