/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/ |
D | regex.rs | 65 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 D | strategy.rs | 61 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 D | lookup_string_in_fixed_set.cc | 99 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/ |
D | determinize.rs | 56 is_match: bool, field 119 let is_match: Vec<bool> = in build() localVariable
|
D | dfa.rs | 91 fn is_match(&self, bytes: &[u8]) -> bool { in is_match() method
|
D | minimize.rs | 223 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 D | transducer.rs | 77 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 D | ahocorasick.rs | 311 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 D | sparse.rs | 1502 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 D | pcie_switch.rs | 106 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 D | pcie_rp.rs | 173 fn is_match(&self, host_addr: PciAddress) -> Option<u8> { in is_match() method
|
/aosp_15_r20/system/extras/simpleperf/runtest/ |
H A D | runtest.py | 101 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/ |
D | string.rs | 15 pub fn is_match(&self, s: &str) -> bool { in is_match() method
|
D | regex.rs | 20 pub fn is_match(&self, s: &str) -> bool { in is_match() method
|
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | proc_self_maps_test.cc | 46 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 D | state.rs | 134 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/ |
D | regex.rs | 18 pub(crate) fn is_match(&self, text: &str) -> bool { in is_match() method
|
/aosp_15_r20/frameworks/base/tools/aapt2/java/ |
H A D | AnnotationProcessor.cpp | 83 const bool is_match = std::regex_search(comment, match_result, re); in AppendCommentLine() local
|
/aosp_15_r20/external/cronet/testing/scripts/rust/ |
H A D | test_filtering.py | 54 def is_match(self, test_name): member in _TestFilter
|
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/ |
D | matcher.rs | 261 pub fn is_match(self) -> bool { in is_match() method
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | ops.h | 177 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 D | contiguous.rs | 260 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/ |
D | regex.rs | 129 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 D | substring_set_matcher_unittest.cc | 22 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 D | id.rs | 319 pub const fn is_match(&self) -> bool { in is_match() method
|