Searched refs:setElementAt (Results 1 - 22 of 22) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
H A DOpMap.java155 m_opMap.setElementAt(0,n);
156 m_opMap.setElementAt(0,n+1);
157 m_opMap.setElementAt(0,n+2);
163 m_tokenQueue.setElementAt(null,n);
164 m_tokenQueue.setElementAt(null,n + 1);
165 m_tokenQueue.setElementAt(null,n + 2);
187 m_opMap.setElementAt(value,opPos);
H A DOpMapVector.java81 public final void setElementAt(int value, int index) method in class:OpMapVector
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2RTFDTM.java251 m_nextsib.setElementAt(NULL,m_currentDocumentNode);
254 m_firstch.setElementAt(NULL,m_currentDocumentNode);
257 m_nextsib.setElementAt(DTM.NULL,m_previous);
H A DSAX2DTM.java891 m_nextsib.setElementAt(nodeIndex,previousSibling);
911 m_firstch.setElementAt(nodeIndex,parentIndex);
962 m_dtmIdent.setElementAt(dtmId << DTMManager.IDENT_DTM_NODE_BITS, i);
1717 m_nextsib.setElementAt(NULL,0);
1720 m_firstch.setElementAt(NULL,0);
1723 m_nextsib.setElementAt(DTM.NULL,m_previous);
1792 m_prefixMappings.setElementAt("%@$#^@#", index);
1793 m_prefixMappings.setElementAt("%@$#^@#", index + 1);
1983 m_nextsib.setElementAt(DTM.NULL,prev);
2045 m_firstch.setElementAt(DT
[all...]
H A DSAX2DTM2.java2376 m_nextsib.setElementAt(nodeIndex,previousSibling);
2379 m_firstch.setElementAt(nodeIndex,parentIndex);
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java156 m_firstch.setElementAt(DTM.NULL,attrIndex);
160 m_nextsib.setElementAt(DTM.NULL,attrIndex);
248 m_firstch.setElementAt(NOTPROCESSED,nodeIndex);
249 m_nextsib.setElementAt(NOTPROCESSED,nodeIndex);
250 m_prevsib.setElementAt(previousSibling,nodeIndex);
251 m_parent.setElementAt(parentIndex,nodeIndex);
259 m_firstch.setElementAt(nodeIndex,parentIndex);
296 m_exptype.setElementAt(expandedNameID,nodeIndex);
301 m_nextsib.setElementAt(nodeIndex,previousSibling);
383 m_firstch.setElementAt(NUL
[all...]
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
H A DVectorTest.java516 tVector.setElementAt(null, 20);
543 tVector.setElementAt(null, 20);
758 tVector.setElementAt(null, 20);
759 tVector.setElementAt(null, 40);
779 tVector.setElementAt(null, 20);
780 tVector.setElementAt(null, 40);
781 tVector.setElementAt(null, 60);
929 tVector.setElementAt(null, 20);
930 tVector.setElementAt(null, 40);
951 tVector.setElementAt(nul
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
H A DNodeSorter.java316 b.setElementAt(a.elementAt(i), i);
328 b.setElementAt(a.elementAt(j), r + m + 1 - j);
349 a.setElementAt(b.elementAt(i), k);
357 a.setElementAt(b.elementAt(j), k);
452 // v.setElementAt(v.elementAt(j), i);
453 // v.setElementAt(node, j);
H A DTransformerImpl.java1470 m_userParams.setElementAt(new Arg(qname, xval, true), i);
2222 m_currentTemplateElements.setElementAt(t,currentTemplateElementsTop);
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java1008 public void setElementAt(int node, int index) method in class:NodeSetDTM
1014 super.setElementAt(node, index);
1018 * Same as setElementAt.
1031 super.setElementAt(node, index);
H A DNodeSet.java1258 public void setElementAt(Node node, int index) method in class:NodeSet
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMStringPool.java132 m_hashChain.setElementAt(newIndex,hashlast);
H A DDTMDefaultBase.java226 m_dtmIdent.setElementAt(dtmIdentity,0);
1325 nsList.setElementAt(makeNodeHandle(namespaceNodeIndex),i);
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DIntVector.java305 public final void setElementAt(int value, int index) method in class:IntVector
H A DObjectVector.java302 public final void setElementAt(Object value, int index) method in class:ObjectVector
H A DNodeVector.java521 public void setElementAt(int node, int index) method in class:NodeVector
H A DSuballocatedIntVector.java387 public void setElementAt(int value, int at) method in class:SuballocatedIntVector
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java633 paths.setElementAt(null, j);
666 paths.setElementAt(var.getSelect(), firstOccuranceIndex);
716 paths.setElementAt(var.getSelect(), firstOccuranceIndex);
723 paths.setElementAt(null, j);
739 paths.setElementAt(var.getSelect(), firstOccuranceIndex);
H A DStylesheetRoot.java1170 v.setElementAt(v.elementAt(hi), lo);
1171 v.setElementAt(node, hi);
H A DStylesheet.java1379 m_templates.setElementAt(v, i);
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java577 vec.setElementAt(node, index);
/dalvik/libcore/luni/src/main/java/java/util/
H A DVector.java895 public synchronized void setElementAt(E object, int location) { method in class:Vector

Completed in 257 milliseconds