/system/core/init/ |
D | test_function_map.h | 33 void Add(const std::string& name, const BuiltinFunctionNoArgs function) { in Add() function 40 void Add(const std::string& name, std::size_t min_parameters, std::size_t max_parameters, in Add() function
|
/system/bt/vendor_libs/test_vendor_lib/packets/ |
D | counted_builder.cc | 39 void CountedBuilder::Add(std::unique_ptr<BasePacketBuilder> builder) { in Add() function in test_vendor_lib::packets::CountedBuilder
|
/system/keymaster/android_keymaster/ |
D | operation_table.cpp | 25 keymaster_error_t OperationTable::Add(OperationPtr&& operation) { in Add() function in keymaster::OperationTable
|
/system/extras/perfprofd/ |
D | configreader.cc | 475 void Add(std::ostream& os, const std::string& val) { in Add() function 482 void Add(std::ostream& os, const uint32_t& val) { in Add() function 489 void Add(std::ostream& os, const int32_t& val) { in Add() function 496 void Add(std::ostream& os, const bool& val) { in Add() function
|
/system/extras/memory_replay/ |
D | Pointers.cpp | 52 void Pointers::Add(uintptr_t key_pointer, void* pointer) { in Add() function in Pointers
|
/system/core/libunwindstack/include/unwindstack/ |
D | Memory.h | 201 void Add(MemoryOffline* memory) { memories_.push_back(memory); } in Add() function
|
/system/core/libprocessgroup/ |
D | task_profiles.h | 143 void Add(std::unique_ptr<ProfileAction> e) { elements_.push_back(std::move(e)); } in Add() function
|
/system/core/libkeyutils/ |
D | mini_keyctl_utils.cpp | 103 int Add(const std::string& type, const std::string& desc, const std::string& data, in Add() function
|
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | test_command_handler.cc | 105 void TestCommandHandler::Add(const vector<std::string>& args) { in Add() function in test_vendor_lib::TestCommandHandler
|
D | test_model.cc | 92 size_t TestModel::Add(std::shared_ptr<Device> new_dev) { in Add() function in test_vendor_lib::TestModel
|
/system/core/libunwindstack/ |
D | Maps.cpp | 76 void Maps::Add(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, in Add() function in unwindstack::Maps
|
/system/tools/aidl/ |
D | type_namespace.h | 191 bool LanguageTypeNamespace<T>::Add(std::unique_ptr<const T> type) { in Add() function
|
D | ast_java.cpp | 151 void StatementBlock::Add(Statement* statement) { in Add() function in android::aidl::java::StatementBlock 155 void StatementBlock::Add(Expression* expression) { in Add() function in android::aidl::java::StatementBlock
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 116 void Add(HearingDevice device) { in Add() function in __anon6e38dbc00111::HearingDevices
|