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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
noeol.good 3 end in a newline.wakuwak
noeol.inp 3 end in a newline
noeolw.2good 3 end in a newline
noeolw.good 5 end in a newline.
6 end in a newline.
11 end in a newline.
12 end in a newline
noeolw.1good 3 end in a newline.
6 end in a newline.
  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_statement_no_semicolon.js 1 // Ends with a statement, and no terminal newline.
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestDotTreeGenerator.cs 57 string newline = Environment.NewLine;
59 @"digraph {" + newline
60 + newline
61 + @" ordering=out;" + newline
62 + @" ranksep=.4;" + newline
63 + @" bgcolor=""lightgrey""; node [shape=box, fixedsize=false, fontsize=12, fontname=""Helvetica-bold"", fontcolor=""blue""" + newline
64 + @" width=.25, height=.25, color=""black"", fillcolor=""white"", style=""filled, solid, bold""];" + newline
65 + @" edge [arrowsize=.5, color=""black"", style=""bold""]" + newline
66 + newline
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/examples/mexpr/
MExpr.g 9 stat: expr NEWLINE { print "$expr.value\n"; }
10 | NEWLINE
27 NEWLINE:'\r'? '\n' ;
  /tools/motodev/src/help/appvalidator_help/tools/ditaot/plugins/cshelp/xsl/
cshdisplay.xsl 16 <html><xsl:value-of select="$newline"/>
17 <head /><xsl:value-of select="$newline"/>
18 <body><xsl:value-of select="$newline"/>
23 </body><xsl:value-of select="$newline"/>
24 </html><xsl:value-of select="$newline"/>
49 <hr/><xsl:value-of select="$newline"/>
50 <hr/><xsl:value-of select="$newline"/>
51 <strong><xsl:value-of select="@id"/></strong><br/><xsl:value-of select="$newline"/>
52 <xsl:value-of select="*[contains(@class,' cshelp/csprolog ')]/*[contains(@class,' cshelp/csmetadata ')]/*[contains(@class,' cshelp/cswindowtitle ')]"/><br/><xsl:value-of select="$newline"/>
53 <xsl:value-of select="*[contains(@class,' cshelp/csprolog ')]/*[contains(@class,' cshelp/csmetadata ')]/*[contains(@class,' cshelp/cswidgetlabel ')]"/><br/><xsl:value-of select="$newline"/>
    [all...]
  /tools/motodev/src/help/studio_help/tools/ditaot/plugins/cshelp/xsl/
cshdisplay.xsl 16 <html><xsl:value-of select="$newline"/>
17 <head /><xsl:value-of select="$newline"/>
18 <body><xsl:value-of select="$newline"/>
23 </body><xsl:value-of select="$newline"/>
24 </html><xsl:value-of select="$newline"/>
49 <hr/><xsl:value-of select="$newline"/>
50 <hr/><xsl:value-of select="$newline"/>
51 <strong><xsl:value-of select="@id"/></strong><br/><xsl:value-of select="$newline"/>
52 <xsl:value-of select="*[contains(@class,' cshelp/csprolog ')]/*[contains(@class,' cshelp/csmetadata ')]/*[contains(@class,' cshelp/cswindowtitle ')]"/><br/><xsl:value-of select="$newline"/>
53 <xsl:value-of select="*[contains(@class,' cshelp/csprolog ')]/*[contains(@class,' cshelp/csmetadata ')]/*[contains(@class,' cshelp/cswidgetlabel ')]"/><br/><xsl:value-of select="$newline"/>
    [all...]
  /external/clang/test/Lexer/
