/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Attribute.java | 18 abstract class Attribute implements IContent class 22 public static final Attribute ID = new AttributeImpl ("ID"); 23 public static final Attribute NAME = new AttributeImpl ("NAME"); 24 public static final Attribute TITLE = new AttributeImpl ("TITLE"); 25 public static final Attribute TYPE = new AttributeImpl ("TYPE"); 26 public static final Attribute CLASS = new AttributeImpl ("CLASS"); 27 public static final Attribute HTTP_EQUIV = new AttributeImpl ("HTTP-EQUIV"); 28 public static final Attribute CONTENT = new AttributeImpl ("CONTENT"); 29 public static final Attribute HREF = new AttributeImpl ("HREF"); 30 public static final Attribute SRC = new AttributeImpl ("SRC"); [all …]
|
D | AttributeSet.java | 37 public abstract AttributeSet set (Attribute attr, String value); in set() 38 public abstract AttributeSet set (Attribute attr, int value); in set() 59 final Attribute attr = (Attribute) entry.getKey (); in emit() 88 public AttributeSet set (final Attribute attr, final String value) // null removes? in set() 95 public AttributeSet set (final Attribute attr, final int value) in set()
|
D | HTMLTable.java | 38 if (width != null) attrs.set (Attribute.WIDTH, width); in HTMLTable() 39 if (border != null) attrs.set (Attribute.BORDER, border); in HTMLTable() 40 if (cellpadding != null) attrs.set (Attribute.CELLPADDING, cellpadding); in HTMLTable() 41 if (cellspacing != null) attrs.set (Attribute.CELLSPACING, cellspacing); in HTMLTable() 50 m_caption.getAttributes ().set (Attribute.ALIGN, align); in setCaption() 92 getAttributes ().set (Attribute.COLSPAN, span); in setColspan()
|
D | HTMLDocument.java | 41 .set (Attribute.HTTP_EQUIV, "Content-Type") in HTMLDocument() 42 .set (Attribute.CONTENT, "text/html; charset=" + encoding); in HTMLDocument() 121 style.getAttributes ().set (Attribute.TYPE, "text/css"); in addStyle() 144 link.getAttributes ().set (Attribute.TYPE, type); // TODO: escape in addLINK() 145 link.getAttributes ().set (Attribute.HREF, href); // TODO: escape in addLINK() 146 link.getAttributes ().set (Attribute.SRC, href); // TODO: escape in addLINK() 176 hr.getAttributes ().set (Attribute.SIZE, size); in addHR()
|
/external/llvm/lib/VMCore/ |
D | Attributes.cpp | 29 std::string Attribute::getAsString(Attributes Attrs) { in getAsString() 31 if (Attrs & Attribute::ZExt) in getAsString() 33 if (Attrs & Attribute::SExt) in getAsString() 35 if (Attrs & Attribute::NoReturn) in getAsString() 37 if (Attrs & Attribute::NoUnwind) in getAsString() 39 if (Attrs & Attribute::UWTable) in getAsString() 41 if (Attrs & Attribute::ReturnsTwice) in getAsString() 43 if (Attrs & Attribute::InReg) in getAsString() 45 if (Attrs & Attribute::NoAlias) in getAsString() 47 if (Attrs & Attribute::NoCapture) in getAsString() [all …]
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | AttributedCharacterIteratorAttributeTest.java | 21 import java.text.AttributedCharacterIterator.Attribute; 50 assertTrue(Attribute.LANGUAGE.equals(Attribute.LANGUAGE)); in test_equals() 52 assertFalse(Attribute.LANGUAGE.equals(Attribute.READING)); in test_equals() 78 AttributedCharacterIterator.Attribute dattribute, dattribute2; in test_readResolve() 82 dattribute = AttributedCharacterIterator.Attribute.LANGUAGE; in test_readResolve() 97 dattribute2 = (AttributedCharacterIterator.Attribute) in.readObject(); in test_readResolve() 127 Attribute language = Attribute.LANGUAGE; in test_fields() 128 Attribute reading = Attribute.READING; in test_fields() 129 Attribute inputMethodSegment = Attribute.INPUT_METHOD_SEGMENT; in test_fields() 138 class MyAttribute extends AttributedCharacterIterator.Attribute {
|
D | AttributedStringTest.java | 63 public Object getAttribute(AttributedCharacterIterator.Attribute p) { in getAttribute() 72 public int getRunLimit(AttributedCharacterIterator.Attribute p) { in getRunLimit() 81 public int getRunStart(AttributedCharacterIterator.Attribute p) { in getRunStart() 121 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII() 125 .getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE)); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII() 128 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII() 132 .getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE)); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII() 136 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII()
|
D | Support_Format.java | 23 import java.text.AttributedCharacterIterator.Attribute; 90 Iterator<Attribute> it = iterator.getAttributes().keySet().iterator(); in findFields() 92 AttributedCharacterIterator.Attribute attribute = it.next(); in findFields() 108 AttributedCharacterIterator.Attribute attribute; 114 AttributedCharacterIterator.Attribute attribute) { in FieldContainer() 119 public FieldContainer(int start, int end, Attribute attribute, int value) { in FieldContainer() 124 public FieldContainer(int start, int end, Attribute attribute, in FieldContainer()
|
/external/webkit/Source/WebCore/dom/ |
D | Attribute.cpp | 34 typedef HashMap<Attribute*, Attr*> AttributeAttrMap; 41 PassRefPtr<Attribute> Attribute::clone() const in clone() 43 return adoptRef(new Attribute(m_name, m_value, m_isMappedAttribute, m_styleDecl.get())); in clone() 46 Attr* Attribute::attr() const in attr() 49 ASSERT(attributeAttrMap().contains(const_cast<Attribute*>(this))); in attr() 50 return attributeAttrMap().get(const_cast<Attribute*>(this)); in attr() 53 ASSERT(!attributeAttrMap().contains(const_cast<Attribute*>(this))); in attr() 57 PassRefPtr<Attr> Attribute::createAttrIfNeeded(Element* e) in createAttrIfNeeded() 72 void Attribute::bindAttr(Attr* attr) in bindAttr() 80 void Attribute::unbindAttr(Attr* attr) in unbindAttr()
|
D | StyledElement.h | 33 class Attribute; variable 44 void addCSSLength(Attribute*, int id, const String& value); 45 void addCSSProperty(Attribute*, int id, const String& value); 46 void addCSSProperty(Attribute*, int id, int value); 47 void addCSSImageProperty(Attribute*, int propertyID, const String& url); 48 void addCSSColor(Attribute*, int id, const String& color); 54 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, Attribute*); 55 …static void setMappedAttributeDecl(MappedAttributeEntry, Attribute*, CSSMappedAttributeDeclaration… 68 virtual PassRefPtr<Attribute> createAttribute(const QualifiedName&, const AtomicString& value); 76 virtual void attributeChanged(Attribute*, bool preserveDecls = false); [all …]
|
D | Attribute.h | 41 class Attribute : public RefCounted<Attribute> { 45 static PassRefPtr<Attribute> create(const QualifiedName& name, const AtomicString& value) in create() 47 return adoptRef(new Attribute(name, value, false, 0)); in create() 49 static PassRefPtr<Attribute> createMapped(const QualifiedName& name, const AtomicString& value) in createMapped() 51 return adoptRef(new Attribute(name, value, true, 0)); in createMapped() 53 static PassRefPtr<Attribute> createMapped(const AtomicString& name, const AtomicString& value) in createMapped() 55 return adoptRef(new Attribute(name, value, true, 0)); in createMapped() 71 PassRefPtr<Attribute> clone() const; 89 …Attribute(const QualifiedName& name, const AtomicString& value, bool isMappedAttribute, CSSMappedA… in Attribute() function 98 …Attribute(const AtomicString& name, const AtomicString& value, bool isMappedAttribute, CSSMappedAt… in Attribute() function
|
D | NamedNodeMap.cpp | 59 Attribute* a = getAttributeItem(name, shouldIgnoreAttributeCase(m_element)); in getNamedItem() 73 Attribute* a = getAttributeItem(name, shouldIgnoreAttributeCase(m_element)); in removeNamedItem() 89 Attribute* a = getAttributeItem(name); in getNamedItem() 110 Attribute* a = attr->attr(); in setNamedItem() 111 Attribute* old = getAttributeItem(a->name()); in setNamedItem() 146 Attribute* a = getAttributeItem(name); in removeNamedItem() 169 void NamedNodeMap::copyAttributesToVector(Vector<RefPtr<Attribute> >& copy) in copyAttributesToVector() 174 Attribute* NamedNodeMap::getAttributeItemSlowCase(const String& name, bool shouldIgnoreAttributeCas… in getAttributeItemSlowCase() 222 Attribute* oldId = getAttributeItem(m_element->document()->idAttributeName()); in setAttributes() 223 Attribute* newId = other.getAttributeItem(m_element->document()->idAttributeName()); in setAttributes() [all …]
|
D | NamedNodeMap.h | 68 Attribute* attributeItem(unsigned index) const { return m_attributes[index].get(); } in attributeItem() 69 Attribute* getAttributeItem(const QualifiedName&) const; 71 void copyAttributesToVector(Vector<RefPtr<Attribute> >&); 77 void insertAttribute(PassRefPtr<Attribute> newAttribute, bool allowDuplicates) in insertAttribute() 92 void addAttribute(PassRefPtr<Attribute>); 114 Attribute* getAttributeItem(const String& name, bool shouldIgnoreAttributeCase) const; 115 Attribute* getAttributeItemSlowCase(const String& name, bool shouldIgnoreAttributeCase) const; 122 Vector<RefPtr<Attribute> > m_attributes; 126 inline Attribute* NamedNodeMap::getAttributeItem(const QualifiedName& name) const in getAttributeItem() 138 inline Attribute* NamedNodeMap::getAttributeItem(const String& name, bool shouldIgnoreAttributeCase… in getAttributeItem()
|
D | StyledElement.cpp | 73 …Declaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr) in getMappedAttributeDecl() 87 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMapp… in setMappedAttributeDecl() 123 PassRefPtr<Attribute> StyledElement::createAttribute(const QualifiedName& name, const AtomicString&… in createAttribute() 125 return Attribute::createMapped(name, value); in createAttribute() 145 void StyledElement::attributeChanged(Attribute* attr, bool preserveDecls) in attributeChanged() 234 void StyledElement::parseMappedAttribute(Attribute* attr) in parseMappedAttribute() 262 void StyledElement::addCSSProperty(Attribute* attribute, int id, const String &value) in addCSSProperty() 269 void StyledElement::addCSSProperty(Attribute* attribute, int id, int value) in addCSSProperty() 276 void StyledElement::addCSSImageProperty(Attribute* attribute, int id, const String& url) in addCSSImageProperty() 283 void StyledElement::addCSSLength(Attribute* attr, int id, const String &value) in addCSSLength() [all …]
|
/external/llvm/include/llvm/ |
D | Function.h | 216 return hasFnAttr(Attribute::ReadNone); 219 if (DoesNotAccessMemory) addFnAttr(Attribute::ReadNone); 220 else removeFnAttr(Attribute::ReadNone); 225 return doesNotAccessMemory() || hasFnAttr(Attribute::ReadOnly); 228 if (OnlyReadsMemory) addFnAttr(Attribute::ReadOnly); 229 else removeFnAttr(Attribute::ReadOnly | Attribute::ReadNone); 234 return hasFnAttr(Attribute::NoReturn); 237 if (DoesNotReturn) addFnAttr(Attribute::NoReturn); 238 else removeFnAttr(Attribute::NoReturn); 243 return hasFnAttr(Attribute::NoUnwind); [all …]
|
/external/proguard/src/proguard/classfile/editor/ |
D | AttributesEditor.java | 84 public void addAttribute(Attribute attribute) in addAttribute() 178 Attribute[] attributes, in replaceAttribute() 179 Attribute attribute) in replaceAttribute() 200 private Attribute[] addAttribute(int attributesCount, in addAttribute() 201 Attribute[] attributes, in addAttribute() 202 Attribute attribute) in addAttribute() 208 Attribute[] newAttributes = new Attribute[attributesCount + 1]; in addAttribute() 227 Attribute[] attributes, in deleteAttribute() 256 Attribute[] attributes, in findAttribute()
|
D | AttributeSorter.java | 68 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} in visitAnyAttribute() 82 Attribute attribute1 = (Attribute)object1; in compare() 83 Attribute attribute2 = (Attribute)object2; in compare()
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 40 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); in EmitStrLen() 41 AWI[1] = AttributeWithIndex::get(~0u, Attribute::ReadOnly | in EmitStrLen() 42 Attribute::NoUnwind); in EmitStrLen() 63 AttributeWithIndex::get(~0u, Attribute::ReadOnly | Attribute::NoUnwind); in EmitStrChr() 81 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); in EmitStrNCmp() 82 AWI[1] = AttributeWithIndex::get(2, Attribute::NoCapture); in EmitStrNCmp() 83 AWI[2] = AttributeWithIndex::get(~0u, Attribute::ReadOnly | in EmitStrNCmp() 84 Attribute::NoUnwind); in EmitStrNCmp() 107 AWI[0] = AttributeWithIndex::get(2, Attribute::NoCapture); in EmitStrCpy() 108 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind); in EmitStrCpy() [all …]
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
D | Attribute.java | 12 public class Attribute class 24 public static Attribute getInstance( in getInstance() 27 if (o == null || o instanceof Attribute) in getInstance() 29 return (Attribute)o; in getInstance() 34 return new Attribute((ASN1Sequence)o); in getInstance() 40 public Attribute( in Attribute() method in Attribute 52 public Attribute( in Attribute() method in Attribute
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | AttributeScope.java | 83 protected LinkedHashMap<String,Attribute> attributes = new LinkedHashMap(); 125 Attribute attr = new Attribute(a); in addAttributes() 138 attributes.put(name, new Attribute(name,decl)); in addAttribute() 158 public Attribute getAttribute(String name) { in getAttribute() 159 return (Attribute)attributes.get(name); in getAttribute() 163 public List<Attribute> getAttributes() { in getAttributes() 164 List<Attribute> a = new ArrayList<Attribute>(); in getAttributes()
|
/external/bluetooth/bluez/compat/ |
D | fakehid.txt | 24 Attribute 0x0000 - ServiceRecordHandle 26 Attribute 0x0001 - ServiceClassIDList 29 Attribute 0x0004 - ProtocolDescriptorList 36 Attribute 0x0100 62 Attribute 0x0000 - ServiceRecordHandle 64 Attribute 0x0001 - ServiceClassIDList 67 Attribute 0x0004 - ProtocolDescriptorList 74 Attribute 0x0006 - LanguageBaseAttributeIDList 79 Attribute 0x0100 106 Attribute 0x0000 - ServiceRecordHandle [all …]
|
/external/proguard/src/proguard/classfile/io/ |
D | ProgramClassReader.java | 148 programClass.attributes = new Attribute[programClass.u2attributesCount]; in visitProgramClass() 151 Attribute attribute = createAttribute(programClass); in visitProgramClass() 175 programField.attributes = new Attribute[programField.u2attributesCount]; in visitProgramField() 178 Attribute attribute = createAttribute(programClass); in visitProgramField() 195 programMethod.attributes = new Attribute[programMethod.u2attributesCount]; in visitProgramMethod() 198 Attribute attribute = createAttribute(programClass); in visitProgramMethod() 382 codeAttribute.attributes = new Attribute[codeAttribute.u2attributesCount]; in visitCodeAttribute() 385 Attribute attribute = createAttribute(clazz); in visitCodeAttribute() 769 private Attribute createAttribute(Clazz clazz) in createAttribute() 774 Attribute attribute = in createAttribute() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 181 void addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer); 185 void addSInt(DIE *Die, unsigned Attribute, unsigned Form, int64_t Integer); 189 void addString(DIE *Die, unsigned Attribute, const StringRef Str); 193 void addLabel(DIE *Die, unsigned Attribute, unsigned Form, 198 void addDelta(DIE *Die, unsigned Attribute, unsigned Form, 203 void addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, DIE *Entry); 207 void addBlock(DIE *Die, unsigned Attribute, unsigned Form, DIEBlock *Block); 220 void addAddress(DIE *Die, unsigned Attribute, 244 void addComplexAddress(DbgVariable *&DV, DIE *Die, unsigned Attribute, 254 void addBlockByrefAddress(DbgVariable *&DV, DIE *Die, unsigned Attribute, [all …]
|
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
D | X509Attribute.java | 9 import org.bouncycastle.asn1.x509.Attribute; 17 Attribute attr; 25 this.attr = Attribute.getInstance(at); in X509Attribute() 39 this.attr = new Attribute(new DERObjectIdentifier(oid), new DERSet(value)); in X509Attribute() 53 this.attr = new Attribute(new DERObjectIdentifier(oid), new DERSet(value)); in X509Attribute()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 73 module Attribute = struct module 655 let pack_attr (attr:Attribute.t) : int32 = 657 Attribute.Zext -> Int32.shift_left 1l 0 658 | Attribute.Sext -> Int32.shift_left 1l 1 659 | Attribute.Noreturn -> Int32.shift_left 1l 2 660 | Attribute.Inreg -> Int32.shift_left 1l 3 661 | Attribute.Structret -> Int32.shift_left 1l 4 662 | Attribute.Nounwind -> Int32.shift_left 1l 5 663 | Attribute.Noalias -> Int32.shift_left 1l 6 664 | Attribute.Byval -> Int32.shift_left 1l 7 [all …]
|