Searched defs:NFA (Results 1 - 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFA.java33 /** 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 { class
41 /** This NFA represents which grammar? */
44 /** Which factory created this NFA? */
49 public NFA(Grammar g) { method in class:NFA
/external/libnfc-nci/
H A DAndroid.mk10 NFA:=src/nfa macro
26 NFA_FILES:= $(call all-c-files-under, $(NFA))
48 #NFA NFC includes
52 NFA_CFLAGS += -I$(LOCAL_PATH)/$(NFA)/brcm
53 NFA_CFLAGS += -I$(LOCAL_PATH)/$(NFA)/include
54 NFA_CFLAGS += -I$(LOCAL_PATH)/$(NFA)/int
/external/regex-re2/re2/
H A Dnfa.cc7 // 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 { class in namespace:re2
36 NFA(Prog* prog);
37 ~NFA();
125 DISALLOW_EVIL_CONSTRUCTORS(NFA);
128 NFA::NFA(Prog* prog) { function in class:re2::NFA
146 NFA
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1138 milliseconds