/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | OpMap.java | 155 m_opMap.setElementAt(0,n); in shrink() 156 m_opMap.setElementAt(0,n+1); in shrink() 157 m_opMap.setElementAt(0,n+2); in shrink() 163 m_tokenQueue.setElementAt(null,n); in shrink() 164 m_tokenQueue.setElementAt(null,n + 1); in shrink() 165 m_tokenQueue.setElementAt(null,n + 2); in shrink() 187 m_opMap.setElementAt(value,opPos); in setOp()
|
D | OpMapVector.java | 81 public final void setElementAt(int value, int index) in setElementAt() method in OpMapVector
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | regexcmp.cpp | 408 fRXPat->fCompiledPat->setElementAt(op, savePosition); in doParseActions() 816 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions() 851 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions() 870 fRXPat->fCompiledPat->setElementAt(jmp1_op, jmp1_loc); in doParseActions() 917 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions() 937 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions() 960 fRXPat->fCompiledPat->setElementAt(op, saveStateLoc+1); in doParseActions() 970 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions() 989 fRXPat->fCompiledPat->setElementAt(jmpOp, jmpLoc); in doParseActions() 1062 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions() [all …]
|
D | fphdlimp.cpp | 106 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast() 108 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTM.java | 156 m_firstch.setElementAt(DTM.NULL,attrIndex); in DOM2DTM() 160 m_nextsib.setElementAt(DTM.NULL,attrIndex); in DOM2DTM() 248 m_firstch.setElementAt(NOTPROCESSED,nodeIndex); in addNode() 249 m_nextsib.setElementAt(NOTPROCESSED,nodeIndex); in addNode() 250 m_prevsib.setElementAt(previousSibling,nodeIndex); in addNode() 251 m_parent.setElementAt(parentIndex,nodeIndex); in addNode() 259 m_firstch.setElementAt(nodeIndex,parentIndex); in addNode() 296 m_exptype.setElementAt(expandedNameID,nodeIndex); in addNode() 301 m_nextsib.setElementAt(nodeIndex,previousSibling); in addNode() 383 m_firstch.setElementAt(NULL,m_last_kid); in nextNode() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 419 fRXPat->fCompiledPat->setElementAt(op, savePosition); in doParseActions() 838 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions() 873 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions() 892 fRXPat->fCompiledPat->setElementAt(jmp1_op, jmp1_loc); in doParseActions() 939 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions() 959 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions() 982 fRXPat->fCompiledPat->setElementAt(op, saveStateLoc+1); in doParseActions() 992 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions() 1011 fRXPat->fCompiledPat->setElementAt(jmpOp, jmpLoc); in doParseActions() 1084 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions() [all …]
|
D | fphdlimp.cpp | 106 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast() 108 vec->setElementAt(delta + vec->elementAti(i), i); in shiftLast()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2RTFDTM.java | 251 m_nextsib.setElementAt(NULL,m_currentDocumentNode); in endDocument() 254 m_firstch.setElementAt(NULL,m_currentDocumentNode); in endDocument() 257 m_nextsib.setElementAt(DTM.NULL,m_previous); in endDocument()
|
D | SAX2DTM.java | 891 m_nextsib.setElementAt(nodeIndex,previousSibling); in addNode() 911 m_firstch.setElementAt(nodeIndex,parentIndex); in addNode() 962 m_dtmIdent.setElementAt(dtmId << DTMManager.IDENT_DTM_NODE_BITS, i); in migrateTo() 1717 m_nextsib.setElementAt(NULL,0); in endDocument() 1720 m_firstch.setElementAt(NULL,0); in endDocument() 1723 m_nextsib.setElementAt(DTM.NULL,m_previous); in endDocument() 1792 m_prefixMappings.setElementAt("%@$#^@#", index); in endPrefixMapping() 1793 m_prefixMappings.setElementAt("%@$#^@#", index + 1); in endPrefixMapping() 1983 m_nextsib.setElementAt(DTM.NULL,prev); in startElement() 2045 m_firstch.setElementAt(DTM.NULL,m_previous); in endElement() [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | NodeSorter.java | 316 b.setElementAt(a.elementAt(i), i); in mergesort() 328 b.setElementAt(a.elementAt(j), r + m + 1 - j); in mergesort() 349 a.setElementAt(b.elementAt(i), k); in mergesort() 357 a.setElementAt(b.elementAt(j), k); in mergesort()
|
/external/proguard/src/proguard/gui/ |
D | ListPanel.java | 259 protected void setElementAt(Object element, int index) in setElementAt() method in ListPanel 261 listModel.setElementAt(element, index); in setElementAt() 272 listModel.setElementAt(elements[index], indices[index]); in setElementsAt()
|
D | ClassSpecificationsPanel.java | 98 setElementAt(getClassSpecification(), in addEditButton()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | NodeSetDTM.java | 1008 public void setElementAt(int node, int index) in setElementAt() method in NodeSetDTM 1014 super.setElementAt(node, index); in setElementAt() 1031 super.setElementAt(node, index); in setItem()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | v32test.cpp | 141 a->setElementAt(666, 1); in UVector32_API() 226 b->setElementAt(10, 0); in UVector32_API() 346 a->setElementAt(666, 99); in UVector32_API() 347 a->setElementAt(777, 100); in UVector32_API()
|
/external/icu/icu4c/source/test/intltest/ |
D | v32test.cpp | 141 a->setElementAt(666, 1); in UVector32_API() 226 b->setElementAt(10, 0); in UVector32_API() 346 a->setElementAt(666, 99); in UVector32_API() 347 a->setElementAt(777, 100); in UVector32_API()
|
/external/chromium_org/third_party/icu/source/common/ |
D | uvector.h | 146 void setElementAt(void* obj, int32_t index); 148 void setElementAt(int32_t elem, int32_t index);
|
D | rbbitblb.cpp | 672 T->fDtran->setElementAt(ux, a); in buildStateTable() 986 dest->setElementAt(*sourcePtr++, di++); in setAdd() 992 dest->setElementAt(*destPtr++, di++); in setAdd() 995 dest->setElementAt(*sourcePtr++, di++); in setAdd() 1001 dest->setElementAt(*destPtr++, di++); in setAdd() 1004 dest->setElementAt(*sourcePtr++, di++); in setAdd()
|
D | uvectr64.h | 99 void setElementAt(int64_t elem, int32_t index);
|
/external/icu/icu4c/source/common/ |
D | uvector.h | 129 void setElementAt(void* obj, int32_t index); 131 void setElementAt(int32_t elem, int32_t index);
|
D | rbbitblb.cpp | 672 T->fDtran->setElementAt(ux, a); in buildStateTable() 986 dest->setElementAt(*sourcePtr++, di++); in setAdd() 992 dest->setElementAt(*destPtr++, di++); in setAdd() 995 dest->setElementAt(*sourcePtr++, di++); in setAdd() 1001 dest->setElementAt(*destPtr++, di++); in setAdd() 1004 dest->setElementAt(*sourcePtr++, di++); in setAdd()
|
D | uvectr64.h | 99 void setElementAt(int64_t elem, int32_t index);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1Set.java | 432 set.setElementAt(set.elementAt(index + 1), index); in sort() 433 set.setElementAt(o, index + 1); in sort()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMStringPool.java | 132 m_hashChain.setElementAt(newIndex,hashlast); in stringToIndex()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | RedundentExprEliminator.java | 633 paths.setElementAt(null, j); in findAndEliminateRedundant() 666 paths.setElementAt(var.getSelect(), firstOccuranceIndex); in findAndEliminateRedundant() 716 paths.setElementAt(var.getSelect(), firstOccuranceIndex); in oldFindAndEliminateRedundant() 723 paths.setElementAt(null, j); in oldFindAndEliminateRedundant() 739 paths.setElementAt(var.getSelect(), firstOccuranceIndex); in oldFindAndEliminateRedundant()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | IntVector.java | 305 public final void setElementAt(int value, int index) in setElementAt() method in IntVector
|