Searched refs:addAttribute (Results 1 - 25 of 126) sorted by relevance

123456

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DRuleLabelScope.java38 addAttribute("text", null);
39 addAttribute("start", null);
40 addAttribute("stop", null);
41 addAttribute("tree", null);
42 addAttribute("st", null);
48 addAttribute("text", null);
49 addAttribute("start", null); // note: no stop; not meaningful
50 addAttribute("tree", null);
51 addAttribute("st", null);
57 addAttribute("tex
[all...]
H A DAttributeScope.java50 tokenScope.addAttribute("text", null);
51 tokenScope.addAttribute("type", null);
52 tokenScope.addAttribute("line", null);
53 tokenScope.addAttribute("index", null);
54 tokenScope.addAttribute("pos", null);
55 tokenScope.addAttribute("channel", null);
56 tokenScope.addAttribute("tree", null);
57 tokenScope.addAttribute("int", null);
137 public void addAttribute(String name, String decl) { method in class:AttributeScope
/external/skia/legacy/src/animator/
H A DSkXMLAnimatorWriter.cpp56 w.addAttribute("field", "x1");
57 w.addAttribute("id", "to100");
58 w.addAttribute("from", "0");
59 w.addAttribute("to", "100");
60 w.addAttribute("dur", "1");
63 w.addAttribute("kind", "onLoad");
65 w.addAttribute("id", "line");
66 w.addAttribute("x1", "-1");
67 w.addAttribute("y1", "20");
68 w.addAttribute("x
[all...]
/external/skia/src/animator/
H A DSkXMLAnimatorWriter.cpp56 w.addAttribute("field", "x1");
57 w.addAttribute("id", "to100");
58 w.addAttribute("from", "0");
59 w.addAttribute("to", "100");
60 w.addAttribute("dur", "1");
63 w.addAttribute("kind", "onLoad");
65 w.addAttribute("id", "line");
66 w.addAttribute("x1", "-1");
67 w.addAttribute("y1", "20");
68 w.addAttribute("x
[all...]
/external/skia/src/svg/
H A DSkSVGPolygon.h17 virtual void addAttribute(SkSVGParser& , int attrIndex,
H A DSkSVGPolygon.cpp21 void SkSVGPolygon::addAttribute(SkSVGParser& parser, int attrIndex, function in class:SkSVGPolygon
23 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength);
H A DSkSVGPolyline.h18 virtual void addAttribute(SkSVGParser& , int attrIndex,
H A DSkSVGPolyline.cpp27 void SkSVGPolyline::addAttribute(SkSVGParser& , int attrIndex, function in class:SkSVGPolyline
/external/skia/include/svg/
H A DSkSVGBase.h20 virtual void addAttribute(SkSVGParser& parser, int attrIndex,
H A DSkSVGParser.h31 fXMLWriter.addAttribute(attrName, attrValue); }
33 fXMLWriter.addAttribute(attrName, attrValue.c_str()); }
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DAttributedStringTest.java121 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
128 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
136 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
146 as.addAttribute(null, new TreeSet(), 0, 1);
153 as.addAttribute(null, new TreeSet(), -1, 1);
161 * @tests java.text.AttributedString.addAttribute(AttributedCharacterIterator, Object)
167 as.addAttribute(null, new TreeSet());
173 as.addAttribute(null, null);
/external/proguard/src/proguard/classfile/editor/
H A DAttributeAdder.java111 attributesEditor.addAttribute(newUnknownAttribute);
123 attributesEditor.addAttribute(newSourceFileAttribute);
135 attributesEditor.addAttribute(newSourceDirAttribute);
167 attributesEditor.addAttribute(newEnclosingMethodAttribute);
178 attributesEditor.addAttribute(newDeprecatedAttribute);
189 attributesEditor.addAttribute(newSyntheticAttribute);
203 attributesEditor.addAttribute(newSignatureAttribute);
215 attributesEditor.addAttribute(newConstantValueAttribute);
235 attributesEditor.addAttribute(newExceptionsAttribute);
292 attributesEditor.addAttribute(newCodeAttribut
[all...]
H A DAttributesEditor.java84 public void addAttribute(Attribute attribute) method in class:AttributesEditor
97 addAttribute(targetAttribute.u2attributesCount,
114 addAttribute(targetMember.u2attributesCount,
131 addAttribute(targetClass.u2attributesCount,
200 private Attribute[] addAttribute(int attributesCount, method in class:AttributesEditor
/external/icu4c/i18n/
H A Dfphdlimp.h25 virtual void addAttribute(int32_t id, int32_t start, int32_t limit);
40 virtual void addAttribute(int32_t id, int32_t start, int32_t limit);
64 virtual void addAttribute(int32_t id, int32_t start, int32_t limit);
H A Dfphdlimp.cpp24 FieldPositionHandler::addAttribute(int32_t, int32_t, int32_t) { function in class:FieldPositionHandler
47 FieldPositionOnlyHandler::addAttribute(int32_t id, int32_t start, int32_t limit) { function in class:FieldPositionOnlyHandler
88 FieldPositionIteratorHandler::addAttribute(int32_t id, int32_t start, int32_t limit) { function in class:FieldPositionIteratorHandler
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DExtendedContentHandler.java43 * addAttribute(namespaceURI, localName, qName, type, value)
59 public void addAttribute( method in interface:ExtendedContentHandler
81 public void addAttribute(String qName, String value); method in interface:ExtendedContentHandler
264 public void addAttribute( method in interface:ExtendedContentHandler
/external/skia/legacy/src/xml/
H A DSkXMLWriter.cpp28 void SkXMLWriter::addAttribute(const char name[], const char value[]) function in class:SkXMLWriter
37 this->addAttribute(name, tmp.c_str());
44 this->addAttribute(name, tmp.c_str());
51 this->addAttribute(name, tmp.c_str());
172 w->addAttribute(name, value);
279 fParser.addAttribute(name, str.c_str());
309 w.addAttribute("hello", "world");
318 w.addAttribute("name", "value");
323 w.addAttribute("name", "value");
/external/skia/src/xml/
H A DSkXMLWriter.cpp28 void SkXMLWriter::addAttribute(const char name[], const char value[]) function in class:SkXMLWriter
37 this->addAttribute(name, tmp.c_str());
44 this->addAttribute(name, tmp.c_str());
51 this->addAttribute(name, tmp.c_str());
172 w->addAttribute(name, value);
279 fParser.addAttribute(name, str.c_str());
309 w.addAttribute("hello", "world");
318 w.addAttribute("name", "value");
323 w.addAttribute("name", "value");
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DPerl5Target.java40 AttributeScope.tokenScope.addAttribute("self", null);
41 RuleLabelScope.predefinedLexerRulePropertiesScope.addAttribute("self", null);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributeTable.java31 addAttribute(a.getAttrType(), a);
42 addAttribute(a.getAttrType(), a);
49 addAttribute(attr.getAttrType(), attr);
58 private void addAttribute( method in class:AttributeTable
241 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedPropertySynchronizer.h43 namedAttrMap->addAttribute(ownerElement->createAttribute(attrName, value));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DResourceReferenceResolver.java29 addAttribute(valuePointer, (T) loader.convertRawValue(rawValue));
33 public void addAttribute(String valuePointer, T value) { method in class:ResourceReferenceResolver
/external/webkit/Source/WebCore/html/
H A DHTMLViewSourceDocument.cpp86 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-gutter-backdrop"));
192 attrs->addAttribute(Attribute::createMapped(classAttr, className));
209 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-number"));
217 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-content"));
290 attributeMap->addAttribute(Attribute::createMapped(hrefAttr, href));
310 attrs->addAttribute(Attribute::createMapped(classAttr, classValue));
311 attrs->addAttribute(Attribute::createMapped(targetAttr, "_blank"));
312 attrs->addAttribute(Attribute::createMapped(hrefAttr, url));
/external/webkit/Tools/DumpRenderTree/mac/
H A DTextInputController.m73 || aSelector == @selector(addAttribute:value:)
74 || aSelector == @selector(addAttribute:value:from:length:)
91 if (aSelector == @selector(addAttribute:value:))
92 return @"addAttribute";
93 if (aSelector == @selector(addAttribute:value:from:length:))
123 - (void)addAttribute:(NSString *)attrName value:(id)value
125 [self addAttribute:attrName value:value range:NSMakeRange(0, [self length])];
128 - (void)addAttribute:(NSString *)attrName value:(id)value from:(int)from length:(int)length
130 [self addAttribute:attrName value:value range:NSMakeRange((unsigned)from, (unsigned)length)];
135 [self addAttribute
[all...]
/external/llvm/include/llvm/IR/
H A DFunction.h180 setAttributes(AttributeSets.addAttribute(getContext(),
188 AttributeSets.addAttribute(getContext(),
208 void addAttribute(unsigned i, Attribute::AttrKind attr);
294 addAttribute(n, Attribute::NoAlias);
303 addAttribute(n, Attribute::NoCapture);

Completed in 306 milliseconds

123456