Searched refs:list (Results 26 - 50 of 4308) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl109 add: Adds the file to the list of ported files.
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py13 # notice, this list of conditions and the following disclaimer.
15 # notice, this list of conditions and the following disclaimer in the
651 for idx, localFollowSet in reversed(list(enumerate(self._state.following))):
H A Dstreams.py13 # notice, this list of conditions and the following disclaimer.
15 # notice, this list of conditions and the following disclaimer in the
361 # A list of CharStreamState objects that tracks the stream state
648 # The index into the tokens list of the current token (next token
649 # to consume). p==-1 indicates that the tokens list is empty
779 Given a start and stop index, return a list of all tokens in
1210 self.replace(*(list(args) + [None]))
1381 Don't actually delete; make op null in list. Easier to walk list.
H A Dtree.py18 # notice, this list of conditions and the following disclaimer.
20 # notice, this list of conditions and the following disclaimer in the
108 even use Token objects as trees if you add a child list to your tokens.
144 """Return a list of all ancestors of this node.
146 The first node of list is the root and the last is the parent of
192 a list (nil-root tree). num of children can increase or decrease.
203 the tree is a flat list.
315 a list of element as the children. If you want a flat tree (a list)
350 Add a child to the tree t. If child is a flat tree (a list), mak
[all...]
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py158 return main(list(argv)+[egg]) # we're done here
176 main(list(argv)+[download_setuptools(delay=0)])
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
51 The following list gives a brief introduction to each component of the ANTLR3
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
H A Ddebug.rb17 notice, this list of conditions and the following disclaimer.
19 notice, this list of conditions and the following disclaimer in the
H A Ddfa.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
75 A list that defines the next state number based upon
H A Ddot.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
H A Derror.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
H A Dmain.rb14 notice, this list of conditions and the following disclaimer.
16 notice, this list of conditions and the following disclaimer in the
78 # constructs an OptionParser and parses the argument list provided by +argv+
H A Dprofile.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
H A Drecognizers.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
H A Dstreams.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
686 # see StringStream.new for a list of additional options
H A Dtask.rb59 @grammar_sets.inject( [] ) do | list, set |
60 list.concat( set.target_files )
420 list = $1.strip
421 @imports.concat( list.split( /\s*,\s*/ ) )
H A Dtoken.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
229 Here is the token structure attribute list in order:
H A Dtree.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
195 wraps a token, a list of child trees, and some information about the collective
209 [flat list (nil tree)] a tree node without a token payload, but with more
215 [ancestors] the list of successive parents from a tree node to the root node
336 raise ArgumentError, "attempt to add child list to itself"
361 tree.flat_list? and raise ArgumentError, "Can't set single child to a list"
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
59 a rewrite program list.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb408 # 105:1: parameter_declaration returns [ list ] : ( '(' ( parameters )? ')' | parameters );
413 list = nil
417 list = nil
449 list = parameters5
461 list = parameters6
475 return list
483 # 111:1: parameters returns [ list ] : parameter[ $list ] ( ',' parameter[ $list ] )* ;
488 list
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb189 File.expand_path( path.to_s ).split( File::Separator ).tap do |list|
190 if list.empty? then list << String.new( File::Separator )
191 elsif list.first.empty? then list.first.replace( File::Separator )
H A Dgrammar.rb155 tap { |list| list.flatten! }
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dvisitor.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
H A Dwizard.rb15 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DAST.stg10 notice, this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
116 * to the tracking list stream_ID for use in the rewrite.
176 # token list labels: <referencedTokenListLabels; separator=", ">
177 # rule list labels: <referencedRuleListLabels; separator=", ">
244 * list rather shallow like other blocks.

Completed in 541 milliseconds

1234567891011>>