/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
D | tree-rewrite.rb | 1011 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 …]
|
D | hetero-nodes.rb | 613 nodes.token_stream = tokens
|
D | auto-ast.rb | 52 nodes.token_stream = parser.input
|
D | rewrites.rb | 52 nodes.token_stream = parser.input
|
/external/autotest/client/common_lib/cros/ |
D | dbus_send.py | 39 def _parse_value(token_stream): argument 47 token_type = token_stream.pop(0) 49 token_type = token_stream.pop(0) 51 token_type = token_stream.pop(0) # Should be 'path' 52 token_value = token_stream.pop(0) 65 while token_stream[0] != ']': 66 values.append(_parse_value(token_stream)) 67 token_stream.pop(0) 73 key = _parse_value(token_stream) 74 value = _parse_value(token_stream) [all …]
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/ |
D | basic.rb | 38 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/ |
D | postfix_evaluator-inl.h | 291 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/antlr/antlr-3.4/runtime/Ruby/ |
D | History.txt | 21 * 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/ |
D | ast-builder.rb | 32 def token_stream( desc, element = nil ) method
|
/external/ply/ply/example/GardenSnake/ |
D | GardenSnake.py | 340 self.token_stream = None 345 self.token_stream = filter(self.lexer, add_endmarker) 349 return self.token_stream.next()
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/ |
D | template-output.rb | 399 nodes.token_stream = tokens
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | ST.stg | 60 @input.token_stream.replace(
|
D | Ruby.stg | 1114 @input.token_stream.to_s(
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | recognizers.rb | 1301 def token_stream=( input ) 1306 alias token_stream input
|
D | main.rb | 574 @node_stream.token_stream = @token_stream
|
D | tree.rb | 1002 @token_stream = parent.token_stream 1076 self.token_stream.source_name
|
/external/iw/ |
D | wowlan.c | 161 memcpy(tok->token_stream, stream, stream_len); in wowlan_parse_tcp_file()
|
D | nl80211.h | 3877 __u8 token_stream[]; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | nl80211_copy.h | 4223 __u8 token_stream[]; member
|
/external/kernel-headers/original/uapi/linux/ |
D | nl80211.h | 4189 __u8 token_stream[]; member
|
/external/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 677 def __init__(self, token_stream, filename, in_class='', visibility=None, argument 679 self.tokens = token_stream
|
/external/v8/testing/gmock/scripts/generator/cpp/ |
D | ast.py | 677 def __init__(self, token_stream, filename, in_class='', visibility=None, argument 679 self.tokens = token_stream
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | ast.py | 676 def __init__(self, token_stream, filename, in_class='', visibility=None, argument 678 self.tokens = token_stream
|