Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/
H A Dstrategy.rs61 fn is_match(&self, cache: &mut Cache, input: &Input<'_>) -> bool; in is_match() method
408 fn is_match(&self, cache: &mut Cache, input: &Input<'_>) -> bool { in is_match() method
765 fn is_match(&self, cache: &mut Cache, input: &Input<'_>) -> bool { in is_match() method
1053 fn is_match(&self, cache: &mut Cache, input: &Input<'_>) -> bool { in is_match() method
1420 fn is_match(&self, cache: &mut Cache, input: &Input<'_>) -> bool { in is_match() method
1824 fn is_match(&self, cache: &mut Cache, input: &Input<'_>) -> bool { in is_match() method
/aosp_15_r20/external/cronet/net/base/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/
Ddeterminize.rs56 is_match: bool, field
119 let is_match: Vec<bool> = in build() localVariable
Ddfa.rs91 fn is_match(&self, bytes: &[u8]) -> bool { in is_match() method
Dminimize.rs223 let mut is_match = StateSet::empty(); in initial_partitions() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
H A Dtransducer.rs77 fn is_match(&self, state: &StateID) -> bool { in is_match() method
180 fn is_match(&self, state: &StateID) -> bool { in is_match() method
H A Dahocorasick.rs311 pub fn is_match<'h, I: Into<Input<'h>>>(&self, input: I) -> bool { in is_match() method
2688 fn is_match(&self, sid: StateID) -> bool { in is_match() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Dsparse.rs1502 let is_match = (1 << 15) & ntrans != 0; in state() localVariable
1543 let is_match = ((1 << 15) & ntrans) != 0; in try_state() localVariable
1722 let is_match = (1 << 15) & ntrans != 0; in state_mut() localVariable
2245 is_match: bool, field
2438 is_match: bool, field
/aosp_15_r20/external/crosvm/devices/src/pci/pcie/
H A Dpcie_switch.rs106 fn is_match(&self, host_addr: PciAddress) -> Option<u8> { in is_match() method
294 fn is_match(&self, host_addr: PciAddress) -> Option<u8> { in is_match() method
H A Dpcie_rp.rs173 fn is_match(&self, host_addr: PciAddress) -> Option<u8> { in is_match() method
/aosp_15_r20/system/extras/simpleperf/runtest/
H A Druntest.py101 def is_match(self, symbol): member in SymbolOverheadRequirement
141 def is_match(self, symbol): member in SymbolRelationRequirement
/aosp_15_r20/external/rust/android-crates-io/crates/env_logger/src/filter/
Dstring.rs15 pub fn is_match(&self, s: &str) -> bool { in is_match() method
Dregex.rs20 pub fn is_match(&self, s: &str) -> bool { in is_match() method
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dproc_self_maps_test.cc46 bool is_match; in IsExecutable() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/determinize/
H A Dstate.rs134 pub(crate) fn is_match(&self) -> bool { in is_match() method
396 fn is_match(&self) -> bool { in is_match() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Dregex.rs18 pub(crate) fn is_match(&self, text: &str) -> bool { in is_match() method
/aosp_15_r20/frameworks/base/tools/aapt2/java/
H A DAnnotationProcessor.cpp83 const bool is_match = std::regex_search(comment, match_result, re); in AppendCommentLine() local
/aosp_15_r20/external/cronet/testing/scripts/rust/
H A Dtest_filtering.py54 def is_match(self, test_name): member in _TestFilter
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/
Dmatcher.rs261 pub fn is_match(self) -> bool { in is_match() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dops.h177 auto is_match = node->matches(first) || sr_schema_check(node, rest...); in sr_schema_check() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/nfa/
H A Dcontiguous.rs260 fn is_match(&self, sid: StateID) -> bool { in is_match() method
335 let is_match = self.is_match(sid); in fmt() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/str/
Dregex.rs129 pub fn is_match<S>(pattern: S) -> Result<RegexPredicate, RegexError> in is_match() function
/aosp_15_r20/external/cronet/base/substring_set_matcher/
H A Dsubstring_set_matcher_unittest.cc22 bool is_match) { in TestOnePattern()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/hybrid/
H A Did.rs319 pub const fn is_match(&self) -> bool { in is_match() method

1234