HomeSort by relevance Sort by last modified time
    Searched defs:AttributeList (Results 1 - 18 of 18) sorted by null

  /libcore/luni/src/main/java/org/xml/sax/
AttributeList.java 4 // $Id: AttributeList.java,v 1.7 2004/04/26 17:34:34 dmegginson Exp $
35 * from the AttributeList. First, it can iterate through the entire
39 * public void startElement (String name, AttributeList atts) {
56 * public void startElement (String name, AttributeList atts) {
73 public interface AttributeList {
196 // end of AttributeList.java
  /dalvik/dexgen/src/com/android/dexgen/rop/
AttributeList.java 22 public interface AttributeList {
25 * {@code AttributeList} interface itself doesn't provide any means
  /dalvik/dx/src/com/android/dx/cf/iface/
AttributeList.java 22 public interface AttributeList {
25 * {@code AttributeList} interface itself doesn't provide any means
  /external/llvm/lib/VMCore/
Module.cpp 141 AttrListPtr AttributeList) {
148 New->setAttributes(AttributeList);
174 AttrListPtr AttributeList) {
180 New->setAttributes(AttributeList);
191 AttrListPtr AttributeList = AttrListPtr::get((AttributeWithIndex *)0, 0);
192 return getOrInsertFunction(Name, Ty, AttributeList);
201 AttrListPtr AttributeList,
216 AttributeList);
  /external/llvm/include/llvm/
Function.h 88 AttrListPtr AttributeList; ///< Parameter attributes
165 const AttrListPtr &getAttributes() const { return AttributeList; }
169 void setAttributes(const AttrListPtr &attrs) { AttributeList = attrs; }
174 return AttributeList.paramHasAttr(~0U, N);
200 return AttributeList.paramHasAttr(i, attr);
211 return AttributeList.getParamAlignment(i);
Instructions.h     [all...]
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 12 class AttributeList {
100 AttributeList::Kind AttributeList::getKind(const IdentifierInfo * Name) {
105 return llvm::StringSwitch < AttributeList::Kind > (AttrName)
251 // CHECK-tokens: Keyword: "class" [12:3 - 12:8] ClassDecl=AttributeList:12:9 (Definition)
252 // CHECK-tokens: Identifier: "AttributeList" [12:9 - 12:22] ClassDecl=AttributeList:12:9 (Definition)
253 // CHECK-tokens: Punctuation: "{" [12:23 - 12:24] ClassDecl=AttributeList:12:9 (Definition)
399 // CHECK-tokens: Punctuation: ";" [32:6 - 32:7] ClassDecl=AttributeList:12:9 (Definition)
400 // CHECK-tokens: Keyword: "static" [33:5 - 33:11] ClassDecl=AttributeList:12:9 (Definition
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLToken.h 62 typedef WTF::Vector<Attribute, 10> AttributeList;
246 const AttributeList& attributes() const
375 AttributeList m_attributes;
498 void initializeAttributes(const HTMLToken::AttributeList& attributes);
535 inline void AtomicHTMLToken::initializeAttributes(const HTMLToken::AttributeList& attributes)
  /external/clang/include/clang/Sema/
AttributeList.h 1 //===--- AttributeList.h - Parsed attribute sets ----------------*- C++ -*-===//
10 // This file defines the AttributeList class, which is used to collect
46 /// AttributeList - Represents GCC's __attribute__ declaration. There are
54 class AttributeList { // TODO: This should really be called ParsedAttribute
90 AttributeList *NextInPosition;
93 AttributeList *NextInPool;
113 AttributeList(const AttributeList &); // DO NOT IMPLEMENT
114 void operator=(const AttributeList &); // DO NOT IMPLEMENT
116 ~AttributeList(); // DO NOT IMPLEMEN
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CodeGenModule.cpp 465 AttributeListType AttributeList;
466 ConstructAttributeList(Info, D, AttributeList, CallingConv);
467 F->setAttributes(llvm::AttrListPtr::get(AttributeList.begin(),
468 AttributeList.size()));
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /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 262 milliseconds