Home
last modified time | relevance | path

Searched refs:match_pos (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/security_x86Registers/
Dsecurity_x86Registers.py99 def _check_negative_positive(self, name, func, match_neg, match_pos): argument
105 if len(match_pos) == 0:
107 if len(match_neg) == 0 or len(match_pos) == 0:
119 errors += func(match_pos)
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1613 for (int match_pos = s->find(substring.data(), pos, substring.length()); in GlobalReplaceSubstring() local
1614 match_pos != string::npos; in GlobalReplaceSubstring()
1615 pos = match_pos + substring.length(), in GlobalReplaceSubstring()
1616 match_pos = s->find(substring.data(), pos, substring.length())) { in GlobalReplaceSubstring()
1619 tmp.append(*s, pos, match_pos - pos); in GlobalReplaceSubstring()
/external/lz4/doc/
Dlz4_Block_format.md100 Therefore, `match_pos + matchlength > current_pos`,