HomeSort by relevance Sort by last modified time
    Searched defs:NFA (Results 1 - 8 of 8) sorted by null

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFA.java 33 /** An NFA (collection of NFAStates) constructed from a grammar. This
34 * NFA is one big machine for entire grammar. Decision points are recorded
36 * the NFA (interpret a decision).
38 public class NFA {
41 /** This NFA represents which grammar? */
44 /** Which factory created this NFA? */
49 public NFA(Grammar g) {
  /packages/apps/Nfc/nci/jni/
Android.mk 2 NFA := $(VOB_COMPONENTS)/nfa
32 $(NFA)/include \
33 $(NFA)/brcm \
  /external/libnfc-nci/
Android.mk 11 NFA := src/nfa
33 $(LOCAL_PATH)/$(NFA)/include \
34 $(LOCAL_PATH)/$(NFA)/int \
40 $(call all-c-files-under, $(NFA)/ce $(NFA)/dm $(NFA)/ee) \
41 $(call all-c-files-under, $(NFA)/hci $(NFA)/int $(NFA)/p2p $(NFA)/rw $(NFA)/sys)
    [all...]
  /external/chromium_org/third_party/re2/re2/
nfa.cc 7 // Prog::SearchNFA, an NFA search.
8 // This is an actual NFA like the theorists talk about,
9 // not the pseudo-NFA found in backtracking regexp implementations.
34 class NFA {
36 NFA(Prog* prog);
37 ~NFA();
125 DISALLOW_EVIL_CONSTRUCTORS(NFA);
128 NFA::NFA(Prog* prog) {
146 NFA::~NFA()
    [all...]
  /external/regex-re2/re2/
nfa.cc 7 // Prog::SearchNFA, an NFA search.
8 // This is an actual NFA like the theorists talk about,
9 // not the pseudo-NFA found in backtracking regexp implementations.
34 class NFA {
36 NFA(Prog* prog);
37 ~NFA();
125 DISALLOW_EVIL_CONSTRUCTORS(NFA);
128 NFA::NFA(Prog* prog) {
146 NFA::~NFA()
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 75 #define NFA 20 /* cache this many dynamic fa's */
76 fa *fatab[NFA];
102 if (nfatab < NFA) { /* room for another */
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 133 milliseconds