| /solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/event/ |
| H A D | IntervalEvent.java | 43 public IntervalEvent(Object source, int firstIndex, argument 46 super(source); 51 public IntervalEvent(Object source, int index) { argument 52 this(source, index, index);
|
| H A D | IntervalEventQueue.java | 42 private IntervalEventSource source; field in class:IntervalEventQueue 52 public IntervalEventQueue(IntervalEventSource source, argument 55 this.source = source; 123 new IntervalEvent(source, first, last)); 128 new IntervalEvent(source, first, last));
|
| /solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/ |
| H A D | ConnectionEvent.java | 46 * @param source 47 * the source of this event 55 public ConnectionEvent(Object source, ConnectionInfo newInfo, argument 58 super(source); 66 * @param source 67 * the source of this event 72 public ConnectionEvent(Object source, ConnectionInfo info) { argument 73 this(source, info, null);
|
| /solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/control/ |
| H A D | NavigationStartEvent.java | 46 * @param source 47 * the source {@link Navigator} 55 public NavigationStartEvent(Navigator source, List<Navigable> absPath, argument 58 super(source);
|
| H A D | NavigationStopEvent.java | 48 * @param source 49 * the source {@link Navigator} 69 public NavigationStopEvent(Navigator source, Navigable[] last, argument 73 super(source); 83 * @param source 84 * the source {@link Navigator} 94 public NavigationStopEvent(Navigator source, Navigable[] last, argument 97 this(source, last, stopped, started, null);
|
| /solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/model/ |
| H A D | AbstractModel.java | 32 public AbstractModel(S source) { argument 33 source_ = source;
|
| H A D | PropertyChangeForwarder.java | 43 * the events' source to be the specified {@code AbstractManagedObject}. 46 * made the source of the event 55 * the events' source. 58 * @param source the new source of the events, or {@code null} to 59 * leave the source alone 61 public PropertyChangeForwarder(AbstractManagedObject mo, Object source) { argument 63 source_ = source;
|
| /solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/smf/depend/ |
| H A D | DepGroupManagedObject.java | 35 public DepGroupManagedObject(Dependency dd, RepoManagedObject source) argument 41 SmfManagedObject smo = source.getSMO(t); 47 addChildren(new FileManagedObject(source, t));
|
| /solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/timezone/ |
| H A D | LocationSelectionEvent.java | 40 public LocationSelectionEvent(Object source, Type type, T location) argument 42 super(source);
|
| /solaris-userland-s11u3/components/visual-panels/time/src/java/vpanels/app/time/com/oracle/solaris/vp/panels/time/client/swing/ |
| H A D | TimeModel.java | 42 public TimeModel(TimePanelDescriptor source) { argument 43 super(source);
|
| H A D | NTPModel.java | 47 public NTPModel(TimePanelDescriptor source) { argument 48 super(source);
|
| /solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/event/ |
| H A D | ExtListSelectionEvent.java | 54 public ExtListSelectionEvent(ExtListSelectionModel source, argument 57 super(source);
|
| /solaris-userland-s11u3/components/bzip2/ |
| H A D | oldapi.c | 116 bzBuffToBuffCompress(char *dest, unsigned int *destLen, char *source, argument 119 return (BZ2_bzBuffToBuffCompress(dest, destLen, source, sourceLen, 124 bzBuffToBuffDecompress(char *dest, unsigned int *destLen, char *source, argument 127 return (BZ2_bzBuffToBuffDecompress(dest, destLen, source, sourceLen,
|