Home
last modified time | relevance | path

Searched defs:element (Results 1 – 8 of 8) sorted by relevance

/system/media/camera/docs/
Dmetadata_validate.py77 def find_parent_by_name(element, names): argument
105 def find_all_child_tags(element, tag): argument
133 def find_child_tag(element, tag): argument
161 def find_kind(element): argument
Dmetadata_parser_xml.py110 def _find_direct_strings(element): argument
117 def _strings_no_nl(element): argument
/system/core/logd/
DLogWhiteBlackList.cpp221 bool PruneList::naughty(LogBufferElement *element) { in naughty()
231 bool PruneList::nice(LogBufferElement *element) { in nice()
DLogTimes.cpp162 bool LogTimeEntry::FilterFirstPass(const LogBufferElement *element, void *obj) { in FilterFirstPass()
182 bool LogTimeEntry::FilterSecondPass(const LogBufferElement *element, void *obj) { in FilterSecondPass()
DLogBuffer.cpp446 bool (*filter)(const LogBufferElement *element, void *arg), void *arg) { in flushTo()
453 LogBufferElement *element = *it; in flushTo() local
492 LogBufferElement *element = *it; in formatStatistics() local
DLogReader.cpp123 static bool callback(const LogBufferElement *element, void *obj) { in onDataAvailable()
DLogStatistics.cpp85 void PidStatistics::addTotal(size_t size, size_t element) { in addTotal()
/system/extras/ext4_utils/
Dallocate.c74 struct xattr_list_element *element; in xattr_list_find() local
84 struct xattr_list_element *element = malloc(sizeof(struct xattr_list_element)); in xattr_list_insert() local