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

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
attr-gnu-4-22.d 6 Attribute Section: gnu
attr-gnu-4-25.d 7 Attribute Section: gnu
attr-gnu-4-26.d 7 Attribute Section: gnu
attr-gnu-4-27.d 7 Attribute Section: gnu
attr-gnu-4-28.d 7 Attribute Section: gnu
attr-gnu-4-30.d 6 Attribute Section: gnu
attr-gnu-4-33.d 6 Attribute Section: gnu
attr-gnu-4-35.d 7 Attribute Section: gnu
attr-gnu-4-36.d 7 Attribute Section: gnu
attr-gnu-4-37.d 7 Attribute Section: gnu
attr-gnu-4-38.d 7 Attribute Section: gnu
attr-gnu-4-44.d 6 Attribute Section: gnu
attr-gnu-4-51.d 6 Attribute Section: gnu
attr-gnu-4-55.d 6 Attribute Section: gnu
attr-gnu-4-56.d 6 Attribute Section: gnu
attr-gnu-4-57.d 6 Attribute Section: gnu
attr-gnu-4-65.d 6 Attribute Section: gnu
attr-gnu-4-66.d 6 Attribute Section: gnu
attr-gnu-4-67.d 6 Attribute Section: gnu
attr-gnu-4-75.d 6 Attribute Section: gnu
attr-gnu-4-76.d 6 Attribute Section: gnu
attr-gnu-4-77.d 6 Attribute Section: gnu
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 21 package proguard.classfile.attribute;
24 import proguard.classfile.attribute.visitor.*;
29 * This Attribute represents a code attribute.
33 public class CodeAttribute extends Attribute
42 public Attribute[] attributes;
64 Attribute[] attributes)
80 * Returns the (first) attribute with the given name.
82 public Attribute getAttribute(Clazz clazz, String name)
86 Attribute attribute = attributes[index] local
    [all...]
  /external/proguard/src/proguard/classfile/editor/
MemberAdder.java 24 import proguard.classfile.attribute.Attribute;
46 private static final Attribute[] EMPTY_ATTRIBUTES = new Attribute[0];
160 new Attribute[programField.u2attributesCount] :
257 new Attribute[programMethod.u2attributesCount] :
  /frameworks/base/tools/aapt2/
ResourceTable_test.cpp 108 "", util::make_unique<Attribute>(true), test::getDiagnostics()));
110 Attribute* attr = test::getValue<Attribute>(&table, u"@android:attr/foo");
115 "", util::make_unique<Attribute>(false), test::getDiagnostics()));
117 attr = test::getValue<Attribute>(&table, u"@android:attr/foo");

Completed in 550 milliseconds

<<21222324252627282930>>