Searched refs:match_pos (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/site_tests/security_x86Registers/ |
D | security_x86Registers.py | 99 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/ |
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()
|
/external/lz4/doc/ |
D | lz4_Block_format.md | 100 Therefore, `match_pos + matchlength > current_pos`,
|