Searched refs:match_pos (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/site_tests/security_x86Registers/ |
D | security_x86Registers.py | 68 def _check_negative_positive(self, name, func, match_neg, match_pos): argument 74 if len(match_pos) == 0: 86 errors += func(match_pos)
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 1613 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()
|