Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 1859) sorted by relevance

12345678910>>...75

/external/proguard/src/proguard/classfile/editor/
DAttributesEditor.java90 targetAttribute.attributes, in findAttribute()
94 targetMember.attributes, in findAttribute()
97 targetClass.attributes, in findAttribute()
113 targetAttribute.attributes, in addAttribute()
117 targetAttribute.attributes = in addAttribute()
119 targetAttribute.attributes, in addAttribute()
130 targetMember.attributes, in addAttribute()
134 targetMember.attributes = in addAttribute()
136 targetMember.attributes, in addAttribute()
147 targetClass.attributes, in addAttribute()
[all …]
/external/deqp/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp75 vector<Attribute> attributes; member
201 for (int attribNdx = 0; attribNdx < (int)state.attributes.size(); attribNdx++) in logVertexArrayState()
205 …<< "\tGL_VERTEX_ATTRIB_ARRAY_ENABLED : " << (state.attributes[attribNdx].enabled ? "GL_TRUE" : "GL… in logVertexArrayState()
206 << "\tGL_VERTEX_ATTRIB_ARRAY_SIZE : " << state.attributes[attribNdx].size << "\n" in logVertexArrayState()
207 << "\tGL_VERTEX_ATTRIB_ARRAY_STRIDE : " << state.attributes[attribNdx].stride << "\n" in logVertexArrayState()
208 << "\tGL_VERTEX_ATTRIB_ARRAY_TYPE : " << state.attributes[attribNdx].type << "\n" in logVertexArrayState()
209 …<< "\tGL_VERTEX_ATTRIB_ARRAY_NORMALIZED : " << (state.attributes[attribNdx].normalized ? "GL_TRUE"… in logVertexArrayState()
210 …<< "\tGL_VERTEX_ATTRIB_ARRAY_INTEGER : " << (state.attributes[attribNdx].integer ? "GL_TRUE" : "GL… in logVertexArrayState()
211 << "\tGL_VERTEX_ATTRIB_ARRAY_DIVISOR : " << state.attributes[attribNdx].divisor << "\n" in logVertexArrayState()
212 << "\tGL_VERTEX_ATTRIB_ARRAY_POINTER : " << state.attributes[attribNdx].offset << "\n" in logVertexArrayState()
[all …]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
DTestAttributeSetTest.java21 private HashMap<String, String> attributes; field in TestAttributeSetTest
26 attributes = new HashMap<String, String>(); in setUp()
35 attributes.put("android:id", "@android:id/text1"); in getSystemAttributeResourceValue_shouldReturnTheResourceValue()
36 …TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null… in getSystemAttributeResourceValue_shouldReturnTheResourceValue()
42 attributes.put("id", "@id/text1"); in getSystemAttributeResourceValue_shouldNotReturnTheResourceValueIfNameSpaceDoesNotMatch()
43 …TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null… in getSystemAttributeResourceValue_shouldNotReturnTheResourceValueIfNameSpaceDoesNotMatch()
49 attributes.put("id", "@null"); in getSystemAttributeResourceValue_shouldReturnDefaultValueForNullResourceId()
50 …TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null… in getSystemAttributeResourceValue_shouldReturnDefaultValueForNullResourceId()
56 attributes.put("android:id", "@+id/text1"); in shouldCopeWithDefiningSystemIds()
58 …TestAttributeSet testAttributeSet = new TestAttributeSet(attributes, resourceExtractor, null, null… in shouldCopeWithDefiningSystemIds()
[all …]
/external/jdiff/src/jdiff/
DAPIHandler.java73 java.lang.String qName, Attributes attributes) { in startElement() argument
78 String apiName = attributes.getValue("name"); in startElement()
79 String version = attributes.getValue("jdversion"); // Not used yet in startElement()
83 String pkgName = attributes.getValue("name"); in startElement()
87 String className = attributes.getValue("name"); in startElement()
88 String parentName = attributes.getValue("extends"); in startElement()
90 if (attributes.getValue("abstract").compareTo("true") == 0) in startElement()
92 XMLToAPI.addClass(className, parentName, isAbstract, getModifiers(attributes)); in startElement()
95 String className = attributes.getValue("name"); in startElement()
96 String parentName = attributes.getValue("extends"); in startElement()
[all …]
/external/doclava/src/com/google/doclava/apicheck/
DXmlApiFile.java70 public void startElement(String uri, String localName, String qName, Attributes attributes) { in startElement() argument
73 new PackageInfo(attributes.getValue("name"), SourcePositionInfo.fromXml(attributes in startElement()
82 SourcePositionInfo position = SourcePositionInfo.fromXml(attributes.getValue("source")); in startElement()
83 String visibility = attributes.getValue("visibility"); in startElement()
88 boolean isStatic = Boolean.valueOf(attributes.getValue("static")); in startElement()
90 boolean isAbstract = Boolean.valueOf(attributes.getValue("abstract")); in startElement()
96 boolean isFinal = Boolean.valueOf(attributes.getValue("final")); in startElement()
98 String name = attributes.getValue("name"); in startElement()
109 mCurrentClass.setDeprecated("deprecated".equals(attributes.getValue("deprecated"))); in startElement()
111 String superclass = attributes.getValue("extends"); in startElement()
[all …]
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindin… in hasAttributeAliasing() argument
77 for (int attribNdx = 0; attribNdx < (int)attributes.size(); attribNdx++) in hasAttributeAliasing()
79 const deInt32 location = getBoundLocation(bindings, attributes[attribNdx].getName()); in hasAttributeAliasing()
80 const deUint32 size = attributes[attribNdx].getType().getLocationSize(); in hasAttributeAliasing()
111 string generateAttributeDefinitions (const vector<Attribute>& attributes) in generateAttributeDefinitions() argument
115 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) in generateAttributeDefinitions()
129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes) in generateConditionUniformDefinitions() argument
134 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) in generateConditionUniformDefinitions()
173 string generateOutputCode (const vector<Attribute>& attributes) in generateOutputCode() argument
177 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) in generateOutputCode()
[all …]
/external/llvm/test/Bitcode/
Dattributes-3.3.ll4 ; attributes-3.3.ll.bc was generated by passing this file to llvm-as-3.3.
5 ; The test checks that LLVM does not silently misread attributes of
214 ; CHECK: attributes #0 = { noreturn }
215 ; CHECK: attributes #1 = { nounwind }
216 ; CHECK: attributes #2 = { readnone }
217 ; CHECK: attributes #3 = { readonly }
218 ; CHECK: attributes #4 = { noinline }
219 ; CHECK: attributes #5 = { alwaysinline }
220 ; CHECK: attributes #6 = { optsize }
221 ; CHECK: attributes #7 = { ssp }
[all …]
Dattributes.ll254 ; CHECK: attributes #0 = { noreturn }
255 ; CHECK: attributes #1 = { nounwind }
256 ; CHECK: attributes #2 = { readnone }
257 ; CHECK: attributes #3 = { readonly }
258 ; CHECK: attributes #4 = { noinline }
259 ; CHECK: attributes #5 = { alwaysinline }
260 ; CHECK: attributes #6 = { optsize }
261 ; CHECK: attributes #7 = { ssp }
262 ; CHECK: attributes #8 = { sspreq }
263 ; CHECK: attributes #9 = { noredzone }
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DMenuLoader.java55 NamedNodeMap attributes = node.getAttributes(); in processNode() local
57 if (attributes != null) { in processNode()
58 int length = attributes.getLength(); in processNode()
60 Node attr = attributes.item(i); in processNode()
107 Map<String, String> attributes, Menu root) { in inflateMenu() argument
113 if (attributes != null) { in inflateMenu()
114 for (Map.Entry<String, String> entry : attributes.entrySet()) { in inflateMenu()
116 menuNode.attributes.put(entry.getKey(), in inflateMenu()
131 private final TestAttributeSet attributes; field in MenuLoader.MenuNode
135 public MenuNode(String name, Map<String, String> attributes) { in MenuNode() argument
[all …]
DViewLoader.java59 NamedNodeMap attributes = node.getAttributes(); in processNode() local
61 if (attributes != null) { in processNode()
62 int length = attributes.getLength(); in processNode()
64 Node attr = attributes.item(i); in processNode()
70 parent.attributes.put("android:focus", "true"); in processNode()
92 …private View inflateView(Context context, String layoutName, Map<String, String> attributes, View … in inflateView() argument
98 if (attributes != null) { in inflateView()
99 for (Map.Entry<String, String> entry : attributes.entrySet()) { in inflateView()
101 viewNode.attributes.put(entry.getKey(), entry.getValue()); in inflateView()
150 private final Map<String, String> attributes; field in ViewLoader.ViewNode
[all …]
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp111 …& eglTestCtx, const char* name, const char* description, bool checkOrder, const EGLint* attributes) in ChooseConfigCase() argument
117 while (attributes[0] != EGL_NONE) in ChooseConfigCase()
119 m_attributes.push_back(std::make_pair((EGLenum)attributes[0], (EGLint)attributes[1])); in ChooseConfigCase()
120 attributes += 2; in ChooseConfigCase()
124 …nst char* description, bool checkOrder, const std::vector<std::pair<EGLenum, EGLint> >& attributes) in ChooseConfigCase() argument
127 , m_attributes (attributes) in ChooseConfigCase()
159 void executeTest (const std::vector<std::pair<EGLenum, EGLint> >& attributes, bool checkOrder) in executeTest() argument
166 …for (vector<pair<EGLenum, EGLint> >::const_iterator i = attributes.begin(); i != attributes.end();… in executeTest()
175 …for (vector<pair<EGLenum, EGLint> >::const_iterator i = attributes.begin(); i != attributes.end();… in executeTest()
192 chooseConfigReference(egl, m_display, referenceConfigs, attributes); in executeTest()
[all …]
/external/svox/pico/tts/
Dsvox_ssml_parser.cpp103 …d SvoxSsmlParser::starttagHandler(void* data, const XML_Char* element, const XML_Char** attributes) in starttagHandler() argument
105 ((SvoxSsmlParser*)data)->startElement(element, attributes); in starttagHandler()
108 void SvoxSsmlParser::startElement(const XML_Char* element, const XML_Char** attributes) in startElement() argument
127 for (int i = 0; attributes[i]; i += 2) in startElement()
129 if (strcmp(attributes[i], "xml:lang") == 0) in startElement()
133 m_docLanguage = new char[strlen(attributes[i+1])+1]; in startElement()
135 strcpy(m_docLanguage, attributes[i+1]); in startElement()
173 for (int i = 0; attributes[i]; i += 2) in startElement()
175 if (strcmp(attributes[i], "alphabet") == 0) in startElement()
177 if (strcmp(attributes[i+1], "xsampa") == 0) in startElement()
[all …]
/external/gptfdisk/
Dattributes.cc31 attributes = 0; in Attributes()
39 attributes = a; in Attributes()
76 cout << hex << attributes << dec << ". Set fields are:\n"; in DisplayAttributes()
78 if ((UINT64_C(1) << i) & attributes) { in DisplayAttributes()
96 bitset = (UINT64_C(1) << bitNum) & attributes; in ShowAttributes()
119 if (bitValue & attributes) { // bit is set in ChangeAttributes()
120 attributes &= ~bitValue; // so unset it in ChangeAttributes()
123 attributes |= bitValue; // so set it in ChangeAttributes()
189 case ao_assignall: attributes = attributeBitMask; break; in OperateOnAttributes()
193 case ao_or: attributes |= attributeBitMask; break; in OperateOnAttributes()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DCertificationRequestInfo.java39 ASN1Set attributes = null; field in CertificationRequestInfo
72 ASN1Set attributes) in CertificationRequestInfo() argument
81 this.attributes = attributes; in CertificationRequestInfo()
90 ASN1Set attributes) in CertificationRequestInfo() argument
99 this.attributes = attributes; in CertificationRequestInfo()
120 attributes = ASN1Set.getInstance(tagobj, false); in CertificationRequestInfo()
146 return attributes; in getAttributes()
157 if (attributes != null) in toASN1Primitive()
159 v.add(new DERTaggedObject(false, 0, attributes)); in toASN1Primitive()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DAttributeTable.java18 private Hashtable attributes = new Hashtable(); field in AttributeTable
23 attributes = copyTable(attrs); in AttributeTable()
64 Object value = attributes.get(oid); in addAttribute()
68 attributes.put(oid, a); in addAttribute()
88 attributes.put(oid, v); in addAttribute()
101 Object value = attributes.get(oid); in get()
123 Object value = attributes.get(oid); in getAll()
146 for (Enumeration en = attributes.elements(); en.hasMoreElements();) in size()
165 return copyTable(attributes); in toHashtable()
171 Enumeration e = attributes.elements(); in toASN1EncodableVector()
[all …]
/external/clang/test/SemaObjC/
Dproperty-10.m6 @property(readonly, readwrite) int p0; // expected-error {{property attributes 'readonly' and 'read…
13 @property(assign, copy) id p3_0; // expected-error {{property attributes 'assign' and 'copy' are mu…
14 @property(assign, retain) id p3_1; // expected-error {{property attributes 'assign' and 'retain' ar…
15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' ar…
16 @property(copy, retain) id p3_2; // expected-error {{property attributes 'copy' and 'retain' are mu…
17 @property(copy, strong) id s3_2; // expected-error {{property attributes 'copy' and 'strong' are mu…
18 … // expected-error {{property attributes 'assign' and 'copy' are mutually exclusive}}, expected-er…
19 … // expected-error {{property attributes 'assign' and 'copy' are mutually exclusive}}, expected-er…
21 @property(unsafe_unretained, copy) id p4_0; // expected-error {{property attributes 'unsafe_unretai…
22 @property(unsafe_unretained, retain) id p4_1; // expected-error {{property attributes 'unsafe_unret…
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementProcessor.java158 … StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) in startElement() argument
264 StylesheetHandler handler, String rawName, Attributes attributes, in setPropertiesFromAttributes() argument
268 setPropertiesFromAttributes(handler, rawName, attributes, target, true); in setPropertiesFromAttributes()
286 StylesheetHandler handler, String rawName, Attributes attributes, in setPropertiesFromAttributes() argument
306 int nAttrs = attributes.getLength(); in setPropertiesFromAttributes()
310 String attrUri = attributes.getURI(i); in setPropertiesFromAttributes()
313 && (attributes.getQName(i).startsWith("xmlns:") || in setPropertiesFromAttributes()
314 attributes.getQName(i).equals("xmlns"))) in setPropertiesFromAttributes()
318 String attrLocalName = attributes.getLocalName(i); in setPropertiesFromAttributes()
327 …handler.error(XSLTErrorResources.ER_ATTR_NOT_ALLOWED, new Object[]{attributes.getQName(i), rawName… in setPropertiesFromAttributes()
[all …]
DProcessorKey.java65 … StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) in startElement() argument
73 setPropertiesFromAttributes(handler, rawName, attributes, kd); in startElement()
87 StylesheetHandler handler, String rawName, Attributes attributes, in setPropertiesFromAttributes() argument
97 int nAttrs = attributes.getLength(); in setPropertiesFromAttributes()
101 String attrUri = attributes.getURI(i); in setPropertiesFromAttributes()
102 String attrLocalName = attributes.getLocalName(i); in setPropertiesFromAttributes()
109 handler.error(attributes.getQName(i) in setPropertiesFromAttributes()
115 String valueString = attributes.getValue(i); in setPropertiesFromAttributes()
125 attributes.getQName(i), attributes.getValue(i), in setPropertiesFromAttributes()
/external/skia/src/ports/
DSkFontConfigParser_android.cpp58 void (*start)(FamilyData* data, const char* tag, const char** attributes);
72 const TagHandler* (*tag)(FamilyData* data, const char* tag, const char** attributes);
178 /*start*/[](FamilyData* self, const char* tag, const char** attributes) { in __anon50d49d8f0102()
185 for (size_t i = 0; ATTS_NON_NULL(attributes, i); i += 2) { in __anon50d49d8f0102()
186 const char* name = attributes[i]; in __anon50d49d8f0102()
187 const char* value = attributes[i+1]; in __anon50d49d8f0102()
218 /*start*/[](FamilyData* self, const char* tag, const char** attributes) { in __anon50d49d8f0402()
225 for (size_t i = 0; ATTS_NON_NULL(attributes, i); i += 2) { in __anon50d49d8f0402()
226 const char* name = attributes[i]; in __anon50d49d8f0402()
227 const char* value = attributes[i+1]; in __anon50d49d8f0402()
[all …]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DElement.java37 protected Vector attributes; field in Element
56 attributes = null; in clear()
77 return attributes == null ? 0 : attributes.size(); in getAttributeCount()
81 return ((String[]) attributes.elementAt(index))[0]; in getAttributeNamespace()
89 return ((String[]) attributes.elementAt(index))[1]; in getAttributeName()
93 return ((String[]) attributes.elementAt(index))[2]; in getAttributeValue()
228 if (attributes == null) in setAttribute()
229 attributes = new Vector(); in setAttribute()
234 for (int i = attributes.size() - 1; i >= 0; i--) { in setAttribute()
235 String[] attribut = (String[]) attributes.elementAt(i); in setAttribute()
[all …]
/external/libxml2/result/
Datt11.sax3 SAX.internalSubset(attributes, , )
4 SAX.elementDecl(attributes, 1, ...)
5 SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...)
6 SAX.attributeDecl(attributes, nmtokens, 8, 3, NULL, ...)
11 SAX.externalSubset(attributes, , )
16 SAX.startElement(attributes, nmtoken=' &ent; &ent; &ent; ', nmtokens=' Test
18 SAX.endElement(attributes)
Datt11.sax23 SAX.internalSubset(attributes, , )
4 SAX.elementDecl(attributes, 1, ...)
5 SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...)
6 SAX.attributeDecl(attributes, nmtokens, 8, 3, NULL, ...)
11 SAX.externalSubset(attributes, , )
16 SAX.startElementNs(attributes, NULL, NULL, 0, 2, 0, nmtoken='&ent...', 17, nmtokens='Test...', 25)
17 SAX.endElementNs(attributes, NULL, NULL)
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java7 private Vector attributes = new Vector(); field in AttributeContainer
16 AttributeInfo p = (AttributeInfo) attributes.elementAt(index); in getAttributeInfo()
29 return ((AttributeInfo) attributes.elementAt(index)).getValue(); in getAttribute()
36 AttributeInfo attributeInfo = (AttributeInfo) attributes.elementAt(index); in getAttributeAsString()
112 for (int i = 0; i < attributes.size(); i++) { in attributeIndex()
113 if (name.equals(((AttributeInfo) attributes.elementAt(i)).getName())) { in attributeIndex()
126 return attributes.size(); in getAttributeCount()
142 AttributeInfo thisAttrib = (AttributeInfo) this.attributes.elementAt(attribIndex); in attributesAreEqual()
189 attributes.addElement(attributeInfo); in addAttribute()
198 attributes.addElement(attributeInfo); in addAttributeIfValue()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAttributeScope.java83 protected LinkedHashMap<String,Attribute> attributes = new LinkedHashMap(); field in AttributeScope
133 attributes.put(attr.name, attr); in addAttributes()
138 attributes.put(name, new Attribute(name,decl)); in addAttribute()
159 return (Attribute)attributes.get(name); in getAttribute()
165 a.addAll(attributes.values()); in getAttributes()
177 Set thisKeys = attributes.keySet(); in intersection()
180 if ( other.attributes.get(key)!=null ) { in intersection()
191 return attributes==null?0:attributes.size(); in size()
195 return (isDynamicGlobalScope?"global ":"")+getName()+":"+attributes; in toString()
/external/mesa3d/src/glx/
Dclientattrib.c74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; in __indirect_glPushClientAttrib()
76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) { in __indirect_glPushClientAttrib()
82 gc->attributes.stackPointer = spp + 1; in __indirect_glPushClientAttrib()
102 __GLXattribute **spp = gc->attributes.stackPointer, *sp; in __indirect_glPopClientAttrib()
105 if (spp > &gc->attributes.stack[0]) { in __indirect_glPopClientAttrib()
110 gc->attributes.stackPointer = spp; in __indirect_glPopClientAttrib()
134 for (spp = &gc->attributes.stack[0]; in __glFreeAttributeState()
135 spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; spp++) { in __glFreeAttributeState()

12345678910>>...75