| /system/media/camera/docs/ |
| D | metadata_validate.py | 77 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
|
| D | metadata_parser_xml.py | 110 def _find_direct_strings(element): argument 117 def _strings_no_nl(element): argument
|
| /system/chre/util/include/chre/util/ |
| D | fixed_size_blocking_queue_impl.h | 27 const ElementType& element) { in push() 40 bool FixedSizeBlockingQueue<ElementType, kSize>::push(ElementType&& element) { in push()
|
| D | dynamic_vector_impl.h | 114 bool DynamicVector<ElementType>::push_back(const ElementType& element) { in push_back() 124 bool DynamicVector<ElementType>::push_back(ElementType&& element) { in push_back() 213 const ElementType& element) { in insert() 222 bool DynamicVector<ElementType>::insert(size_type index, ElementType&& element) { in insert() 287 DynamicVector<ElementType>::find(const ElementType& element) const { in find()
|
| D | synchronized_memory_pool_impl.h | 35 ElementType *element) { in deallocate()
|
| D | array_queue_impl.h | 88 bool ArrayQueue<ElementType, kCapacity>::push(const ElementType& element) { in push() 97 bool ArrayQueue<ElementType, kCapacity>::push(ElementType&& element) { in push()
|
| D | memory_pool_impl.h | 52 void MemoryPool<ElementType, kSize>::deallocate(ElementType *element) { in deallocate()
|
| D | priority_queue_impl.h | 53 const ElementType& element) { in push()
|
| D | fixed_size_vector_impl.h | 88 const ElementType& element) { in push_back()
|
| /system/core/logd/ |
| D | LogBuffer.cpp | 474 LogBufferElement* element = *it; in erase() local 587 bool coalesce(LogBufferElement* element, unsigned short dropped) { in coalesce() 604 void add(LogBufferElement* element) { in add() 614 void clear(LogBufferElement* element) { in clear() 732 LogBufferElement* element = *it; in prune() local 831 LogBufferElement* element = *it; in prune() local 973 LogBufferElement* element = *it; in prune() local 1006 LogBufferElement* element = *it; in prune() local 1106 int (*filter)(const LogBufferElement* element, in flushTo() 1127 LogBufferElement* element = *it; in flushTo() local [all …]
|
| D | LogWhiteBlackList.cpp | 253 bool PruneList::naughty(LogBufferElement* element) { in naughty() 263 bool PruneList::nice(LogBufferElement* element) { in nice()
|
| D | LogTimes.cpp | 190 int LogTimeEntry::FilterFirstPass(const LogBufferElement* element, void* obj) { in FilterFirstPass() 218 int LogTimeEntry::FilterSecondPass(const LogBufferElement* element, void* obj) { in FilterSecondPass()
|
| D | LogStatistics.cpp | 82 void LogStatistics::addTotal(LogBufferElement* element) { in addTotal() 92 void LogStatistics::add(LogBufferElement* element) { in add() 162 void LogStatistics::subtract(LogBufferElement* element) { in subtract() 207 void LogStatistics::drop(LogBufferElement* element) { in drop()
|
| D | LogStatistics.h | 120 inline iterator add(const TKey& key, const LogBufferElement* element) { in add() 140 void subtract(TKey&& key, const LogBufferElement* element) { in subtract() 147 void subtract(const TKey& key, const LogBufferElement* element) { in subtract() 154 inline void drop(TKey key, const LogBufferElement* element) { in drop()
|
| D | LogReader.cpp | 156 static int callback(const LogBufferElement* element, void* obj) { in onDataAvailable()
|
| /system/nvram/messages/include/nvram/messages/ |
| D | vector.h | 144 bool Append(const ElementType& element) NVRAM_WARN_UNUSED_RESULT { in Append() 153 bool Append(ElementType&& element) NVRAM_WARN_UNUSED_RESULT { in Append()
|
| /system/core/liblog/ |
| D | local_logger.c | 168 struct LogBufferElement* element; in LogBufferClear() local 186 struct LogBufferElement* element) { in LogBufferLog() 293 struct LogBufferElement* element; in writeToLocalWrite() local 366 struct LogBufferElement* element; in writeToLocalNode() local 400 struct LogBufferElement* element; in writeToLocalRead() local 477 struct LogBufferElement* element; in writeToLocalClear() local
|
| /system/core/libunwindstack/tools/ |
| D | unwind_for_offline.cpp | 272 for (auto& element : sorted_maps) { in SaveData() local
|
| /system/core/libunwindstack/tests/ |
| D | MapsTest.cpp | 36 MapInfo* element = maps.Get(0); in VerifyLine() local
|
| /system/update_engine/ |
| D | omaha_request_action.cc | 456 void ParserHandlerStart(void* user_data, const XML_Char* element, in ParserHandlerStart() 532 void ParserHandlerEnd(void* user_data, const XML_Char* element) { in ParserHandlerEnd()
|
| /system/security/keystore/ |
| D | keystore_cli_v2.cpp | 477 for (uint8_t element : dataThatWasConfirmed) { in onConfirmationPromptCompleted() local
|
| /system/sepolicy/tools/ |
| D | check_seapp.c | 37 #define list_entry(element, type, name) \ argument
|