Home
last modified time | relevance | path

Searched defs:erase (Results 1 – 9 of 9) sorted by relevance

/system/extras/latencytop/
Dlatencytop.c73 int count, erase; in main() local
175 static struct latency_entry *read_global_stats(struct latency_entry *list, int erase) { in read_global_stats()
202 static struct latency_entry *read_process_stats(struct latency_entry *list, int erase, int pid) { in read_process_stats()
232 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int … in read_thread_stats()
/system/core/include/utils/
DList.h228 iterator erase(iterator posn) { in erase() function
238 iterator erase(iterator first, iterator last) { in erase() function
DVector.h196 inline iterator erase(iterator pos) { in erase() function
/system/keymaster/
DList.h228 iterator erase(iterator posn) { in erase() function
238 iterator erase(iterator first, iterator last) { in erase() function
Dauthorization_set.cpp242 bool AuthorizationSet::erase(int index) { in erase() function in keymaster::AuthorizationSet
/system/core/include/sysutils/
DList.h229 iterator erase(iterator posn) { in erase() function
239 iterator erase(iterator first, iterator last) { in erase() function
/system/core/logd/
DLogBuffer.cpp311 LogBufferElementCollection::iterator LogBuffer::erase( in erase() function in LogBuffer
DLogStatistics.h448 void erase(LogBufferElement *element) { in erase() function
/system/core/fastboot/
Dfastboot.cpp1580 auto erase = [&](const std::string &partition) { in main() local