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/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 1510 milliseconds