OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:writeline
(Results
1 - 25
of
82
) sorted by null
1
2
3
4
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
TraceDebugEventListener.cs
48
Console.Out.
WriteLine
("enterRule " + ruleName);
51
Console.Out.
WriteLine
("exitRule " + ruleName);
54
Console.Out.
WriteLine
("enterSubRule");
57
Console.Out.
WriteLine
("exitSubRule");
60
Console.Out.
WriteLine
("location " + line + ":" + pos);
69
Console.Out.
WriteLine
("consumeNode " + ID + " " + text + " " + type);
76
Console.Out.
WriteLine
("LT " + i + " " + ID + " " + text + " " + type);
85
Console.Out.
WriteLine
("nilNode " + adaptor.GetUniqueID(t));
92
Console.Out.
WriteLine
("create " + ID + ": " + text + ", " + type);
99
Console.Out.
WriteLine
("create " + ID + ": " + tokenIndex)
[
all
...]
Profiler.cs
125
Console.
WriteLine
("examine memo " + ruleName + " at " + input.Index + ": " + stopIndex);
146
Console.
WriteLine
("memoize " + ruleName);
161
Console.
WriteLine
("enterDecision canBacktrack=" + couldBacktrack + " " + decisionNumber +
198
Console.
WriteLine
("exitDecision " + decisionNumber + " in " + d.decision.ruleName +
207
Console.
WriteLine
("consume token " + token);
225
Console.
WriteLine
("consume " + thisRefIndex + " " + depth + " tokens ahead in " +
251
Console.
WriteLine
("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.ruleName + "-" +
259
Console.
WriteLine
("set last token " + lastRealTokenTouchedInDecision);
297
Console.
WriteLine
("enter backtrack " + level);
310
Console.
WriteLine
("exit backtrack " + level + ": " + successful)
[
all
...]
RemoteDebugEventSocketListener.cs
260
Console.Error.
WriteLine
(e);
281
Console.Error.
WriteLine
(e);
295
Console.Error.
WriteLine
(e);
302
Console.Error.
WriteLine
(ioe);
312
Console.Error.
WriteLine
(ioe);
331
@out.
WriteLine
("ack");
339
Console.Error.
WriteLine
("unknown debug event: " + line);
490
Console.Error.
WriteLine
("unknown debug event: " + line);
Tracer.cs
64
Console.Out.
WriteLine
("> " + grammarFileName + " " + ruleName + " lookahead(1)=" + GetInputSymbol(1));
75
Console.Out.
WriteLine
("< " + grammarFileName + " " + ruleName + " lookahead(1)=" + GetInputSymbol(1));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
TraceDebugEventListener.cs
52
Console.Out.
WriteLine
( "enterRule " + ruleName );
56
Console.Out.
WriteLine
( "exitRule " + ruleName );
60
Console.Out.
WriteLine
( "enterSubRule" );
64
Console.Out.
WriteLine
( "exitSubRule" );
68
Console.Out.
WriteLine
( "location " + line + ":" + pos );
78
Console.Out.
WriteLine
( "consumeNode " + ID + " " + text + " " + type );
86
Console.Out.
WriteLine
( "LT " + i + " " + ID + " " + text + " " + type );
96
Console.Out.
WriteLine
( "nilNode " + adaptor.GetUniqueID( t ) );
104
Console.Out.
WriteLine
( "create " + ID + ": " + text + ", " + type );
112
Console.Out.
WriteLine
( "create " + ID + ": " + tokenIndex )
[
all
...]
Tracer.cs
61
Console.Out.
WriteLine
( "> " + ruleName + " lookahead(1)=" + GetInputSymbol( 1 ) );
72
Console.Out.
WriteLine
( "< " + ruleName + " lookahead(1)=" + GetInputSymbol( 1 ) );
Profiler.cs
130
Console.
WriteLine
("examine memo " + ruleName + " at " + input.Index + ": " + stopIndex);
155
Console.
WriteLine
("memoize " + ruleName);
173
Console.
WriteLine
("enterDecision canBacktrack=" + couldBacktrack + " " + decisionNumber +
213
Console.
WriteLine
("exitDecision " + decisionNumber + " in " + d.decision.ruleName +
223
Console.
WriteLine
("consume token " + token);
244
Console.
WriteLine
("consume " + thisRefIndex + " " + depth + " tokens ahead in " +
276
Console.
WriteLine
("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.ruleName + "-" +
285
Console.
WriteLine
("set last token " + lastRealTokenTouchedInDecision);
324
Console.
WriteLine
("enter backtrack " + level);
339
Console.
WriteLine
("exit backtrack " + level + ": " + successful)
[
all
...]
RemoteDebugEventSocketListener.cs
319
Console.Error.
WriteLine
( e );
346
Console.Error.
WriteLine
( e );
364
Console.Error.
WriteLine
( e );
377
Console.Error.
WriteLine
( ioe );
392
Console.Error.
WriteLine
( ioe );
413
@out.
WriteLine
( "ack" );
423
Console.Error.
WriteLine
( "unknown debug event: " + line );
638
Console.Error.
WriteLine
( "unknown debug event: " + line );
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs
85
Console.Error.
WriteLine
("Enter DFA.predict for decision " + decisionNumber);
92
Console.Error.
WriteLine
("DFA " + decisionNumber + " state " + s + " LA(1)=" + (char)input.LA(1) + "(" + input.LA(1) +
97
Console.Error.
WriteLine
("DFA " + decisionNumber +
102
Console.Error.
WriteLine
("DFA " + decisionNumber +
114
Console.Error.
WriteLine
("accept; predict " + accept[s] + " from state " + s);
128
Console.Error.
WriteLine
("EOT transition");
147
Console.Error.
WriteLine
("EOT transition");
154
Console.Error.
WriteLine
("accept via EOF; predict " + accept[eof[s]] + " from " + eof[s]);
159
Console.Error.
WriteLine
("min[" + s + "]=" + min[s]);
160
Console.Error.
WriteLine
("max[" + s + "]=" + max[s])
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs
100
Console.Error.
WriteLine
( "Enter DFA.predict for decision " + decisionNumber );
109
Console.Error.
WriteLine
( "DFA " + decisionNumber + " state " + s + " LA(1)=" + (char)input.LA( 1 ) + "(" + input.LA( 1 ) +
116
Console.Error.
WriteLine
( "DFA " + decisionNumber +
122
Console.Error.
WriteLine
( "DFA " + decisionNumber +
136
Console.Error.
WriteLine
( "accept; predict " + accept[s] + " from state " + s );
153
Console.Error.
WriteLine
( "EOT transition" );
173
Console.Error.
WriteLine
( "EOT transition" );
181
Console.Error.
WriteLine
( "accept via EOF; predict " + accept[eof[s]] + " from " + eof[s] );
187
Console.Error.
WriteLine
( "min[" + s + "]=" + min[s] );
188
Console.Error.
WriteLine
( "max[" + s + "]=" + max[s] )
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DumpLayer.cpp
67
writeLine
("{");
73
writeLine
("}");
82
void FileLayerDumper::
writeLine
(const char* str)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/
ExceptionExtensions.cs
42
writer.
WriteLine
( e.ToString() );
47
writer.
WriteLine
( " " + line );
/external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java
97
this.out.
writeLine
(Integer.toHexString(this.cachePosition));
99
this.out.
writeLine
("");
113
this.out.
writeLine
(Integer.toHexString(this.cachePosition + len));
116
this.out.
writeLine
("");
122
this.out.
writeLine
("0");
123
this.out.
writeLine
("");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
ExceptionExtensions.cs
74
writer.
WriteLine
(e.ToString());
78
writer.
WriteLine
(" " + line);
IOExtensions.cs
65
writer.
WriteLine
();
71
writer.
WriteLine
( value );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
ExceptionExtensions.cs
83
writer.
WriteLine
( e.ToString() );
88
writer.
WriteLine
( " " + line );
IOExtensions.cs
63
writer.
WriteLine
();
69
writer.
WriteLine
( value );
/external/apache-http/src/org/apache/http/io/
SessionOutputBuffer.java
55
void
writeLine
(String s) throws IOException;
57
void
writeLine
(CharArrayBuffer buffer) throws IOException;
/external/apache-http/src/org/apache/http/impl/conn/
LoggingSessionOutputBuffer.java
90
public void
writeLine
(final CharArrayBuffer buffer) throws IOException {
91
this.out.
writeLine
(buffer);
98
public void
writeLine
(final String s) throws IOException {
99
this.out.
writeLine
(s);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs
252
//Console.Out.
WriteLine
( "revIndex=" + tokenTypeToStreamIndexesMap );
353
Console.Out.
WriteLine
( "start last node: " + i + " size==" + nodes.Count );
361
Console.Out.
WriteLine
( "stop at node: " + i + " " + nodes[i] );
498
Console.Out.
WriteLine
("toString");
505
//Console.Out.
WriteLine
( "stop: " + stop );
509
Console.Out.
WriteLine
(start);
511
Console.Out.
WriteLine
(((CommonTree)stop).Token);
513
Console.Out.
WriteLine
(stop);
RewriteRuleSubtreeStream.cs
70
//System.Console.
WriteLine
("nextNode: elements={0}, singleElement={1}", elements, ((ITree)singleElement).ToStringTree());
82
//System.Console.
WriteLine
("_next={0}", ((ITree)tree).ToStringTree());
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs
288
//Console.Out.
WriteLine
( "revIndex=" + tokenTypeToStreamIndexesMap );
417
Console.Out.
WriteLine
( "start last node: " + i + " size==" + nodes.Count );
425
Console.Out.
WriteLine
( "stop at node: " + i + " " + nodes[i] );
593
Console.Out.
WriteLine
( "toString" );
602
//Console.Out.
WriteLine
( "stop: " + stop );
606
Console.Out.
WriteLine
( start );
608
Console.Out.
WriteLine
( ( (CommonTree)stop ).Token );
610
Console.Out.
WriteLine
( stop );
RewriteRuleSubtreeStream.cs
76
//System.Console.
WriteLine
("nextNode: elements={0}, singleElement={1}", elements, ((ITree)singleElement).ToStringTree());
89
//System.Console.
WriteLine
("_next={0}", ((ITree)tree).ToStringTree());
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.g3
57
Console.Out.
WriteLine
($expr.value + " (about " + result[0] + "*10^" + (result.Length-1) + ")");
78
Console.Error.
WriteLine
("No match found for " + $ID.text + "(" + p + ")");
ProfileTreeGrammar.g3
57
Console.Out.
WriteLine
($expr.value + " (about " + result[0] + "*10^" + (result.Length-1) + ")");
78
Console.Error.
WriteLine
("No match found for " + $ID.text + "(" + p + ")");
Completed in 1421 milliseconds
1
2
3
4