Home
last modified time | relevance | path

Searched defs:element (Results 1 – 20 of 20) 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/chre/util/include/chre/util/
Ddynamic_vector_impl.h85 bool DynamicVector<ElementType>::push_back(const ElementType& element) { in push_back()
95 bool DynamicVector<ElementType>::push_back(ElementType&& element) { in push_back()
160 const ElementType& element) { in insert()
169 bool DynamicVector<ElementType>::insert(size_t index, ElementType&& element) { in insert()
235 size_t DynamicVector<ElementType>::find(const ElementType& element) const { in find()
Dsynchronized_memory_pool_impl.h35 ElementType *element) { in deallocate()
Dfixed_size_blocking_queue_impl.h27 const ElementType& element) { in push()
Darray_queue_impl.h76 bool ArrayQueue<ElementType, kCapacity>::push(const ElementType& element) { in push()
85 bool ArrayQueue<ElementType, kCapacity>::push(ElementType&& element) { in push()
Dmemory_pool_impl.h53 void MemoryPool<ElementType, kSize>::deallocate(ElementType *element) { in deallocate()
Dpriority_queue_impl.h53 const ElementType& element) { in push()
Dfixed_size_vector_impl.h59 const ElementType& element) { in push_back()
/system/core/logd/
DLogBuffer.cpp458 LogBufferElement* element = *it; in erase() local
571 bool coalesce(LogBufferElement* element, unsigned short dropped) { in coalesce()
588 void add(LogBufferElement* element) { in add()
598 void clear(LogBufferElement* element) { in clear()
689 LogBufferElement* element = *it; in prune() local
792 LogBufferElement* element = *it; in prune() local
936 LogBufferElement* element = *it; in prune() local
980 LogBufferElement* element = *it; in prune() local
1087 int (*filter)(const LogBufferElement* element, in flushTo()
1111 LogBufferElement* element = *it; in flushTo() local
[all …]
DLogWhiteBlackList.cpp253 bool PruneList::naughty(LogBufferElement* element) { in naughty()
263 bool PruneList::nice(LogBufferElement* element) { in nice()
DLogTimes.cpp191 int LogTimeEntry::FilterFirstPass(const LogBufferElement* element, void* obj) { in FilterFirstPass()
219 int LogTimeEntry::FilterSecondPass(const LogBufferElement* element, void* obj) { in FilterSecondPass()
DLogStatistics.cpp73 void LogStatistics::add(LogBufferElement* element) { in add()
118 void LogStatistics::subtract(LogBufferElement* element) { in subtract()
155 void LogStatistics::drop(LogBufferElement* element) { in drop()
DLogStatistics.h114 inline iterator add(TKey key, LogBufferElement* element) { in add()
134 void subtract(TKey key, LogBufferElement* element) { in subtract()
141 inline void drop(TKey key, LogBufferElement* element) { in drop()
584 void erase(LogBufferElement* element) { in erase()
DLogReader.cpp155 static int callback(const LogBufferElement* element, void* obj) { in onDataAvailable()
/system/core/liblog/
Dlocal_logger.c168 struct LogBufferElement* element; in LogBufferClear() local
186 struct LogBufferElement* element) { in LogBufferLog()
292 struct LogBufferElement* element; in writeToLocalWrite() local
365 struct LogBufferElement* element; in writeToLocalNode() local
399 struct LogBufferElement* element; in writeToLocalRead() local
476 struct LogBufferElement* element; in writeToLocalClear() local
/system/nvram/messages/include/nvram/messages/
Dvector.h144 bool Append(const ElementType& element) NVRAM_WARN_UNUSED_RESULT { in Append()
153 bool Append(ElementType&& element) NVRAM_WARN_UNUSED_RESULT { in Append()
/system/extras/ext4_utils/
Dallocate.c50 struct xattr_list_element *element; in xattr_list_find() local
60 struct xattr_list_element *element = malloc(sizeof(struct xattr_list_element)); in xattr_list_insert() local
/system/update_engine/
Domaha_request_action.cc370 void ParserHandlerStart(void* user_data, const XML_Char* element, in ParserHandlerStart()
436 void ParserHandlerEnd(void* user_data, const XML_Char* element) { in ParserHandlerEnd()
/system/sepolicy/tools/
Dcheck_seapp.c37 #define list_entry(element, type, name) \ argument