Searched defs:NFA (Results 1 - 5 of 5) 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.mk11 NFA := src/nfa macro
33 $(LOCAL_PATH)/$(NFA)/include \
34 $(LOCAL_PATH)/$(NFA)/int \
41 $(call all-c-files-under, $(NFA)/ce $(NFA)/dm $(NFA)/ee) \
42 $(call all-c-files-under, $(NFA)/hci $(NFA)/int $(NFA)/p2p $(NFA)/r
[all...]
/external/chromium_org/third_party/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/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 2409 milliseconds