HomeSort by relevance Sort by last modified time
    Searched full:newline (Results 1 - 25 of 1219) 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' ;
  /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++98-compat.cpp 4 void foo() {} // expected-warning{{C++98 requires newline at end of file}
newline-eof.c 5 void foo() {} // expected-warning{{no 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(); } ;
  /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...]
  /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/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();
  /external/linux-tools-perf/config/
utilities.mak 1 # This allows us to work with the newline character:
2 define newline macro
6 newline := $(newline) macro
13 # what should replace a newline when escaping
23 # single space each newline character in the output
27 # The only solution is to change each newline into
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
108 # At least GNU make gets confused by expanding a newline
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
crash-breaking-blockquote-with-list.html 3 <div id="description">This test assures that inserting a newline in a list nested in a blockquote doesn't crash.</div>
  /external/antlr/antlr-3.4/runtime/Perl5/t/examples/
expr.t 23 stat: expr NEWLINE { print "$expr.value\n"; }
24 | ID '=' expr NEWLINE
26 | NEWLINE
56 NEWLINE:'\r'? '\n' ;
  /external/e2fsprogs/
depfix.sed 32 # Now insert a trailing newline...
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 53 public static readonly string NewLine = Environment.NewLine;
496 buf.Append(NewLine);
499 buf.Append(NewLine);
502 buf.Append(NewLine);
505 buf.Append(NewLine);
508 buf.Append(NewLine);
511 buf.Append(NewLine);
514 buf.Append(NewLine);
517 // buf.Append(newline);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 53 public static readonly string NewLine = Environment.NewLine;
547 buf.Append(NewLine);
550 buf.Append(NewLine);
553 buf.Append(NewLine);
556 buf.Append(NewLine);
559 buf.Append(NewLine);
562 buf.Append(NewLine);
565 buf.Append(NewLine);
568 // buf.Append(newline);
    [all...]

Completed in 368 milliseconds

1 2 3 4 5 6 7 8 91011>>