Searched defs:Add (Results 1 – 10 of 10) sorted by relevance
/system/logging/logd/ |
D | LogStatistics.h | 142 iterator Add(const TKey& key, const LogStatisticsElement& element) { in Add() function 152 iterator Add(const TKey& key) { in Add() function 196 void Add(const LogStatisticsElement& element) { size_ += element.total_len; } in Add() function 236 void Add(const LogStatisticsElement& element) { in Add() function 260 void Add(const LogStatisticsElement& element) { in Add() function 295 void Add(pid_t new_pid) { in Add() function 305 void Add(const LogStatisticsElement& element) { in Add() function 348 void Add(pid_t incomingTid) { in Add() function 358 void Add(const LogStatisticsElement& element) { in Add() function 391 void Add(const LogStatisticsElement& element) { in Add() function [all …]
|
D | LogStatistics.cpp | 126 void LogStatistics::Add(LogStatisticsElement element) { in Add() function in LogStatistics
|
/system/unwinding/libunwindstack/ |
D | MemoryOffline.h | 51 void Add(MemoryOffline* memory) { memories_.push_back(memory); } in Add() function
|
D | Maps.cpp | 78 void Maps::Add(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, in Add() function in unwindstack::Maps 85 void Maps::Add(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, in Add() function in unwindstack::Maps
|
/system/keymaster/android_keymaster/ |
D | operation_table.cpp | 23 keymaster_error_t OperationTable::Add(OperationPtr&& operation) { in Add() function in keymaster::OperationTable
|
/system/extras/memory_replay/ |
D | Pointers.cpp | 52 void Pointers::Add(uintptr_t key_pointer, void* pointer) { in Add() function in Pointers
|
/system/core/mini_keyctl/ |
D | mini_keyctl.cpp | 66 int Add(const std::string& type, const std::string& desc, const std::string& data, in Add() function
|
/system/core/libprocessgroup/ |
D | task_profiles.h | 174 void Add(std::unique_ptr<ProfileAction> e) { elements_.push_back(std::move(e)); } in Add() function
|
/system/tools/aidl/ |
D | ast_java.cpp | 152 void StatementBlock::Add(std::shared_ptr<Statement> statement) { in Add() function in android::aidl::java::StatementBlock 156 void StatementBlock::Add(std::shared_ptr<Expression> expression) { in Add() function in android::aidl::java::StatementBlock
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_metadata_updater_test.cpp | 178 TEST_P(SnapshotMetadataUpdaterTest, Add) { in TEST_P() argument
|