Home
last modified time | relevance | path

Searched refs:attrValue (Results 1 – 25 of 41) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java151 …lic void setForeignAttr(String attrUri, String attrLocalName, String attrRawName, String attrValue) in setForeignAttr() argument
154 m_outputProperties.setProperty(key, attrValue); in setForeignAttr()
161 …dLiteralResultAttribute(String attrUri, String attrLocalName, String attrRawName, String attrValue) in addLiteralResultAttribute() argument
164 m_outputProperties.setProperty(key, attrValue); in addLiteralResultAttribute()
DXSLTAttributeDef.java1568 String attrRawName, String attrValue, ElemTemplateElement elem) in setAttrValue() argument
1597 attrRawName, attrValue }; in setAttrValue()
1602 attrRawName, attrValue, elem); in setAttrValue()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DNewHdfParser.java429 String attrValue = internStrategy.intern(sb.toString()); in parseAttribute() local
430 element.addAttribute(attrKey, attrValue); in parseAttribute()
434 String attrValue = parseAttributeValue(seq, index, state); in parseAttribute() local
435 if (attrValue == null || attrValue.length() == 0) { in parseAttribute()
440 attrValue = internStrategy.intern(attrValue); in parseAttribute()
441 element.addAttribute(attrKey, attrValue); in parseAttribute()
442 end = index + attrValue.length(); in parseAttribute()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java673 String attrValue = attr.getNodeValue(); in serializeAttList() local
838 fSerializer.addAttribute(attrNS, localName, attrName, type, attrValue); in serializeAttList()
852 attrValue); in serializeAttList()
859 attrValue); in serializeAttList()
875 fSerializer.namespaceAfterStartElement(prefix, attrValue); in serializeAttList()
1832 String attrValue = attr.getNodeValue(); in recordLocalNSDecl() local
1839 attrValue = attrValue == null ? "" : attrValue; in recordLocalNSDecl()
1846 if (XMLNS_URI.equals(attrValue)) { in recordLocalNSDecl()
1866 if (attrValue.length() != 0) { in recordLocalNSDecl()
1867 fNSBinder.declarePrefix(localName, attrValue); in recordLocalNSDecl()
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DAttrResourceLoader.java41 …ValueToEnum(Class<? extends View> viewClass, String namespace, String attrName, String attrValue) { in convertValueToEnum() argument
44 return classAttrEnumToValue.get(key(className, attrName, attrValue, isSystem)); in convertValueToEnum()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttributeTable.java223 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) in add() argument
227 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue))); in add()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParseRDF.java412 String attrValue = attribute.getNodeValue(); in rdf_PropertyElement() local
424 else if ("Literal".equals(attrValue)) in rdf_PropertyElement()
428 else if ("Resource".equals(attrValue)) in rdf_PropertyElement()
432 else if ("Collection".equals(attrValue)) in rdf_PropertyElement()
/external/testng/src/main/java/org/testng/reporters/
DXMLSuiteResultWriter.java324 Object attrValue = testResult.getAttribute(attrName); in addTestResultAttributes() local
328 if (attrValue == null) { in addTestResultAttributes()
333 xmlBuffer.addCDATA(attrValue.toString()); in addTestResultAttributes()
/external/icu/icu4c/source/common/
Duloc_tag.c922 char *attrValue; in _appendKeywordsToLanguageTag() local
978 attrValue = (char*)uprv_malloc(attrBufLength + 1); in _appendKeywordsToLanguageTag()
979 if (attrValue == NULL) { in _appendKeywordsToLanguageTag()
983 uprv_strcpy(attrValue, attrBuf); in _appendKeywordsToLanguageTag()
984 attr->attribute = attrValue; in _appendKeywordsToLanguageTag()
988 uprv_free(attrValue); in _appendKeywordsToLanguageTag()
/external/libxml2/
Dxmlschemas.c7121 const xmlChar *attrValue, *name = NULL, *ns = NULL; in xmlSchemaParseLocalAttribute() local
7177 attrValue = xmlSchemaGetNodeContent(pctxt, in xmlSchemaParseLocalAttribute()
7179 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) { in xmlSchemaParseLocalAttribute()
7181 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified")) in xmlSchemaParseLocalAttribute()
7187 attrValue, NULL, NULL, NULL); in xmlSchemaParseLocalAttribute()
7194 attrValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr); in xmlSchemaParseLocalAttribute()
7196 if (xmlStrEqual(attrValue, BAD_CAST "optional")) in xmlSchemaParseLocalAttribute()
7198 else if (xmlStrEqual(attrValue, BAD_CAST "prohibited")) in xmlSchemaParseLocalAttribute()
7200 else if (xmlStrEqual(attrValue, BAD_CAST "required")) in xmlSchemaParseLocalAttribute()
7207 attrValue, NULL, NULL, NULL); in xmlSchemaParseLocalAttribute()
[all …]
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py939 attrValue = markupAttrMap.get(attr)
940 if not self._matches(attrValue, matchAgainst):
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c2816 int32_t attrValue; // member
2840 … unum_setAttribute(unum, (UNumberFormatAttribute)lsaTestPtr->attribute, lsaTestPtr->attrValue); in TestVariousStylesAndAttributes()
/external/guice/extensions/struts2/lib/
Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/robolectric/v1/lib/main/
Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/robolectric/v3/runtime/
Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2706attrValue=target.getAttribute("date:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};tr…

12