Searched defs:follow (Results 1 - 8 of 8) sorted by relevance

/external/antlr/src/org/antlr/runtime/
H A DParser.java60 BitSet follow)
57 getMissingSymbol(IntStream input, RecognitionException e, int expectedTokenType, BitSet follow) argument
H A DBaseRecognizer.java98 * to the set of symbols that can follow rule ref.
100 public Object match(IntStream input, int ttype, BitSet follow) argument
115 matchedSymbol = recoverFromMismatchedToken(input, ttype, follow);
130 public boolean mismatchIsMissingToken(IntStream input, BitSet follow) { argument
131 if ( follow==null ) {
132 // we have no information about the follow; we can only consume
136 // compute what can follow this grammar element reference
137 if ( follow.member(Token.EOR_TOKEN_TYPE) ) {
139 follow = follow
588 recoverFromMismatchedToken(IntStream input, int ttype, BitSet follow) argument
622 recoverFromMismatchedSet(IntStream input, RecognitionException e, BitSet follow) argument
667 getMissingSymbol(IntStream input, RecognitionException e, int expectedTokenType, BitSet follow) argument
[all...]
/external/antlr/src/org/antlr/runtime/debug/
H A DDebugTreeParser.java87 BitSet follow)
89 Object o = super.getMissingSymbol(input, e, expectedTokenType, follow);
84 getMissingSymbol(IntStream input, RecognitionException e, int expectedTokenType, BitSet follow) argument
/external/e2fsprogs/lib/ext2fs/
H A Dnamei.c24 const char *pathname, size_t pathlen, int follow,
114 const char *pathname, size_t pathlen, int follow,
136 if (follow) {
113 open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t base, const char *pathname, size_t pathlen, int follow, int link_count, char *buf, ext2_ino_t *res_inode) argument
/external/antlr/src/org/antlr/runtime/tree/
H A DTreeParser.java88 BitSet follow)
132 BitSet follow)
85 getMissingSymbol(IntStream input, RecognitionException e, int expectedTokenType, BitSet follow) argument
130 recoverFromMismatchedToken(IntStream input, int ttype, BitSet follow) argument
/external/svox/pico/lib/
H A Dpicobase.c57 picoos_uint8 follow; local
63 follow = 0;
65 if (follow > 0) {
68 follow--;
77 follow = 3;
80 follow = 2;
83 follow = 1;
/external/kernel-headers/original/linux/
H A Dcoda.h3 follow at your discretion.
769 int follow; member in struct:PioctlData
/external/skia/src/core/
H A DSkDraw.cpp1911 Need differentially more subdivisions when the follow-path is curvy. Not sure how to
1953 const SkPath& follow, const SkMatrix* matrix,
1965 SkPathMeasure meas(follow, false);
1952 drawTextOnPath(const char text[], size_t byteLength, const SkPath& follow, const SkMatrix* matrix, const SkPaint& paint) const argument

Completed in 560 milliseconds