/external/llvm/lib/IR/ |
D | Attributes.cpp | 34 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() 55 return Attribute(PA); in get() 58 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get() 75 return Attribute(PA); in get() 78 Attribute Attribute::getWithAlignment(LLVMContext &Context, uint64_t Align) { in getWithAlignment() 84 Attribute Attribute::getWithStackAlignment(LLVMContext &Context, in getWithStackAlignment() 91 Attribute Attribute::getWithDereferenceableBytes(LLVMContext &Context, in getWithDereferenceableBytes() 97 Attribute Attribute::getWithDereferenceableOrNullBytes(LLVMContext &Context, in getWithDereferenceableOrNullBytes() 107 bool Attribute::isEnumAttribute() const { in isEnumAttribute() 111 bool Attribute::isIntAttribute() const { in isIntAttribute() [all …]
|
D | AttributeImpl.h | 56 bool hasAttribute(Attribute::AttrKind A) const; 59 Attribute::AttrKind getKindAsEnum() const; 76 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() 87 static uint64_t getAttrMask(Attribute::AttrKind Val); 99 Attribute::AttrKind Kind; 102 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) in EnumAttributeImpl() 106 EnumAttributeImpl(Attribute::AttrKind Kind) in EnumAttributeImpl() 109 Attribute::AttrKind getEnumKind() const { return Kind; } in getEnumKind() 117 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl() 119 assert((Kind == Attribute::Alignment || Kind == Attribute::StackAlignment || in IntAttributeImpl() [all …]
|
/external/tcpdump/tests/ |
D | radius-v.out | 4 NAS-IP-Address Attribute (4), length: 6, Value: 10.0.0.1 5 NAS-Port Attribute (5), length: 6, Value: 50012 6 NAS-Port-Type Attribute (61), length: 6, Value: Ethernet 7 User-Name Attribute (1), length: 14, Value: John.McGuirk 8 Called-Station-Id Attribute (30), length: 19, Value: 00-19-06-EA-B8-8C 9 Calling-Station-Id Attribute (31), length: 19, Value: 00-14-22-E9-54-5E 10 Service-Type Attribute (6), length: 6, Value: Framed 11 Framed-MTU Attribute (12), length: 6, Value: 1500 12 EAP-Message Attribute (79), length: 19, Value: . 13 Message-Authenticator Attribute (80), length: 18, Value: (....$..p.Q1o.x. [all …]
|
D | radius-rfc4675-v.out | 4 User-Name Attribute (1), length: 12, Value: bob-tagged 5 User-Password Attribute (2), length: 18, Value: 6 NAS-IP-Address Attribute (4), length: 6, Value: 127.0.0.1 7 NAS-Port Attribute (5), length: 6, Value: 1 8 Message-Authenticator Attribute (80), length: 18, Value: .....b..7-...b. 12 Egress-VLANID Attribute (56), length: 6, Value: Tagged (0x31) 123 13 Ingress-Filters Attribute (57), length: 6, Value: Enabled 14 Egress-VLAN-Name Attribute (58), length: 11, Value: Tagged (0x31) vlanname 15 User-Priority-Table Attribute (59), length: 10, Value: 19 User-Name Attribute (1), length: 14, Value: bob-untagged [all …]
|
/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 …]
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfAttribute.h | 54 class Attribute 62 Attribute (); 63 virtual ~Attribute (); 77 virtual Attribute * copy () const = 0; 91 virtual void copyValueFrom (const Attribute &other) = 0; 98 static Attribute * newAttribute (const char typeName[]); 116 Attribute *(*newAttribute)()); 133 class TypedAttribute: public Attribute 174 static Attribute * makeNewAttribute (); 181 virtual Attribute * copy () const; [all …]
|
D | ImfAttribute.cpp | 56 Attribute::Attribute () {} in Attribute() function in Imf::Attribute 59 Attribute::~Attribute () {} in ~Attribute() 74 typedef Attribute* (*Constructor)(); 105 Attribute::knownType (const char typeName[]) in knownType() 115 Attribute::registerAttributeType (const char typeName[], in registerAttributeType() 116 Attribute *(*newAttribute)()) in registerAttributeType() 131 Attribute::unRegisterAttributeType (const char typeName[]) in unRegisterAttributeType() 140 Attribute * 141 Attribute::newAttribute (const char typeName[]) in newAttribute()
|
/external/deqp/executor/ |
D | xeTestLogWriter.cpp | 254 << Writer::Attribute("Name", number.name) in writeResultItem() 255 << Writer::Attribute("Description", number.description) in writeResultItem() 256 << Writer::Attribute("Unit", number.unit) in writeResultItem() 257 << Writer::Attribute("Tag", number.tag) in writeResultItem() 267 << Writer::Attribute("Name", image.name) in writeResultItem() 268 << Writer::Attribute("Description", image.description) in writeResultItem() 269 << Writer::Attribute("Width", de::toString(image.width)) in writeResultItem() 270 << Writer::Attribute("Height", de::toString(image.height)) in writeResultItem() 271 << Writer::Attribute("Format", getImageFormatName(image.format)) in writeResultItem() 272 << Writer::Attribute("CompressionMode", getImageCompressionName(image.compression)) in writeResultItem() [all …]
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 171 void addFnAttr(Attribute::AttrKind N) { 177 void removeFnAttr(Attribute::AttrKind N) { 201 bool hasFnAttribute(Attribute::AttrKind Kind) const { 209 Attribute getFnAttribute(Attribute::AttrKind Kind) const { 212 Attribute getFnAttribute(StringRef Kind) const { 229 void addAttribute(unsigned i, Attribute::AttrKind attr); 264 Attribute::ReadNone); 267 addFnAttr(Attribute::ReadNone); 274 Attribute::ReadOnly); 277 addFnAttr(Attribute::ReadOnly); [all …]
|
D | Attributes.h | 45 class Attribute { 74 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() function 77 Attribute() : pImpl(nullptr) {} in Attribute() function 84 static Attribute get(LLVMContext &Context, AttrKind Kind, uint64_t Val = 0); 85 static Attribute get(LLVMContext &Context, StringRef Kind, 90 static Attribute getWithAlignment(LLVMContext &Context, uint64_t Align); 91 static Attribute getWithStackAlignment(LLVMContext &Context, uint64_t Align); 92 static Attribute getWithDereferenceableBytes(LLVMContext &Context, 94 static Attribute getWithDereferenceableOrNullBytes(LLVMContext &Context, 119 Attribute::AttrKind getKindAsEnum() const; [all …]
|
/external/droiddriver/src/io/appium/droiddriver/uiautomation/ |
D | UiAutomationElement.java | 36 import io.appium.droiddriver.finders.Attribute; 56 private final Map<Attribute, Object> attributes; 75 Map<Attribute, Object> attribs = new EnumMap<Attribute, Object>(Attribute.class); in UiAutomationElement() 76 put(attribs, Attribute.PACKAGE, charSequenceToString(node.getPackageName())); in UiAutomationElement() 77 put(attribs, Attribute.CLASS, charSequenceToString(node.getClassName())); in UiAutomationElement() 78 put(attribs, Attribute.TEXT, charSequenceToString(node.getText())); in UiAutomationElement() 79 put(attribs, Attribute.CONTENT_DESC, charSequenceToString(node.getContentDescription())); in UiAutomationElement() 80 put(attribs, Attribute.RESOURCE_ID, charSequenceToString(node.getViewIdResourceName())); in UiAutomationElement() 81 put(attribs, Attribute.CHECKABLE, node.isCheckable()); in UiAutomationElement() 82 put(attribs, Attribute.CHECKED, node.isChecked()); in UiAutomationElement() [all …]
|
/external/deqp/modules/glshared/ |
D | glsAttributeLocationTests.cpp | 70 return (iter == bindings.end() ? (deInt32)Attribute::LOC_UNDEF : iter->second); in getBoundLocation() 73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindin… in hasAttributeAliasing() 82 if (location != Attribute::LOC_UNDEF) in hasAttributeAliasing() 111 string generateAttributeDefinitions (const vector<Attribute>& attributes) in generateAttributeDefinitions() 115 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) in generateAttributeDefinitions() 117 if (iter->getLayoutLocation() != Attribute::LOC_UNDEF) in generateAttributeDefinitions() 123 …<< (iter->getArraySize() != Attribute::NOT_ARRAY ? "[" + de::toString(iter->getArraySize()) + "]"… in generateAttributeDefinitions() 129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes) in generateConditionUniformDefinitions() 134 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) in generateConditionUniformDefinitions() 146 string generateToVec4Expression (const Attribute& attrib, int id=-1) in generateToVec4Expression() [all …]
|
/external/droiddriver/src/io/appium/droiddriver/instrumentation/ |
D | ViewElement.java | 39 import io.appium.droiddriver.finders.Attribute; 51 final Map<Attribute, Object> attribs = new EnumMap<Attribute, Object>(Attribute.class); 62 put(Attribute.PACKAGE, view.getContext().getPackageName()); in call() 63 put(Attribute.CLASS, getClassName()); in call() 64 put(Attribute.TEXT, getText()); in call() 65 put(Attribute.CONTENT_DESC, charSequenceToString(view.getContentDescription())); in call() 66 put(Attribute.RESOURCE_ID, getResourceId()); in call() 67 put(Attribute.CHECKABLE, view instanceof Checkable); in call() 68 put(Attribute.CHECKED, isChecked()); in call() 69 put(Attribute.CLICKABLE, view.isClickable()); in call() [all …]
|
/external/llvm/unittests/IR/ |
D | AttributesTest.cpp | 20 Attribute AttrA = Attribute::get(C, Attribute::AlwaysInline); in TEST() 21 Attribute AttrB = Attribute::get(C, Attribute::AlwaysInline); in TEST() 25 AttributeSet::get(C, 1, Attribute::ZExt), in TEST() 26 AttributeSet::get(C, 2, Attribute::SExt) in TEST() 38 AttributeSet::get(C, 2, Attribute::ZExt), in TEST() 39 AttributeSet::get(C, 1, Attribute::SExt) in TEST()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 176 void addFlag(DIE &Die, dwarf::Attribute Attribute); 179 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute, 185 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute, 196 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str); 200 dwarf::Attribute Attribute, 207 void addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer); 214 void addLabelDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi, 218 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry); 221 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry); 226 void addDIETypeSignature(DIE &Die, dwarf::Attribute Attribute, [all …]
|
D | DwarfCompileUnit.h | 91 void addLabelAddress(DIE &Die, dwarf::Attribute Attribute, 96 void addLocalLabelAddress(DIE &Die, dwarf::Attribute Attribute, 100 DIE::value_iterator addSectionDelta(DIE &Die, dwarf::Attribute Attribute, 118 DIE::value_iterator addSectionLabel(DIE &Die, dwarf::Attribute Attribute, 207 void addAddress(DIE &Die, dwarf::Attribute Attribute, 215 dwarf::Attribute Attribute, 219 void addLocationList(DIE &Die, dwarf::Attribute Attribute, unsigned Index);
|
/external/proguard/src/proguard/classfile/editor/ |
D | AttributesEditor.java | 84 public Attribute findAttribute(String attributeName) in findAttribute() 105 public void addAttribute(Attribute attribute) in addAttribute() 199 Attribute[] attributes, in replaceAttribute() 200 Attribute attribute) in replaceAttribute() 221 private Attribute[] addAttribute(int attributesCount, in addAttribute() 222 Attribute[] attributes, in addAttribute() 223 Attribute attribute) in addAttribute() 229 Attribute[] newAttributes = new Attribute[attributesCount + 1]; in addAttribute() 248 Attribute[] attributes, in deleteAttribute() 277 Attribute[] attributes, in findAttributeIndex() [all …]
|
/external/droiddriver/src/io/appium/droiddriver/base/ |
D | BaseUiElement.java | 39 import io.appium.droiddriver.finders.Attribute; 67 public <T> T get(Attribute attribute) { in get() 73 return get(Attribute.TEXT); in getText() 78 return get(Attribute.CONTENT_DESC); in getContentDescription() 83 return get(Attribute.CLASS); in getClassName() 88 return get(Attribute.RESOURCE_ID); in getResourceId() 93 return get(Attribute.PACKAGE); in getPackageName() 98 return (Boolean) get(Attribute.CHECKABLE); in isCheckable() 103 return (Boolean) get(Attribute.CHECKED); in isChecked() 108 return (Boolean) get(Attribute.CLICKABLE); in isClickable() [all …]
|
/external/skia/src/gpu/effects/ |
D | GrDistanceFieldGeoProc.h | 67 const Attribute* inPosition() const { return fInPosition; } in inPosition() 68 const Attribute* inColor() const { return fInColor; } in inColor() 69 const Attribute* inTextureCoords() const { return fInTextureCoords; } in inTextureCoords() 98 const Attribute* fInPosition; 99 const Attribute* fInColor; 100 const Attribute* fInTextureCoords; 128 const Attribute* inPosition() const { return fInPosition; } in inPosition() 129 const Attribute* inColor() const { return fInColor; } in inColor() 130 const Attribute* inTextureCoords() const { return fInTextureCoords; } in inTextureCoords() 150 const Attribute* fInPosition; [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
D | AttributeTable.java | 31 Attribute a = Attribute.getInstance(v.get(i)); in AttributeTable() 42 Attribute a = Attribute.getInstance(s.getObjectAt(i)); in AttributeTable() 49 Attribute attr) in AttributeTable() 62 Attribute a) in addAttribute() 74 if (value instanceof Attribute) in addAttribute() 98 public Attribute get( in get() 105 return (Attribute)((Vector)value).elementAt(0); in get() 108 return (Attribute)value; in get() 131 v.add((Attribute)e.nextElement()); in getAll() 136 v.add((Attribute)value); in getAll() [all …]
|
/external/droiddriver/src/io/appium/droiddriver/finders/ |
D | ByXPath.java | 146 setAttribute(element, Attribute.CLASS, className); in buildDomNode() 147 setAttribute(element, Attribute.RESOURCE_ID, uiElement.getResourceId()); in buildDomNode() 148 setAttribute(element, Attribute.PACKAGE, uiElement.getPackageName()); in buildDomNode() 149 setAttribute(element, Attribute.CONTENT_DESC, uiElement.getContentDescription()); in buildDomNode() 150 setAttribute(element, Attribute.TEXT, uiElement.getText()); in buildDomNode() 151 setAttribute(element, Attribute.CHECKABLE, uiElement.isCheckable()); in buildDomNode() 152 setAttribute(element, Attribute.CHECKED, uiElement.isChecked()); in buildDomNode() 153 setAttribute(element, Attribute.CLICKABLE, uiElement.isClickable()); in buildDomNode() 154 setAttribute(element, Attribute.ENABLED, uiElement.isEnabled()); in buildDomNode() 155 setAttribute(element, Attribute.FOCUSABLE, uiElement.isFocusable()); in buildDomNode() [all …]
|
D | By.java | 39 public static MatchFinder is(Attribute attribute) { in is() 46 public static MatchFinder not(Attribute attribute) { in not() 61 return new MatchFinder(Predicates.attributeEquals(Attribute.RESOURCE_ID, resourceId)); in resourceId() 66 return new MatchFinder(Predicates.attributeEquals(Attribute.PACKAGE, name)); in packageName() 71 return new MatchFinder(Predicates.attributeEquals(Attribute.TEXT, text)); in text() 76 return new MatchFinder(Predicates.attributeMatches(Attribute.TEXT, regex)); in textRegex() 81 return new MatchFinder(Predicates.attributeContains(Attribute.TEXT, substring)); in textContains() 86 return new MatchFinder(Predicates.attributeEquals(Attribute.CONTENT_DESC, contentDescription)); in contentDescription() 91 return new MatchFinder(Predicates.attributeContains(Attribute.CONTENT_DESC, substring)); in contentDescriptionContains() 96 return new MatchFinder(Predicates.attributeEquals(Attribute.CLASS, className)); in className() [all …]
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | Attribute.java | 38 public class Attribute { class 53 Attribute next; 60 protected Attribute(final String type) { in Attribute() method in Attribute 119 protected Attribute read( in read() 127 Attribute attr = new Attribute(type); in read() 173 Attribute attr = this; in getCount() 208 Attribute attr = this; in getSize() 246 Attribute attr = this; in put()
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 43 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitStrLen() 44 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrLen() 67 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrChr() 92 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitStrNCmp() 93 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitStrNCmp() 94 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrNCmp() 119 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitStrCpy() 121 Attribute::NoUnwind); in EmitStrCpy() 142 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitStrNCpy() 144 Attribute::NoUnwind); in EmitStrNCpy() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 38 dwarf::Attribute Attribute; variable 45 DIEAbbrevData(dwarf::Attribute A, dwarf::Form F) : Attribute(A), Form(F) {} in DIEAbbrevData() 48 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() 91 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute() argument 92 Data.push_back(DIEAbbrevData(Attribute, Form)); in AddAttribute() 303 dwarf::Attribute Attribute = (dwarf::Attribute)0; variable 377 DIEValue(const DIEValue &X) : Ty(X.Ty), Attribute(X.Attribute), Form(X.Form) { in DIEValue() 383 Attribute = X.Attribute; 391 DIEValue(dwarf::Attribute Attribute, dwarf::Form Form, const DIE##T &V) \ 392 : Ty(is##T), Attribute(Attribute), Form(Form) { \ [all …]
|