HomeSort by relevance Sort by last modified time
    Searched full:attribute (Results 176 - 200 of 7894) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/dexgen/src/com/android/dexgen/rop/
AttributeList.java 41 * Get the {@code n}th attribute.
43 * @param n {@code n >= 0, n < size();} which attribute
44 * @return {@code non-null;} the attribute in question
46 public Attribute get(int n);
58 * Get the first attribute in the list with the given name, if any.
60 * @param name {@code non-null;} attribute name
61 * @return {@code null-ok;} first attribute in the list with the given name,
64 public Attribute findFirst(String name);
67 * Get the next attribute in the list after the given one, with the same
70 * @param attrib {@code non-null;} attribute to start looking afte
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
AttributeList.java 41 * Get the {@code n}th attribute.
43 * @param n {@code n >= 0, n < size();} which attribute
44 * @return {@code non-null;} the attribute in question
46 public Attribute get(int n);
58 * Get the first attribute in the list with the given name, if any.
60 * @param name {@code non-null;} attribute name
61 * @return {@code null-ok;} first attribute in the list with the given name,
64 public Attribute findFirst(String name);
67 * Get the next attribute in the list after the given one, with the same
70 * @param attrib {@code non-null;} attribute to start looking afte
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.idl 51 readonly attribute DOMString type;
52 readonly attribute EventTarget target;
53 readonly attribute EventTarget currentTarget;
54 readonly attribute unsigned short eventPhase;
55 [InitializedByEventConstructor] readonly attribute boolean bubbles;
56 [InitializedByEventConstructor] readonly attribute boolean cancelable;
57 readonly attribute DOMTimeStamp timeStamp;
66 readonly attribute boolean defaultPrevented;
70 readonly attribute EventTarget srcElement;
71 [ImplementedAs=legacyReturnValue, DeprecateAs=EventReturnValue] attribute boolean returnValue
    [all...]
  /external/oprofile/doc/
