Searched defs:Clone (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_frame.cpp45 NativeFrame* NativeFrame::Clone() const { function in class:android::filterfw::NativeFrame
H A Dgl_frame.cpp195 GLFrame* GLFrame::Clone() const { function in class:android::filterfw::GLFrame
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp57 RawString* RawString::Clone(StringPool* new_pool) const { function in class:aapt::RawString
117 Reference* Reference::Clone(StringPool* /*new_pool*/) const { function in class:aapt::Reference
158 Id* Id::Clone(StringPool* /*new_pool*/) const { return new Id(*this); } function in class:aapt::Id
199 String* String::Clone(StringPool* new_pool) const { function in class:aapt::String
247 StyledString* StyledString::Clone(StringPool* new_pool) const { function in class:aapt::StyledString
283 FileReference* FileReference::Clone(StringPool* new_pool) const { function in class:aapt::FileReference
317 BinaryPrimitive* BinaryPrimitive::Clone(StringPool* /*new_pool*/) const { function in class:aapt::BinaryPrimitive
413 Attribute* Attribute::Clone(StringPool* /*new_pool*/) const { function in class:Attribute
675 Style* Style::Clone(StringPool* new_pool) const {
682 style->entries.push_back(Entry{entry.key, std::unique_ptr<Item>(entry.value->Clone(new_poo
[all...]
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp359 std::unique_ptr<Node> Namespace::Clone(const ElementCloneFunc& el_cloner) { function in class:aapt::xml::Namespace
368 ns->AppendChild(child->Clone(el_cloner));
475 std::unique_ptr<Node> Element::Clone(const ElementCloneFunc& el_cloner) { function in class:aapt::xml::Element
486 el->AppendChild(child->Clone(el_cloner));
491 std::unique_ptr<Node> Text::Clone(const ElementCloneFunc&) { function in class:aapt::xml::Text

Completed in 3727 milliseconds