Searched refs:by (Results 1 - 25 of 5973) sorted by path

1234567891011>>

/external/ant-glob/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
H A DNOTICE11 * and distribution as defined by Sections 1 through 9 of this document.
13 * "Licensor" shall mean the copyright owner or entity authorized by
17 * other entities that control, are controlled by, or are under common
20 * direction or management of such entity, whether by contract or
25 * exercising permissions granted by this License.
37 * Object form, made available under the License, as indicated by a
46 * separable from, or merely link (or bind by name) to the interfaces of,
52 * submitted to Licensor for inclusion in the Work by the copyright owner
53 * or by an individual or Legal Entity authorized to submit on behalf of
58 * and issue tracking systems that are managed by, o
[all...]
/external/antlr/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as61 * rule. Rule would recover by resynchronizing to the set of
358 * from within the rule; i.e., the FIRST computation done by
428 * "Algorithms + Data Structures = Programs" by Niklaus Wirth
491 * as you can see by looking at the derivation of this specific
497 * a missing token in the input stream. "Insert" one by just not
631 * If you change what tokens must be created by the lexer,
715 * It returns the index of the last token matched by the rule.
H A DDFA.as7 * which is generated by cyclicDFA template.
H A DRecognizerSharedState.as3 /** The set of fields needed by an abstract recognizer to recognize input
50 * This is only used if rule memoization is on (which it is by default).
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeNodeStream.cs116 #region REWRITING TREES (used by tree parser)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeNodeStream`1.cs122 #region REWRITING TREES (used by tree parser)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeNodeStream.cs123 #region REWRITING TREES (used by tree parser)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Collections.Tests.pas6 This unit contains a skeleton test case class generated by the Test Case Wizard.
H A DAntlr.Runtime.Tools.Tests.pas6 This unit contains a skeleton test case class generated by the Test Case Wizard.
H A DAntlr.Runtime.Tree.Tests.pas6 This unit contains a skeleton test case class generated by the Test Case Wizard.
731 WrapBy = 4; // wrap around by 4 nodes
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas139 /// they are returned by its enumerator, enclosed in curly brackets ("{}").
140 /// The separator is a comma followed by a space i.e. ", ".
151 /// they are returned by its enumerator, enclosed in square brackets ("[]").
152 /// The separator is a comma followed by a space i.e. ", ".
H A DAntlr.Runtime.Tools.pas317 /// to access variables by name. For example, see the following C code:
391 { Checks if A and B are implemented by the same object }
784 // gap refers to the hole that needs filling-in by shifting items down.
H A DAntlr.Runtime.Tree.pas192 /// non-virt call to object.GetHashCode() or by via a call to
372 // REWRITING TREES (used by tree parser)
675 /// really just factory methods; all the work is done by BaseTreeAdaptor.
1204 /// the reference count will never reach 0. This is avoided by making
2065 /// DOWN/UP nodes; those are only returned by the LT() method.
H A DAntlr.Runtime.pas142 /// Set the input cursor to the position indicated by index. This is
461 /// <summary>return how much space is being used by the bits array not
479 /// The set of fields needed by an abstract recognizer to recognize input
577 /// This is only used if rule memoization is on (which it is by default).
587 /// Token object normally returned by NextToken() after matching lexer rules.
718 /// rule. Rule would recover by resynchronizing to the set of
859 /// It returns the index of the last token matched by the rule.
996 /// which is generated by cyclicDFA template.
1232 /// roll back any changes if there is an error just by removing instructions.
1844 /// start/stop are not affected by changin
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME34 This is most easily done by cd'ing to the root of the antlr code and running
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g34 * Converted to ANTLR v3 November 2005 by Terence Parr.
48 * translated to ANTLR format by an ANTLR grammar, naturally <grin>).
53 * I (Terence) tested this by running it on the jython-2.1/Lib
549 * as this is a blank line. If whitespace followed by comment, kill it
550 * as it's a comment on a line by itself.
578 /** Comments not on line by themselves are turned into newlines.
587 This rule is invoked directly by nextToken when the comment is in
591 Kill if newlines if we live on a line by ourselves
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm59 A full explanation of any configuration system(s) used by the module,
108 Based on ANTLR Java Runtime by Terence Parr.
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm300 Return how much space is being used by the bits array not how many actually
325 A full explanation of any configuration system(s) used by the module,
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl192 changes made to the primary target, by knowing I<what> has changed and I<how>.
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb37 The main namespace for the ANTLR runtime libraries, which are used by
38 Ruby-targeted recognizers generated by ANTLR. The entire library is segmented
46 some are simply extra utilities for use by anyone working with ANTLR code. Thus,
52 runtime library. The items are loosely ordered by importance.
56 the most important components of the runtime library. loaded by default
59 decisions recognizers must make in code generated by ANTLR
61 defines the stream classes used by ANTLR recognizers to walk sequentially
62 through strings, tokens, and tree nodes loaded by default
65 text and symbol information produced by lexers and used by parser
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb41 token names used by ANTLR throughout the runtime library.
50 # the channel for tokens which should not be passed to a parser by a token stream
53 # flag used by recognizers during memoization to
57 # flag used by recognizers during memoization to indicate
61 # built-in token types used internally by ANTLR3
75 # End of Rule (used internally by DFAs)
H A Ddebug.rb139 required by the code ANTLR generated when called with the <tt>-debug</tt>
322 # by exhausting its token source, it may
430 # An input token was consumed; matched by any kind of element.
431 # Trigger after the token was matched by things like match(), matchAny().
438 # Trigger after the token was matched by things like match(), matchAny().
446 # triggered by both peek and look calls. The debugger will want to know
509 # caused the problem was the last object referenced by look. The
564 # a beginResync/endResync pair was tossed out by the parser.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb259 A debugging event listener which intercepts debug event messages sent by a EventSocketProxy

Completed in 6493 milliseconds

1234567891011>>