Searched refs:choices (Results 1 - 3 of 3) sorted by relevance
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/timezone/ |
H A D | LocationPanel.java | 88 * Find the criteria that correspond to the choices matched by 142 * same type as the choices; we enforce this by making it a separate 146 LocationCriteria<C, C> lastcrit, List<C> choices, String auxText) { 150 picker_.setObjects(new HashSet<C>(choices)); 154 choices_ = choices; 161 * Configure each combobox to constrain the choices available in 145 setCriteria(List<? extends LocationCriteria<C, ?>> criteria, LocationCriteria<C, C> lastcrit, List<C> choices, String auxText) argument
|
H A D | TimeZonePanel.java | 305 List<TZChoice> choices = new LinkedList<TZChoice>(); 310 choices.add(choice); 326 locationPanel_.setCriteria(criteria, new TZZoneCriteria(), choices,
|
/solaris-userland-s11u3/components/openstack/cinder/files/zfssa/ |
H A D | zfssaiscsi.py | 40 choices=['512', '1k', '2k', '4k', '8k', '16k', '32k', '64k', variable 46 choices=['off', 'lzjb', 'gzip-2', 'gzip', 'gzip-9'], variable 49 choices=['latency', 'throughput'], variable
|
Completed in 11 milliseconds