/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
elementhasattribute04.java | 34 * The method hasAttribute returns true when an attribute with a given name is specified 36 * Create an element Node and an attribute Node and add the attribute node to the element. 68 Attr attribute; local 72 attribute = doc.createAttribute("domestic"); 73 newAttribute = element.setAttributeNode(attribute);
|
getAttributeNodeNS01.java | 35 * attribute node by local name and NamespaceURI. 40 * proper attribute node was retrieved. This attribute 41 * value should be null since there is no such attribute. 73 Attr attribute; local 78 attribute = testAddr.getAttributeNodeNS(namespaceURI, localName); 79 assertNull("throw_Null", attribute);
|
nodesetprefix07.java | 34 * The method setPrefix raises a NAMESPACE_ERR if this node is an attribute and the specified 37 * Create a new attribute node whose namespaceURI is different form "http://www.w3.org/2000/xmlns/" 67 Attr attribute; local 69 attribute = doc.createAttributeNS("http://www.w3.org/DOM/Test/L2", "abc:elem"); 74 attribute.setPrefix("xmlns");
|
nodesetprefix08.java | 34 * The method setPrefix raises a NAMESPACE_ERR if this node is an attribute and the qualifiedName 36 * Retreive an attribute node whose qualifiedName is xmlns. Try setting a prefix on this node. 67 Attr attribute; local 71 attribute = element.getAttributeNode("xmlns"); 76 attribute.setPrefix("xml");
|
/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);
|
ElementHasAttributeNS.java | 32 * The method hasAttributeNS returns true when an attribute with a given local 37 * check if it has the xmlns attribute that belongs to the namespace 90 Attr attribute; local 94 attribute = doc.createAttributeNS("http://www.w3.org/DOM", "domestic"); 95 element.setAttributeNode(attribute); 103 Attr attribute; local 110 attribute = doc.createAttributeNS(nullNS, "domestic"); 111 element.setAttributeNode(attribute);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMException.idl | 34 readonly attribute unsigned short code; 35 readonly attribute DOMString name; 36 readonly attribute DOMString message;
|
DOMStringList.idl | 29 readonly attribute unsigned long length;
|
Text.idl | 28 readonly attribute DOMString wholeText;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeLayoutParamsMapAttributes.java | 26 * An implementation of the {@link AttributeSet} interface on top of a map of attribute in the form 79 public int getAttributeListValue(String namespace, String attribute, 85 public boolean getAttributeBooleanValue(String namespace, String attribute, 91 public int getAttributeResourceValue(String namespace, String attribute, 97 public int getAttributeIntValue(String namespace, String attribute, 103 public int getAttributeUnsignedIntValue(String namespace, String attribute, 109 public float getAttributeFloatValue(String namespace, String attribute,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
Bastion.py | 52 get - a function that gets the attribute value (by name) 71 """Get an as-yet undefined attribute value. 75 that the next time the same attribute is requested, 82 attribute = self._get_(name) 83 self.__dict__[name] = attribute 84 return attribute 107 # It is clear that the real work (getting the attribute 120 attribute = getattr(object, name) 121 if type(attribute) == MethodType: 122 return attribute [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
Bastion.py | 52 get - a function that gets the attribute value (by name) 71 """Get an as-yet undefined attribute value. 75 that the next time the same attribute is requested, 82 attribute = self._get_(name) 83 self.__dict__[name] = attribute 84 return attribute 107 # It is clear that the real work (getting the attribute 120 attribute = getattr(object, name) 121 if type(attribute) == MethodType: 122 return attribute [all...] |
/external/chromium_org/net/cert/ |
x509_cert_types_win.cc | 35 // Converts the value for |attribute| to an UTF-8 string, storing the result 37 bool GetAttributeValue(PCERT_RDN_ATTR attribute, 39 DWORD chars_needed = CertRDNValueToStrW(attribute->dwValueType, 40 &attribute->Value, NULL, 0); 52 attribute->dwValueType, &attribute->Value, 63 bool AddTypeValuePair(PCERT_RDN_ATTR attribute, 66 if (strcmp(attribute->pszObjId, kOIDs[oid]) == 0) { 68 if (!GetAttributeValue(attribute, &value))
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
SetNodeAttributeCommand.cpp | 35 const QualifiedName& attribute, const AtomicString& value) 38 , m_attribute(attribute)
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLCollection.idl | 27 readonly attribute unsigned long length;
|
MediaError.idl | 35 readonly attribute unsigned short code;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGImageLoader.cpp | 47 String SVGImageLoader::sourceURI(const AtomicString& attribute) const 52 return element()->document().completeURLWithOverride(stripLeadingAndTrailingHTMLSpaces(attribute), base);
|
/external/chromium_org/third_party/WebKit/Source/core/timing/ |
Performance.idl | 36 readonly attribute PerformanceNavigation navigation; 37 readonly attribute PerformanceTiming timing; 38 readonly attribute MemoryInfo memory; 47 attribute EventHandler onwebkitresourcetimingbufferfull;
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
SharedWorker.idl | 42 readonly attribute MessagePort port;
|
Worker.idl | 38 attribute EventHandler onmessage;
|
/external/chromium_org/third_party/WebKit/Source/modules/encoding/ |
TextEncoder.idl | 39 readonly attribute DOMString encoding;
|
/external/chromium_org/third_party/WebKit/Source/modules/quota/ |
StorageQuota.idl | 41 readonly attribute StorageType[] supportedTypes;
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
SpeechGrammarList.idl | 31 readonly attribute unsigned long length;
|
/external/deqp/executor/ |
xeTestLogParser.cpp | 89 const char* attribute = m_containerParser.getSessionInfoAttribute(); local 92 if (deStringEqual(attribute, "releaseName")) 94 else if (deStringEqual(attribute, "releaseId")) 96 else if (deStringEqual(attribute, "targetName")) 98 else if (deStringEqual(attribute, "candyTargetName")) 100 else if (deStringEqual(attribute, "configName")) 102 else if (deStringEqual(attribute, "resultName")) 104 else if (deStringEqual(attribute, "timestamp"))
|
/external/proguard/src/proguard/classfile/attribute/ |
DeprecatedAttribute.java | 21 package proguard.classfile.attribute; 24 import proguard.classfile.attribute.visitor.AttributeVisitor; 27 * This Attribute represents a deprecated attribute. 31 public class DeprecatedAttribute extends Attribute 50 // Implementations for Attribute.
|