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 415 void JdwpState::CleanupMatchList(JdwpEvent** match_list, size_t match_count) {
416 JdwpEvent** ppEvent = match_list;
434 delete[] match_list;
542 * Found events are appended to "match_list", and "*pMatchCount" is advanced,
549 JdwpEvent** match_list, size_t* pMatchCount) {
551 match_list += *pMatchCount;
555 *match_list++ = pEvent;
565 static JdwpSuspendPolicy scanSuspendPolicy(JdwpEvent** match_list, int match_count) {
569 if ((*match_list)->suspend_policy > policy) {
570 policy = (*match_list)->suspend_policy
875 JdwpEvent** match_list = nullptr; local
959 JdwpEvent** match_list = nullptr; local
1057 JdwpEvent** match_list = nullptr; local
1168 JdwpEvent** match_list = nullptr; local
1252 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 212 milliseconds