OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endList
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/surfaceflinger/EventLog/
EventLog.cpp
42
buffer.
endList
();
81
void EventLog::TagBuffer::
endList
() {
/packages/apps/Mms/src/com/android/mms/dom/smil/
ElementParallelTimeContainerImpl.java
136
TimeList
endList
= child.getEnd();
137
len =
endList
.getLength();
139
Time end =
endList
.item(j);
SmilPlayer.java
228
TimeList
endList
= element.getEnd();
229
for (int i = 0; i <
endList
.getLength(); ++i) {
230
Time end =
endList
.item(i);
Completed in 88 milliseconds