OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
254
* @param
matchList
An array list of {@link SmartDialMatchPosition}s that we add matched
257
* string contained in query. If the function returns true,
matchList
will contain an
262
ArrayList<SmartDialMatchPosition>
matchList
) {
340
matchList
.add(new SmartDialMatchPosition(
342
for (SmartDialMatchPosition match :
matchList
) {
402
matchList
.addAll(partial);
403
for (SmartDialMatchPosition match :
matchList
) {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java
[
all
...]
Completed in 289 milliseconds