HomeSort by relevance Sort by last modified time
    Searched refs:match_list (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp_event.cc 403 void JdwpState::CleanupMatchList(JdwpEvent** match_list, size_t match_count) {
404 JdwpEvent** ppEvent = match_list;
422 delete[] match_list;
530 * Found events are appended to "match_list", and "*pMatchCount" is advanced,
537 JdwpEvent** match_list, size_t* pMatchCount) {
539 match_list += *pMatchCount;
543 *match_list++ = pEvent;
553 static JdwpSuspendPolicy scanSuspendPolicy(JdwpEvent** match_list, int match_count) {
557 if ((*match_list)->suspend_policy > policy) {
558 policy = (*match_list)->suspend_policy
863 JdwpEvent** match_list = nullptr; local
947 JdwpEvent** match_list = nullptr; local
1045 JdwpEvent** match_list = nullptr; local
1156 JdwpEvent** match_list = nullptr; local
1240 JdwpEvent** match_list = nullptr; local
    [all...]
jdwp.h 310 void CleanupMatchList(JdwpEvent** match_list,
317 JdwpEvent** match_list,
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 160 match_list = re.findall(r'(?P<quote>[\'\"])(?P<link>(?:https?:)?//.*?)\1',
162 for group_list in match_list:

Completed in 55 milliseconds