/external/icu4c/i18n/ |
D | regexcmp.cpp | 265 fRXPat->fCompiledPat->setElementAt(op, loc); in compile() 392 fRXPat->fCompiledPat->setElementAt(op, savePosition); in doParseActions() 800 fRXPat->fCompiledPat->setElementAt(op, topLoc); in doParseActions() 835 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions() 854 fRXPat->fCompiledPat->setElementAt(jmp1_op, jmp1_loc); in doParseActions() 901 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions() 921 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions() 944 fRXPat->fCompiledPat->setElementAt(op, saveStateLoc+1); in doParseActions() 954 fRXPat->fCompiledPat->setElementAt(saveStateOp, saveStateLoc); in doParseActions() 973 fRXPat->fCompiledPat->setElementAt(jmpOp, jmpLoc); in doParseActions() [all …]
|
D | rbt_pars.cpp | 1520 segmentObjects.setElementAt(adopted, seg-1); in setSegmentObject() 1521 variablesVector.setElementAt(adopted, index); in setSegmentObject()
|
D | zstrfmt.cpp | 414 fResults.setElementAt(zsinfo, j); in handleMatch()
|
/external/junit/src/junit/swingui/ |
D | TestSelector.java | 278 values.setElementAt(values.elementAt(right), left); in swap() 279 values.setElementAt(tmp, right); in swap() 281 fOther.setElementAt(fOther.elementAt(right), left); in swap() 282 fOther.setElementAt(tmp2, right); in swap()
|
/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()
|
D | MemberSpecificationsPanel.java | 136 setElementAt(wrapper, in addEditButton()
|
/external/icu4c/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()
|
D | rbbitst.cpp | 1575 tp.expectedBreaks->setElementAt(-1, breakIdx); in TestExtended() 1577 tp.srcLine->setElementAt(lineNum, breakIdx); in TestExtended() 1579 tp.srcCol ->setElementAt(column, breakIdx); in TestExtended() 1642 tp.expectedBreaks->setElementAt(-1, breakIdx); in TestExtended() 1644 tp.srcLine->setElementAt(lineNum, breakIdx); in TestExtended() 1646 tp.srcCol ->setElementAt(column, breakIdx); in TestExtended() 1729 tp.expectedBreaks->setElementAt(tagValue, breakIdx); in TestExtended() 1731 tp.srcLine->setElementAt(lineNum, breakIdx); in TestExtended() 1733 tp.srcCol ->setElementAt(column, breakIdx); in TestExtended()
|
D | regextst.cpp | 1486 vec.setElementAt(val, idx); in set()
|
/external/icu4c/common/ |
D | rbbitblb.cpp | 631 T->fDtran->setElementAt(ux, a); in buildStateTable() 952 dest->setElementAt(*sourceBuff++, di++); in setAdd() 958 dest->setElementAt(*destBuff++, di++); in setAdd() 961 dest->setElementAt(*sourceBuff++, di++); in setAdd() 967 dest->setElementAt(*destBuff++, di++); in setAdd() 970 dest->setElementAt(*sourceBuff++, di++); in setAdd()
|
D | uvector.h | 146 void setElementAt(void* obj, int32_t index); 148 void setElementAt(int32_t elem, int32_t index);
|
D | triedict.cpp | 274 fBranchStack.setElementAt(kEqual, fBranchStack.size()-1); in snext() 288 fBranchStack.setElementAt(kGreaterThan, fBranchStack.size()-1); in snext() 306 fBranchStack.setElementAt(kDone, fBranchStack.size()-1); in snext() 616 fIndexStack.setElementAt(1, fIndexStack.size()-1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 640 fIndexStack.setElementAt(where+1, fIndexStack.size()-1); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1087 translate.setElementAt(nodeCount++, i); in compactMutableTrieDictionary()
|
D | uvector.cpp | 135 void UVector::setElementAt(void* obj, int32_t index) { in setElementAt() function in UVector 145 void UVector::setElementAt(int32_t elem, int32_t index) { in setElementAt() function in UVector
|
D | uvectr32.h | 98 void setElementAt(int32_t elem, int32_t index);
|
D | uvectr32.cpp | 87 void UVector32::setElementAt(int32_t elem, int32_t index) { in setElementAt() function in UVector32
|
/external/protobuf/src/com/google/common/io/protocol/ |
D | ProtoBufType.java | 82 this.data.setElementAt(data, tag); in addElement()
|
D | ProtoBuf.java | 469 values.setElementAt(null, tag); in remove() 961 v.setElementAt(o2, index); in getObject() 1035 values.setElementAt(v, tag); in insertObject() 1162 values.setElementAt(o, tag); in setObject()
|