Searched refs:attributes (Results 1 - 25 of 792) sorted by relevance

1234567891011>>

/external/deqp/doc/testspecs/VK/
H A Dapitests.conf0 [attributes]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSimpleAttributeTableGenerator.java13 private final AttributeTable attributes; field in class:SimpleAttributeTableGenerator
16 AttributeTable attributes)
18 this.attributes = attributes;
23 return attributes;
15 SimpleAttributeTableGenerator( AttributeTable attributes) argument
/external/ImageMagick/Magick++/demo/
H A Danalyze.cpp28 std::list<std::string> attributes; local
30 attributes.push_back("TopLeftColor");
31 attributes.push_back("TopRightColor");
32 attributes.push_back("BottomLeftColor");
33 attributes.push_back("BottomRightColor");
34 attributes.push_back("filter:brightness:mean");
35 attributes.push_back("filter:brightness:standard-deviation");
36 attributes.push_back("filter:brightness:kurtosis");
37 attributes.push_back("filter:brightness:skewness");
38 attributes
[all...]
/external/proguard/src/proguard/classfile/editor/
H A DAttributesEditor.java27 * 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
90 targetAttribute.attributes,
94 targetMember.attributes,
97 targetClass.attributes,
113 targetAttribute.attributes,
198 replaceAttribute(int attributesCount, Attribute[] attributes, Attribute attribute) argument
221 addAttribute(int attributesCount, Attribute[] attributes, Attribute attribute) argument
247 deleteAttribute(int attributesCount, Attribute[] attributes, String attributeName) argument
276 findAttributeIndex(int attributesCount, Attribute[] attributes, String attributeName) argument
298 findAttribute(int attributesCount, Attribute[] attributes, String attributeName) argument
[all...]
/external/tpm2/
H A DNV_DefineSpace.c14 // 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
[all...]
H A DEvictControl.c44 if( evictObject->attributes.temporary == SET
45 || evictObject->attributes.stClear == SET
46 || evictObject->attributes.publicOnly == SET
52 if( evictObject->attributes.evict == SET
61 if(evictObject->attributes.evict == CLEAR)
65 if(evictObject->attributes.ppsHierarchy == CLEAR)
77 if(evictObject->attributes.ppsHierarchy == SET)
81 if( evictObject->attributes.evict == CLEAR
96 if(evictObject->attributes.evict == CLEAR)
H A DPolicyRestart.c21 wasTrialSession = session->attributes.isTrialPolicy == SET;
26 session->attributes.isTrialPolicy = wasTrialSession;
H A DNV_spt.c39 // if(nvIndex.publicArea.attributes.TPMA_NV_READLOCKED == SET)
42 // that the attributes allow the read. If the authorization handle
48 if(! nvIndex.publicArea.attributes.TPMA_NV_OWNERREAD)
54 if(!nvIndex.publicArea.attributes.TPMA_NV_PPREAD)
64 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == CLEAR)
97 // if(nvIndex.publicArea.attributes.TPMA_NV_WRITELOCKED == SET)
100 // that the attributes allow the write. If the authorization handle
106 if(! nvIndex.publicArea.attributes.TPMA_NV_OWNERWRITE)
112 if(!nvIndex.publicArea.attributes.TPMA_NV_PPWRITE)
H A DNV_WriteLock.c48 if( nvIndex.publicArea.attributes.TPMA_NV_WRITEDEFINE == CLEAR
49 && nvIndex.publicArea.attributes.TPMA_NV_WRITE_STCLEAR == CLEAR)
64 nvIndex.publicArea.attributes.TPMA_NV_WRITELOCKED = SET;
/external/libpng/scripts/
H A Dprefix.c12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\
H A Dsym.c12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\
H A Dvers.c12 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\
H A Dintprefix.c15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\
18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributes.java27 private ASN1Set attributes; field in class:Attributes
31 attributes = set;
36 attributes = new DLSet(v);
68 Attribute[] rv = new Attribute[attributes.size()];
72 rv[i] = Attribute.getInstance(attributes.getObjectAt(i));
83 return attributes;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DCertificationRequestInfo.java25 * attributes [0] Attributes{{ CRIAttributes }}
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);
86 this.attributes = attributes;
72 CertificationRequestInfo( X500Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes) argument
92 CertificationRequestInfo( X509Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes) argument
165 validateAttributes(ASN1Set attributes) argument
[all...]
/external/doclava/src/com/google/doclava/apicheck/
H A DXmlApiFile.java72 public void startElement(String uri, String localName, String qName, Attributes attributes) { argument
75 new PackageInfo(attributes.getValue("name"), SourcePositionInfo.fromXml(attributes
84 SourcePositionInfo position = SourcePositionInfo.fromXml(attributes.getValue("source"));
85 String visibility = attributes.getValue("visibility");
90 boolean isStatic = Boolean.valueOf(attributes.getValue("static"));
92 boolean isAbstract = Boolean.valueOf(attributes.getValue("abstract"));
98 boolean isFinal = Boolean.valueOf(attributes.getValue("final"));
100 String name = attributes.getValue("name");
111 mCurrentClass.setDeprecated("deprecated".equals(attributes
[all...]
/external/jdiff/src/jdiff/
H A DAPIHandler.java73 java.lang.String qName, Attributes attributes) {
78 String apiName = attributes.getValue("name");
79 String version = attributes.getValue("jdversion"); // Not used yet
83 String pkgName = attributes.getValue("name");
87 String className = attributes.getValue("name");
88 String parentName = attributes.getValue("extends");
90 if (attributes.getValue("abstract").compareTo("true") == 0)
92 XMLToAPI.addClass(className, parentName, isAbstract, getModifiers(attributes));
95 String className = attributes.getValue("name");
96 String parentName = attributes
72 startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes attributes) argument
275 addStartTagToText(String localName, Attributes attributes) argument
313 getModifiers(Attributes attributes) argument
[all...]
/external/python/cpython2/Misc/
H A Dpython-wing3.wpr6 [project attributes]
H A Dpython-wing4.wpr6 [project attributes]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/core/session/
H A DStubSession.groovy30 Map attributes = [:]
53 return attributes[name]
60 return attributes.keySet()
95 attributes.remove(name)
116 attributes[name] = value
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp75 vector<Attribute> attributes; member in struct:deqp::gles3::Functional::__anon4662::VertexArrayState
201 for (int attribNdx = 0; attribNdx < (int)state.attributes.size(); attribNdx++)
205 << "\tGL_VERTEX_ATTRIB_ARRAY_ENABLED : " << (state.attributes[attribNdx].enabled ? "GL_TRUE" : "GL_FALSE") << "\n"
206 << "\tGL_VERTEX_ATTRIB_ARRAY_SIZE : " << state.attributes[attribNdx].size << "\n"
207 << "\tGL_VERTEX_ATTRIB_ARRAY_STRIDE : " << state.attributes[attribNdx].stride << "\n"
208 << "\tGL_VERTEX_ATTRIB_ARRAY_TYPE : " << state.attributes[attribNdx].type << "\n"
209 << "\tGL_VERTEX_ATTRIB_ARRAY_NORMALIZED : " << (state.attributes[attribNdx].normalized ? "GL_TRUE" : "GL_FALSE") << "\n"
210 << "\tGL_VERTEX_ATTRIB_ARRAY_INTEGER : " << (state.attributes[attribNdx].integer ? "GL_TRUE" : "GL_FALSE") << "\n"
211 << "\tGL_VERTEX_ATTRIB_ARRAY_DIVISOR : " << state.attributes[attribNdx].divisor << "\n"
212 << "\tGL_VERTEX_ATTRIB_ARRAY_POINTER : " << state.attributes[attribNd
[all...]
/external/v8/src/
H A Dproperty.cc16 const PropertyAttributes& attributes) {
18 os << (((attributes & READ_ONLY) == 0) ? "W" : "_"); // writable
19 os << (((attributes & DONT_ENUM) == 0) ? "E" : "_"); // enumerable
20 os << (((attributes & DONT_DELETE) == 0) ? "C" : "_"); // configurable
26 PropertyAttributes attributes,
28 return DataField(key, field_index, attributes, kMutable, representation,
33 PropertyAttributes attributes,
38 PropertyDetails details(kData, attributes, kField, constness, representation,
45 PropertyAttributes attributes) {
48 return DataField(key, field_index, attributes, kCons
15 operator <<(std::ostream& os, const PropertyAttributes& attributes) argument
25 DataField(Handle<Name> key, int field_index, PropertyAttributes attributes, Representation representation) argument
32 DataField(Handle<Name> key, int field_index, PropertyAttributes attributes, PropertyConstness constness, Representation representation, Handle<Object> wrapped_field_type) argument
43 DataConstant(Handle<Name> key, int field_index, Handle<Object> value, PropertyAttributes attributes) argument
[all...]
/external/testng/src/main/java/org/testng/reporters/
H A DXMLUtils.java30 * @param attributes tag attributes (or null)
35 @Nullable Properties attributes) {
37 xmlOpen(result, indent, name, attributes, true /* no newline */);
41 xmlClose(result, "", name, XMLUtils.extractComment(name, attributes));
49 String[] attributes = new String[] { "id", "name", "class" };
50 for (String a : attributes) {
61 String elementName, Boolean value, Properties attributes) {
63 xmlRequired(result, sp, elementName, value.toString(), attributes);
68 String elementName, @Nullable String value, Properties attributes) {
32 xml(String indent, String name, @Nullable String content, @Nullable Properties attributes) argument
60 xmlOptional(IBuffer result, String sp, String elementName, Boolean value, Properties attributes) argument
67 xmlOptional(IBuffer result, String sp, String elementName, @Nullable String value, Properties attributes) argument
74 xmlRequired(IBuffer result, String sp, String elementName, @Nullable String value, @Nullable Properties attributes) argument
79 xmlOpen(IBuffer result, String indent, String tag, Properties attributes) argument
93 appendAttributes(IBuffer result, Properties attributes) argument
104 xmlOpen(IBuffer result, String indent, String tag, Properties attributes, boolean noNewLine) argument
[all...]
/external/autotest/client/deps/glbench/src/
H A Dxlib_window.cc38 XWindowAttributes attributes; local
39 XGetWindowAttributes(g_xlib_display, root_window, &attributes);
41 g_width = g_width == -1 ? attributes.width : g_width;
42 g_height = g_height == -1 ? attributes.height : g_height;
62 XGetWindowAttributes(g_xlib_display, g_xlib_window, &attributes);
63 g_width = attributes.width;
64 g_height = attributes.height;
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
H A DTestAttributeSetTest.java21 private HashMap<String, String> attributes; field in class:TestAttributeSetTest
26 attributes = new HashMap<String, String>();
35 attributes.put("android:id", "@android:id/text1");
36 TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null, false);
42 attributes.put("id", "@id/text1");
43 TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null, false);
49 attributes.put("id", "@null");
50 TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null, false);
56 attributes.put("android:id", "@+id/text1");
58 TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtracto
[all...]

Completed in 1240 milliseconds

1234567891011>>