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

1 2 3

  /libcore/luni/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 407 fRXPat->fCompiledPat->setElementAt(op, savePosition);
    [all...]
  /libcore/luni/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...]
  /libcore/luni/src/test/java/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...]
  /libcore/luni/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 516 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(null, 20)
    [all...]
  /external/junit/src/junit/swingui/
TestSelector.java 278 values.setElementAt(values.elementAt(right), left);
279 values.setElementAt(tmp, right);
281 fOther.setElementAt(fOther.elementAt(right), left);
282 fOther.setElementAt(tmp2, right);
  /libcore/luni/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/chromium/third_party/icu/source/i18n/
regexcmp.cpp 268 fRXPat->fCompiledPat->setElementAt(op, loc);
400 fRXPat->fCompiledPat->setElementAt(op, savePosition);
    [all...]
  /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(),
  /frameworks/base/tests/CoreTests/android/core/
VectorTest.java 492 vector.setElementAt(value1, value2);
493 vector.setElementAt(value1, value2);
494 vector.setElementAt(value1, value2);
495 vector.setElementAt(value1, value2);
496 vector.setElementAt(value1, value2);
497 vector.setElementAt(value1, value2);
498 vector.setElementAt(value1, value2);
499 vector.setElementAt(value1, value2);
500 vector.setElementAt(value1, value2);
501 vector.setElementAt(value1, value2)
    [all...]
  /libcore/luni/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/chromium/third_party/icu/source/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/icu4c/common/
uvectr64.h 99 void setElementAt(int64_t elem, int32_t index);
uvector.h 71 * destructed, or when a call to setElementAt() overwrites an element,
146 void setElementAt(void* obj, int32_t index);
148 void setElementAt(int32_t elem, int32_t index);
uvectr32.h 100 void setElementAt(int32_t elem, int32_t index);
uvectr64.cpp 89 void UVector64::setElementAt(int64_t elem, int32_t index) {
  /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);
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java 132 m_hashChain.setElementAt(newIndex,hashlast);
  /external/chromium/third_party/icu/source/common/
uvector.h 71 * destructed, or when a call to setElementAt() overwrites an element,
146 void setElementAt(void* obj, int32_t index);
148 void setElementAt(int32_t elem, int32_t index);
uvectr32.h 100 void setElementAt(int32_t elem, int32_t index);

Completed in 1394 milliseconds

1 2 3