Home
last modified time | relevance | path

Searched refs:xml_ (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/idmap2/libidmap2/
DXml.cpp28 if (xml->xml_.setTo(data, size, copyData) != NO_ERROR) { in Create()
36 xml_.restart(); in FindTag()
39 type = xml_.next(); in FindTag()
42 const String16 tag(xml_.getElementName(&len)); in FindTag()
46 for (size_t i = 0; i < xml_.getAttributeCount(); i++) { in FindTag()
47 const String16 key16(xml_.getAttributeName(i, &len)); in FindTag()
51 switch (xml_.getAttributeDataType(i)) { in FindTag()
53 const String16 value16(xml_.getAttributeStringValue(i, &len)); in FindTag()
60 xml_.getAttributeValue(i, &resValue); in FindTag()
77 xml_.uninit(); in ~Xml()
/frameworks/base/startop/view_compiler/
Ddex_layout_compiler.cc50 xml_{method->MakeRegister()},
93 method_->AddInstruction(dex::Instruction::InvokeVirtualObject(get_resources.id, xml_, context_)); in Start()
102 method_->AddInstruction(dex::Instruction::InvokeVirtualObject(get_layout.id, xml_, xml_, resid_)); in Start()
110 method_->AddInstruction(dex::Instruction::InvokeStaticObject(as_attribute_set.id, attrs_, xml_)); in Start()
113 method_->AddInstruction(dex::Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in Start()
133 method_->AddInstruction(dex::Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in StartView()
192 method_->AddInstruction(dex::Instruction::InvokeInterface(xml_next_.id, {}, xml_)); in FinishView()
Ddex_layout_compiler.h95 const dex::Value xml_; variable
/frameworks/base/cmds/idmap2/include/idmap2/
DXml.h42 mutable ResXMLTree xml_; variable