Searched refs:first_match (Results 1 - 5 of 5) sorted by relevance

/external/skia/tools/copyright/
H A Dfileparser.py53 first_match = matches[0]
54 return (first_match[0], first_match[1])
/external/skqp/tools/copyright/
H A Dfileparser.py53 first_match = matches[0]
54 return (first_match[0], first_match[1])
/external/autotest/client/common_lib/
H A Dpexpect.py1643 first_match = absurd_match
1666 if n >= 0 and n < first_match:
1667 first_match = n
1669 if first_match == absurd_match:
1672 self.start = first_match
1740 first_match = absurd_match
1752 if n < first_match:
1753 first_match = n
1756 if first_match == absurd_match:
1758 self.start = first_match
[all...]
/external/gflags/src/
H A Dgflags_completions.cc352 bool first_match = true; local
358 if (first_match) {
359 first_match = false;
/external/libchrome/base/strings/
H A Dstring_util.cc785 size_t first_match = offset; local
816 if (current_match == first_match)

Completed in 205 milliseconds