OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:src_attr
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/tools/aapt2/link/
XmlCompatVersioner.cpp
35
static bool CopyAttribute(const xml::Attribute&
src_attr
, bool generated, xml::Element* dst_el,
37
xml::Attribute* dst_attr = dst_el->FindAttribute(
src_attr
.namespace_uri,
src_attr
.name);
41
dst_attr->value =
src_attr
.value;
42
dst_attr->compiled_attribute =
src_attr
.compiled_attribute;
43
if (
src_attr
.compiled_value != nullptr) {
44
dst_attr->compiled_value.reset(
src_attr
.compiled_value->Clone(out_string_pool));
50
dst_el->attributes.push_back(CopyAttr(
src_attr
, out_string_pool));
54
void XmlCompatVersioner::ProcessRule(const xml::Element& src_el, const xml::Attribute&
src_attr
,
62
if (!CopyAttribute(
src_attr
, generated, dst_el, out_string_pool))
[
all
...]
XmlCompatVersioner.h
47
const xml::Attribute&
src_attr
,
70
void ProcessRule(const xml::Element& src_el, const xml::Attribute&
src_attr
,
89
std::vector<DegradeResult> Degrade(const xml::Element& src_el, const xml::Attribute&
src_attr
,
/external/javassist/src/main/javassist/bytecode/
CodeAttribute.java
86
List
src_attr
= src.getAttributes();
local
87
int num =
src_attr
.size();
89
AttributeInfo ai = (AttributeInfo)
src_attr
.get(i);
/external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar
javassist.jar
/external/guice/extensions/persist/lib/
javassist.jar
/external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar
/prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar
Completed in 403 milliseconds