Home
last modified time | relevance | path

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

12

/external/skia/src/svg/parser/
DSkSVGPaintState.cpp53 const char* attrValue, size_t attrLength) { in addAttribute() argument
76 attr->set(attrValue, attrLength); in addAttribute()
80 int pairs = SkParse::Count(attrValue, ';'); in addAttribute()
81 const char* attrEnd = attrValue + attrLength; in addAttribute()
83 const char* end = strchr(attrValue, ';'); in addAttribute()
86 const char* delimiter = strchr(attrValue, ':'); in addAttribute()
88 … int index = parser.findAttribute(this, attrValue, (int) (delimiter - attrValue), true); in addAttribute()
92 attrValue = end + 1; in addAttribute()
280 const char* attrValue = topAttr->c_str(); in writeChangedAttributes() local
296 parser._addAttributeLen("textSize", attrValue, attrLength); in writeChangedAttributes()
[all …]
DSkSVGPolygon.cpp22 const char* attrValue, size_t attrLength) { in DEFINE_SVG_INFO()
23 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength); in DEFINE_SVG_INFO()
DSkSVGPolyline.cpp28 const char* attrValue, size_t attrLength) { in DEFINE_SVG_INFO()
32 f_points.append(attrValue, attrLength); in DEFINE_SVG_INFO()
DSkSVGElements.cpp17 const char* attrValue, size_t attrLength) { in addAttribute() argument
20 first->set(attrValue, attrLength); in addAttribute()
DSkSVGPolygon.h18 const char* attrValue, size_t attrLength);
DSkSVGPolyline.h19 const char* attrValue, size_t attrLength);
DSkSVGParser.cpp68 int SkSVGParser::findAttribute(SkSVGBase* element, const char* attrValue, in findAttribute() argument
74 if (strncmp(attributes->fName, attrValue, len) == 0 && strlen(attributes->fName) == len) { in findAttribute()
/external/skia/include/svg/parser/
DSkSVGParser.h29 void _addAttribute(const char* attrName, const char* attrValue) { in _addAttribute() argument
30 fXMLWriter.addAttribute(attrName, attrValue); } in _addAttribute()
31 void _addAttribute(const char* attrName, SkString& attrValue) { in _addAttribute() argument
32 fXMLWriter.addAttribute(attrName, attrValue.c_str()); } in _addAttribute()
33 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) { in _addAttributeLen() argument
34 fXMLWriter.addAttributeLen(attrName, attrValue, len); } in _addAttributeLen()
36 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
DSkSVGBase.h21 const char* attrValue, size_t attrLength);
DSkSVGPaintState.h46 const char* attrValue, size_t attrLength);
/external/skia/src/animator/
DSkDisplayXMLParser.cpp97 bool SkDisplayXMLParser::onAddAttributeLen(const char attrName[], const char attrValue[], in onAddAttributeLen() argument
106 if (fMaker.find(attrValue, attrValueLen, nullptr)) { in onAddAttributeLen()
107 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
112 displayable->_id.set(attrValue, attrValueLen); in onAddAttributeLen()
115 fMaker.idsSet(attrValue, attrValueLen, displayable); in onAddAttributeLen()
130 … if (info->setValue(fMaker, nullptr, 0, info->getCount(), displayable, info->getType(), attrValue, in onAddAttributeLen()
134 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
138 if (fMaker.find(attrValue, attrValueLen, &ref) == false) { in onAddAttributeLen()
139 ref = fMaker.createInstance(attrValue, attrValueLen); in onAddAttributeLen()
141 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
DSkAnimateMaker.h83 void idsSet(const char* attrValue, size_t len, SkDisplayable* displayable) { in idsSet() argument
84 fIDs.set(attrValue, len, displayable); } in idsSet()
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/
DElementQueries.js77 … var key, option, width = 0, height = 0, value, actualValue, attrValues, attrValue, attrName;
109 attrValue = '';
112 attrValue += option.value;
116 attrValue += option.value;
120 … if (attrValue && -1 === (' '+attrValues[attrName]+' ').indexOf(' ' + attrValue + ' ')) {
121 attrValues[attrName] += ' ' + attrValue;
/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/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dinputstream.py787 attrValue = []
824 return b"".join(attrName), b"".join(attrValue)
827 attrValue.append(c.lower())
830 attrValue.append(c)
834 attrValue.append(c.lower())
838 attrValue.append(c)
843 return b"".join(attrName), b"".join(attrValue)
845 attrValue.append(c.lower())
849 attrValue.append(c)
/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/apache-harmony/security/src/test/resources/java/security/
DProvider.prop.dat3 serviceName.algName\ attrName= attrValue
/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.c912 char *attrValue; in _appendKeywordsToLanguageTag() local
970 attrValue = (char*)uprv_malloc(attrBufLength + 1); in _appendKeywordsToLanguageTag()
971 if (attrValue == NULL) { in _appendKeywordsToLanguageTag()
975 uprv_strcpy(attrValue, attrBuf); in _appendKeywordsToLanguageTag()
976 attr->attribute = attrValue; in _appendKeywordsToLanguageTag()
980 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 …]

12