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

12

/external/chromium_org/third_party/skia/src/svg/
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.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 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/src/svg/
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.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 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributeTable.java234 * @param attrValue
237 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) argument
241 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
/external/chromium_org/third_party/skia/include/svg/
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);
/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/skia/include/svg/
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);
/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/chromium_org/third_party/WebKit/Source/web/
H A DWebElement.cpp99 bool WebElement::setAttribute(const WebString& attrName, const WebString& attrValue) argument
105 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionState);
H A DWebPageSerializerImpl.cpp316 const String& attrValue = attribute->value(); local
323 if (attrValue.startsWith("javascript:", false))
324 result.append(attrValue);
329 param->document->completeURL(attrValue);
343 result.append(m_htmlEntities.convertEntitiesInString(attrValue));
345 result.append(m_xmlEntities.convertEntitiesInString(attrValue));
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateMaker.h83 void idsSet(const char* attrValue, size_t len, SkDisplayable* displayable) { argument
84 fIDs.set(attrValue, len, displayable); }
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...]
/external/skia/src/animator/
H A DSkAnimateMaker.h83 void idsSet(const char* attrValue, size_t len, SkDisplayable* displayable) { argument
84 fIDs.set(attrValue, len, displayable); }
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...]
/external/smack/src/org/jivesoftware/smackx/packet/
H A DVCard.java841 private void appendTag(String tag, String attr, String attrValue, boolean hasContent, argument
845 sb.append(' ').append(attr).append('=').append('\'').append(attrValue).append('\'');
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp929 AtomicString attrValue = toAtomicString(attributes[i].value, valueLength); local
938 prefixedAttributes.append(Attribute(parsedName, attrValue));
1615 String attrValue = toString(attributes[i].value, valueLength); local
1619 state->attributes.set(attrQName, attrValue);
/external/icu4c/common/
H A Duloc_tag.c1278 char *attrValue; local
1335 attrValue = (char*)uprv_malloc(attrBufLength + 1);
1336 if (attrValue == NULL) {
1340 uprv_strcpy(attrValue, attrBuf);
1341 attr->attribute = attrValue;
1345 uprv_free(attrValue);
/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 ...
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c7087 const xmlChar *attrValue, *name = NULL, *ns = NULL; local
7143 attrValue = xmlSchemaGetNodeContent(pctxt,
7145 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) {
7147 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified"))
7153 attrValue, NULL, NULL, NULL);
7160 attrValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7162 if (xmlStrEqual(attrValue, BAD_CAST "optional"))
7164 else if (xmlStrEqual(attrValue, BAD_CAST "prohibited"))
7166 else if (xmlStrEqual(attrValue, BAD_CAST "required"))
7173 attrValue, NUL
7477 const xmlChar *attrValue; local
8572 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
9118 const xmlChar *attrValue = NULL; local
12089 const xmlChar *attrValue; local
[all...]

Completed in 588 milliseconds

12