/external/e2fsprogs/tests/f_special_ea/ |
name | 1 Special files with extended attributes
|
/external/e2fsprogs/tests/r_inline_xattr/ |
name | 1 shrinking filesystem with in-inode extended attributes
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
Attributes.java | 9 public class Attributes 12 private ASN1Set attributes; field in class:Attributes 14 private Attributes(ASN1Set set) 16 attributes = set; 19 public Attributes(ASN1EncodableVector v) 21 attributes = new DLSet(v); 24 public static Attributes getInstance(Object obj) 26 if (obj instanceof Attributes) 28 return (Attributes)obj; 32 return new Attributes(ASN1Set.getInstance(obj)) [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
SimpleAttributeTableGenerator.java | 13 private final AttributeTable attributes; field in class:SimpleAttributeTableGenerator 16 AttributeTable attributes) 18 this.attributes = attributes; 23 return attributes;
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
package.html | 2 This package contains classes to represent the annotation attributes inside
|
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
package.html | 2 This package contains visitors for annotation attributes and their components.
|
/external/proguard/src/proguard/classfile/attribute/ |
package.html | 2 This package contains classes to represent the attributes inside class files.
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
package.html | 2 This package contains visitors for attributes and their components.
|
/external/llvm/test/Feature/ |
cold.ll | 8 ; CHECK: attributes #0 = { cold } 9 attributes #0 = { cold }
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
OldAttributesNameTest.java | 20 import java.util.jar.Attributes; 26 * java.util.jar.Attributes.Name#Name(java.lang.String) 30 new Attributes.Name(null); 38 Attributes.Name attr1 = new Attributes.Name("Attr"); 39 Attributes.Name attr2 = new Attributes.Name("Attr"); 42 attr2 = new Attributes.Name("Attr1"); 47 Attributes.Name attr1 = new Attributes.Name("Attr1") [all...] |
OldAttributesTest.java | 20 import java.util.jar.Attributes; 24 private Attributes a; 28 a = new Attributes(); 45 Attributes attr = new Attributes(); 50 Attributes attr = new Attributes(10); 56 .get(new Attributes.Name("1"))); 63 .getValue(new Attributes.Name("1"))); 65 .getValue(new Attributes.Name("0"))) [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
SaxTest.java | 26 import org.xml.sax.Attributes; 41 String qName, Attributes attributes) { 45 assertEquals(1, attributes.getLength()); 46 assertEquals("", attributes.getURI(0)); 47 assertOneOf("bar", "", attributes.getLocalName(0)); 48 assertEquals("bar", attributes.getQName(0)); 54 String qName, Attributes attributes) { 58 assertEquals(1, attributes.getLength()) [all...] |
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
CurrentXmlHandler.java | 19 import org.xml.sax.Attributes; 55 public void startElement(String uri, String localName, String name, Attributes attributes) 57 super.startElement(uri, localName, name, attributes); 59 mCurrentPackageName = getValue(attributes, "name"); 65 if (isEnum(attributes)) { 70 mCurrentClassName = getValue(attributes, "name"); 71 mDeprecated = isDeprecated(attributes); 72 ApiClass apiClass = new ApiClass(mCurrentClassName, mDeprecated, isAbstract(attributes)); 79 mDeprecated = isDeprecated(attributes); [all...] |
/external/proguard/src/proguard/classfile/editor/ |
AttributesEditor.java | 27 * This class can add and delete attributes to and from classes, fields, 28 * methods, and code attributes. Attributes to be added must be filled out 30 * attributes of the same type are always replaced. 43 * Creates a new AttributeAdder that will edit attributes in the given 54 * Creates a new AttributeAdder that will edit attributes in the given 66 * Creates a new AttributeAdder that will edit attributes in the given 92 targetAttribute.attributes, 96 targetAttribute.attributes = 98 targetAttribute.attributes, [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
AttributesTest.java | 26 import java.util.jar.Attributes; 30 private Attributes a; 34 a = new Attributes(); 42 * @tests java.util.jar.Attributes#Attributes(java.util.jar.Attributes) 45 Attributes a2 = new Attributes(a); 52 * @tests java.util.jar.Attributes#clear() 64 * @tests java.util.jar.Attributes#containsKey(java.lang.Object [all...] |
/external/llvm/test/Assembler/ |
2008-09-02-FunctionNotes.ll | 1 ; Test function attributes 20 ; CHECK: attributes #0 = { alwaysinline } 21 ; CHECK: attributes #1 = { noinline }
|
/external/clang/test/Parser/ |
namespace-alias-attr.cpp | 7 namespace B __attribute__ (( static )) = A; // expected-error{{attributes can not be specified on namespace alias}}
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
package.html | 5 <p>This package provides low-level API for editing annotations attributes.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/ |
crti.o | |
crtn.o | |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/thumb/ |
crti.o | |
crtn.o | |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/thumb/thumb2/ |
crti.o | |
crtn.o | |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/ |
crti.o | |