HomeSort by relevance Sort by last modified time
    Searched full:follow (Results 1 - 25 of 3935) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t057autoAST49.g 3 a : ID INT ; // follow is EOF
t057autoAST50.g 4 b : ID INT ; // follow should see EOF
  /external/bzip2/
words2 2 Checking test results. If any of the four "cmp"s which follow
  /external/kernel-headers/original/uapi/asm-arm/asm/
fcntl.h 5 #define O_NOFOLLOW 0100000 /* don't follow links */
  /frameworks/base/tests/RenderScriptTests/Fountain/
_index.html 1 <p>An example that renders many dots on the screen that follow a user's touch. The dots fall
  /frameworks/base/tests/RenderScriptTests/Fountain_v11/
_index.html 1 <p>An example that renders many dots on the screen that follow a user's touch. The dots fall
  /development/tools/idegen/
idegen.sh 8 idegenjar=`find out -name idegen.jar -follow | grep -v intermediates`
  /external/chromium_org/third_party/WebKit/ManualTests/
chrome-bidi-text.html 3 Start button and follow the instructions.
back-forward-during-alert-2.html 9 Follow the instructions in the alert that shows up on page load.
  /external/chromium_org/tools/telemetry/bin/
README.txt 1 - Follow http://source.android.com/source/building.html
  /frameworks/base/docs/html/guide/appendix/faq/
commontasks.jd 7 <p>You should have already been redirected by your browser. Please follow
framework.jd 7 <p>You should have already been redirected by your browser. Please follow
index.jd 7 <p>You should have already been redirected by your browser. Please follow
licensingandoss.jd 7 <p>You should have already been redirected by your browser. Please follow
security.jd 7 <p>You should have already been redirected by your browser. Please follow
troubleshooting.jd 7 <p>You should have already been redirected by your browser. Please follow
  /frameworks/base/tests/RenderScriptTests/FountainFbo/
_index.html 1 <p>An example that renders many dots on the screen that follow a user's touch. The dots fall
  /external/chromium_org/third_party/
OWNERS 2 # adding new libraries. Be sure to follow the instructions for adding
  /external/chromium_org/tools/symsrc/
README.chromium 9 The follow files were copied from the BSD licensed pefile-1.2.9.1:
  /external/libmtp/doc/
mainpage.h 14 * with the LGPL license. If you do not follow the LGPL you will be in
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 113 - (id) match:(id<ANTLRIntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow;
116 - (BOOL) mismatchIsMissingToken:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)follow;
140 Follow:(ANTLRBitSet *)follow;
144 Follow:(ANTLRBitSet *)follow;
150 Follow:(ANTLRBitSet *)follow;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 113 - (id) match:(id<ANTLRIntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow;
116 - (BOOL) mismatchIsMissingToken:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)follow;
140 Follow:(ANTLRBitSet *)follow;
144 Follow:(ANTLRBitSet *)follow;
150 Follow:(ANTLRBitSet *)follow;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 113 - (id) match:(id<ANTLRIntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow;
116 - (BOOL) mismatchIsMissingToken:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)follow;
140 Follow:(ANTLRBitSet *)follow;
144 Follow:(ANTLRBitSet *)follow;
150 Follow:(ANTLRBitSet *)follow;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.h 105 - (id) match:(id<ANTLRIntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow;
108 - (BOOL) mismatchIsMissingToken:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)follow;
132 Follow:(ANTLRBitSet *)follow;
136 Follow:(ANTLRBitSet *)follow;
142 Follow:(ANTLRBitSet *)follow;
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 62 * symbols that can follow rule ref.
64 public function matchStream(input:IntStream, ttype:int, follow:BitSet):Object {
77 matchedSymbol = recoverFromMismatchedToken(input, ttype, follow);
92 public function mismatchIsMissingToken(input:IntStream, follow:BitSet):Boolean {
93 if ( follow==null ) {
94 // we have no information about the follow; we can only consume
98 // compute what can follow this grammar element reference
99 if ( follow.member(TokenConstants.EOR_TOKEN_TYPE) ) {
101 follow = follow.or(viableTokensFollowingThisRule)
    [all...]

Completed in 2493 milliseconds

1 2 3 4 5 6 7 8 91011>>