Home
last modified time | relevance | path

Searched defs:start_pattern (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dbuilder.rs329 start_pattern: Vec<StateID>, field
622 pub fn start_pattern(&mut self) -> Result<PatternID, BuildError> { in start_pattern() method
H A Dnfa.rs545 pub fn start_pattern(&self, pid: PatternID) -> Option<StateID> { in start_pattern() method
1211 start_pattern: Vec<StateID>, field
H A Dcompiler.rs1618 fn start_pattern(&self) -> Result<PatternID, BuildError> { in start_pattern() method
/aosp_15_r20/external/autotest/server/cros/chaos_lib/
H A Dchaos_log_analyzer.py53 def _extract_log_lines(self, log_file, start_pattern=None, end_pattern=None, argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py3087 def _GetTextInside(text, start_pattern): argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Donepass.rs2238 fn start_pattern(&self, pid: PatternID) -> Result<StateID, MatchError> { in start_pattern() method
/aosp_15_r20/external/google-styleguide/cpplint/
H A Dcpplint.py4603 def _GetTextInside(text, start_pattern): argument
/aosp_15_r20/external/libaom/tools/
H A Dcpplint.py4600 def _GetTextInside(text, start_pattern): argument
/aosp_15_r20/external/libvpx/tools/
H A Dcpplint.py4600 def _GetTextInside(text, start_pattern): argument
/aosp_15_r20/tools/repohooks/tools/
H A Dcpplint.py5139 def _GetTextInside(text, start_pattern): argument
/aosp_15_r20/external/pcre/src/
H A Dpcre2_intmodedep.h730 PCRE2_SPTR start_pattern; /* The start of the pattern */ member