/external/clang/test/SemaObjC/ |
property-12.m | 4 @property(readonly,assign) id X; // expected-warning {{property attributes 'readonly' and 'assign' are mutually exclusive}} 8 @property(readonly,retain) id X; // expected-warning {{property attributes 'readonly' and 'retain' are mutually exclusive}} 12 @property(readonly,copy) id X; // expected-warning {{property attributes 'readonly' and 'copy' are mutually exclusive}} 16 @property(readonly,readwrite) id X; // expected-error {{property attributes 'readonly' and 'readwrite' are mutually exclusive}} 20 @property(assign,copy) id X; // expected-error {{property attributes 'assign' and 'copy' are mutually exclusive}} 24 @property(assign,retain) id X; // expected-error {{property attributes 'assign' and 'retain' are mutually exclusive}} 28 @property(copy,retain) id X; // expected-error {{property attributes 'copy' and 'retain' are mutually exclusive}}
|
/external/smack/src/org/jivesoftware/smack/packet/ |
Registration.java | 31 * existing account information. XMPP servers may require a number of attributes to be set 32 * when creating a new account. The standard account attributes are as follows: 54 private Map<String, String> attributes = new HashMap<String,String>(); field in class:Registration 80 * Returns the map of String key/value pairs of account attributes. 82 * @return the account attributes. 85 return attributes; 89 * Sets the account attributes. The map must only contain String key/value pairs. 91 * @param attributes the account attributes. 93 public void setAttributes(Map<String, String> attributes) { [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/ |
CertificationRequestInfo.java | 37 * attributes [0] IMPLICIT Attributes } 41 * Attributes ::= SET OF Attribute 52 /** the value of attributes field of the structure */ 53 private final List<?> attributes; field in class:CertificationRequestInfo 59 SubjectPublicKeyInfo subjectPublicKeyInfo, List<?> attributes, byte [] encoding) { 63 this.attributes = attributes; 97 res.append("\n attributes: "); 98 if (attributes != null) [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs8/ |
PrivateKeyInfo.java | 40 * attributes [0] IMPLICIT Attributes OPTIONAL } 48 * Attributes ::= SET OF Attribute 54 private final List<?> attributes; field in class:PrivateKeyInfo 58 byte[] privateKey, List attributes) { 62 this.attributes = attributes; 67 List attributes, byte[] encoding) { 68 this(version, privateKeyAlgorithm, privateKey, attributes); 81 return attributes; [all...] |
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
DexDepsXmlHandler.java | 19 import org.xml.sax.Attributes; 49 public void startElement(String uri, String localName, String name, Attributes attributes) 51 super.startElement(uri, localName, name, attributes); 53 mCurrentPackageName = CurrentXmlHandler.getValue(attributes, "name"); 56 mCurrentClassName = CurrentXmlHandler.getValue(attributes, "name"); 60 mCurrentMethodName = CurrentXmlHandler.getValue(attributes, "name"); 61 mCurrentMethodReturnType = CurrentXmlHandler.getValue(attributes, "return"); 64 mCurrentParameterTypes.add(CurrentXmlHandler.getValue(attributes, "type"));
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
small-class.txt | 54 # attributes[0] 64 # attributes[0] 74 # attributes[0] 84 # attributes[0] 94 # attributes[0] 104 # attributes[0] 114 # attributes[0] 124 # attributes[0] 134 # attributes[0]
|
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/ |
SmilContentHandler.java | 23 import org.xml.sax.Attributes; 56 public void startElement(String uri, String localName, String qName, Attributes attributes) { 61 if (attributes != null) { 62 for (int i = 0; i < attributes.getLength(); i++) { 65 " lname = " + attributes.getLocalName(i) + 66 " value = " + attributes.getValue(i)); 68 element.setAttribute(attributes.getLocalName(i), 69 attributes.getValue(i));
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GLattr.3 | 3 SDL_GLattr \- SDL GL Attributes 4 .SH "ATTRIBUTES" 43 While you can set most OpenGL attributes normally, the attributes list above must be known \fIbefore\fP SDL sets the video mode\&. These attributes a set and read with \fI\fBSDL_GL_SetAttribute\fP\fR and \fI\fBSDL_GL_GetAttribute\fP\fR\&.
|
SDL_GL_GetAttribute.3 | 11 Places the value of the SDL/OpenGL \fIattribute\fR \fBattr\fR into \fBvalue\fR\&. This is useful after a call to \fI\fBSDL_SetVideoMode\fP\fR to check whether your attributes have been \fIset\fR as you expected\&. 17 \fI\fBSDL_GL_SetAttribute\fP\fR, \fIGL Attributes\fR
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
MenuLoader.java | 55 NamedNodeMap attributes = node.getAttributes(); local 57 if (attributes != null) { 58 int length = attributes.getLength(); 60 Node attr = attributes.item(i); 107 Map<String, String> attributes, Menu root) { 113 if (attributes != null) { 114 for (Map.Entry<String, String> entry : attributes.entrySet()) { 116 menuNode.attributes.put(entry.getKey(), 131 private final TestAttributeSet attributes; field in class:MenuLoader.MenuNode 135 public MenuNode(String name, Map<String, String> attributes) { 157 TestAttributeSet attributes = child.attributes; local [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NamedNodeMapSetNamedItemNS.java | 42 * http://www.nist.gov", and put its attributes into a named node map. Create a 85 NamedNodeMap attributes; local 96 attributes = element.getAttributes(); 99 attribute = (Attr) attributes.getNamedItemNS( 106 NamedNodeMap attributes; local 116 attributes = element.getAttributes(); 117 attributes.setNamedItemNS(attribute1); 118 attribute = (Attr) attributes.getNamedItemNS( 127 NamedNodeMap attributes; local 140 attributes = element.getAttributes() 164 NamedNodeMap attributes; local 230 NamedNodeMap attributes; local 256 NamedNodeMap attributes; local 282 NamedNodeMap attributes; local [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorKey.java | 29 import org.xml.sax.Attributes; 60 * @param attributes The attributes attached to the element. If 61 * there are no attributes, it shall be an empty 62 * Attributes object. 65 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) 73 setPropertiesFromAttributes(handler, rawName, attributes, kd); 83 * @param attributes The list of attributes [all...] |
ProcessorPreserveSpace.java | 29 import org.xml.sax.Attributes; 54 * @param attributes The attributes attached to the element. If 55 * there are no attributes, it shall be an empty 56 * Attributes object. 60 Attributes attributes) 65 setPropertiesFromAttributes(handler, rawName, attributes, paths);
|
ProcessorStripSpace.java | 29 import org.xml.sax.Attributes; 54 * @param attributes The attributes attached to the element. If 55 * there are no attributes, it shall be an empty 56 * Attributes object. 59 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) 64 setPropertiesFromAttributes(handler, rawName, attributes, paths);
|
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmInfoRequestTest.java | 66 HashMap<String, Object> attributes = new HashMap<String, Object>(3); local 67 attributes.put("Hello", ""); 68 attributes.put("World", null); 69 attributes.put("Hello World", "Hello World"); 71 // Store all the attributes in DrmInfoRequest object request. 73 Iterator<String> keys = attributes.keySet().iterator(); 76 request.put(key, attributes.get(key)); 79 // Request object must have all the keys that attributes does. 83 assertEquals(request.get(key), attributes.get(key)); 86 // Attributes object must have all the keys that request does [all...] |
DrmInfoTest.java | 76 HashMap<String, Object> attributes = new HashMap<String, Object>(3); local 77 attributes.put("Hello", ""); 78 attributes.put("World", null); 79 attributes.put("Hello World", "Hello World"); 81 // Store all the attributes in DrmInfo object info. 83 Iterator<String> keys = attributes.keySet().iterator(); 86 info.put(key, attributes.get(key)); 89 // info object must have all the keys that attributes does. 93 assertEquals(info.get(key), attributes.get(key)); 96 // Attributes object must have all the keys that info does [all...] |
/external/llvm/test/Transforms/IPConstantProp/ |
user-with-multiple-uses.ll | 32 ; CHECK: attributes #0 = { noreturn nounwind } 33 ; CHECK: attributes #1 = { nounwind readnone } 34 ; CHECK: attributes [[NUW]] = { nounwind }
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/ |
ClassCache.java | 11 import java.util.jar.Attributes; 18 private static final Attributes.Name VERSION_ATTRIBUTE = new Attributes.Name("version"); 31 Attributes attributes = manifest.getEntries().get("robolectric"); local 32 if (attributes != null) { 33 String cacheVersionStr = (String) attributes.get(VERSION_ATTRIBUTE); 51 Attributes attributes = new Attributes(); [all...] |
/external/smack/src/com/kenai/jbosh/ |
CMSessionParams.java | 85 resp.getAttribute(Attributes.ACK)); 86 String rid = req.getAttribute(Attributes.RID); 91 getRequiredAttribute(resp, Attributes.SID)), 93 getRequiredAttribute(resp, Attributes.WAIT)), 95 resp.getAttribute(Attributes.VER)), 97 resp.getAttribute(Attributes.POLLING)), 99 resp.getAttribute(Attributes.INACTIVITY)), 101 resp.getAttribute(Attributes.REQUESTS)), 103 resp.getAttribute(Attributes.HOLD)), 105 resp.getAttribute(Attributes.ACCEPT)) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
AttributesImplSerializer.java | 26 import org.xml.sax.Attributes; 31 * xml.sax.Attributes. But for optimization this class adds a Hashtable for 35 * @see org.xml.sax.Attributes 43 * of an attributes qName. qNames are in uppercase in the hash table 54 * This is the number of attributes before switching to the hash table, 60 * One less than the number of attributes before switching to 69 * @see org.xml.sax.Attributes#getIndex(String) 77 // if we haven't got too many attributes let the 82 // we have too many attributes and the super class is slow 112 // (index + 1) is now the number of attributes [all...] |
/libcore/luni/src/main/java/java/util/jar/ |
Attributes.java | 27 * The {@code Attributes} class is used to store values for manifest entries. 28 * Attribute keys are generally instances of {@code Attributes.Name}. Values 31 public class Attributes implements Cloneable, Map<Object, Object> { 34 * The {@code Attributes} as name/value pairs. Maps the attribute names (as 35 * {@link Attributes.Name}) of a JAR file manifest to arbitrary values. The 181 * Constructs an {@code Attributes} instance. 183 public Attributes() { 188 * Constructs an {@code Attributes} instance obtaining keys and values from 192 * The attributes to obtain entries from. 195 public Attributes(Attributes attrib) [all...] |
/dalvik/dx/tests/011-class-attrib-Synthetic/ |
expected.txt | 23 attributes[0]: 26 end attributes[0]
|
/dalvik/dx/tests/012-class-attrib-SourceFile/ |
expected.txt | 24 attributes[0]: 28 end attributes[0]
|
/dalvik/dx/tests/013-class-attrib-Deprecated/ |
expected.txt | 23 attributes[0]: 26 end attributes[0]
|
/dalvik/dx/tests/025-class-attrib-Signature/ |
expected.txt | 24 attributes[0]: 28 end attributes[0]
|