Searched defs:previousSibling (Results 1 - 24 of 24) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java175 * @param previousSibling The previous sibling index.
183 int previousSibling, int forceNodeType)
250 m_prevsib.setElementAt(previousSibling,nodeIndex);
300 if (DTM.NULL != previousSibling)
301 m_nextsib.setElementAt(nodeIndex,previousSibling);
182 addNode(Node node, int parentIndex, int previousSibling, int forceNodeType) argument
/external/guava/guava/src/com/google/common/collect/
H A DLinkedListMultimap.java117 Node<K, V> previousSibling; // the previous node with the same key field in class:LinkedListMultimap.Node
150 firstNode.previousSibling = null;
237 node.previousSibling = keyTail;
244 node.previousSibling = nextSibling.previousSibling;
247 if (nextSibling.previousSibling == null) { // nextSibling was key head
250 nextSibling.previousSibling.nextSibling = node;
258 nextSibling.previousSibling = node;
280 if (node.previousSibling == null && node.nextSibling == null) {
288 if (node.previousSibling
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java113 Node<K, V> previousSibling; // the previous node with the same key field in class:LinkedListMultimap.Node
146 firstNode.previousSibling = null;
233 node.previousSibling = keyTail;
240 node.previousSibling = nextSibling.previousSibling;
243 if (nextSibling.previousSibling == null) { // nextSibling was key head
246 nextSibling.previousSibling.nextSibling = node;
254 nextSibling.previousSibling = node;
276 if (node.previousSibling == null && node.nextSibling == null) {
284 if (node.previousSibling
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java860 * @param previousSibling The previous sibling index.
868 int parentIndex, int previousSibling,
887 m_prevsib.addElement(previousSibling);
890 if (DTM.NULL != previousSibling) {
891 m_nextsib.setElementAt(nodeIndex,previousSibling);
910 if (DTM.NULL == previousSibling && DTM.NULL != parentIndex) {
867 addNode(int type, int expandedTypeID, int parentIndex, int previousSibling, int dataOrPrefix, boolean canHaveFirstChild) argument
H A DSAX2DTM2.java2327 * @param previousSibling The previous sibling index.
2335 int parentIndex, int previousSibling,
2356 m_prevsib.addElement(previousSibling);
2375 if (DTM.NULL != previousSibling) {
2376 m_nextsib.setElementAt(nodeIndex,previousSibling);
2334 addNode(int type, int expandedTypeID, int parentIndex, int previousSibling, int dataOrPrefix, boolean canHaveFirstChild) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java81 int previousSibling = 0; // previous sibling - no previous sibling field in class:DTMDocumentImpl
214 nodes.writeEntry(previousSibling,2,slotnumber);
701 // previousSibling = 0;
800 // nodes.writeEntry(previousSibling, 2, NULL);
803 // previousSibling = currentParent;
857 // previousSibling = ourslot; // Should attributes be previous siblings
871 // //previousSibling = ourslot;
922 // previousSibling = ourslot;
971 // previousSibling = ourslot;
2104 previousSibling
[all...]
/external/python/cpython2/Lib/xml/dom/
H A Dminidom.py38 previousSibling = None variable in class:Node
102 refChild.previousSibling = newChild
106 newChild.previousSibling = node
108 newChild.previousSibling = None
152 newChild.previousSibling = oldChild.previousSibling
154 oldChild.previousSibling = None
155 if newChild.previousSibling:
156 newChild.previousSibling.nextSibling = newChild
158 newChild.nextSibling.previousSibling
[all...]
/external/python/cpython3/Lib/xml/dom/
H A Dminidom.py39 previousSibling = None variable in class:Node
103 refChild.previousSibling = newChild
107 newChild.previousSibling = node
109 newChild.previousSibling = None
153 newChild.previousSibling = oldChild.previousSibling
155 oldChild.previousSibling = None
156 if newChild.previousSibling:
157 newChild.previousSibling.nextSibling = newChild
159 newChild.nextSibling.previousSibling
[all...]
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 336 milliseconds