Home
last modified time | relevance | path

Searched refs:full_match (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
Dm_gdbserver.c1181 Int full_match = -1; in VG_() local
1208 if (full_match != -1) in VG_()
1210 full_match = kpos; in VG_()
1226 if (full_match != -1) { in VG_()
1227 return full_match; in VG_()
1242 if (partial_match != -1 || full_match != -1) in VG_()
/external/chromium/testing/gmock/include/gmock/
Dgmock-matchers.h1067 MatchesRegexMatcher(const RE* regex, bool full_match) in MatchesRegexMatcher() argument
1068 : regex_(regex), full_match_(full_match) {} in MatchesRegexMatcher()