HomeSort by relevance Sort by last modified time
    Searched full:newline (Results 76 - 100 of 1731) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffWithMockFiles.pl 177 diffName => "SVN: Patch adds Windows newline to EOF and IndexPath has Windows line endings",
187 \\ No newline at end of file
203 \\ No newline at end of file
217 diffName => "SVN: Patch adds Mac newline to EOF and IndexPath has Mac line endings",
224 \\ No newline at end of file
235 \\ No newline at end of file
337 diffName => "Git: Patch adds newline to EOF with Windows line endings and IndexPath has Windows line endings",
347 \\ No newline at end of file
363 \\ No newline at end of file
376 diffName => "Git: Patch adds Mac newline to EOF and IndexPath has Mac line endings"
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
phystokens.py 73 trailing whitespace is not preserved, and a final line with no newline
74 is indistinguishable from a final line with a newline.
77 ws_tokens = [token.INDENT, token.DEDENT, token.NEWLINE, tokenize.NL]
  /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/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-lex.l 74 NEWLINE [\n]
114 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
116 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
294 return NEWLINE;
297 /* Handle missing newline at EOF. */
301 return NEWLINE;
  /external/chromium_org/third_party/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/eigen/unsupported/Eigen/src/SparseExtra/
MarketIO.h 52 std::istringstream newline(line);
53 newline >> val;
60 std::istringstream newline(line);
61 newline >> valR >> valI;
205 std::istringstream newline(line);
206 newline >> n >> col;
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 74 NEWLINE [\n]
114 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
116 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
294 return NEWLINE;
297 /* Handle missing newline at EOF. */
301 return NEWLINE;
  /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
  /external/chromium_org/tools/gn/
tokenizer.h 24 // one past the end of the input if the last character is a newline.
30 // Returns true if the given offset of the string piece counts as a newline.
  /libcore/luni/src/test/java/libcore/java/text/
OldBidiTest.java 77 String newLine = "\n";
78 String defText = LTR + newLine + RTL + LTR + RTL;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
commands.py 11 A trailing newline is removed from the output string.
45 # The exit status is ignored; a trailing newline is stripped.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
commands.py 11 A trailing newline is removed from the output string.
45 # The exit status is ignored; a trailing newline is stripped.
  /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...]
  /external/chromium_org/third_party/icu/source/test/testdata/
WordBreakTest.txt 29 ÷ 0001 ÷ 000B ÷ # ÷ [0.2] <START OF HEADING> (Other) ÷ [3.11] <LINE TABULATION> (Newline) ÷ [0.3]
30 ÷ 0001 × 0308 ÷ 000B ÷ # ÷ [0.2] <START OF HEADING> (Other) × [4.0] COMBINING DIAERESIS (Extend_FE) ÷ [3.11] <LINE TABULATION> (Newline) ÷ [0.3]
73 ÷ 000D ÷ 000B ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] <LINE TABULATION> (Newline) ÷ [0.3]
74 ÷ 000D ÷ 0308 ÷ 000B ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [3.11] <LINE TABULATION> (Newline) ÷ [0.3]
117 ÷ 000A ÷ 000B ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [3.1] <LINE TABULATION> (Newline) ÷ [0.3]
118 ÷ 000A ÷ 0308 ÷ 000B ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [3.11] <LINE TABULATION> (Newline) ÷ [0.3]
155 ÷ 000B ÷ 0001 ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] <START OF HEADING> (Other) ÷ [0.3]
156 ÷ 000B ÷ 0308 ÷ 0001 ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [999.0] <START OF HEADING> (Other) ÷ [0.3]
157 ÷ 000B ÷ 000D ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
158 ÷ 000B ÷ 0308 ÷ 000D ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [3.11] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3
    [all...]
  /bionic/libc/tzcode/
asctime.c 27 ** and may assume that the newline always lands in the same place.
29 ** leading zeroes to get the newline in the traditional place.
42 ** so that code trying to overwrite the newline won't end up overwriting
57 ** seven explicit spaces, two explicit colons, a newline,
  /external/chromium_org/chrome/browser/extensions/api/log_private/
log_parser.cc 32 // Assume there is no newline in the log entry
  /external/chromium_org/net/websockets/
websocket_extension_parser.h 25 // - There is no newline characters in the input. LWS-concatenation must
  /external/chromium_org/third_party/WebKit/Source/core/events/
TextEventInputType.h 32 TextEventInputKeyboard, // any newline characters in the text are line breaks only, not paragraph separators.
  /external/chromium_org/third_party/icu/android/
brkitr.patch 63 -[^$CR $LF $Newline $dictionaryCJK]? ($Extend | $Format)+;
64 +[^$CR $LF $Newline]? ($Extend | $Format)+;
82 -($Format | $Extend)* [^$CR $LF $Newline $dictionaryCJK]?;
83 +($Format | $Extend)* [^$CR $LF $Newline]?;

Completed in 1389 milliseconds

1 2 34 5 6 7 8 91011>>