Home
last modified time | relevance | path

Searched refs:last_match (Results 1 – 7 of 7) sorted by relevance

/external/linux-tools-perf/util/
Dthread.c75 if (self->last_match && self->last_match->pid == pid) in perf_session__findnew()
76 return self->last_match; in perf_session__findnew()
83 self->last_match = th; in perf_session__findnew()
97 self->last_match = th; in perf_session__findnew()
Dbuild-id.c56 session->last_match = NULL; in perf_event__exit_del_thread()
Dsession.h41 struct thread *last_match; member
Dsession.c149 self->last_match = NULL; in perf_session__new()
227 self->last_match = NULL; in perf_session__remove_thread()
/external/v8/tools/
Djs2c.py130 last_match = end
141 add_arg(lines[last_match:end])
142 last_match = end + 1
149 add_arg(lines[last_match:end-1])
/external/mksh/src/
Djobs.c1545 Job *j, *last_match; in j_lookup() local
1595 last_match = NULL; in j_lookup()
1599 if (last_match) { in j_lookup()
1604 last_match = j; in j_lookup()
1606 if (last_match) in j_lookup()
1607 return (last_match); in j_lookup()
1613 last_match = NULL; in j_lookup()
1616 if (last_match) { in j_lookup()
1621 last_match = j; in j_lookup()
1623 if (last_match) in j_lookup()
[all …]
/external/chromium/chrome/browser/history/
Din_memory_url_index.cc662 TermMatch last_match = sorted_matches[0]; in SortAndDeoverlap() local
663 clean_matches.push_back(last_match); in SortAndDeoverlap()
666 if (iter->offset >= last_match.offset + last_match.length) { in SortAndDeoverlap()
667 last_match = *iter; in SortAndDeoverlap()
668 clean_matches.push_back(last_match); in SortAndDeoverlap()