/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFEBlendElement.idl | 37 readonly attribute SVGAnimatedString in1; 38 readonly attribute SVGAnimatedString in2; 39 readonly attribute SVGAnimatedEnumeration mode;
|
SVGGraphicsElement.idl | 32 readonly attribute SVGAnimatedTransformList transform; 34 readonly attribute SVGElement nearestViewportElement; 35 readonly attribute SVGElement farthestViewportElement;
|
SVGMatrix.idl | 26 [StrictTypeChecking] attribute double a; 27 [StrictTypeChecking] attribute double b; 28 [StrictTypeChecking] attribute double c; 29 [StrictTypeChecking] attribute double d; 30 [StrictTypeChecking] attribute double e; 31 [StrictTypeChecking] attribute double f;
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
ByAttribute.java | 23 * Matches UiElement by a single attribute. 26 private final Attribute attribute; field in class:ByAttribute 30 protected ByAttribute(Attribute attribute, MatchStrategy<? super T> strategy, T expected) { 31 this.attribute = checkNotNull(attribute); 38 T value = attribute.getValue(element); 44 return String.format("ByAttribute{%s %s %s}", attribute, strategy, expected);
|
/external/sfntly/cpp/src/test/ |
test_xml_utils.cc | 42 for (const TiXmlAttribute* attribute = node->ToElement()->FirstAttribute(); 43 attribute != NULL; attribute = attribute->Next()) { 44 if (attribute->Name() == name) { 45 return attribute;
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonEmulation.cpp | 27 pConfig.attribute().constraint().enableWholeArchive(); 28 pConfig.attribute().constraint().enableAsNeeded(); 29 pConfig.attribute().constraint().setSharedSystem(); 32 pConfig.attribute().predefined().unsetWholeArchive(); 33 pConfig.attribute().predefined().unsetAsNeeded(); 34 pConfig.attribute().predefined().setDynamic();
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsEmulation.cpp | 27 pConfig.attribute().constraint().enableWholeArchive(); 28 pConfig.attribute().constraint().enableAsNeeded(); 29 pConfig.attribute().constraint().setSharedSystem(); 32 pConfig.attribute().predefined().unsetWholeArchive(); 33 pConfig.attribute().predefined().unsetAsNeeded(); 34 pConfig.attribute().predefined().setDynamic();
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLModElement.cpp | 43 bool HTMLModElement::isURLAttribute(const Attribute& attribute) const 45 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
|
MediaKeyError.idl | 35 readonly attribute unsigned short code; 36 [Conditional=ENCRYPTED_MEDIA_V2, EnabledAtRuntime=encryptedMedia] readonly attribute unsigned long systemCode;
|
/external/libsepol/tests/policies/test-linker/ |
module2.conf | 6 attribute g_b_attr_5; 7 attribute g_b_attr_6; 8 attribute g_m1_attr_3; 9 attribute o3_m1_attr_2; 58 attribute g_m1_attr_4; 59 attribute o4_m1_attr_1;
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
AllExceptionInfoVisitor.java | 21 package proguard.classfile.attribute.visitor; 24 import proguard.classfile.attribute.*; 48 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementGetAttributeNodeNS.java | 11 * namespace URI. Create a new element node and add 2 new attribute nodes to it 13 * Retrieve an attribute using namespace and localname and check its value, name 57 Attr attribute; local 71 attribute = element.getAttributeNodeNS("http://www.w3.org/DOM/Level2", 73 attrValue = attribute.getNodeValue(); 74 attrName = attribute.getName(); 75 attNodeName = attribute.getNodeName(); 76 attrLocalName = attribute.getLocalName(); 77 attrNS = attribute.getNamespaceURI(); 90 Attr attribute; local [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/ |
TestExtendedEvent.idl | 35 [InitializedByEventConstructor] readonly attribute unsigned long location; 36 [ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation, InitializedByEventConstructor] readonly attribute unsigned long keyLocation;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValue.idl | 33 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException] attribute DOMString cssText; 35 readonly attribute unsigned short cssValueType;
|
MediaQueryList.idl | 22 readonly attribute DOMString media; 23 readonly attribute boolean matches;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Element.idl | 27 [TreatReturnedNullStringAs=Null, PerWorldBindings] readonly attribute DOMString tagName; 39 [PerWorldBindings] readonly attribute NamedNodeMap attributes; 60 [PerWorldBindings] readonly attribute CSSStyleDeclaration style; 65 [Reflect] attribute DOMString id; 69 [PerWorldBindings] readonly attribute long offsetLeft; 70 [PerWorldBindings] readonly attribute long offsetTop; 71 [PerWorldBindings] readonly attribute long offsetWidth; 72 [PerWorldBindings] readonly attribute long offsetHeight; 73 [ImplementedAs=bindingsOffsetParent, PerWorldBindings] readonly attribute Element offsetParent; 74 [PerWorldBindings] readonly attribute long clientLeft [all...] |
KeyboardEvent.idl | 33 [InitializedByEventConstructor] readonly attribute DOMString keyIdentifier; 34 [InitializedByEventConstructor] readonly attribute unsigned long location; 35 [ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation, InitializedByEventConstructor] readonly attribute unsigned long keyLocation; // Deprecated. 36 [InitializedByEventConstructor] readonly attribute boolean ctrlKey; 37 [InitializedByEventConstructor] readonly attribute boolean shiftKey; 38 [InitializedByEventConstructor] readonly attribute boolean altKey; 39 [InitializedByEventConstructor] readonly attribute boolean metaKey; 40 readonly attribute boolean altGraphKey;
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioListener.idl | 32 attribute float dopplerFactor; // same as OpenAL (default 1.0) 33 attribute float speedOfSound; // in meters / second (default 343.3)
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseSync.idl | 34 readonly attribute DOMString version; 35 readonly attribute DOMString lastErrorMessage;
|
SQLError.idl | 32 readonly attribute unsigned long code; 33 readonly attribute DOMString message;
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
AttributeElementFactory.java | 9 package com.vladium.jcd.cls.attribute;
|
/external/proguard/src/proguard/classfile/attribute/ |
LineNumberInfo.java | 21 package proguard.classfile.attribute;
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
AnnotationDefaultAttribute.java | 21 package proguard.classfile.attribute.annotation; 24 import proguard.classfile.attribute.Attribute; 25 import proguard.classfile.attribute.annotation.visitor.ElementValueVisitor; 26 import proguard.classfile.attribute.visitor.AttributeVisitor; 29 * This Attribute represents an annotation default attribute. 33 public class AnnotationDefaultAttribute extends Attribute 67 // Implementations for Attribute.
|
/external/proguard/src/proguard/obfuscate/ |
AttributeUsageMarker.java | 24 import proguard.classfile.attribute.Attribute; 25 import proguard.classfile.attribute.visitor.AttributeVisitor; 39 // A visitor info flag to indicate the attribute is being used. 45 public void visitAnyAttribute(Clazz clazz, Attribute attribute) 47 markAsUsed(attribute); 55 * In this context, the VisitorAccepter will be an Attribute object. 65 * In this context, the VisitorAccepter will be an Attribute object.
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
Selection.idl | 35 readonly attribute Node anchorNode; 36 readonly attribute long anchorOffset; 37 readonly attribute Node focusNode; 38 readonly attribute long focusOffset; 40 readonly attribute boolean isCollapsed; 41 readonly attribute long rangeCount; 63 readonly attribute Node baseNode; 64 readonly attribute long baseOffset; 65 readonly attribute Node extentNode; 66 readonly attribute long extentOffset [all...] |