Searched defs:Element (Results 1 - 25 of 177) sorted by relevance

12345678

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwsdxmldom.h39 struct _WSDXML_ELEMENT *Element; member in struct:_WSDXML_ATTRIBUTE
69 WSDXML_ELEMENT *Element; member in struct:_WSDXML_ELEMENT_LIST
H A Dntddchgr.h195 CHANGER_ELEMENT Element; member in struct:_CHANGER_ELEMENT_LIST
239 CHANGER_ELEMENT Element; member in struct:_CHANGER_SET_ACCESS
249 CHANGER_ELEMENT Element; member in struct:_CHANGER_ELEMENT_STATUS
261 CHANGER_ELEMENT Element; member in struct:_CHANGER_ELEMENT_STATUS_EX
H A Ddhcpsapi.h158 } Element; member in struct:_DHCP_OPTION_DATA_ELEMENT
347 } Element; member in struct:DHCP_SUBNET_ELEMENT_DATA_V6
H A Dndr64types.h380 PNDR64_FORMAT Element; member in struct:_NDR64_ARRAY_ELEMENT_INFO
426 PNDR64_FORMAT Element; member in struct:_NDR64_BOGUS_ARRAY_HEADER_FORMAT
H A Dwsdtypes.h161 WSD_SERVICE_METADATA *Element; member in struct:_WSD_SERVICE_METADATA_LIST
171 WSD_ENDPOINT_REFERENCE *Element; member in struct:_WSD_ENDPOINT_REFERENCE_LIST
200 WSD_LOCALIZED_STRING *Element; member in struct:_WSD_LOCALIZED_STRING_LIST
278 WSD_PROBE_MATCH *Element; member in struct:_WSD_PROBE_MATCH_LIST
304 WSDXML_NAME *Element; member in struct:_WSD_NAME_LIST
343 WSD_METADATA_SECTION *Element; member in struct:_WSD_METADATA_SECTION_LIST
348 const WCHAR *Element; member in struct:_WSD_URI_LIST
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwsdxmldom.h39 struct _WSDXML_ELEMENT *Element; member in struct:_WSDXML_ATTRIBUTE
69 WSDXML_ELEMENT *Element; member in struct:_WSDXML_ELEMENT_LIST
H A Dntddchgr.h195 CHANGER_ELEMENT Element; member in struct:_CHANGER_ELEMENT_LIST
239 CHANGER_ELEMENT Element; member in struct:_CHANGER_SET_ACCESS
249 CHANGER_ELEMENT Element; member in struct:_CHANGER_ELEMENT_STATUS
261 CHANGER_ELEMENT Element; member in struct:_CHANGER_ELEMENT_STATUS_EX
H A Ddhcpsapi.h158 } Element; member in struct:_DHCP_OPTION_DATA_ELEMENT
347 } Element; member in struct:DHCP_SUBNET_ELEMENT_DATA_V6
H A Dndr64types.h380 PNDR64_FORMAT Element; member in struct:_NDR64_ARRAY_ELEMENT_INFO
426 PNDR64_FORMAT Element; member in struct:_NDR64_BOGUS_ARRAY_HEADER_FORMAT
H A Dwsdtypes.h161 WSD_SERVICE_METADATA *Element; member in struct:_WSD_SERVICE_METADATA_LIST
171 WSD_ENDPOINT_REFERENCE *Element; member in struct:_WSD_ENDPOINT_REFERENCE_LIST
200 WSD_LOCALIZED_STRING *Element; member in struct:_WSD_LOCALIZED_STRING_LIST
278 WSD_PROBE_MATCH *Element; member in struct:_WSD_PROBE_MATCH_LIST
304 WSDXML_NAME *Element; member in struct:_WSD_NAME_LIST
343 WSD_METADATA_SECTION *Element; member in struct:_WSD_METADATA_SECTION_LIST
348 const WCHAR *Element; member in struct:_WSD_URI_LIST
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
H A DElementTree.py61 "Element", "ElementTree",
78 # The <b>Element</b> type is a flexible container object, designed to
92 # To create an element instance, use the {@link #Element} constructor
153 return isinstance(element, Element) or hasattr(element, "tag")
156 # Element class. This class defines the Element interface, and
166 # @see Element
171 class Element(object): class in inherits:object
175 # (Attribute) Element tag.
180 # (Attribute) Element attribut
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
H A DElementTree.py61 "Element", "ElementTree",
78 # The <b>Element</b> type is a flexible container object, designed to
92 # To create an element instance, use the {@link #Element} constructor
153 return isinstance(element, Element) or hasattr(element, "tag")
156 # Element class. This class defines the Element interface, and
166 # @see Element
171 class Element(object): class in inherits:object
175 # (Attribute) Element tag.
180 # (Attribute) Element attribut
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
H A DElementTree.py61 "Element", "ElementTree",
78 # The <b>Element</b> type is a flexible container object, designed to
92 # To create an element instance, use the {@link #Element} constructor
153 return isinstance(element, Element) or hasattr(element, "tag")
156 # Element class. This class defines the Element interface, and
166 # @see Element
171 class Element(object): class in inherits:object
175 # (Attribute) Element tag.
180 # (Attribute) Element attribut
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
H A DElementTree.py61 "Element", "ElementTree",
78 # The <b>Element</b> type is a flexible container object, designed to
92 # To create an element instance, use the {@link #Element} constructor
153 return isinstance(element, Element) or hasattr(element, "tag")
156 # Element class. This class defines the Element interface, and
166 # @see Element
171 class Element(object): class in inherits:object
175 # (Attribute) Element tag.
180 # (Attribute) Element attribut
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
H A Dminidom.py211 # Overridden in Element and Attr where localName can be Non-Null
633 class Element(Node): class in inherits:Node
793 return "<DOM Element: %s at %#x>" % (self.tagName, id(self))
853 defproperty(Element, "attributes",
855 defproperty(Element, "localName",
864 # This creates a circular reference, but Element.unlink()
1387 raise xml.dom.InvalidCharacterErr("Element with no name")
1608 e = Element(tagName)
1646 e = Element(qualifiedName, namespaceURI, prefix)
1697 # be IDs using Element
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
H A Dminidom.py211 # Overridden in Element and Attr where localName can be Non-Null
633 class Element(Node): class in inherits:Node
793 return "<DOM Element: %s at %#x>" % (self.tagName, id(self))
853 defproperty(Element, "attributes",
855 defproperty(Element, "localName",
864 # This creates a circular reference, but Element.unlink()
1387 raise xml.dom.InvalidCharacterErr("Element with no name")
1608 e = Element(tagName)
1646 e = Element(qualifiedName, namespaceURI, prefix)
1697 # be IDs using Element
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
H A Dminidom.py211 # Overridden in Element and Attr where localName can be Non-Null
633 class Element(Node): class in inherits:Node
793 return "<DOM Element: %s at %#x>" % (self.tagName, id(self))
853 defproperty(Element, "attributes",
855 defproperty(Element, "localName",
864 # This creates a circular reference, but Element.unlink()
1387 raise xml.dom.InvalidCharacterErr("Element with no name")
1608 e = Element(tagName)
1646 e = Element(qualifiedName, namespaceURI, prefix)
1697 # be IDs using Element
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
H A Dminidom.py211 # Overridden in Element and Attr where localName can be Non-Null
633 class Element(Node): class in inherits:Node
793 return "<DOM Element: %s at %#x>" % (self.tagName, id(self))
853 defproperty(Element, "attributes",
855 defproperty(Element, "localName",
864 # This creates a circular reference, but Element.unlink()
1387 raise xml.dom.InvalidCharacterErr("Element with no name")
1608 e = Element(tagName)
1646 e = Element(qualifiedName, namespaceURI, prefix)
1697 # be IDs using Element
[all...]
/prebuilts/tools/common/m2/repository/org/twdata/maven/mojo-executor/2.2.0/
H A Dmojo-executor-2.2.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/twdata/ org/twdata/maven/ org/twdata/maven/mojoexecutor/ ...
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
H A Ddecentxml-1.3.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/pdark/ de/pdark/decentxml/ de/pdark/decentxml/dtd/ ...
/prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
H A Ddecentxml-1.3.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/pdark/ de/pdark/decentxml/ de/pdark/decentxml/dtd/ ...
/prebuilts/sdk/renderscript/lib/
H A Djavalib.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v8/ android/support/v8/renderscript/ ...
/prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
H A Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
H A Dtagsoup-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/prebuilts/devtools/tools/lib/
H A Demma_ant.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ...

Completed in 463 milliseconds

12345678