HomeSort by relevance Sort by last modified time
    Searched refs:Attribute (Results 51 - 75 of 1285) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/IR/
Function.h 164 /// @brief Return the attribute list for this Function.
167 /// @brief Set the attribute list for this Function.
171 void addFnAttr(Attribute::AttrKind N) {
177 void removeFnAttr(Attribute::AttrKind N) {
200 /// @brief Return true if the function has the attribute.
201 bool hasFnAttribute(Attribute::AttrKind Kind) const {
208 /// @brief Return the attribute for the given attribute kind.
209 Attribute getFnAttribute(Attribute::AttrKind Kind) const
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 97 attrString2 = new AttributedString(iter, 2, 7, new AttributedCharacterIterator.Attribute[] {});
106 * int, int, AttributedCharacterIterator.Attribute[]) Test of method
108 * int, int, AttributedCharacterIterator.Attribute[]). Case 1: Try to
114 public void test_ConstructorLAttributedCharacterIteratorII$Ljava_text_AttributedCharacterIterator$Attribute() {
143 AttributedCharacterIterator.Attribute[] attributes = new AttributedCharacterIterator.Attribute[1];
154 * int, int, Map<? extends AttributedCharacterIterator.Attribute,?>)
158 * AttributedCharacterIterator.Attribute,?>). Case 1: Try to
170 new WeakHashMap<AttributedCharacterIterator.Attribute, String>());
185 Map<AttributedCharacterIterator.Attribute, String> whm = new WeakHashMap<AttributedCharacterIterator.Attribute, String>()
    [all...]
