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

1234567

/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/chromium_org/third_party/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/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/chromium_org/third_party/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,
/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,
/external/chromium_org/third_party/skia/include/svg/
H A DSkSVGBase.h20 virtual void addAttribute(SkSVGParser& parser, int attrIndex,
/external/skia/include/svg/
H A DSkSVGBase.h20 virtual void addAttribute(SkSVGParser& parser, int attrIndex,
/external/proguard/src/proguard/classfile/editor/
H A DAttributeAdder.java111 attributesEditor.addAttribute(newUnknownAttribute);
123 attributesEditor.addAttribute(newSourceFileAttribute);
135 attributesEditor.addAttribute(newSourceDirAttribute);
148 attributesEditor.addAttribute(newInnerClassesAttribute);
165 attributesEditor.addAttribute(newEnclosingMethodAttribute);
176 attributesEditor.addAttribute(newDeprecatedAttribute);
187 attributesEditor.addAttribute(newSyntheticAttribute);
201 attributesEditor.addAttribute(newSignatureAttribute);
213 attributesEditor.addAttribute(newConstantValueAttribute);
233 attributesEditor.addAttribute(newExceptionsAttribut
[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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCookieParser.js78 this._lastCookie.addAttribute(kv.key.slice(1), kv.value);
97 this._lastCookie.addAttribute(kv.key, kv.value);
349 addAttribute: function(key, value)
399 cookie.addAttribute("domain", protocolCookie["domain"]);
400 cookie.addAttribute("path", protocolCookie["path"]);
401 cookie.addAttribute("port", protocolCookie["port"]);
403 cookie.addAttribute("expires", protocolCookie["expires"]);
405 cookie.addAttribute("httpOnly");
407 cookie.addAttribute("secure");
/external/chromium_org/third_party/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");
316 w.addAttribute("name", "value");
321 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");
316 w.addAttribute("name", "value");
321 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.java34 addAttribute(a.getAttrType(), a);
45 addAttribute(a.getAttrType(), a);
52 addAttribute(attr.getAttrType(), attr);
61 private void addAttribute( method in class:AttributeTable
244 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLVertexShaderBuilder.h45 bool addAttribute(const GrShaderVar& var);

Completed in 660 milliseconds

1234567