/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemTemplate.java | 154 * The match attribute is a Pattern that identifies the source 161 * Set the "match" attribute. 162 * The match attribute is a Pattern that identifies the source 163 * node or nodes to which the rule applies. The match attribute 165 * attribute (see [6 Named Templates]). It is an error for the 166 * value of the match attribute to contain a VariableReference. 169 * @param v Value to set for the "match" attribute 177 * Get the "match" attribute. 178 * The match attribute is a Pattern that identifies the source 179 * node or nodes to which the rule applies. The match attribute [all...] |
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttAnnotationDefault.java | 22 * Attribute class for {@code AnnotationDefault} attributes. 25 /** {@code non-null;} attribute name for attributes of this type */ 31 /** {@code >= 0;} attribute data length in the original classfile (not 32 * including the attribute header) */ 39 * @param byteLength {@code >= 0;} attribute data length in the original 40 * classfile (not including the attribute header) 55 // Add six for the standard attribute header.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
ShadowRoot.idl | 30 readonly attribute Element activeElement; 31 attribute boolean applyAuthorStyles; 32 attribute boolean resetStyleInheritance; 33 [RuntimeEnabled=ShadowDOM, ImplementedAs=bindingsOlderShadowRoot] readonly attribute ShadowRoot olderShadowRoot; 35 [TreatNullAs=NullString, CustomElementCallbacks, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds, RaisesException=Setter] attribute DOMString innerHTML; 48 [RuntimeEnabled=ShadowDOM] readonly attribute StyleSheetList styleSheets; 49 [RuntimeEnabled=ShadowDOM] readonly attribute Element host;
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
TouchEvent.idl | 26 readonly attribute TouchList touches; 27 readonly attribute TouchList targetTouches; 28 readonly attribute TouchList changedTouches; 29 readonly attribute boolean ctrlKey; 30 readonly attribute boolean shiftKey; 31 readonly attribute boolean altKey; 32 readonly attribute boolean metaKey;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTrackElement.idl | 29 attribute DOMString kind; 30 [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString src; 31 [Reflect] attribute DOMString srclang; 32 [Reflect] attribute DOMString label; 33 [Reflect] attribute boolean default; 40 readonly attribute unsigned short readyState; 42 readonly attribute TextTrack track;
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventSource.idl | 40 readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons. 41 readonly attribute DOMString url; 42 readonly attribute boolean withCredentials; 48 readonly attribute unsigned short readyState; 51 attribute EventHandler onopen; 52 attribute EventHandler onmessage; 53 attribute EventHandler onerror;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGComponentTransferFunctionElement.idl | 37 readonly attribute SVGAnimatedEnumeration type; 38 readonly attribute SVGAnimatedNumberList tableValues; 39 readonly attribute SVGAnimatedNumber slope; 40 readonly attribute SVGAnimatedNumber intercept; 41 readonly attribute SVGAnimatedNumber amplitude; 42 readonly attribute SVGAnimatedNumber exponent; 43 readonly attribute SVGAnimatedNumber offset;
|
SVGFECompositeElement.idl | 38 readonly attribute SVGAnimatedString in1; 39 readonly attribute SVGAnimatedString in2; 40 [ImplementedAs=svgOperator] readonly attribute SVGAnimatedEnumeration operator; 41 readonly attribute SVGAnimatedNumber k1; 42 readonly attribute SVGAnimatedNumber k2; 43 readonly attribute SVGAnimatedNumber k3; 44 readonly attribute SVGAnimatedNumber k4;
|
SVGMarkerElement.idl | 37 readonly attribute SVGAnimatedLength refX; 38 readonly attribute SVGAnimatedLength refY; 39 readonly attribute SVGAnimatedEnumeration markerUnits; 40 readonly attribute SVGAnimatedLength markerWidth; 41 readonly attribute SVGAnimatedLength markerHeight; 42 readonly attribute SVGAnimatedEnumeration orientType; 43 readonly attribute SVGAnimatedAngle orientAngle;
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathResult.idl | 33 readonly attribute unsigned short resultType; 34 [RaisesException=Getter] readonly attribute double numberValue; 36 [RaisesException=Getter] readonly attribute DOMString stringValue; 38 [RaisesException=Getter] readonly attribute boolean booleanValue; 40 [RaisesException=Getter] readonly attribute Node singleNodeValue; 42 readonly attribute boolean invalidIteratorState; 43 [RaisesException=Getter] readonly attribute unsigned long snapshotLength;
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBDatabase.idl | 30 readonly attribute DOMString name; 31 [CallWith=ExecutionContext] readonly attribute any version; 32 readonly attribute DOMStringList objectStoreNames; 34 attribute EventHandler onabort; 35 attribute EventHandler onclose; 36 attribute EventHandler onerror; 37 attribute EventHandler onversionchange;
|
IDBRequest.idl | 33 [RaisesException=Getter, CachedAttribute=isResultDirty] readonly attribute any result; 34 [RaisesException=Getter] readonly attribute DOMError error; 36 [CallWith=ExecutionContext] readonly attribute any source; 37 readonly attribute IDBTransaction transaction; 40 readonly attribute DOMString readyState; 43 attribute EventHandler onsuccess; 44 attribute EventHandler onerror;
|
/external/e2fsprogs/tests/f_ea_checks/ |
expect.1 | 2 Inode 13 has a bad extended attribute block 26. Clear? yes 6 Extended attribute in inode 14 has a hash (1649340189) which is invalid 11 Inode 17 has a bad extended attribute block 28. Clear? yes 15 Inode 16 has a bad extended attribute block 29. Clear? yes 19 Inode 19 has a bad extended attribute block 33. Clear? yes 23 Inode 12 has a bad extended attribute block 55. Clear? yes 30 Extended attribute block for inode 15 (/far) is invalid (999).
|
/external/llvm/lib/DebugInfo/ |
DWARFAbbreviationDeclaration.h | 25 SmallVector<DWARFAttribute, 8> Attribute; 34 uint32_t getNumAttributes() const { return Attribute.size(); } 36 return Attribute.size() > idx ? Attribute[idx].getAttribute() : 0; 39 return Attribute.size() > idx ? Attribute[idx].getForm() : 0; 48 return Attribute;
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
ParameterAnnotationsAttribute.java | 21 package proguard.classfile.attribute.annotation; 24 import proguard.classfile.attribute.Attribute; 25 import proguard.classfile.attribute.annotation.visitor.AnnotationVisitor; 28 * This Attribute represents a runtime parameter annotations attribute. 32 public abstract class ParameterAnnotationsAttribute extends Attribute
|
/libcore/luni/src/main/java/java/awt/font/ |
TextAttribute.java | 23 import java.text.AttributedCharacterIterator.Attribute; 26 * The TextAttribute class defines attribute keys and attribute values 33 * <li>default action if the attribute is absent;</li> 37 public final class TextAttribute extends Attribute { 52 * The BACKGROUND text attribute. 56 /** The BIDI_EMBEDDING text attribute key. */ 59 /** The CHAR_REPLACEMENT text attribute key. */ 62 /** The FAMILY text attribute key. */ 65 /** The FONT text attribute key. * [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementRemoveAttributeNS.java | 10 * The method removeAttributeNS removes an attribute by local name and namespace 11 * URI. Create a new element and add a new attribute node to it. Remove the 12 * attribute node using the removeAttributeNodeNS method. Check if the attribute 54 Attr attribute; local 58 attribute = doc.createAttributeNS( 60 element.setAttributeNodeNS(attribute);
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
Attribute.java | 7 * $Id: Attribute.java,v 1.1.1.1 2004/05/09 16:57:41 vlad_r Exp $ 18 abstract class Attribute implements IContent 22 public static final Attribute ID = new AttributeImpl ("ID"); 23 public static final Attribute NAME = new AttributeImpl ("NAME"); 24 public static final Attribute TITLE = new AttributeImpl ("TITLE"); 25 public static final Attribute TYPE = new AttributeImpl ("TYPE"); 26 public static final Attribute CLASS = new AttributeImpl ("CLASS"); 27 public static final Attribute HTTP_EQUIV = new AttributeImpl ("HTTP-EQUIV"); 28 public static final Attribute CONTENT = new AttributeImpl ("CONTENT"); 29 public static final Attribute HREF = new AttributeImpl ("HREF") [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
BridgeTypedArray.java | 73 * @param name the name of the attribute 74 * @param isFramework whether the attribute is in the android namespace. 75 * @param value the value of the attribute 129 * Retrieve the styled string value for the attribute at <var>index</var>. 131 * @param index Index of attribute to retrieve. 134 * null if the attribute is not defined. 151 * Retrieve the string value for the attribute at <var>index</var>. 153 * @param index Index of attribute to retrieve. 156 * removed. Returns null if the attribute is not defined. 172 * Retrieve the boolean value for the attribute at <var>index</var> [all...] |
/frameworks/compile/mclinker/include/mcld/MC/ |
Attribute.h | 1 //===- Attribute.h --------------------------------------------------------===// 29 * file (@see mcld::Input in MCLinker) has a pointer of an attribute. Since 31 * which have identical attributes share common attribute. AttributeBase is 32 * the shared storage for attribute. 82 /** \class Attribute 87 * onto AttributeBase, and modifiers remains with the class Attribute. 89 class Attribute : public AttributeBase 163 bool isLegal(const Attribute& pAttr) const; 167 * \brief AttributeProxys is the illusion of private attribute of each 175 * its attribute without explicit searching of existing attribute [all...] |
/libcore/luni/src/test/java/libcore/java/text/ |
OldAttributedCharacterIteratorAttributeTest.java | 32 AttributedCharacterIterator.Attribute { 52 AttributedCharacterIterator.Attribute { 61 * java.text.AttributedCharacterIterator.Attribute#AttributedCharacterIterator.Attribute(java.lang.String) 63 * java.text.AttributedCharacterIterator.Attribute#AttributedCharacterIterator.Attribute(java.lang.String). 74 * java.text.AttributedCharacterIterator.Attribute#equals(java.lang.Object) 76 * java.text.AttributedCharacterIterator.Attribute#equals(java.lang.Object). 92 AttributedCharacterIterator.Attribute mac4 = mac1; 101 * java.text.AttributedCharacterIterator.Attribute#getName() Test o [all...] |
/system/core/libnl_2/ |
attr.c | 25 /* Return payload of string attribute. */ 31 /* Return payload of 16 bit integer attribute. */ 37 /* Return payload of 32 bit integer attribute. */ 43 /* Return value of 8 bit integer attribute. */ 49 /* Return payload of uint64_t attribute. */ 90 /* Set attribute size */ 96 /* Return next attribute in a stream of attributes. */ 111 /* Check if the attribute header and payload can be accessed safely. */ 120 /* Create attribute index based on a stream of attributes. */ 142 /* Create attribute index based on nested attribute. * [all...] |
/external/oprofile/doc/ |
opreport.xsd | 21 <xs:attribute name="title" type="xs:string" use="required"/> 23 <xs:attribute name="schemaversion" use="required"> 28 </xs:simpleType> </xs:attribute> 30 <xs:attribute name="cputype" type="xs:NCName" use="required"/> 31 <xs:attribute name="processor" type="xs:NCName" use="required"/> 32 <xs:attribute name="mhz" type="xs:decimal" use="required"/> 34 <xs:attribute name="separatedcpus" type="xs:nonNegativeInteger" use="optional"/> 40 <xs:attribute name="session" type="xs:string" use="optional"/> 41 <xs:attribute name="debuginfo" type="xs:boolean" use="optional"/> 42 <xs:attribute name="details" type="xs:boolean" use="optional"/ [all...] |
/libcore/luni/src/main/java/java/sql/ |
SQLInput.java | 49 * Returns the next attribute in the stream in the form of a {@code String}. 51 * @return the next attribute. {@code null} if the value is SQL {@code NULL}. 59 * Returns the next attribute in the stream in the form of a {@code boolean} 62 * @return the next attribute as a {@code boolean}. {@code false} if the 70 * Returns the next attribute in the stream in the form of a {@code byte}. 72 * @return the next attribute as a {@code byte}. 0 if the value is SQL 80 * Returns the next attribute in the stream in the form of a {@code short}. 82 * @return the next attribute as a {@code short}. 0 if the value is SQL 90 * Returns the next attribute in the stream in the form of an {@code int}. 92 * @return the next attribute as an {@code int}. 0 if the value is SQ [all...] |
/external/kernel-headers/original/linux/ |
sysfs.h | 18 struct attribute { struct 26 struct attribute ** attrs; 54 struct attribute attr; 64 ssize_t (*show)(struct kobject *, struct attribute *,char *); 65 ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t); 100 sysfs_create_file(struct kobject *, const struct attribute *); 103 sysfs_update_file(struct kobject *, const struct attribute *); 106 sysfs_chmod_file(struct kobject *kobj, struct attribute *attr, mode_t mode); 109 sysfs_remove_file(struct kobject *, const struct attribute *); 143 static inline int sysfs_create_file(struct kobject * k, const struct attribute * a [all...] |