Searched refs:_ex (Results 1 - 5 of 5) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A D_IDLTypeStub.java64 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
65 _in = _ex.getInputStream ();
66 String _id = _ex.getId ();
89 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
90 _in = _ex.getInputStream ();
91 String _id = _ex.getId ();
108 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
109 _in = _ex.getInputStream ();
110 String _id = _ex.getId ();
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A D_IDLTypeStub.java73 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
74 _in = _ex.getInputStream ();
75 String _id = _ex.getId ();
94 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
95 _in = _ex.getInputStream ();
96 String _id = _ex.getId ();
113 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
114 _in = _ex.getInputStream ();
115 String _id = _ex.getId ();
H A D_PolicyStub.java80 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
81 _in = _ex.getInputStream ();
82 String _id = _ex.getId ();
104 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
105 _in = _ex.getInputStream ();
106 String _id = _ex.getId ();
125 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
126 _in = _ex.getInputStream ();
127 String _id = _ex.getId ();
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/
H A D_CodeBaseStub.java62 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
63 _in = _ex.getInputStream ();
64 String _id = _ex.getId ();
84 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
85 _in = _ex.getInputStream ();
86 String _id = _ex.getId ();
104 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
105 _in = _ex.getInputStream ();
106 String _id = _ex.getId ();
126 } catch (org.omg.CORBA.portable.ApplicationException _ex) {
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp9918 int16_t _ex; member in class:FPU_Register
9921 return _ex == -1 && _m1 == (int32_t)0xC0000000 && _m0 == 0;
9925 char sign = (_ex < 0) ? '-' : '+';
9926 const char* kind = (_ex == 0x7FFF || _ex == (int16_t)-1) ? "NaN" : " ";
9927 printf("%c%04hx.%08x%08x %s", sign, _ex, _m1, _m0, kind);

Completed in 69 milliseconds