Home
last modified time | relevance | path

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

/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/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
1700 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.rs198 pub fn is_match(&self, text: &str) -> bool { in is_match() method
/external/skqp/src/compute/hs/vk/bench/
Dmain.c499 bool const is_match = is_matching_device(&tmp, in main() local
/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/rust/crates/rusqlite/src/
Dfunctions.rs801 let is_match = { in regexp_with_auxilliary() localVariable
/external/rust/crates/aho-corasick/src/
Dahocorasick.rs183 pub fn is_match<B: AsRef<[u8]>>(&self, haystack: B) -> bool { in is_match() method
Dnfa.rs312 fn is_match(&self) -> bool { in is_match() method
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_util.cpp1271 bool is_match = true; in MaybeGetCompositeConstant() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_util.cpp1271 bool is_match = true; in MaybeGetCompositeConstant() local
/external/squashfs-tools/squashfs-tools/
Daction.c2292 int is_match = fnmatch(atom->argv[0], get_start(path, in subpathname_fn() local
/external/toybox/toys/pending/
Dxzcat.c1315 uint16_t is_match[STATES][POS_STATES_MAX]; member