Searched defs:set (Results 1 - 5 of 5) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/
H A DCollectionUtil.java39 public static <T> Set<T> clone(Set<T> set) { argument
41 clone.addAll(set);
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DAttrObj.java35 * The AttrObj class implements a generic attribute key/value set.
36 * The set has a single key name and zero or more string values.
48 * Constructor takes the set key name.
62 * Return an array of string values for the set.
76 * Return a vector of string values for the set.
88 * Return the first string value in the set.
100 * Return true if the set contains the specified key name.
103 * @return True if the set contains the key name
113 * Return the key name for the set.
125 * Set the specified string value as the values for the set
131 public void set(String string) { method in class:AttrObj
143 public void set(String [] array) { method in class:AttrObj
159 public void set(int value) { method in class:AttrObj
173 public void set(Vector newVec) { method in class:AttrObj
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/layout/
H A DAbstractLayout.java38 * Gets the number of elements in the set.
154 * @param set
160 protected int distributeSpace(int space, SizedSet set) { argument
161 int length = set.getCount();
165 float weight = set.getWeight(i);
174 int size = set.getSize(i);
177 set.setSize(i, 0);
187 if (set.getWeight(i) != 0) {
193 set.setWeight(j, 1);
201 if (set
[all...]
H A DAbstractTableLayout.java310 for (RowOrColSet set : new RowOrColSet[] {rows, cols}) {
311 List<RowOrCol> elements = set.getElements();
322 set.remove(i);
405 // First set heights of rows
408 // Then set widths of columns
558 private int fitToSize(int aSize, RowOrColSet set, Anchor anchor) { argument
560 int tSizes = set.getSizeTotal();
561 int tGaps = set.getGapTotal();
571 distributeSpace(extraSize, set);
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h52 * set to zero. The pointer is pointing to a certain level in the page table
53 * structure. Only applicable if translation_type is set.
79 * Do not evict this entry if this bit is set. There can only be a fixed
80 * number of descriptors with this bit set. XXX: Should this be used as a
84 /* This is a shared receive queue. This is always set for XRCSRQs. */
102 * If set to something greater than zero, event notification is armed. An
202 /* Solicited event bit to be set in IB packet. */
206 /* L3 checksum enabled when set. This is used for EoIB and IPoIB packets. */
208 /* L4 checksum enabled when set. This is used for EoIB and IPoIB packets. */
403 * PSIF_WR_SET_SRQ_LIM: this is the receive queue to set th
3063 struct psif_epsc_csr_set set; member in union:psif_epsc_csr_details
[all...]

Completed in 25 milliseconds