/prebuilts/ndk/r16/platforms/android-24/arch-arm/usr/lib/ |
crtend_so.o | |
/prebuilts/ndk/r16/platforms/android-26/arch-arm/usr/lib/ |
crtend_so.o | |
/prebuilts/ndk/r16/platforms/android-27/arch-arm/usr/lib/ |
crtend_so.o | |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/ |
attr-arch-directive-3.s | 1 # .arch directives merge attributes after instructions are seen.
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/ |
arm-target1-abs.d | 6 # Ignore .ARM.attributes section
|
arm-target1-rel.d | 6 # Ignore .ARM.attributes section
|
attr-merge-10.attr | 2 File Attributes
|
attr-merge-5.attr | 2 File Attributes
|
attr-merge-8.attr | 2 File Attributes
|
attr-merge-arch-1.attr | 2 File Attributes
|
attr-merge-arch-2.attr | 2 File Attributes
|
script-type.ld | 8 .ARM.attribues 0 : { *(.ARM.attributes) }
|
/libcore/luni/src/test/java/libcore/java/util/ |
LocaleInternalsTest.java | 67 Set<String> attributes = new HashSet<String>(); 69 // Only attributes. 70 Locale.parseUnicodeExtension("foooo".split("-"), keywords, attributes); 71 assertTrue(attributes.contains("foooo")); 74 attributes.clear(); 77 keywords, attributes); 78 assertTrue(attributes.contains("foooo")); 79 assertTrue(attributes.contains("baa")); 80 assertTrue(attributes.contains("baaabaaa")); 84 attributes.clear() [all...] |
/external/tpm2/ |
NV_DefineSpace.c | 14 // TPM_RC_NV_ATTRIBUTES attributes of the index are not consistent 21 // consistent with 'publicInfo->attributes'. 29 TPMA_NV attributes; local 48 attributes = in->publicInfo.t.nvPublic.attributes; 52 if ( (attributes.TPMA_NV_COUNTER == SET || attributes.TPMA_NV_BITS == SET) 68 if( attributes.TPMA_NV_WRITTEN == SET 69 || attributes.TPMA_NV_WRITELOCKED == SET 70 || attributes.TPMA_NV_READLOCKED == SET [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
CertificationRequestInfo.java | 25 * attributes [0] Attributes{{ CRIAttributes }} 28 * Attributes { ATTRIBUTE:IOSet } ::= SET OF Attribute{{ IOSet }} 42 ASN1Set attributes = null; field in class:CertificationRequestInfo 62 * Note: Early on a lot of CAs would only accept messages with attributes missing. As the ASN.1 def shows 63 * the attributes field is not optional so should always at least contain an empty set. If a fully compliant 70 * @param attributes any attributes to be associated with the request. 75 ASN1Set attributes) 82 validateAttributes(attributes); [all...] |
/external/syslinux/gpxe/src/hci/mucurses/ |
winattrs.c | 12 * Get the background rendition attributes for a window 22 * Turn off attributes in a window 25 * @v attrs attributes to enable 34 * Turn on attributes in a window 37 * @v attrs attributes to enable 46 * Set attributes in a window 49 * @v attrs attributes to enable 58 * Get attributes and colour pair information 61 * @v *attrs address in which to store attributes 74 * Turn off attributes in a windo [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ |
Attributes.h | 1 //===-- llvm/Attributes.h - Container for Attributes ------------*- C++ -*-===// 11 // attributes associated with functions and their calls. 25 /// Attributes - A bitset of attributes. 26 typedef unsigned Attributes; 30 /// Function parameters and results can have attributes to indicate how they 32 /// lists the attributes that can be associated with parameters, function 34 /// @brief Function attributes. 36 const Attributes None = 0; ///< No attributes have been se [all...] |
/external/turbine/java/com/google/turbine/bytecode/ |
LowerAttributes.java | 31 /** Lower information in {@link ClassFile} structures to attributes. */ 36 List<Attribute> attributes = new ArrayList<>(); local 38 attributes.add(new InnerClasses(classfile.innerClasses())); 40 addAllAnnotations(attributes, classfile.annotations()); 41 addAllTypeAnnotations(attributes, classfile.typeAnnotations()); 43 attributes.add(new Signature(classfile.signature())); 45 return attributes; 50 List<Attribute> attributes = new ArrayList<>(); local 51 addAllAnnotations(attributes, method.annotations()); 52 addAllTypeAnnotations(attributes, method.typeAnnotations()) 71 List<Attribute> attributes = new ArrayList<>(); local [all...] |
/frameworks/base/core/java/android/util/jar/ |
StrictJarManifest.java | 31 import java.util.jar.Attributes; 47 private final Attributes mainAttributes; 48 private final HashMap<String, Attributes> entries; 63 * The end of the main attributes section in the manifest is needed in 72 entries = new HashMap<String, Attributes>(); 73 mainAttributes = new Attributes(); 77 * Creates a new {@code StrictJarManifest} instance using the attributes obtained 81 * {@code InputStream} to parse for attributes. 92 * same attributes as those found in the parameter {@code StrictJarManifest}. 95 * {@code StrictJarManifest} instance to obtain attributes from 280 Attributes attributes = manifest.entries.get(key); local [all...] |
/external/clang/test/Parser/ |
cxx1z-attributes.cpp | 5 namespace [[]] bad = foo; // expected-error {{attributes cannot be specified on namespace alias}} 7 namespace [[]] A::B {} // expected-error {{attributes cannot be specified on a nested namespace definition}}
|
/external/llvm/test/Feature/ |
optnone.ll | 10 ; CHECK: attributes #0 = { noinline optnone } 11 attributes #0 = { optnone noinline }
|
/external/testng/ |
.classpath | 4 <attributes> 7 </attributes> 13 <attributes> 15 </attributes> 18 <attributes> 20 </attributes> 23 <attributes> 25 </attributes>
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
any-armv8m.d | 1 # name: attributes for 'any' CPU with ARMv8-M security extension 9 File Attributes
|
any-cmse-main.d | 1 #name: attributes for 'any' CPU with ARMv8-M Mainline Security Extensions instructions 8 File Attributes
|
any-cmse.d | 1 #name: attributes for 'any' CPU with ARMv8-M Security Extensions instructions 8 File Attributes
|