Searched refs:attrValue (Results 1 - 25 of 35) sorted by relevance

12

/external/skia/src/svg/parser/
H A DSkSVGPolygon.h18 const char* attrValue, size_t attrLength);
H A DSkSVGPolygon.cpp22 const char* attrValue, size_t attrLength) {
23 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength);
21 addAttribute(SkSVGParser& parser, int attrIndex, const char* attrValue, size_t attrLength) argument
H A DSkSVGPolyline.h19 const char* attrValue, size_t attrLength);
H A DSkSVGPolyline.cpp28 const char* attrValue, size_t attrLength) {
32 f_points.append(attrValue, attrLength);
27 addAttribute(SkSVGParser& , int attrIndex, const char* attrValue, size_t attrLength) argument
H A DSkSVGPaintState.cpp53 const char* attrValue, size_t attrLength) {
76 attr->set(attrValue, attrLength);
80 int pairs = SkParse::Count(attrValue, ';');
81 const char* attrEnd = attrValue + attrLength;
83 const char* end = strchr(attrValue, ';');
86 const char* delimiter = strchr(attrValue, ':');
88 int index = parser.findAttribute(this, attrValue, (int) (delimiter - attrValue), true);
92 attrValue = end + 1;
280 const char* attrValue
[all...]
H A DSkSVGElements.cpp17 const char* attrValue, size_t attrLength) {
20 first->set(attrValue, attrLength);
16 addAttribute(SkSVGParser& parser, int attrIndex, const char* attrValue, size_t attrLength) argument
H A DSkSVGParser.cpp68 int SkSVGParser::findAttribute(SkSVGBase* element, const char* attrValue, argument
74 if (strncmp(attributes->fName, attrValue, len) == 0 && strlen(attributes->fName) == len) {
/external/skia/include/svg/parser/
H A DSkSVGParser.h30 void _addAttribute(const char* attrName, const char* attrValue) { argument
31 fXMLWriter.addAttribute(attrName, attrValue); }
32 void _addAttribute(const char* attrName, SkString& attrValue) { argument
33 fXMLWriter.addAttribute(attrName, attrValue.c_str()); }
34 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) { argument
35 fXMLWriter.addAttributeLen(attrName, attrValue, len); }
37 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
H A DSkSVGBase.h21 const char* attrValue, size_t attrLength);
H A DSkSVGPaintState.h46 const char* attrValue, size_t attrLength);
/external/skia/src/animator/
H A DSkDisplayXMLParser.cpp97 bool SkDisplayXMLParser::onAddAttributeLen(const char attrName[], const char attrValue[], argument
106 if (fMaker.find(attrValue, attrValueLen, NULL)) {
107 fError->setNoun(attrValue, attrValueLen);
112 displayable->_id.set(attrValue, attrValueLen);
115 fMaker.idsSet(attrValue, attrValueLen, displayable);
130 if (info->setValue(fMaker, NULL, 0, info->getCount(), displayable, info->getType(), attrValue,
134 fError->setNoun(attrValue, attrValueLen);
138 if (fMaker.find(attrValue, attrValueLen, &ref) == false) {
139 ref = fMaker.createInstance(attrValue, attrValueLen);
141 fError->setNoun(attrValue, attrValueLe
[all...]
H A DSkAnimateMaker.h83 void idsSet(const char* attrValue, size_t len, SkDisplayable* displayable) { argument
84 fIDs.set(attrValue, len, displayable); }
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/src/
H A 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/
H A DProcessorOutputElem.java151 public void setForeignAttr(String attrUri, String attrLocalName, String attrRawName, String attrValue) argument
154 m_outputProperties.setProperty(key, attrValue);
161 public void addLiteralResultAttribute(String attrUri, String attrLocalName, String attrRawName, String attrValue) argument
164 m_outputProperties.setProperty(key, attrValue);
H A DXSLTAttributeDef.java1561 * @param attrValue The attribute's value.
1568 String attrRawName, String attrValue, ElemTemplateElement elem)
1597 attrRawName, attrValue };
1602 attrRawName, attrValue, elem);
1566 setAttrValue( StylesheetHandler handler, String attrUri, String attrLocalName, String attrRawName, String attrValue, ElemTemplateElement elem) argument
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNewHdfParser.java429 String attrValue = internStrategy.intern(sb.toString());
430 element.addAttribute(attrKey, attrValue);
434 String attrValue = parseAttributeValue(seq, index, state);
435 if (attrValue == null || attrValue.length() == 0) {
440 attrValue = internStrategy.intern(attrValue);
441 element.addAttribute(attrKey, attrValue);
442 end = index + attrValue.length();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributeTable.java220 * @param attrValue
223 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) argument
227 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DAttrResourceLoader.java41 public String convertValueToEnum(Class<? extends View> viewClass, String namespace, String attrName, String attrValue) { argument
44 return classAttrEnumToValue.get(key(className, attrName, attrValue, isSystem));
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java673 String attrValue = attr.getNodeValue();
838 fSerializer.addAttribute(attrNS, localName, attrName, type, attrValue);
852 attrValue);
859 attrValue);
875 fSerializer.namespaceAfterStartElement(prefix, attrValue);
1832 String attrValue = attr.getNodeValue();
1839 attrValue = attrValue == null ? "" : attrValue;
1846 if (XMLNS_URI.equals(attrValue)) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java412 String attrValue = attribute.getNodeValue();
424 else if ("Literal".equals(attrValue))
428 else if ("Resource".equals(attrValue))
432 else if ("Collection".equals(attrValue))
/external/icu/icu4c/source/common/
H A Duloc_tag.c912 char *attrValue; local
970 attrValue = (char*)uprv_malloc(attrBufLength + 1);
971 if (attrValue == NULL) {
975 uprv_strcpy(attrValue, attrBuf);
976 attr->attribute = attrValue;
980 uprv_free(attrValue);
/external/libxml2/
H A Dxmlschemas.c7108 const xmlChar *attrValue, *name = NULL, *ns = NULL; local
7164 attrValue = xmlSchemaGetNodeContent(pctxt,
7166 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) {
7168 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified"))
7174 attrValue, NULL, NULL, NULL);
7181 attrValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7183 if (xmlStrEqual(attrValue, BAD_CAST "optional"))
7185 else if (xmlStrEqual(attrValue, BAD_CAST "prohibited"))
7187 else if (xmlStrEqual(attrValue, BAD_CAST "required"))
7194 attrValue, NUL
7498 const xmlChar *attrValue; local
8593 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
9139 const xmlChar *attrValue = NULL; local
12110 const xmlChar *attrValue; local
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
H A DBeautifulSoup.py936 attrValue = markupAttrMap.get(attr)
937 if not self._matches(attrValue, matchAgainst):

Completed in 1057 milliseconds

12