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

  /art/runtime/jdwp/
jdwp_event.cc 408 void JdwpState::CleanupMatchList(const std::vector<JdwpEvent*>& match_list) {
409 for (JdwpEvent* pEvent : match_list) {
528 * Found events are appended to "match_list" so this may be called multiple times for grouped
535 std::vector<JdwpEvent*>* match_list) {
538 match_list->push_back(pEvent);
548 * Found events are appended to "match_list" so this may be called multiple
555 std::vector<JdwpEvent*>* match_list) {
557 match_list->reserve(event_list_size_);
558 FindMatchingEventsLocked(event_kind, basket, match_list);
559 return !match_list->empty()
866 std::vector<JdwpEvent*> match_list; local
945 std::vector<JdwpEvent*> match_list; local
1038 std::vector<JdwpEvent*> match_list; local
1129 std::vector<JdwpEvent*> match_list; local
1202 std::vector<JdwpEvent*> match_list; local
    [all...]
jdwp.h 307 void CleanupMatchList(const std::vector<JdwpEvent*>& match_list)
311 std::vector<JdwpEvent*>* match_list)
314 std::vector<JdwpEvent*>* match_list)
  /external/autotest/client/cros/
power_utils.py 571 def _verify_registers(self, reg_name, read_fn, match_list):
573 for k, v in match_list.iteritems():
586 def verify_msr(self, match_list):
590 @param match_list: match list
595 errors += self._verify_registers('msr', self._read_msr, match_list)
598 def verify_dmi(self, match_list):
602 @param match_list: match list
604 return self._verify_registers('dmi', self._read_dmi_bar, match_list)
606 def verify_mch(self, match_list):
610 @param match_list: match lis
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
matching.py 236 def search_ifs(self, ifset, av, match_list):
237 match_list.av = av
247 match_list.append(m)
250 match_list.sort()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
matching.py 236 def search_ifs(self, ifset, av, match_list):
237 match_list.av = av
247 match_list.append(m)
250 match_list.sort()
  /external/v8/tools/
run_perf.py 313 match_list = RESULT_LIST_RE.match(body)
318 elif match_list:
319 results = map(str.strip, match_list.group(1).split(","))

Completed in 786 milliseconds