ophelp.xsd 11 <xs:attribute name="schemaversion" use="required">
16 </xs:simpleType> </xs:attribute>
22 <xs:attribute name="title" type="xs:string" use="required"/>
23 <xs:attribute name="doc" type="xs:string" use="optional"/>
32 <xs:attribute name="event_name" type="xs:string" use="required"/>
33 <xs:attribute name="group" type="xs:nonNegativeInteger" use="optional"/>
34 <xs:attribute name="counter_mask" type="xs:nonNegativeInteger" use="required"/>
35 <xs:attribute name="min_count" type="xs:nonNegativeInteger" use="required"/>
36 <xs:attribute name="desc" type="xs:string" use="required"/>
45 <xs:attribute name="default" type="xs:nonNegativeInteger" use="required"/
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HTML4.java 40 private static final HashMap<String,HTML.Attribute> attributes = Maps.newHashMap();
54 public HTML.Attribute lookupAttribute(String name) {
69 /** Looks for a HTML4 attribute */
70 public static HTML.Attribute lookupAttribute(String name) {
84 * attribute name.
86 public static Map<String, HTML.Attribute> getAllAttributes() {
126 /** Creates and add an attribute to the map */
127 private static HTML.Attribute addAttribute(String attribute) {
128 return addAttribute(attribute, HTML.Attribute.NO_TYPE)
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML4.java 41 private static final HashMap<String,HTML.Attribute> attributes = Maps.newHashMap();
55 public HTML.Attribute lookupAttribute(String name) {
70 /** Looks for a HTML4 attribute */
71 public static HTML.Attribute lookupAttribute(String name) {
85 * attribute name.
87 public static Map<String, HTML.Attribute> getAllAttributes() {
127 /** Creates and add an attribute to the map */
128 private static HTML.Attribute addAttribute(String attribute) {
129 return addAttribute(attribute, HTML.Attribute.NO_TYPE)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
AttList.java 30 * Wraps a DOM attribute list in a SAX Attributes.
45 /** List of attribute nodes */
48 /** Index of last attribute node */
87 * Get the number of attribute nodes in the list
90 * @return number of attribute nodes
98 * Look up an attribute's Namespace URI by index.
100 * @param index The attribute index (zero-based).
114 * Look up an attribute's local name by index.
116 * @param index The attribute index (zero-based).
127 * Look up an attribute's qualified name by index
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
X509AttributeCertificateHolder.java 17 import org.bouncycastle.asn1.x509.Attribute;
30 private static Attribute[] EMPTY_ARRAY = new Attribute[0];
76 * Return the ASN.1 encoding of this holder's attribute certificate.
93 * Return the serial number of this attribute certificate.
103 * Return the holder details for this attribute certificate.
105 * @return this attribute certificate's holder structure.
113 * Return the issuer details for this attribute certificate.
115 * @return this attribute certificate's issuer structure,
123 * Return the date before which this attribute certificate is not valid
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/finders/
XPaths.java 67 * @return XPath predicate (with enclosing []) for boolean attribute that is
70 public static String is(Attribute attribute) {
71 return "[@" + attribute.getName() + "]";
75 * @return XPath predicate (with enclosing []) for boolean attribute that is
78 public static String not(Attribute attribute) {
79 return "[not(@" + attribute.getName() + ")]";
82 /** @return XPath predicate (with enclosing []) for attribute with value */
83 public static String attr(Attribute attribute, String value)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
plugin.xml 112 <attribute
114 </attribute>
115 <attribute
117 </attribute>
118 <attribute
120 </attribute>
121 <attribute
123 </attribute>
146 <attribute
148 </attribute>
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILAnimation.java 27 * A code representing the value of the additive attribute, as defined
30 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
41 * A code representing the value of the accumulate attribute, as defined
44 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
57 * A code representing the value of the calcMode attribute, as defined
60 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
68 * attribute. Need an interface a point (x1,y1,x2,y2)
70 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
77 * A list of the time value of the keyTimes attribute.
79 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheet.idl 26 [TreatReturnedNullStringAs=Null] readonly attribute DOMString type;
27 attribute boolean disabled;
28 readonly attribute Node ownerNode;
29 readonly attribute StyleSheet parentStyleSheet;
30 [TreatReturnedNullStringAs=Null] readonly attribute DOMString href;
31 [TreatReturnedNullStringAs=Null] readonly attribute DOMString title;
32 readonly attribute MediaList media;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Navigator.idl 21 readonly attribute DOMString language;
22 readonly attribute PluginArray plugins;
23 readonly attribute MimeTypeArray mimeTypes;
24 readonly attribute boolean cookieEnabled;
30 [MeasureAs=NavigatorProductSub] readonly attribute DOMString productSub;
31 [MeasureAs=NavigatorVendor] readonly attribute DOMString vendor;
32 [MeasureAs=NavigatorVendorSub] readonly attribute DOMString vendorSub;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMeterElement.idl 21 [RaisesException=Setter] attribute double value;
22 [RaisesException=Setter] attribute double min;
23 [RaisesException=Setter] attribute double max;
24 [RaisesException=Setter] attribute double low;
25 [RaisesException=Setter] attribute double high;
26 [RaisesException=Setter] attribute double optimum;
27 readonly attribute NodeList labels;
MediaKeyEvent.idl 30 [InitializedByEventConstructor] readonly attribute DOMString keySystem;
31 [InitializedByEventConstructor] readonly attribute DOMString sessionId;
32 [InitializedByEventConstructor] readonly attribute Uint8Array initData;
33 [InitializedByEventConstructor] readonly attribute Uint8Array message;
34 [InitializedByEventConstructor] readonly attribute DOMString defaultURL;
35 [InitializedByEventConstructor] readonly attribute MediaKeyError? errorCode;
36 [InitializedByEventConstructor] readonly attribute unsigned short systemCode;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextAttributes.idl 30 attribute boolean alpha;
31 attribute boolean depth;
32 attribute boolean stencil;
33 attribute boolean antialias;
34 attribute boolean premultipliedAlpha;
35 attribute boolean preserveDrawingBuffer;
36 attribute boolean failIfMajorPerformanceCaveat;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.idl 31 readonly attribute TextTrack track;
33 attribute DOMString id;
34 [RaisesException=Setter] attribute double startTime;
35 [RaisesException=Setter] attribute double endTime;
36 attribute boolean pauseOnExit;
38 attribute EventHandler onenter;
39 attribute EventHandler onexit;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.idl 26 [TreatNullAs=NullString] attribute DOMString xmlbase;
27 readonly attribute SVGSVGElement ownerSVGElement;
28 readonly attribute SVGElement viewportElement;
30 attribute DOMString xmllang;
31 attribute DOMString xmlspace;
33 readonly attribute SVGAnimatedString className;
34 readonly attribute CSSStyleDeclaration style;
SVGPathSegArcAbs.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float r1;
31 [StrictTypeChecking] attribute float r2;
32 [StrictTypeChecking] attribute float angle;
33 [StrictTypeChecking] attribute boolean largeArcFlag;
34 [StrictTypeChecking] attribute boolean sweepFlag;
SVGPathSegArcRel.idl 28 [StrictTypeChecking] attribute float x;
29 [StrictTypeChecking] attribute float y;
30 [StrictTypeChecking] attribute float r1;
31 [StrictTypeChecking] attribute float r2;
32 [StrictTypeChecking] attribute float angle;
33 [StrictTypeChecking] attribute boolean largeArcFlag;
34 [StrictTypeChecking] attribute boolean sweepFlag;
SVGPatternElement.idl 27 readonly attribute SVGAnimatedEnumeration patternUnits;
28 readonly attribute SVGAnimatedEnumeration patternContentUnits;
29 readonly attribute SVGAnimatedTransformList patternTransform;
30 readonly attribute SVGAnimatedLength x;
31 readonly attribute SVGAnimatedLength y;
32 readonly attribute SVGAnimatedLength width;
33 readonly attribute SVGAnimatedLength height;
SVGViewSpec.idl 27 readonly attribute SVGTransformList transform;
28 readonly attribute SVGElement viewTarget;
29 readonly attribute DOMString viewBoxString;
30 readonly attribute DOMString preserveAspectRatioString;
31 readonly attribute DOMString transformString;
32 readonly attribute DOMString viewTargetString;
35 [RaisesException=Setter] attribute unsigned short zoomAndPan;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestEventTarget.idl 30 attribute EventHandler onabort;
31 attribute EventHandler onerror;
32 attribute EventHandler onload;
33 attribute EventHandler onloadend;
34 attribute EventHandler onloadstart;
35 attribute EventHandler onprogress;
36 attribute EventHandler ontimeout;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Coordinates.idl 29 readonly attribute double latitude;
30 readonly attribute double longitude;
31 readonly attribute double? altitude;
32 readonly attribute double accuracy;
33 readonly attribute double? altitudeAccuracy;
34 readonly attribute double? heading;
35 readonly attribute double? speed;
  /external/chromium_org/third_party/skia/src/animator/
SkExtraPathEffects.xsd 13 <xs:attribute name="id" type="xs:ID"/>
23 <xs:attribute name="addPath" type="Sk:DynamicString" />
24 <xs:attribute name="matrix" type="Sk:DynamicString" />
25 <xs:attribute name="path" type="Sk:Path" />
26 <xs:attribute name="phase" type="Sk:DynamicString"/>
27 <xs:attribute name="spacing" type="Sk:DynamicString"/>
28 <xs:attribute name="id" type="xs:ID"/>

Completed in 1757 milliseconds

1 2 3 4 5 6 78 91011>>