Searched refs:setElementAt (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServerAttribute.java | 80 values.setElementAt(as, i); in ServerAttribute() 106 v.setElementAt(v.elementAt(i).toString(), i); in getValues()
|
H A D | ServiceLocationAttribute.java | 184 values.setElementAt(o, i); in ServiceLocationAttribute() 290 ret.setElementAt(o, i); in getValues() 457 values_in.setElementAt(new Opaque((byte[])obj), i); in verifyValueTypes() 470 values_in.setElementAt((String)val + " ", i); in verifyValueTypes()
|
H A D | SLPHeaderV2.java | 1091 t.setElementAt(tag.trim(), i); in escapeTags() 1116 t.setElementAt(tag.trim(), i); in unescapeTags() 1131 scopes.setElementAt( in escapeScopeStrings() 1148 scopes.setElementAt( in unescapeScopeStrings()
|
H A D | SLPV1CDAAdvert.java | 115 hdr.scopes.setElementAt(scope.toLowerCase().trim(), i); in initialize()
|
H A D | SLPV1SSrvDereg.java | 101 tags.setElementAt(tag, i); in initialize()
|
H A D | CSrvTypeMsg.java | 95 serviceTypes.setElementAt(type, i); in CSrvTypeMsg()
|
H A D | SLPV1SAttrMsg.java | 172 tags.setElementAt(tag.trim(), i); in initialize()
|
H A D | DATable.java | 428 scopes.setElementAt(str, i); in validateScopes()
|
H A D | SLPConfig.java | 816 hint.setElementAt(new ServiceType(type), i); in getTypeHint() 981 ret.setElementAt(daAddr, i); in initializePreconfiguredDAs()
|
H A D | ServiceLocationAttributeV1.java | 428 values.setElementAt(o, i); in ServiceLocationAttributeV1()
|
H A D | SLPHeaderV1.java | 753 attrForms.setElementAt(new ServiceLocationAttributeV1(attrForm, in parseAttributeVectorIn()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | StringVector.java | 120 public final void setElementAt(String obj, int index) { in setElementAt() method in StringVector 121 vector.setElementAt(obj, index); in setElementAt()
|
H A D | ColumnListCanvas.java | 442 rowColors.setElementAt(new Integer(COLOR_FIRST), row); in setHighlighted() 453 rowColors.setElementAt(new Integer(COLOR_NONE), row); in setHighlighted() 621 rowColors.setElementAt(new Integer(COLOR_NONE), records); in growRecords() 648 labels.setElementAt(labels.elementAt(pos), pos+1); in insertItem() 649 rowColors.setElementAt(rowColors.elementAt(pos), pos+1); in insertItem() 655 labels.setElementAt(labelRow, row); in insertItem() 709 rowColors.setElementAt(new Integer(COLOR_FIRST), row); in addItem() 716 rowColors.setElementAt(new Integer(COLOR_NONE), row); in addItem() 900 labels.setElementAt(data2, row1); in swapItems() 901 labels.setElementAt(data1, row2); in swapItems() [all …]
|
H A D | TextList.java | 161 items.setElementAt(newValue, index); in replaceItem()
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmTop.java | 247 rowVector.setElementAt(value, col); in setValueAt()
|
H A D | pmInstallPrinter.java | 385 access.setElementAt(value, row); in setValueAt()
|