HomeSort by relevance Sort by last modified time
    Searched refs:setElementAt (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpMap.java 155 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);
OpMapVector.java 81 public final void setElementAt(int value, int index)
  /external/icu4c/i18n/
fphdlimp.cpp 106 vec->setElementAt(delta + vec->elementAti(i), i);
108 vec->setElementAt(delta + vec->elementAti(i), i);
regexcmp.cpp 408 fRXPat->fCompiledPat->setElementAt(op, savePosition);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 251 m_nextsib.setElementAt(NULL,m_currentDocumentNode);
254 m_firstch.setElementAt(NULL,m_currentDocumentNode);
257 m_nextsib.setElementAt(DTM.NULL,m_previous);
SAX2DTM.java 891 m_nextsib.setElementAt(nodeIndex,previousSibling);
911 m_firstch.setElementAt(nodeIndex,parentIndex);
962 m_dtmIdent.setElementAt(dtmId << DTMManager.IDENT_DTM_NODE_BITS, i);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
VectorTest.java 378 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(null, 20)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 156 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(NULL,m_last_kid)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
VectorTest.java 414 tVector.setElementAt(null, 20);
435 tVector.setElementAt(null, 20);
602 tVector.setElementAt(null, 20);
603 tVector.setElementAt(null, 40);
617 tVector.setElementAt(null, 20);
618 tVector.setElementAt(null, 40);
619 tVector.setElementAt(null, 60);
737 tVector.setElementAt(null, 20);
738 tVector.setElementAt(null, 40);
753 tVector.setElementAt(null, 20)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 316 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/
ListPanel.java 259 protected void setElementAt(Object element, int index)
261 listModel.setElementAt(element, index);
272 listModel.setElementAt(elements[index], indices[index]);
ClassSpecificationsPanel.java 98 setElementAt(getClassSpecification(),
MemberSpecificationsPanel.java 136 setElementAt(wrapper,
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 1008 public void setElementAt(int node, int index)
1014 super.setElementAt(node, index);
1018 * Same as setElementAt.
1031 super.setElementAt(node, index);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 132 m_hashChain.setElementAt(newIndex,hashlast);
  /external/icu4c/common/
uvectr64.h 99 void setElementAt(int64_t elem, int32_t index);
uvector.h 72 * 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);
uvectr32.h 100 void setElementAt(int32_t elem, int32_t index);
uvectr64.cpp 93 void UVector64::setElementAt(int64_t elem, int32_t index) {
rbbitblb.cpp 672 T->fDtran->setElementAt(ux, a);
    [all...]
  /external/icu4c/test/intltest/
v32test.cpp 134 // setElementAt()
141 a->setElementAt(666, 1);
226 b->setElementAt(10, 0);
346 a->setElementAt(666, 99);
347 a->setElementAt(777, 100);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Set.java 317 set.setElementAt(set.elementAt(index + 1), index);
318 set.setElementAt(o, index + 1);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntVector.java 305 public final void setElementAt(int value, int index)
ObjectVector.java 302 public final void setElementAt(Object value, int index)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 633 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);
    [all...]

Completed in 690 milliseconds

1 2 3