/external/clang/test/SemaObjC/ |
property-10.m | 3 // Check property attribute consistency. 8 @property(retain) int p1; // expected-error {{property with 'retain (or strong)' attribute must be of object type}} 9 @property(strong) int s1; // expected-error {{property with 'retain (or strong)' attribute must be of object type}} 11 @property(copy) int p2; // expected-error {{property with 'copy' attribute must be of object type}} 27 @property id p4; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}}, expected-warning {{default property attribute 'assign' not appropriate for non-GC object}} 30 @property(nonatomic,copy) int (*includeMailboxCondition2)(); // expected-error {{property with 'copy' attribute must be of object type}} 35 @property (retain) int PROP; // expected-error {{property with 'retain (or strong)' attribute must be of object type}} 36 @property (strong) int SPROP; // expected-error {{property with 'retain (or strong)' attribute must be of object type}} 37 @property(nonatomic,copy) int (*PROP1)(); // expected-error {{property with 'copy' attribute must be of object type} [all...] |
/external/proguard/src/proguard/classfile/ |
ProgramMember.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.AttributeVisitor; 39 public Attribute[] attributes; 62 Attribute[] attributes) 101 * Returns the (first) attribute with the given name. 103 private Attribute getAttribute(Clazz clazz, String name) 107 Attribute attribute = attributes[index]; local 108 if (attribute.getAttributeName(clazz).equals(name)) 110 return attribute; [all...] |
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
nodesetprefix02.java | 34 * The method setPrefix sets the namespace prefix of this node. Note that setting this attribute, 35 * when permitted, changes the nodeName attribute, which holds the qualified name, as well as the 37 * Create a new attribute node and add it to an element node with an existing attribute having 38 * the same localName as this attribute but different namespaceURI. Change the prefix of the 39 * newly created attribute using setPrefix. Check if the new attribute nodeName has changed 40 * and the existing attribute is the same. 75 Attr attribute; local 87 attribute = element.getAttributeNodeNS("http://www.usa.com", "domestic") [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestResultsReport.java | 91 xml.attribute(null, "report-version", Integer.toString(REPORT_VERSION)); 92 xml.attribute(null, "creation-time", DATE_FORMAT.format(new Date())); 95 xml.attribute(null, "version-name", Version.getVersionName(mContext)); 96 xml.attribute(null, "version-code", Integer.toString(Version.getVersionCode(mContext))); 101 xml.attribute(null, "board", Build.BOARD); 102 xml.attribute(null, "brand", Build.BRAND); 103 xml.attribute(null, "device", Build.DEVICE); 104 xml.attribute(null, "display", Build.DISPLAY); 105 xml.attribute(null, "fingerprint", Build.FINGERPRINT); 106 xml.attribute(null, "id", Build.ID) [all...] |
/external/llvm/docs/ |
HowToUseAttributes.rst | 18 virtually no support for attribute-value pairs other than alignment. 20 In the new scheme, an ``Attribute`` object represents a single attribute that's 21 uniqued. You use the ``Attribute::get`` methods to create a new ``Attribute`` 22 object. An attribute can be a single "enum" value (the enum being the 23 ``Attribute::AttrKind`` enum), a string representing a target-dependent 24 attribute, or an attribute-value pair. Some examples: 28 * Attribute-value pair: ``"cpu" = "cortex-a8"``, ``align = 4` [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NamedNodeMapGetNamedItemNS.java | 104 Attr attribute; local 112 attribute = (Attr) attributes.getNamedItemNS("http://www.nist.gov", 114 attrName = attribute.getNodeName(); 121 Attr attribute; local 133 attribute = (Attr) attributes.getNamedItemNS( 135 attrName = attribute.getNodeName(); 142 Attr attribute; local 152 attribute = (Attr) attributes.getNamedItemNS( 154 attrName = attribute.getNodeName(); 161 Attr attribute; local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapMessageListingElement.java | 224 xmlMsgElement.attribute("", "handle", mapHandle); 226 xmlMsgElement.attribute("", "subject", subject); 228 xmlMsgElement.attribute("", "datetime", this.getDateTimeString()); 230 xmlMsgElement.attribute("", "sender_name", senderName); 232 xmlMsgElement.attribute("", "sender_addressing", senderAddressing); 234 xmlMsgElement.attribute("", "replyto_addressing",replytoAddressing); 236 xmlMsgElement.attribute("", "recipient_name",recipientName); 238 xmlMsgElement.attribute("", "recipient_addressing", recipientAddressing); 240 xmlMsgElement.attribute("", "type", type.name()); 242 xmlMsgElement.attribute("", "size", Integer.toString(size)) [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
AttributesImpl.java | 108 * Return an attribute's Namespace URI. 110 * @param index The attribute's index (zero-based). 126 * Return an attribute's local name. 128 * @param index The attribute's index (zero-based). 129 * @return The attribute's local name, the empty string if 144 * Return an attribute's qualified (prefixed) name. 146 * @param index The attribute's index (zero-based). 147 * @return The attribute's qualified name, the empty string if 162 * Return an attribute's type by index. 164 * @param index The attribute's index (zero-based) [all...] |
/external/chromium_org/chrome/test/pyautolib/ |
dom_mutation_observer.js | 16 * attribute: If |expected_value| is provided, check if this attribute of the 19 * |attribute| after the mutation. 21 function(automation_id, observer_id, observer_type, xpath, attribute, 45 nodeAttributeValueEquals(node, attribute, expected_value)) { 78 if (nodeAttributeValueEquals(mutations[j].target, attribute, 95 if (findNodeMatchingXPathAndValue(xpath, attribute, expected_value)) { 136 * attribute: The attribute to match |expected_value| against. 138 * |attribute|. If null the match always succeeds [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/schema/ |
build.xsd | 19 <xs:attribute name="version" type="buildVersion" use="required"/> 20 <xs:attribute name="type" type="enumBuildType" use="required"/> 21 <xs:attribute name="datetime" type="buildDatetime" use="required"/> 22 <xs:attribute name="href" type="xs:anyURI" use="required"/> 23 <xs:attribute name="branch" type="xs:token" use="optional"/> 24 <xs:attribute name="jars" type="enumJarSigningStatus" use="optional"/> 30 <xs:attribute name="href" type="xs:anyURI" use="required"/> 31 <xs:attribute name="config" type="xs:token" use="optional"/> 32 <xs:attribute name="log" type="xs:token" use="optional"/> 33 <xs:attribute name="map" type="xs:token" use="optional"/ [all...] |
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttRuntimeInvisibleAnnotations.java | 22 * Attribute class for standard {@code RuntimeInvisibleAnnotations} 26 /** {@code non-null;} attribute name for attributes of this type */ 33 * @param byteLength {@code >= 0;} attribute data length in the original 34 * classfile (not including the attribute header)
|
AttRuntimeInvisibleParameterAnnotations.java | 22 * Attribute class for standard 27 /** {@code non-null;} attribute name for attributes of this type */ 35 * @param byteLength {@code >= 0;} attribute data length in the original 36 * classfile (not including the attribute header)
|
AttRuntimeVisibleAnnotations.java | 22 * Attribute class for standard {@code RuntimeVisibleAnnotations} 26 /** {@code non-null;} attribute name for attributes of this type */ 33 * @param byteLength {@code >= 0;} attribute data length in the original 34 * classfile (not including the attribute header)
|
AttRuntimeVisibleParameterAnnotations.java | 22 * Attribute class for standard {@code RuntimeVisibleParameterAnnotations} 27 /** {@code non-null;} attribute name for attributes of this type */ 35 * @param byteLength {@code >= 0;} attribute data length in the original 36 * classfile (not including the attribute header)
|
package.html | 3 attribute types.</p>
|
/dalvik/dx/tests/011-class-attrib-Synthetic/ |
info.txt | 6 class-level Synthetic attribute, which is syntactically valid.
|
/dalvik/dx/tests/012-class-attrib-SourceFile/ |
info.txt | 6 class-level SourceFile attribute, which is syntactically valid.
|
/dalvik/dx/tests/013-class-attrib-Deprecated/ |
info.txt | 6 class-level Deprecated attribute, which is syntactically valid.
|
/dalvik/dx/tests/015-field-attrib-Synthetic/ |
info.txt | 6 field with a valid Synthetic attribute.
|
/dalvik/dx/tests/016-field-attrib-Deprecated/ |
info.txt | 6 field with a valid Deprecated attribute.
|
/dalvik/dx/tests/017-method-attrib-Code/ |
info.txt | 6 method with a minimal but syntactically valid Code attribute.
|
/dalvik/dx/tests/018-method-attrib-Exceptions/ |
info.txt | 6 method with a syntactically valid Exceptions attribute.
|
/dalvik/dx/tests/019-method-attrib-Synthetic/ |
info.txt | 6 method with a syntactically valid Synthetic attribute.
|
/dalvik/dx/tests/020-method-attrib-Deprecated/ |
info.txt | 6 method with a syntactically valid Deprecated attribute.
|
/dalvik/dx/tests/025-class-attrib-Signature/ |
info.txt | 6 class-level Signature attribute, which is syntactically valid.
|