Searched refs:Bounds (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DBounds.java37 public final class Bounds extends org.omg.CORBA.UserException { class in inherits:org.omg.CORBA.UserException
40 * Constructs an <code>Bounds</code> with no specified detail message.
42 public Bounds() { method in class:Bounds
47 * Constructs an <code>Bounds</code> with the specified detail message.
51 public Bounds(String reason) { method in class:Bounds
H A DContextList.java85 * @exception org.omg.CORBA.Bounds if the index is greater than
90 public abstract String item(int index) throws org.omg.CORBA.Bounds;
99 * @exception org.omg.CORBA.Bounds if the index is greater than
104 public abstract void remove(int index) throws org.omg.CORBA.Bounds;
H A DExceptionList.java84 * @exception org.omg.CORBA.Bounds if the index given is greater than
90 throws org.omg.CORBA.Bounds;
103 * @exception org.omg.CORBA.Bounds if the index is greater than
109 throws org.omg.CORBA.Bounds;
H A DNVList.java156 * @exception org.omg.CORBA.Bounds if the index is greater than
160 public abstract NamedValue item(int index) throws org.omg.CORBA.Bounds;
171 * @exception org.omg.CORBA.Bounds if the index is greater than
176 public abstract void remove(int index) throws org.omg.CORBA.Bounds;
H A DTypeCode.java308 * @throws org.omg.CORBA.TypeCodePackage.Bounds if the index is equal
317 throws BadKind, org.omg.CORBA.TypeCodePackage.Bounds;
332 * @throws org.omg.CORBA.TypeCodePackage.Bounds if the index is
341 throws BadKind, org.omg.CORBA.TypeCodePackage.Bounds;
356 * @throws org.omg.CORBA.TypeCodePackage.Bounds if the index is
365 throws BadKind, org.omg.CORBA.TypeCodePackage.Bounds;
490 * @throws org.omg.CORBA.TypeCodePackage.Bounds
497 throws BadKind, org.omg.CORBA.TypeCodePackage.Bounds ;
/openjdk7/corba/src/share/classes/org/omg/CORBA/TypeCodePackage/
H A DBounds.java32 * raise <code>Bounds</code> when the index parameter is greater than or equal
38 public final class Bounds extends org.omg.CORBA.UserException { class in inherits:org.omg.CORBA.UserException
41 * Constructs a <code>Bounds</code> exception with no reason message.
43 public Bounds() { method in class:Bounds
48 * Constructs a <code>Bounds</code> exception with the specified
52 public Bounds(String reason) { method in class:Bounds
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DContextListImpl.java36 import org.omg.CORBA.Bounds;
65 throws Bounds
70 throw new Bounds();
75 throws Bounds
80 throw new Bounds();
H A DExceptionListImpl.java36 import org.omg.CORBA.Bounds;
64 throws Bounds
69 throw new Bounds();
74 throws Bounds
79 throw new Bounds();
H A DNVListImpl.java37 import org.omg.CORBA.Bounds;
95 throws Bounds
100 throw new Bounds();
105 throws Bounds
110 throw new Bounds();
H A DServerRequestImpl.java41 import org.omg.CORBA.Bounds;
104 } catch (Bounds e) {
241 } catch (Bounds e) {}
H A DRequestImpl.java51 import org.omg.CORBA.Bounds;
321 } catch ( org.omg.CORBA.Bounds ex ) {
370 catch ( org.omg.CORBA.Bounds ex ) {
H A DTypeCodeImpl.java309 } catch (org.omg.CORBA.TypeCodePackage.Bounds e) {} catch (BadKind e) {}
888 } catch (org.omg.CORBA.TypeCodePackage.Bounds e) {} catch (BadKind e) {}
999 } catch (org.omg.CORBA.TypeCodePackage.Bounds e) {
1094 throws BadKind, org.omg.CORBA.TypeCodePackage.Bounds
1107 throw new org.omg.CORBA.TypeCodePackage.Bounds();
1115 throws BadKind, org.omg.CORBA.TypeCodePackage.Bounds
1127 throw new org.omg.CORBA.TypeCodePackage.Bounds();
1135 throws BadKind, org.omg.CORBA.TypeCodePackage.Bounds
1145 throw new org.omg.CORBA.TypeCodePackage.Bounds();
1230 org.omg.CORBA.TypeCodePackage.Bounds {
[all...]
/openjdk7/jdk/test/java/util/zip/
H A DBounds.java31 public class Bounds { class
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyComplexImpl.java32 import org.omg.CORBA.TypeCodePackage.Bounds;
169 } catch (Bounds bounds) { // impossible
181 } catch (Bounds bounds) { // impossible
243 } catch (Bounds bounds) { // impossible
256 } catch (Bounds bounds) { // impossible
346 } catch (Bounds bounds) { // impossible
388 } catch (Bounds bounds) { // impossible
H A DDynEnumImpl.java33 import org.omg.CORBA.TypeCodePackage.Bounds;
100 } catch (Bounds bounds) {
H A DDynStructImpl.java32 import org.omg.CORBA.TypeCodePackage.Bounds;
H A DDynUnionImpl.java32 import org.omg.CORBA.TypeCodePackage.Bounds;
131 } catch (Bounds bounds) {
141 } catch (Bounds bounds) {
151 } catch (Bounds bounds) {
H A DDynValueImpl.java32 import org.omg.CORBA.TypeCodePackage.Bounds;
H A DDynArrayImpl.java32 import org.omg.CORBA.TypeCodePackage.Bounds;
H A DDynValueBoxImpl.java32 import org.omg.CORBA.TypeCodePackage.Bounds;
H A DDynValueCommonImpl.java32 import org.omg.CORBA.TypeCodePackage.Bounds;
H A DDynAnyCollectionImpl.java32 import org.omg.CORBA.TypeCodePackage.Bounds;
H A DDynSequenceImpl.java32 import org.omg.CORBA.TypeCodePackage.Bounds;
H A DDynAnyUtil.java34 import org.omg.CORBA.TypeCodePackage.Bounds;
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_Ports.c753 controlID->min = (INT32) mixerControl->Bounds.lMinimum;
754 controlID->max = (INT32) mixerControl->Bounds.lMaximum;
767 controlID->min = (INT32) mixerControl->Bounds.dwMinimum;
768 controlID->max = (INT32) mixerControl->Bounds.dwMaximum;

Completed in 211 milliseconds

12