/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/event/ |
H A D | PropertyChangeListeners.java | 15 * If applicable, add the following below this CDDL HEADER, with the 88 public void add(String propName, PropertyChangeListener listener) { method in class:PropertyChangeListeners 89 add(listener); 100 propNames.add(index, propName);
|
H A D | EventListeners.java | 15 * If applicable, add the following below this CDDL HEADER, with the 33 * A note about thread safety: the {@link #add} and {@link #remove} methods are 128 public synchronized void add(L listener) { method in class:EventListeners 156 * were {@link #add add}ed.
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/ |
H A D | SortedListModel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 34 public void add(int index, Object element) { method in class:SortedListModel 61 super.add(i, obj);
|
H A D | Form.java | 15 * If applicable, add the following below this CDDL HEADER, with the 62 container.add(curRow, c); 71 container.add(curRow, c); 76 public void add(Component c) { method in class:Form 77 curRow.add(c); 80 public void add(Component c, Object constraint) { method in class:Form 81 curRow.add(c, constraint);
|
H A D | SortedSetComboBoxModel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 85 public int add(T item) { method in class:SortedSetComboBoxModel 89 items.add(index, item);
|
H A D | ListSelectionSynchronizer.java | 15 * If applicable, add the following below this CDDL HEADER, with the 98 private void addOrRemove(List<Integer> iList, boolean add) { argument 109 if (add) { 119 if (add) { 137 iList.add(mapper == null ? i : mapper.map(i));
|
H A D | GUIUtil.java | 15 * If applicable, add the following below this CDDL HEADER, with the 220 prefs.getPropertiesList().add(defaultPrefs); 614 t.add(runnable.run()); 771 pList.add(p); 931 boolean forward, boolean add, AWTKeyStroke... keyStrokes) { 940 if (add) { 941 keys.add(key); 930 modifyFocusTraversalKeys(Component comp, boolean forward, boolean add, AWTKeyStroke... keyStrokes) argument
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/time/ |
H A D | TimeModelUpdater.java | 15 * If applicable, add the following below this CDDL HEADER, with the 51 add(clocks); 90 public void add(TimeModel... clocks) { method in class:TimeModelUpdater 93 this.clocks.add(clock);
|
H A D | CalendarBrowser.java | 15 * If applicable, add the following below this CDDL HEADER, with the 115 add(navPanel, BorderLayout.NORTH); 116 add(animPanel, BorderLayout.CENTER); 142 public void add(int intervals) { method in class:CalendarBrowser 253 add(offset); 308 titlePanel.add(titleButton, titleButton.getName()); 309 titlePanel.add(titleLabel, titleLabel.getName()); 320 navPanel.add(prevButton, r); 321 navPanel.add(titlePanel, r.clone().setWeight(1). 323 navPanel.add(nextButto [all...] |
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/smf/ |
H A D | ComponentList.java | 15 * If applicable, add the following below this CDDL HEADER, with the 60 "service.settings.menu.add")); 75 list.add(index + 1); 95 menu.add(addItem); 96 menu.add(removeItem); 130 "service.settings.menu.add")); 136 add(0); 141 menu.add(addItem); 182 public ComponentListItem add(Component comp) { method in class:ComponentList 183 return add(com 187 public ComponentListItem add(Component comp, int index) { method in class:ComponentList 199 public void add() { method in class:ComponentList 204 public void add(int index) { method in class:ComponentList [all...] |
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/ |
H A D | AttrObj.java | 15 * If applicable, add the following below this CDDL HEADER, with the 187 public void add(String string) { method in class:AttrObj 199 public void add(String [] array) { method in class:AttrObj 215 public void add(Vector newVec) { method in class:AttrObj
|
/solaris-userland-s11u3/components/zlib/capabilities/sun4v/sparcv7/ |
H A D | longest_match_t4.s | 199 /* 0x0024 55 */ add %l5,%l4,%i4 label 201 /* 0x002c 61 */ add %i5,-262,%l3 label 202 /* 0x0030 77 */ add %i4,%i2,%l2 label 247 /* 0x0048 76 */ add %i4,258,%l7 label 286 /* 0x0064 99 */ add %i1,%l5,%g3 label 349 /* 0x0070 147 */ add %g3,%i2,%g4 label 391 /* 0x0094 155 */ add %i4,2,%g4 label 392 /* 0x0098 */ add %g3,2,%g3 label 414 /* 0x00a0 */ add %g4,1,%g4 label 426 /* 0x00b0 */ add label 438 /* 0x00c0 */ add %g4,1,%g4 label 450 /* 0x00d0 */ add %g4,1,%g4 label 462 /* 0x00e0 */ add %g4,1,%g4 label 474 /* 0x00f0 */ add %g4,1,%g4 label 486 /* 0x0100 */ add %g4,1,%g4 label 498 /* 0x0110 */ add %g4,1,%g4 label 500 /* 0x0118 */ add %g3,8,%g3 label 525 /* 0x012c */ add %o7,258,%o5 label 566 /* 0x0140 182 */ add %i4,%o5,%l4 label 600 /* 0x0164 99 */ add %i1,%l5,%g3 label [all...] |
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/common/ |
H A D | ConnectionManager.java | 15 * If applicable, add the following below this CDDL HEADER, with the 78 cont.add(tree, BorderLayout.CENTER); 116 public void add(MutableTreeNode child) { method in class:ConnectionManager.DependencyTreeNode 117 super.add(child); 247 public synchronized void add(ConnectionListener listener, method in class:ConnectionManager 282 parent.add(node); 292 parent.add(node); 303 node.add((MutableTreeNode)child); 326 parent.add(node); 338 listeners.add(listene [all...] |
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/ |
H A D | ConnectionTracker.java | 15 * If applicable, add the following below this CDDL HEADER, with the 94 public abstract void add() method in class:ConnectionTracker.NotifyParams 115 public void add() throws IOException { method in class:ConnectionTracker.ObjectNameNotifyParams 212 params.add(); 213 nListeners.add(params); 218 pListeners.add(propName, listener); 222 pListeners.add(listener); 398 params.add();
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/layout/ |
H A D | AbstractTableLayout.java | 15 * If applicable, add the following below this CDDL HEADER, with the 64 public void add(RowOrCol parent) { method in class:AbstractTableLayout.CellInfo 65 parents.add(parent); 115 public void add(CellInfo child) { method in class:AbstractTableLayout.RowOrCol 116 children.add(child); 117 child.add(this); 240 public void add(RowOrCol element) { method in class:AbstractTableLayout.RowOrColSet 241 elements.add(element); 244 public void add(int i, RowOrCol element) { method in class:AbstractTableLayout.RowOrColSet 245 elements.add( [all...] |
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11.c | 1401 static void pk11_rand_add(const void *buf, int num, double add) argument 2262 * add code so that the counter length can be set via
|