Home
last modified time | relevance | path

Searched defs:Automaton (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Dautomaton.rs108 pub unsafe trait Automaton { trait
1829 unsafe impl<'a, A: Automaton + ?Sized> Automaton for &'a A { impl
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/
Dautomaton.rs80 pub trait Automaton { trait
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
H A Dautomaton.rs198 pub unsafe trait Automaton: private::Sealed { trait
641 unsafe impl<'a, A: Automaton + ?Sized> Automaton for &'a A { impl
H A Dtransducer.rs212 fn search<A: Automaton, D: AsRef<[u8]>>( in search()
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/
Dtransducer.rs50 fn search<A: Automaton, D: AsRef<[u8]>>( in search()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DAutomaton.h205 Automaton(const Automaton &Other) in Automaton() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAutomaton.h205 Automaton(const Automaton &Other) in Automaton() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DAutomaton.h203 Automaton(const Automaton &Other) in Automaton() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DAutomaton.h203 Automaton(const Automaton &Other) in Automaton() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DAutomaton.h203 Automaton(const Automaton &Other) in Automaton() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DAutomaton.h203 Automaton(const Automaton &Other) in Automaton() function
/aosp_15_r20/external/scapy/scapy/
H A Dautomaton.py502 class Automaton(six.with_metaclass(Automaton_metaclass)): class