/external/mesa3d/src/broadcom/cle/ |
D | v3d_decoder.c | 183 get_group_offset_count(const char **atts, uint32_t *offset, uint32_t *count, in get_group_offset_count() 206 const char **atts, in create_group() 233 create_enum(struct parser_context *ctx, const char *name, const char **atts) in create_enum() 247 get_register_offset(const char **atts, uint32_t *offset) in get_register_offset() 340 create_field(struct parser_context *ctx, const char **atts) in create_field() 382 create_value(struct parser_context *ctx, const char **atts) in create_value() 398 const char **atts) in create_and_append_field() 412 set_group_opcode(struct v3d_group *group, const char **atts) in set_group_opcode() 444 start_element(void *data, const char *element_name, const char **atts) in start_element()
|
/external/mesa3d/src/intel/common/ |
D | gen_decoder.c | 131 get_array_offset_count(const char **atts, uint32_t *offset, uint32_t *count, in get_array_offset_count() 153 const char **atts, in create_group() 217 create_enum(struct parser_context *ctx, const char *name, const char **atts) in create_enum() 229 get_register_offset(const char **atts, uint32_t *offset) in get_register_offset() 311 create_field(struct parser_context *ctx, const char **atts) in create_field() 357 create_value(struct parser_context *ctx, const char **atts) in create_value() 373 const char **atts, in create_and_append_field() 395 start_element(void *data, const char *element_name, const char **atts) in start_element()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | TreeWalker.java | 320 NamedNodeMap atts = elem_node.getAttributes(); in startNode() local 469 NamedNodeMap atts = elem_node.getAttributes(); in endNode() local
|
D | SerializerTrace.java | 123 public void fireGenerateEvent(int eventType, String name, Attributes atts); in fireGenerateEvent()
|
D | AttributesImplSerializer.java | 192 public final void setAttributes(Attributes atts) in setAttributes()
|
D | ExtendedContentHandler.java | 72 public void addAttributes(org.xml.sax.Attributes atts) in addAttributes()
|
D | ToUnknownStream.java | 460 Attributes atts) throws SAXException in startElement() 1174 public void addAttributes(Attributes atts) throws SAXException in addAttributes()
|
D | ToTextStream.java | 127 String namespaceURI, String localName, String name, Attributes atts) in startElement()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | ElementType.java | 150 public AttributesImpl atts() {return theAtts;} in atts() method in ElementType 189 public void setAttribute(AttributesImpl atts, String name, String type, String value) { in setAttribute()
|
D | XMLWriter.java | 574 String qName, Attributes atts) in startElement() 749 String qName, Attributes atts) in emptyElement() 930 String qName, Attributes atts, in dataElement() 1157 private void writeAttributes (Attributes atts) in writeAttributes()
|
D | AttributesImpl.java | 81 public AttributesImpl (Attributes atts) in AttributesImpl() 353 public void setAttributes (Attributes atts) in setAttributes()
|
D | Element.java | 58 public AttributesImpl atts() { return theAtts; } in atts() method in Element
|
D | PYXWriter.java | 177 Attributes atts) throws SAXException { in startElement()
|
/external/expat/examples/ |
D | elements.c | 54 startElement(void *userData, const XML_Char *name, const XML_Char **atts) { in startElement()
|
/external/expat/xmlwf/ |
D | xmlwf.c | 163 startElement(void *userData, const XML_Char *name, const XML_Char **atts) { in startElement() 206 startElementNS(void *userData, const XML_Char *name, const XML_Char **atts) { in startElementNS() 481 const XML_Char **atts) { in defaultStartElement() 509 nopStartElement(void *userData, const XML_Char *name, const XML_Char **atts) { in nopStartElement() 564 metaStartElement(void *userData, const XML_Char *name, const XML_Char **atts) { in metaStartElement()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/ |
D | Pass2Verifier.java | 380 final Attribute[] atts = obj.getAttributes(); in visitJavaClass() local 602 final Attribute[] atts = obj.getAttributes(); in visitField() local 793 final Attribute[] atts = obj.getAttributes(); in visitMethod() local 1053 final Attribute[] atts = obj.getAttributes(); in visitCode() local
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | StylesheetPIHandler.java | 321 String namespaceURI, String localName, String qName, Attributes atts) in startElement()
|
D | TreeWalker.java | 333 NamedNodeMap atts = ((Element) node).getAttributes(); in startNode() local
|
D | DOMBuilder.java | 319 String ns, String localName, String name, Attributes atts) in startElement()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowAudioManagerTest.java | 55 AudioAttributes atts = new AudioAttributes.Builder().build(); in requestAudioFocus2_shouldRecordArgumentsOfMostRecentCall() local
|
/external/curl/docs/examples/ |
D | xmlstream.c | 55 const XML_Char **atts) in startElement()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 664 NamedNodeMap atts = node.getAttributes(); in serializeAttList() local 1824 NamedNodeMap atts = ((Element) node).getAttributes(); in recordLocalNSDecl() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLFileReader.java | 209 … public void startElement(String namespaceURI, String localName, String qName, Attributes atts) in startElement() 383 … public void startElement(String namespaceURI, String localName, String qName, Attributes atts) in startElement()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestAttributeValues.java | 258 public void checkElement(String element, Attributes atts) { in checkElement()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | IncrementalSAXSource_Filter.java | 324 java.lang.String qName, Attributes atts) in startElement()
|