Home
last modified time | relevance | path

Searched refs:token_stream (Results 1 – 18 of 18) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
Dtree-rewrite.rb1011 nodes.token_stream = tokens
1025 nodes.token_stream = tokens
1039 nodes.token_stream = tokens
1049 nodes.token_stream = tokens
1062 nodes.token_stream = tokens
1076 nodes.token_stream = tokens
1090 nodes.token_stream = tokens
1104 nodes.token_stream = tokens
1118 nodes.token_stream = tokens
1132 nodes.token_stream = tokens
[all …]
Dhetero-nodes.rb613 nodes.token_stream = tokens
Dauto-ast.rb52 nodes.token_stream = parser.input
Drewrites.rb52 nodes.token_stream = parser.input
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
Dbasic.rb38 nodes.token_stream = tokens
74 nodes.token_stream = tokens
113 nodes.token_stream = tokens
151 nodes.token_stream = tokens
188 nodes.token_stream = tokens
223 nodes.token_stream = tokens
259 nodes.token_stream = tokens
296 nodes.token_stream = tokens
332 nodes.token_stream = tokens
362 nodes.token_stream = tokens
[all …]
/external/google-breakpad/src/processor/
Dpostfix_evaluator-inl.h291 istringstream token_stream(token); in PopValueOrIdentifier()
294 if (token_stream.peek() == '-') { in PopValueOrIdentifier()
296 token_stream.get(); in PopValueOrIdentifier()
300 if (token_stream >> literal && token_stream.peek() == EOF) { in PopValueOrIdentifier()
354 ostringstream token_stream; in PushValue() local
355 token_stream << value; in PushValue()
356 stack_.push_back(token_stream.str()); in PushValue()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
Dstrip_js_comments.py51 token_stream = _TokenizeJS(text).__iter__()
54 t = token_stream.next()
61 t2 = token_stream.next()
70 t2 = token_stream.next()
/external/antlr/antlr-3.4/runtime/Ruby/
DHistory.txt21 * Bug Fix: removed references to Parser#token_stream
22 - changed references to Parser#token_stream to Parser#input in `antlr3/profile.rb' to
23 avoid "private method token_stream called" errors in profile mode
98 signatures to provide values for attributes like token_stream
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
Dast-builder.rb32 def token_stream( desc, element = nil ) method
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
Dtemplate-output.rb399 nodes.token_stream = tokens
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DST.stg60 @input.token_stream.replace(
DRuby.stg1114 @input.token_stream.to_s(
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Drecognizers.rb1301 def token_stream=( input )
1306 alias token_stream input
Dmain.rb574 @node_stream.token_stream = @token_stream
Dtree.rb1002 @token_stream = parent.token_stream
1076 self.token_stream.source_name
/external/kernel-headers/original/uapi/linux/
Dnl80211.h3625 __u8 token_stream[]; member
/external/wpa_supplicant_8/src/drivers/
Dnl80211_copy.h3876 __u8 token_stream[]; member
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py676 def __init__(self, token_stream, filename, in_class='', visibility=None, argument
678 self.tokens = token_stream