OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_match
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/copyright/
fileparser.py
53
first_match
= matches[0]
54
return (
first_match
[0],
first_match
[1])
/external/chromium/chrome/browser/autocomplete/
history_url_provider.cc
234
size_t
first_match
= 1;
local
251
first_match
= 0;
266
for (size_t i =
first_match
; i < history_matches.size(); ++i) {
[
all
...]
/external/open-vcdiff/gflags/src/
gflags_completions.cc
354
bool
first_match
= true;
local
360
if (
first_match
) {
361
first_match
= false;
Completed in 1160 milliseconds