Home
last modified time | relevance | path

Searched defs:is_match (Results 1 – 25 of 37) sorted by relevance

12

/external/cronet/net/base/
Dlookup_string_in_fixed_set.cc99 bool is_match = IsMatch(pos_, input); in Advance() local
128 bool is_match = IsMatch(offset, input); in Advance() local
/external/rust/crates/env_logger/src/filter/
Dregex.rs20 pub fn is_match(&self, s: &str) -> bool { in is_match() method
Dstring.rs15 pub fn is_match(&self, s: &str) -> bool { in is_match() method
/external/rust/crates/regex-automata/src/
Ddeterminize.rs56 is_match: bool, field
119 let is_match: Vec<bool> = in build() localVariable
Dminimize.rs223 let mut is_match = StateSet::empty(); in initial_partitions() localVariable
Ddfa.rs91 fn is_match(&self, bytes: &[u8]) -> bool { in is_match() method
Dregex.rs191 pub fn is_match(&self, input: &[u8]) -> bool { in is_match() method
/external/rust/crates/combine/src/parser/
Dregex.rs65 fn is_match(&self, range: Range) -> bool; in is_match() method
80 fn is_match(&self, range: Range) -> bool { in is_match() function
149 fn is_match(&self, range: &'a str) -> bool { in is_match() method
185 fn is_match(&self, range: &'a [u8]) -> bool { in is_match() method
/external/rust/crates/clap/3.2.23/src/builder/
Dregex.rs18 pub(crate) fn is_match(&self, text: &str) -> bool { in is_match() method
/external/cronet/testing/scripts/rust/
Dtest_filtering.py54 def is_match(self, test_name): member in _TestFilter
/external/cronet/base/substring_set_matcher/
Dsubstring_set_matcher_unittest.cc22 bool is_match) { in TestOnePattern()
/external/crosvm/devices/src/pci/pcie/
Dpcie_switch.rs143 fn is_match(&self, host_addr: PciAddress) -> Option<u8> { in is_match() method
327 fn is_match(&self, host_addr: PciAddress) -> Option<u8> { in is_match() method
Dpcie_rp.rs175 fn is_match(&self, host_addr: PciAddress) -> Option<u8> { in is_match() method
Dpcie_port.rs530 pub fn is_match(&self, host_addr: PciAddress) -> Option<u8> { in is_match() method
/external/rust/crates/regex/src/
Dprog.rs300 pub fn is_match(&self) -> bool { in is_match() method
Ddfa.rs217 pub fn is_match(&self) -> bool { in is_match() method
1694 fn is_match(&self) -> bool { in is_match() method
Dre_bytes.rs142 pub fn is_match(&self, text: &[u8]) -> bool { in is_match() method
Dre_unicode.rs197 pub fn is_match(&self, text: &str) -> bool { in is_match() method
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.cc513 bool is_match; in RenameNodeInputs() local
/external/xz-embedded/linux/lib/xz/
Dxz_dec_lzma2.c159 uint16_t is_match[STATES][POS_STATES_MAX]; member
/external/crosvm/devices/src/
Dbus.rs204 fn is_match(&self, host_addr: PciAddress) -> Option<u8>; in is_match() method
/external/rust/crates/aho-corasick/src/
Dnfa.rs312 fn is_match(&self) -> bool { in is_match() method
Dahocorasick.rs183 pub fn is_match<B: AsRef<[u8]>>(&self, haystack: B) -> bool { in is_match() method
/external/rust/crates/rusqlite/src/
Dfunctions.rs867 let is_match = { in regexp_with_auxilliary() localVariable
/external/cronet/net/http/
Dhttp_cache_transaction.cc2239 bool is_match = response_.headers->response_code() == net::HTTP_NOT_MODIFIED; in DoCacheWriteResponse() local

12