Home
last modified time | relevance | path

Searched refs:addAttribute (Results 1 – 25 of 98) sorted by relevance

1234

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
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("text", null);
[all …]
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) { in addAttribute() method in AttributeScope
/external/skia/src/animator/
DSkXMLAnimatorWriter.cpp56 w.addAttribute("field", "x1"); in UnitTest()
57 w.addAttribute("id", "to100"); in UnitTest()
58 w.addAttribute("from", "0"); in UnitTest()
59 w.addAttribute("to", "100"); in UnitTest()
60 w.addAttribute("dur", "1"); in UnitTest()
63 w.addAttribute("kind", "onLoad"); in UnitTest()
65 w.addAttribute("id", "line"); in UnitTest()
66 w.addAttribute("x1", "-1"); in UnitTest()
67 w.addAttribute("y1", "20"); in UnitTest()
68 w.addAttribute("x2", "150"); in UnitTest()
[all …]
/external/proguard/src/proguard/classfile/editor/
DAttributeAdder.java111 attributesEditor.addAttribute(newUnknownAttribute); in visitUnknownAttribute()
123 attributesEditor.addAttribute(newSourceFileAttribute); in visitSourceFileAttribute()
135 attributesEditor.addAttribute(newSourceDirAttribute); in visitSourceDirAttribute()
167 attributesEditor.addAttribute(newEnclosingMethodAttribute); in visitEnclosingMethodAttribute()
178 attributesEditor.addAttribute(newDeprecatedAttribute); in visitDeprecatedAttribute()
189 attributesEditor.addAttribute(newSyntheticAttribute); in visitSyntheticAttribute()
203 attributesEditor.addAttribute(newSignatureAttribute); in visitSignatureAttribute()
215 attributesEditor.addAttribute(newConstantValueAttribute); in visitConstantValueAttribute()
235 attributesEditor.addAttribute(newExceptionsAttribute); in visitExceptionsAttribute()
292 attributesEditor.addAttribute(newCodeAttribute); in visitCodeAttribute()
[all …]
DAttributesEditor.java84 public void addAttribute(Attribute attribute) in addAttribute() method in AttributesEditor
97 addAttribute(targetAttribute.u2attributesCount, in addAttribute()
114 addAttribute(targetMember.u2attributesCount, in addAttribute()
131 addAttribute(targetClass.u2attributesCount, in addAttribute()
200 private Attribute[] addAttribute(int attributesCount, in addAttribute() method in AttributesEditor
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DAttributedStringTest.java121 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
128 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
136 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
146 as.addAttribute(null, new TreeSet(), 0, 1); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
153 as.addAttribute(null, new TreeSet(), -1, 1); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
167 as.addAttribute(null, new TreeSet()); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_Object()
173 as.addAttribute(null, null); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_Object()
DAttributedCharacterIteratorTest.java159 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2, in test_getRunLimitLjava_text_AttributedCharacterIterator$Attribute()
166 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null, in test_getRunLimitLjava_text_AttributedCharacterIterator$Attribute()
/external/skia/src/xml/
DSkXMLWriter.cpp28 void SkXMLWriter::addAttribute(const char name[], const char value[]) in addAttribute() function in SkXMLWriter
37 this->addAttribute(name, tmp.c_str()); in addS32Attribute()
44 this->addAttribute(name, tmp.c_str()); in addHexAttribute()
51 this->addAttribute(name, tmp.c_str()); in addScalarAttribute()
172 w->addAttribute(name, value); in write_dom()
279 fParser.addAttribute(name, str.c_str()); in onAddAttributeLen()
309 w.addAttribute("hello", "world"); in UnitTest()
318 w.addAttribute("name", "value"); in UnitTest()
323 w.addAttribute("name", "value"); in UnitTest()
/external/webkit/Source/WebCore/html/
DHTMLViewSourceDocument.cpp86 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-gutter-backdrop")); in createContainingTable()
192 attrs->addAttribute(Attribute::createMapped(classAttr, className)); in addSpanWithClassName()
209 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-number")); in addLine()
217 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-content")); in addLine()
290 attributeMap->addAttribute(Attribute::createMapped(hrefAttr, href)); in addBase()
310 attrs->addAttribute(Attribute::createMapped(classAttr, classValue)); in addLink()
311 attrs->addAttribute(Attribute::createMapped(targetAttr, "_blank")); in addLink()
312 attrs->addAttribute(Attribute::createMapped(hrefAttr, url)); in addLink()
/external/icu4c/i18n/
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);
Dfphdlimp.cpp24 FieldPositionHandler::addAttribute(int32_t, int32_t, int32_t) { in addAttribute() function in FieldPositionHandler
47 FieldPositionOnlyHandler::addAttribute(int32_t id, int32_t start, int32_t limit) { in addAttribute() function in FieldPositionOnlyHandler
88 FieldPositionIteratorHandler::addAttribute(int32_t id, int32_t start, int32_t limit) { in addAttribute() function in FieldPositionIteratorHandler
Ddecimfmt.cpp1005 handler.addAttribute(kIntegerField, begin, appendTo.length()); in _format()
1076 handler.addAttribute(kIntegerField, begin, appendTo.length()); in _format()
1122 handler.addAttribute(kIntegerField, begin, appendTo.length()); in _format()
1299 handler.addAttribute(kIntegerField, intBegin, intEnd); in subformat()
1304 handler.addAttribute(kDecimalSeparatorField, fracBegin - 1, fracBegin); in subformat()
1316 handler.addAttribute(kIntegerField, intBegin, currentLength); in subformat()
1319 handler.addAttribute(kFractionField, fracBegin, currentLength); in subformat()
1328 handler.addAttribute(kExponentSymbolField, currentLength, appendTo.length()); in subformat()
1339 handler.addAttribute(kExponentSignField, currentLength, appendTo.length()); in subformat()
1342 handler.addAttribute(kExponentSignField, currentLength, appendTo.length()); in subformat()
[all …]
/external/webkit/Tools/DumpRenderTree/mac/
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:attrName value:[NSColor colorWithDeviceRed:red green:green blue:blue alpha:alph…
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DExtendedContentHandler.java59 public void addAttribute( in addAttribute() method
81 public void addAttribute(String qName, String value); in addAttribute() method
264 public void addAttribute( in addAttribute() method
DAttributesImplSerializer.java103 public final void addAttribute( in addAttribute() method in AttributesImplSerializer
111 super.addAttribute(uri, local, qname, type, val); in addAttribute()
/external/javassist/src/main/javassist/compiler/
DAccessorMaker.java55 minfo.addAttribute(new SyntheticAttribute(cp)); in getConstructor()
58 minfo.addAttribute(ea.copy(cp, null)); in getConstructor()
114 minfo.addAttribute(new SyntheticAttribute(cp)); in getMethodAccessor()
117 minfo.addAttribute(ea.copy(cp, null)); in getMethodAccessor()
172 minfo.addAttribute(new SyntheticAttribute(cp)); in getFieldGetter()
223 minfo.addAttribute(new SyntheticAttribute(cp)); in getFieldSetter()
/external/skia/src/svg/
DSkSVGPolygon.cpp21 void SkSVGPolygon::addAttribute(SkSVGParser& parser, int attrIndex, in DEFINE_SVG_INFO()
23 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength); in DEFINE_SVG_INFO()
DSkSVGPolygon.h17 virtual void addAttribute(SkSVGParser& , int attrIndex,
DSkSVGPolyline.h18 virtual void addAttribute(SkSVGParser& , int attrIndex,
/external/webkit/Source/WebCore/inspector/front-end/
DCookieParser.js55 this._lastCookie.addAttribute(kv.key.slice(1), kv.value);
70 this._lastCookie.addAttribute(kv.key, kv.value);
201 addAttribute: function(key, value) method in WebInspector.Cookie
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DPerl5Target.java40 AttributeScope.tokenScope.addAttribute("self", null); in Perl5Target()
41 RuleLabelScope.predefinedLexerRulePropertiesScope.addAttribute("self", null); in Perl5Target()
/external/llvm/include/llvm/
DFunction.h181 addAttribute(~0U, N);
204 void addAttribute(unsigned i, Attributes attr);
279 if (DoesNotAlias) addAttribute(n, Attribute::NoAlias);
289 if (DoesNotCapture) addAttribute(n, Attribute::NoCapture);
/external/apache-xml/src/main/java/org/apache/xalan/serialize/
DSerializerUtils.java54 public static void addAttribute(SerializationHandler handler, int attr) in addAttribute() method in SerializerUtils
73 handler.addAttribute( in addAttribute()
105 addAttribute(handler, node); in addAttributes()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemAttribute.java195 rhandler.addAttribute(nodeNamespace, localName, nodeName, "CDATA", val, true); in constructNode()
197 rhandler.addAttribute("", localName, nodeName, "CDATA", val, true); in constructNode()
/external/webkit/Source/WebCore/dom/
DNamedNodeMap.h81 addAttribute(newAttribute); in insertAttribute()
92 void addAttribute(PassRefPtr<Attribute>);

1234