/aosp_15_r20/libcore/luni/src/main/java/javax/xml/transform/dom/ |
H A D | DOMResult.java | 126 public DOMResult(Node node, Node nextSibling) { in DOMResult() 175 public DOMResult(Node node, Node nextSibling, String systemId) { in DOMResult() 271 public void setNextSibling(Node nextSibling) { in setNextSibling() 344 private Node nextSibling = null; field in DOMResult
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | LinkedListMultimap.java | 116 @CheckForNull Node<K, V> nextSibling; // the next node with the same key field in LinkedListMultimap.Node 223 @CheckForNull Node<K, V> nextSibling) { in addNode()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | LinkedListMultimap.java | 114 @CheckForNull Node<K, V> nextSibling; // the next node with the same key field in LinkedListMultimap.Node 221 @CheckForNull Node<K, V> nextSibling) { in addNode()
|
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
H A D | TextImpl.java | 133 Node nextSibling = getNextSibling(); in nextTextNode() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | msxml.h | 404 #define IXMLDOMNode_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,nextSibl… argument 581 #define IXMLDOMDocumentFragment_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(T… argument 753 #define IXMLDOMDocument_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,next… argument 1117 #define IXMLDOMCharacterData_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This… argument 1253 #define IXMLDOMAttribute_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,nex… argument 1386 #define IXMLDOMElement_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,nextS… argument 1529 #define IXMLDOMText_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,nextSibl… argument 1653 #define IXMLDOMComment_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,nextS… argument 1773 #define IXMLDOMProcessingInstruction_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibl… argument 1896 #define IXMLDOMCDATASection_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,… argument [all …]
|
D | msxml2.h | 1064 #define IXMLDOMNode_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,nextSibl… argument 1241 #define IXMLDOMDocumentFragment_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(T… argument 1413 #define IXMLDOMDocument_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,next… argument 1663 #define IXMLDOMDocument2_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,nex… argument 1979 #define IXMLDOMCharacterData_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This… argument 2115 #define IXMLDOMAttribute_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,nex… argument 2248 #define IXMLDOMElement_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,nextS… argument 2391 #define IXMLDOMText_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,nextSibl… argument 2516 #define IXMLDOMComment_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibling(This,nextS… argument 2636 #define IXMLDOMProcessingInstruction_get_nextSibling(This,nextSibling) (This)->lpVtbl->get_nextSibl… argument [all …]
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
H A D | ShadowDOM.js | 1585 nextSibling: node.nextSibling property 1823 nextSibling: refWrapper, property 1866 nextSibling: childWrapperNextSibling, property 1910 nextSibling: nextNode, property 1934 get nextSibling() { getter 3262 get nextSibling() { getter
|
H A D | ShadowDOM.min.js | 11 ….name="__st"+(1e9*Math.random()>>>0)+(t++ +"__")};n.prototype={set:function(t,n){var r=t[this.name… argument 12 …"use strict";function t(e){for(;e&&e.nodeType!==Node.ELEMENT_NODE;)e=e.nextSibling;return e}functi… getter
|
H A D | webcomponents.js | 1622 nextSibling: node.nextSibling property 1860 nextSibling: refWrapper, property 1903 nextSibling: childWrapperNextSibling, property 1947 nextSibling: nextNode, property 1971 get nextSibling() { getter 3275 get nextSibling() { getter
|
H A D | webcomponents.min.js | 11 …uerySelector('script[src*="'+e+'"]'),n={};if(!n.noOpts){if(location.search.slice(1).split("&").for… function 12 …"use strict";function t(e){for(;e&&e.nodeType!==Node.ELEMENT_NODE;)e=e.nextSibling;return e}functi… getter
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | qconf.h | 146 ConfigItem* nextSibling() in nextSibling() function
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | DOMBuilder.java | 145 public void setNextSibling(Node nextSibling) in setNextSibling()
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
H A D | NestedMapData.java | 70 private NestedMapData nextSibling = null; field in NestedMapData
|
/aosp_15_r20/frameworks/base/native/android/ |
H A D | system_fonts.cpp | 143 xmlNode* nextSibling(xmlNode* node, const xmlChar* tag) { in nextSibling() function
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
H A D | TransformerIdentityImpl.java | 201 Node nextSibling = domResult.getNextSibling(); in createResultContentHandler() local
|
H A D | TransformerImpl.java | 966 org.w3c.dom.Node nextSibling = ((DOMResult)outputTarget).getNextSibling(); in createSerializationHandler() local
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/ |
H A D | Node.java | 633 public @Nullable Node nextSibling() { in nextSibling() method in Node
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/traceviewer/static/ |
D | webcomponents.min.js | 11 …uerySelector('script[src*="'+e+'"]'),n={};if(!n.noOpts){if(location.search.slice(1).split("&").for… function 12 …"use strict";function t(e){for(;e&&e.nodeType!==Node.ELEMENT_NODE;)e=e.nextSibling;return e}functi… getter
|
/aosp_15_r20/external/perfmark/traceviewer/src/main/resources/io/perfmark/traceviewer/third_party/polymer/ |
H A D | webcomponents.min.js | 11 …uerySelector('script[src*="'+e+'"]'),n={};if(!n.noOpts){if(location.search.slice(1).split("&").for… field in c 12 …"use strict";function t(e){for(;e&&e.nodeType!==Node.ELEMENT_NODE;)e=e.nextSibling;return e}functi… getter
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMDefaultBase.java | 745 int nextSibling = _nextsib(index); in dumpDTM() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/ |
H A D | DomTest.java | 996 Node nextSibling = node.getNextSibling(); in adoptAndCheck() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/ |
D | minidom.py | 38 nextSibling = None variable in Node
|
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 38 nextSibling = None variable in Node
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
H A D | knockout-2.0.0.js | 51 mb:function(b,e,d){a(b)?b.parentNode.insertBefore(e,d.nextSibling):d.nextSibling?b.insertBefore(e,d… method
|
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 37 nextSibling = None variable in Node
|