AttributedCharacterIteratorAttributeTest.java 28 * AttributedCharacterIterator.Attribute is used like the base enum type and
34 assertSameReserialized(AttributedCharacterIterator.Attribute.LANGUAGE);
41 AttributedCharacterIterator.Attribute a = new CustomAttribute();
53 private static class CustomAttribute extends AttributedCharacterIterator.Attribute {
  /external/llvm/test/MC/ARM/
directive-arch-armv8-a.s 17 @ CHECK-ATTR: Attribute {
21 @ CHECK-ATTR: Attribute {
25 @ CHECK-ATTR: Attribute {
29 @ CHECK-ATTR: Attribute {
33 @ CHECK-ATTR: Attribute {
37 @ CHECK-ATTR: Attribute {
41 @ CHECK-ATTR: Attribute {
directive-arch-armv8.2-a.s 17 @ CHECK-ATTR: Attribute {
21 @ CHECK-ATTR: Attribute {
25 @ CHECK-ATTR: Attribute {
29 @ CHECK-ATTR: Attribute {
33 @ CHECK-ATTR: Attribute {
37 @ CHECK-ATTR: Attribute {
41 @ CHECK-ATTR: Attribute {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 106 /// DW_AT_containing_type attribute. This attribute points to a DIE that
176 void addFlag(DIE &Die, dwarf::Attribute Attribute);
178 /// Add an unsigned integer attribute data and value.
179 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
184 /// Add an signed integer attribute data and value.
185 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultSignedAttributeTableGenerator.java 11 import org.bouncycastle.asn1.cms.Attribute;
37 * @param attributeTable initial attribute table to use.
53 * Create a standard attribute table from the passed in parameters - this will
75 Attribute attr = new Attribute(CMSAttributes.contentType,
84 Attribute attr = new Attribute(CMSAttributes.signingTime,
93 Attribute attr = new Attribute(CMSAttributes.messageDigest,
100 Attribute attr = new Attribute(CMSAttributes.cmsAlgorithmProtect, new DERSet(new CMSAlgorithmProtection
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Attribute.java 10 import org.bouncycastle.asn1.x509.Attribute;
13 * Class for carrying the values in an X.509 Attribute.
19 Attribute attr;
22 * @param at an object representing an attribute.
27 this.attr = Attribute.getInstance(at);
31 * Create an X.509 Attribute with the type given by the passed in oid and
34 * @param oid type of the attribute
41 this.attr = new Attribute(new ASN1ObjectIdentifier(oid), new DERSet(value));
45 * Create an X.59 Attribute with the type given by the passed in oid and the
48 * @param oid type of the attribute
    [all...]
  /external/proguard/src/proguard/classfile/
ProgramMember.java 24 import proguard.classfile.attribute.Attribute;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
39 public Attribute[] attributes;
62 Attribute[] attributes)
73 * Returns the (first) attribute with the given name.
75 private Attribute getAttribute(Clazz clazz, String name)
79 Attribute attribute = attributes[index]; local
80 if (attribute.getAttributeName(clazz).equals(name)
    [all...]
  /external/proguard/src/proguard/classfile/editor/
AttributeSorter.java 24 import proguard.classfile.attribute.*;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
68 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
82 Attribute attribute1 = (Attribute)object1;
83 Attribute attribute2 = (Attribute)object2;
  /art/compiler/debug/dwarf/
debug_info_entry_writer.h 85 void WriteAddr(Attribute attrib, uint64_t value) {
95 void WriteBlock(Attribute attrib, const uint8_t* ptr, size_t num_bytes) {
101 void WriteExprLoc(Attribute attrib, const Expression& expr) {
107 void WriteData1(Attribute attrib, uint8_t value) {
112 void WriteData2(Attribute attrib, uint16_t value) {
117 void WriteData4(Attribute attrib, uint32_t value) {
122 void WriteData8(Attribute attrib, uint64_t value) {
127 void WriteSecOffset(Attribute attrib, uint32_t offset) {
132 void WriteSdata(Attribute attrib, int value) {
137 void WriteUdata(Attribute attrib, int value)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAlwaysInlinePass.cpp 42 !F.hasFnAttribute(Attribute::NoInline))
55 if (F.hasLocalLinkage() && !F.hasFnAttribute(Attribute::NoInline)) {
56 F.addFnAttr(Attribute::AlwaysInline);
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 21 * \brief Attribute location tests
70 return (iter == bindings.end() ? (deInt32)Attribute::LOC_UNDEF : iter->second);
73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindings)
82 if (location != Attribute::LOC_UNDEF)
111 string generateAttributeDefinitions (const vector<Attribute>& attributes)
115 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter)
117 if (iter->getLayoutLocation() != Attribute::LOC_UNDEF)
123 << (iter->getArraySize() != Attribute::NOT_ARRAY ? "[" + de::toString(iter->getArraySize()) + "]" : "") << ";\n";
129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes)
134 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java 38 if (width != null) attrs.set (Attribute.WIDTH, width);
39 if (border != null) attrs.set (Attribute.BORDER, border);
40 if (cellpadding != null) attrs.set (Attribute.CELLPADDING, cellpadding);
41 if (cellspacing != null) attrs.set (Attribute.CELLSPACING, cellspacing);
50 m_caption.getAttributes ().set (Attribute.ALIGN, align);
92 getAttributes ().set (Attribute.COLSPAN, span);
  /external/proguard/src/proguard/classfile/attribute/annotation/
AnnotationDefaultAttribute.java 21 package proguard.classfile.attribute.annotation;
24 import proguard.classfile.attribute.Attribute;
25 import proguard.classfile.attribute.annotation.visitor.ElementValueVisitor;
26 import proguard.classfile.attribute.visitor.AttributeVisitor;
29 * This Attribute represents an annotation default attribute.
33 public class AnnotationDefaultAttribute extends Attribute
67 // Implementations for Attribute.
  /external/proguard/src/proguard/obfuscate/
AttributeUsageMarker.java 24 import proguard.classfile.attribute.Attribute;
25 import proguard.classfile.attribute.visitor.AttributeVisitor;
39 // A visitor info flag to indicate the attribute is being used.
45 public void visitAnyAttribute(Clazz clazz, Attribute attribute)
47 markAsUsed(attribute);
55 * In this context, the VisitorAccepter will be an Attribute object.
65 * In this context, the VisitorAccepter will be an Attribute object.
  /external/skia/src/gpu/effects/
GrDistanceFieldGeoProc.h 43 * coords are a custom attribute. Gamma correction is handled via a texture LUT.
67 const Attribute* inPosition() const { return fInPosition; }
68 const Attribute* inColor() const { return fInColor; }
69 const Attribute* inTextureCoords() const { return fInTextureCoords; }
98 const Attribute* fInPosition;
99 const Attribute* fInColor;
100 const Attribute* fInTextureCoords;
113 * coords are a custom attribute. No gamma correct blending is applied. Used for paths only.
128 const Attribute* inPosition() const { return fInPosition; }
129 const Attribute* inColor() const { return fInColor;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AttributedStringTest.java 63 public Object getAttribute(AttributedCharacterIterator.Attribute p) {
72 public int getRunLimit(AttributedCharacterIterator.Attribute p) {
81 public int getRunStart(AttributedCharacterIterator.Attribute p) {
121 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
125 .getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE));
128 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
132 .getRunLimit(AttributedCharacterIterator.Attribute.LANGUAGE));
136 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
attr-syntax.d 4 #error: :1: Error: Attribute name not recognised: made_up_tag.*:3: Error: expected <tag> , <value>.*:5: Error: expected <tag> , <value>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
attr-gnu-abi-msa-1.d 5 Attribute Section: gnu
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
attr-arch-directive-1.d 6 Attribute Section: c6xabi
attr-arch-directive-2.d 6 Attribute Section: c6xabi
attr-arch-directive-3.d 6 Attribute Section: c6xabi
attr-arch-opts-c62x.d 6 Attribute Section: c6xabi
attr-arch-opts-c64x+.d 6 Attribute Section: c6xabi

Completed in 400 milliseconds

1 23 4 5 6 7 8 91011>>