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

1 2 3 4 5 6 7 8 91011>>

  /external/bison/src/
lalr.h 1 /* Compute look-ahead criteria for bison,
36 which rules need look-ahead in each state, and which look-ahead
41 /* Release the information related to look-ahead tokens. Can be performed
lalr.c 1 /* Compute look-ahead criteria for Bison.
25 which rules need look-ahead in each state, and which look-ahead
336 | Count the number of look-ahead tokens required for S |
348 /* We need a look-ahead either to distinguish different
380 /* Compute the total number of reductions requiring a look-ahead. */
392 require look-ahead tokens. */
406 | Output the look-ahead tokens for each state. |
414 fprintf (out, "Look-ahead tokens: BEGIN\n");
426 fprintf (out, "State %d: %d look-ahead tokens\n"
    [all...]
conflicts.h 1 /* Find and resolve or report look-ahead conflicts for bison,
state.h 49 The two types of actions are shifts/gotos (push the look-ahead token
53 look-ahead token alone). When the states are generated, these
81 parser's strategy of making all decisions one token ahead of its
206 /* Nonzero if no look-ahead is needed to decide what to do in state S. */
237 /* Print on OUT all the look-ahead tokens such that this STATE wants to
  /external/blktrace/
act_mask.c 27 DECLARE_MASK_MAP(AHEAD),
  /external/kernel-headers/original/linux/
limits.h 12 #define MAX_INPUT 255 /* size of the type-ahead buffer */
  /libcore/luni/src/test/resources/
recipe.xml 17 Make the meat ahead of time, and refrigerate over night, the acid in the
recipe1.xml 17 Make the meat ahead of time, and refrigerate over night, the acid in the
recipt.xml 17 Make the meat ahead of time, and refrigerate over night, the acid in the
reciptWrong.xml 14 Make the meat ahead of time, and refrigerate over night, the acid in the
systemid.xml 17 Make the meat ahead of time, and refrigerate over night, the acid in the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
limits.h 10 #define MAX_INPUT 255 /* size of the type-ahead buffer */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
limits.h 10 #define MAX_INPUT 255 /* size of the type-ahead buffer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
limits.h 10 #define MAX_INPUT 255 /* size of the type-ahead buffer */
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CharStreamState.java 30 /** When walking ahead with cyclic DFA or for syntactic predicates,
32 * line, etc...) so that we can rewind the state after scanning ahead.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CharStreamState.as 30 /** When walking ahead with cyclic DFA or for syntactic predicates,
32 * line, etc...) so that we can rewind the state after scanning ahead.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CharStreamState.cs 42 /// When walking ahead with cyclic DFA for syntactic predicates, we
44 /// etc...) so that we can rewind the state after scanning ahead.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CharStreamState.cs 37 * When walking ahead with cyclic DFA or for syntactic predicates,
39 * line, etc...) so that we can rewind the state after scanning ahead.
  /dalvik/vm/mterp/
rebuild.sh 25 # These aren't actually used, so just go ahead and remove them. The correct
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_fsa.c 16 LibTomCrypt FULL SPEED AHEAD!, Tom St Denis
  /external/skia/src/gpu/
GrStencilBuffer.cpp 34 // have attachments go ahead and unlock now.
  /external/v8/test/mjsunit/
regexp-lookahead.js 28 // Tests captures in positive and negative look-ahead in regular expressions.
86 // Captures are cleared on backtrack past the look-ahead.
116 // Test of Negative Look-Ahead.
129 // Test mixed nested look-ahead with captures.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
mount.h 84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
86 #define BLKFRASET _IO(0x12,100) /* Set filesystem read-ahead. */
87 #define BLKFRAGET _IO(0x12,101) /* Get filesystem read-ahead. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mount.h 84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
86 #define BLKFRASET _IO(0x12,100) /* Set filesystem read-ahead. */
87 #define BLKFRAGET _IO(0x12,101) /* Get filesystem read-ahead. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mount.h 84 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
86 #define BLKFRASET _IO(0x12,100) /* Set filesystem read-ahead. */
87 #define BLKFRAGET _IO(0x12,101) /* Get filesystem read-ahead. */

Completed in 939 milliseconds

1 2 3 4 5 6 7 8 91011>>