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

1 2 3

  /development/tools/idegen/
idegen.sh 8 idegenjar=`find out -name idegen.jar -follow | grep -v intermediates`
  /external/antlr/src/org/antlr/runtime/
BaseRecognizer.java 98 * to the set of symbols that can follow rule ref.
100 public Object match(IntStream input, int ttype, BitSet follow)
115 matchedSymbol = recoverFromMismatchedToken(input, ttype, follow);
130 public boolean mismatchIsMissingToken(IntStream input, BitSet follow) {
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.or(viableTokensFollowingThisRule)
    [all...]
Parser.java 60 BitSet follow)
  /external/antlr/src/org/antlr/runtime/debug/
DebugTreeParser.java 87 BitSet follow)
89 Object o = super.getMissingSymbol(input, e, expectedTokenType, follow);
  /external/antlr/src/org/antlr/runtime/tree/
TreeParser.java 88 BitSet follow)
132 BitSet follow)
  /ndk/tests/build/stdint-c++/jni/
Android.mk 2 # follow the standard with regards to limit- and constant- related macros
  /external/svox/pico/lib/
picobase.c 57 picoos_uint8 follow; local
63 follow = 0;
65 if (follow > 0) {
68 follow--;
77 follow = 3;
80 follow = 2;
83 follow = 1;
    [all...]
  /external/llvm/utils/
UpdateCMakeLists.pl 117 find({ wanted => \&ProcessFile, follow => 1 }, '.');
  /external/e2fsprogs/lib/ext2fs/
namei.c 24 const char *pathname, size_t pathlen, int follow,
114 const char *pathname, size_t pathlen, int follow,
136 if (follow) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 442 WnnWord follow = followFzksi.next(); local
443 if (connectible(word.partOfSpeech.right, follow.partOfSpeech.left)) {
444 fzks.add(new WnnWord(key, key, new WnnPOS(word.partOfSpeech.left, follow.partOfSpeech.right)));
  /external/v8/test/mjsunit/
search-string-multiple.js 39 // Arg 0 is the match, n captures follow, n + 1 is offset of match, n + 2 is
  /frameworks/base/media/libstagefright/
Android.mk 95 # currently must follow the same logic to determine how webkit was built and
  /ndk/sources/host-tools/nawk-20071023/
b.c 138 cfoll(f, p1); /* set up follow sets */
339 void cfoll(fa *f, Node *v) /* enter follow set of each leaf of vertex v into lfollow[leaf] */
359 follow(v); /* computes setvec and setcnt */
361 overflo("out of space building follow set");
427 void follow(Node *v) /* collects leaves that can follow v into setvec */ function
438 follow(p);
443 follow(p);
449 follow(p);
453 follow(p)
    [all...]
proto.h 55 extern void follow(Node *);
  /external/v8/src/
array.js 215 // appropriate test. We follow KJS in consulting the
227 // appropriate test. We follow KJS in consulting the
254 // %HasLocalProperty would be the appropriate test. We follow
266 // appropriate test. We follow KJS in consulting the
278 // %HasLocalProperty would be the appropriate test. We follow
287 // appropriate test. We follow KJS in consulting the
309 // would be the appropriate test. We follow KJS in consulting the
327 // %HasLocalProperty would be the appropriate test. We follow
341 // %HasLocalProperty would be the appropriate test. We follow
600 // This does not follow ECMA-262, but we do the same fo
    [all...]
  /external/mesa3d/docs/
MESA_shader_debug.spec 218 The diagnostic message examples follow.
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-hostname.js 36 // Since both do that in a buggy way, WebKit should not follow either one of them.
set-href-attribute-host.js 58 // Since both do that in a buggy way, WebKit does not follow either one of them.
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 175 /* Look up an entry in a link hash table. If FOLLOW is TRUE, this
180 bfd_boolean copy, bfd_boolean follow);
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 175 /* Look up an entry in a link hash table. If FOLLOW is TRUE, this
180 bfd_boolean copy, bfd_boolean follow);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 177 /* Look up an entry in a link hash table. If FOLLOW is TRUE, this
182 bfd_boolean copy, bfd_boolean follow);
  /external/v8/
Android.v8common.mk 141 # These JS library sources must follow the above sources but their order is not
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 12 --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no]
  /ndk/build/core/
main.mk 105 Please follow the instructions in docs/NDK-APPS.TXT to write one.)
  /bionic/libc/kernel/common/linux/
coda.h 578 int follow; member in struct:PioctlData

Completed in 1576 milliseconds

1 2 3