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

12

/external/apache-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
/external/icu4c/i18n/
H A Dfphdlimp.cpp106 vec->setElementAt(delta + vec->elementAti(i), i);
108 vec->setElementAt(delta + vec->elementAti(i), i);
H A Dregexcmp.cpp408 fRXPat->fCompiledPat->setElementAt(op, savePosition);
816 fRXPat->fCompiledPat->setElementAt(op, topLoc);
851 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc);
870 fRXPat->fCompiledPat->setElementAt(jmp1_op, jmp1_loc);
917 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc);
937 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc);
960 fRXPat->fCompiledPat->setElementAt(op, saveStateLoc+1);
970 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc);
989 fRXPat->fCompiledPat->setElementAt(jmpOp, jmpLoc);
1062 fRXPat->fCompiledPat->setElementAt(o
[all...]
/external/apache-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...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DVectorTest.java378 tVector.setElementAt(null, 20);
392 tVector.setElementAt(null, 20);
562 tVector.setElementAt(null, 20);
563 tVector.setElementAt(null, 40);
577 tVector.setElementAt(null, 20);
578 tVector.setElementAt(null, 40);
579 tVector.setElementAt(null, 60);
719 tVector.setElementAt(null, 20);
720 tVector.setElementAt(null, 40);
735 tVector.setElementAt(nul
[all...]
/external/apache-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...]
/external/apache-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);
/external/proguard/src/proguard/gui/
H A DListPanel.java259 protected void setElementAt(Object element, int index) method in class:ListPanel
261 listModel.setElementAt(element, index);
272 listModel.setElementAt(elements[index], indices[index]);
H A DClassSpecificationsPanel.java98 setElementAt(getClassSpecification(),
H A DMemberSpecificationsPanel.java136 setElementAt(wrapper,
/external/apache-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);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMStringPool.java132 m_hashChain.setElementAt(newIndex,hashlast);
/external/icu4c/test/intltest/
H A Dv32test.cpp134 // setElementAt()
141 a->setElementAt(666, 1);
226 b->setElementAt(10, 0);
346 a->setElementAt(666, 99);
347 a->setElementAt(777, 100);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Set.java436 set.setElementAt(set.elementAt(index + 1), index);
437 set.setElementAt(o, index + 1);
/external/icu4c/common/
H A Duvector.h72 * destructed, or when a call to setElementAt() overwrites an element,
147 void setElementAt(void* obj, int32_t index);
149 void setElementAt(int32_t elem, int32_t index);
H A Duvectr32.h100 void setElementAt(int32_t elem, int32_t index);
H A Duvectr64.cpp93 void UVector64::setElementAt(int64_t elem, int32_t index) { function in class:UVector64
H A Duvectr64.h99 void setElementAt(int64_t elem, int32_t index);
H A Drbbitblb.cpp672 T->fDtran->setElementAt(ux, a);
986 dest->setElementAt(*sourcePtr++, di++);
992 dest->setElementAt(*destPtr++, di++);
995 dest->setElementAt(*sourcePtr++, di++);
1001 dest->setElementAt(*destPtr++, di++);
1004 dest->setElementAt(*sourcePtr++, di++);
H A Dtriedict.cpp274 fBranchStack.setElementAt(kEqual, fBranchStack.size()-1);
288 fBranchStack.setElementAt(kGreaterThan, fBranchStack.size()-1);
306 fBranchStack.setElementAt(kDone, fBranchStack.size()-1);
616 fIndexStack.setElementAt(1, fIndexStack.size()-1);
640 fIndexStack.setElementAt(where+1, fIndexStack.size()-1);
1088 translate.setElementAt(nodeCount++, i);
/external/apache-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
/external/apache-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);

Completed in 1520 milliseconds

12