Home
last modified time | relevance | path

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

12

/system/core/logd/
DLogStatistics.h142 iterator Add(const TKey& key, const LogStatisticsElement& element) { in Add()
162 void Subtract(const TKey& key, const LogStatisticsElement& element) { in Subtract()
169 void Drop(const TKey& key, const LogStatisticsElement& element) { in Drop()
176 void Erase(const TKey& key, const LogStatisticsElement& element) { in Erase()
192 explicit EntryBase(const LogStatisticsElement& element) : size_(element.total_len) {} in EntryBase()
196 void Add(const LogStatisticsElement& element) { size_ += element.total_len; } in Add()
197 bool Subtract(const LogStatisticsElement& element) { in Subtract()
201 void Drop(const LogStatisticsElement& element) { size_ -= element.msg_len; } in Drop()
202 void Erase(const LogStatisticsElement& element) { size_ -= element.total_len; } in Erase()
231 explicit EntryBaseDropped(const LogStatisticsElement& element) in EntryBaseDropped()
[all …]
DChattyLogBuffer.cpp179 LogBufferElement& element = *it; in Erase() local
241 bool coalesce(LogBufferElement* element, uint16_t dropped) { in coalesce()
257 void add(LogBufferElement* element) { in add()
264 void clear(LogBufferElement* element) { in clear()
357 LogBufferElement& element = *it; in Prune() local
442 LogBufferElement& element = *it; in Prune() local
575 LogBufferElement& element = *it; in Prune() local
601 LogBufferElement& element = *it; in Prune() local
DSerializedFlushToState.cpp145 auto& element = min_heap_.top(); in Prune() local
DSimpleLogBuffer.cpp162 LogBufferElement& element = *it; in FlushTo() local
294 LogBufferElement& element = *it; in Prune() local
DLogStatistics.cpp42 static std::string TagNameKey(const LogStatisticsElement& element) { in TagNameKey()
126 void LogStatistics::Add(LogStatisticsElement element) { in Add()
202 void LogStatistics::Subtract(LogStatisticsElement element) { in Subtract()
253 void LogStatistics::Drop(LogStatisticsElement element) { in Drop()
290 void LogStatistics::Erase(LogStatisticsElement element) { in Erase()
/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/
Dfixed_size_blocking_queue_impl.h27 const ElementType& element) { in push()
40 bool FixedSizeBlockingQueue<ElementType, kSize>::push(ElementType&& element) { in push()
Ddynamic_vector_impl.h101 bool DynamicVector<ElementType>::push_back(const ElementType& element) { in push_back()
106 bool DynamicVector<ElementType>::doPushBack(const ElementType& element, in doPushBack()
113 bool DynamicVector<ElementType>::doPushBack(const ElementType& element, in doPushBack()
124 bool DynamicVector<ElementType>::push_back(ElementType&& element) { in push_back()
221 const ElementType& element) { in insert()
230 bool DynamicVector<ElementType>::insert(size_type index, ElementType&& element) { in insert()
289 DynamicVector<ElementType>::find(const ElementType& element) const { in find()
Darray_queue_impl.h86 bool ArrayQueue<ElementType, kCapacity>::push(const ElementType& element) { in push()
95 bool ArrayQueue<ElementType, kCapacity>::push(ElementType&& element) { in push()
104 void ArrayQueue<ElementType, kCapacity>::kick_push(const ElementType& element) { in kick_push()
112 void ArrayQueue<ElementType, kCapacity>::kick_push(ElementType&& element) { in kick_push()
Dsynchronized_memory_pool_impl.h35 ElementType *element) { in deallocate()
Dmemory_pool_impl.h53 void MemoryPool<ElementType, kSize>::deallocate(ElementType *element) { in deallocate()
Dpriority_queue_impl.h55 const ElementType& element) { in push()
Dfixed_size_vector_impl.h90 const ElementType& element) { in push_back()
/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/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java278 XsdElement element = elements.get(i); in printClass() local
306 XsdElement element = elements.get(i); in printClass() local
394 XsdElement element = allElements.get(i); in printParser() local
404 XsdElement element = allElements.get(i); in printParser() local
476 XsdElement element = allElements.get(i); in printWriter() local
741 private String getElementName(XsdElement element) { in getElementName()
905 private XsdElement resolveElement(XsdElement element) throws CppCodeGeneratorException { in resolveElement()
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java223 XsdElement element = elements.get(i); in printClass() local
243 XsdElement element = elements.get(i); in printClass() local
321 XsdElement element = allElements.get(i); in printParser() local
393 XsdElement element = allElements.get(i); in printWriter() local
606 private String getElementName(XsdElement element) { in getElementName()
786 private XsdElement resolveElement(XsdElement element) throws JavaCodeGeneratorException { in resolveElement()
/system/chre/util/
Ddynamic_vector_base.cc76 bool DynamicVectorBase::doPushBack(const void *element, size_t elementSize) { in doPushBack()
/system/bt/gd/packet/
Dendian_inserter.h100 for (const auto& element : vec) { in insert_vector() local
Dpacket_builder_unittest.cc103 for (uint64_t element : vect) { in VectorBuilder() local
133 for (uint64_t element : vect) { in InsertElementsBuilder() local
/system/core/libprocessgroup/
Dtask_profiles.cpp296 for (const auto& element : elements_) { in ExecuteForProcess() local
308 for (const auto& element : elements_) { in ExecuteForTask() local
321 for (auto& element : elements_) { in EnableResourceCaching() local
333 for (auto& element : elements_) { in DropResourceCaching() local
/system/libhidl/base/include/hidl/
DHidlInternal.h53 void destructElement(T* element) { in destructElement()
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java616 XsdElement element = (XsdElement)tag; in makeChoice() local
632 XsdElement element = (XsdElement)tag; in makeAll() local
/system/core/libunwindstack/tools/
Dunwind_for_offline.cpp318 for (auto& element : sorted_maps) { in SaveData() local
/system/core/libunwindstack/tests/
DMapsTest.cpp35 MapInfo* element = maps.Get(0); in VerifyLine() local

12