block_cmt_end.c 14 next comment ends with normal escaped newline:
17 /* expected-warning {{escaped newline}} expected-warning {{backslash and newline}} *\
24 next comment ends with a trigraph escaped newline: */
26 /* expected-warning {{escaped newline between}} expected-warning {{backslash and newline separated by space}} expected-warning {{trigraph ends block comment}} *??/
newline-eof.c 6 // CHECK: newline-eof.c:9:63
9 void foo() {} // expected-warning{{no newline at end of file}
newline-eof-c++98-compat.cpp 4 void foo() {} // expected-warning{{C++98 requires newline at end of file}
escape_newline.c 2 // RUN: %clang_cc1 -E -trigraphs %s 2>&1 | grep 'backslash and newline separated by space'
  /external/antlr/antlr-3.4/runtime/Perl5/examples/expr/
Expr.g 16 stat: expr NEWLINE { print "$expr.value\n"; }
17 | ID '=' expr NEWLINE
19 | NEWLINE
49 NEWLINE:'\r'? '\n' ;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/id/
IDLexer.g 6 NEWLINE:'\r'? '\n' { $self->skip(); } ;
  /tools/motodev/src/plugins/preflighting/src/com/motorolamobility/preflighting/internal/commandoutput/
TextOutputter.java 54 private final String NEWLINE = System.getProperty("line.separator"); //$NON-NLS-1$
95 stringBuilder.append(NEWLINE + PreflightingNLS.TextOutputter_ApplicationMessage
96 + getApplicationFile().getAbsolutePath() + NEWLINE);
97 stringBuilder.append(NEWLINE + PreflightingNLS.TextOutputter_ResultsMessage
98 + NEWLINE);
103 writer.newLine();
111 writer.newLine();
122 writer.newLine();
125 writer.newLine();
127 writer.newLine();
    [all...]
  /external/clang/unittests/AST/
CommentLexer.cpp 101 ASSERT_EQ(tok::newline, Toks[0].getKind());
117 ASSERT_EQ(tok::newline, Toks[0].getKind());
118 ASSERT_EQ(tok::newline, Toks[1].getKind());
139 ASSERT_EQ(tok::newline, Toks[1].getKind());
159 ASSERT_EQ(tok::newline, Toks[1].getKind());
160 ASSERT_EQ(tok::newline, Toks[2].getKind());
164 // Test newline escaping.
183 ASSERT_EQ(tok::newline, Toks[2].getKind());
191 ASSERT_EQ(tok::newline, Toks[6].getKind());
195 ASSERT_EQ(tok::newline, Toks[8].getKind())
    [all...]
  /external/mesa3d/src/glsl/glcpp/
pp.c 77 /* Found '#'...look for spaces preceded by a newline */
97 const char *newline; local
98 while ((newline = strchr(search_start, '\n')) != NULL) {
101 /* # of characters preceding the newline. */
102 int n = newline - shader;
105 if (n >= 1 && newline[-1] == '\\')
106 backslash = newline - 1;
107 else if (n >= 2 && newline[-1] == '\r' && newline[-2] == '\\')
108 backslash = newline - 2
    [all...]
  /tools/motodev/src/help/appvalidator_help/tools/ditaot/plugins/com.mot.mdb.deved.xhtml/xsl/
deved_map2plugin.xsl 12 <xsl:variable name="newline">
22 <xsl:text># NLS_MESSAGEFORMAT_NONE</xsl:text><xsl:value-of select="$newline"/>
23 <xsl:text># NLS_ENCODING=UTF-8</xsl:text><xsl:value-of select="$newline"/>
24 <!--<xsl:value-of select="$newline"/>-->
33 <xsl:value-of select="$newline"/>
47 <xsl:text>Bundle-Version: </xsl:text><xsl:value-of select="$version"/><xsl:value-of select="$newline"/>
48 <xsl:text>Manifest-Version: 1.0</xsl:text><xsl:value-of select="$newline"/>
49 <xsl:text>Bundle-ManifestVersion: 2</xsl:text><xsl:value-of select="$newline"/>
50 <xsl:text>Bundle-Localization: plugin</xsl:text><xsl:value-of select="$newline"/>
51 <xsl:text>Bundle-Name: %pluginName</xsl:text><xsl:value-of select="$newline"/>
    [all...]
  /tools/motodev/src/help/studio_help/tools/ditaot/plugins/com.mot.mdb.deved.xhtml/xsl/
deved_map2plugin.xsl 12 <xsl:variable name="newline">
22 <xsl:text># NLS_MESSAGEFORMAT_NONE</xsl:text><xsl:value-of select="$newline"/>
23 <xsl:text># NLS_ENCODING=UTF-8</xsl:text><xsl:value-of select="$newline"/>
24 <!--<xsl:value-of select="$newline"/>-->
33 <xsl:value-of select="$newline"/>
47 <xsl:text>Bundle-Version: </xsl:text><xsl:value-of select="$version"/><xsl:value-of select="$newline"/>
48 <xsl:text>Manifest-Version: 1.0</xsl:text><xsl:value-of select="$newline"/>
49 <xsl:text>Bundle-ManifestVersion: 2</xsl:text><xsl:value-of select="$newline"/>
50 <xsl:text>Bundle-Localization: plugin</xsl:text><xsl:value-of select="$newline"/>
51 <xsl:text>Bundle-Name: %pluginName</xsl:text><xsl:value-of select="$newline"/>
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 53 stat: expr NEWLINE -> expr
54 | ID '=' expr NEWLINE -> ^('=' ID expr)
55 | func NEWLINE -> func
56 | NEWLINE -> // ignore
94 NEWLINE
ProfileGrammar.g3 53 stat: expr NEWLINE -> expr
54 | ID '=' expr NEWLINE -> ^('=' ID expr)
55 | func NEWLINE -> func
56 | NEWLINE -> // ignore
94 NEWLINE
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemWriter.java 89 this.newLine();
92 this.newLine();
118 this.newLine();
127 this.newLine();
135 this.newLine();

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 91011>>