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

  /dalvik/vm/jdwp/
JdwpEvent.cpp 386 static void cleanupMatchList(JdwpState* state, JdwpEvent** matchList,
389 JdwpEvent** ppEvent = matchList;
408 free(matchList);
532 * Found events are appended to "matchList", and "*pMatchCount" is advanced,
539 ModBasket* basket, JdwpEvent** matchList, int* pMatchCount)
542 matchList += *pMatchCount;
548 *matchList++ = pEvent;
560 static JdwpSuspendPolicy scanSuspendPolicy(JdwpEvent** matchList,
566 if ((*matchList)->suspendPolicy > policy)
567 policy = (*matchList)->suspendPolicy
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialNameMatcher.java 554 * @param matchList An array list of {@link SmartDialMatchPosition}s that we add matched
557 * string contained in query. If the function returns true, matchList will contain an
562 ArrayList<SmartDialMatchPosition> matchList) {
638 matchList.add(new SmartDialMatchPosition(
696 matchList.addAll(partial);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]

Completed in 93 milliseconds