HomeSort by relevance Sort by last modified time
    Searched refs:AttributeListImpl (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributeListImplTest.java 22 import org.xml.sax.helpers.AttributeListImpl;
27 private AttributeListImpl empty = new AttributeListImpl();
29 private AttributeListImpl multi = new AttributeListImpl();
45 AttributeListImpl ai = new AttributeListImpl(empty);
49 ai = new AttributeListImpl(multi);
54 ai = new AttributeListImpl(null);
64 AttributeListImpl attrs = new AttributeListImpl()
    [all...]
ParserAdapterTest.java 35 import org.xml.sax.helpers.AttributeListImpl;
262 AttributeListImpl atts = new AttributeListImpl();
280 AttributeListImpl atts = new AttributeListImpl();
  /external/llvm/lib/VMCore/
Attributes.cpp 110 // AttributeListImpl Definition
114 class AttributeListImpl;
117 static ManagedStatic<FoldingSet<AttributeListImpl> > AttributesLists;
122 class AttributeListImpl : public FoldingSetNode {
126 void operator=(const AttributeListImpl &); // Do not implement
127 AttributeListImpl(const AttributeListImpl &); // Do not implement
128 ~AttributeListImpl(); // Private implementation
132 AttributeListImpl(const AttributeWithIndex *Attr, unsigned NumAttrs)
161 AttributeListImpl::~AttributeListImpl()
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributeListImpl.java 4 // $Id: AttributeListImpl.java,v 1.6 2002/01/30 20:52:22 dbrownell Exp $
41 * myatts = new AttributeListImpl(atts);
66 public class AttributeListImpl implements AttributeList
79 public AttributeListImpl ()
94 public AttributeListImpl (AttributeList atts)
176 * it will make sense to reuse the same AttributeListImpl object
295 // end of AttributeListImpl.java
  /libcore/luni/src/test/java/tests/api/org/xml/sax/
HandlerBaseTest.java 25 import org.xml.sax.helpers.AttributeListImpl;
76 h.startElement("name", new AttributeListImpl());
  /external/llvm/include/llvm/
Attributes.h 182 class AttributeListImpl;
185 /// AttributeListImpl object and provides accessors for it.
189 AttributeListImpl *AttrList;
296 explicit AttrListPtr(AttributeListImpl *L);
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 259 milliseconds