Searched defs:ioe (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DProxySelector.java161 * @param ioe
165 public abstract void connectFailed(URI uri, SocketAddress sa, IOException ioe); argument
/openjdk7/jdk/test/java/net/ProxySelector/
H A DProxyTest.java66 public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientCommunicatorAdmin.java53 public void gotIOException (IOException ioe) throws IOException { argument
54 restart(ioe);
90 private void restart(IOException ioe) throws IOException { argument
96 throw ioe;
116 throw ioe;
161 throw ioe;
/openjdk7/jdk/src/share/classes/sun/net/spi/
H A DDefaultProxySelector.java324 public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { argument
325 if (uri == null || sa == null || ioe == null) {
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DIocp.java301 public void failed(int error, IOException ioe); argument
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java605 } catch (IOException ioe) {
607 communicatorAdmin.gotIOException(ioe);
650 } catch (IOException ioe) {
651 communicatorAdmin.gotIOException(ioe);
685 } catch (IOException ioe) {
686 communicatorAdmin.gotIOException(ioe);
724 } catch (IOException ioe) {
725 communicatorAdmin.gotIOException(ioe);
765 } catch (IOException ioe) {
766 communicatorAdmin.gotIOException(ioe);
1467 gotIOException(IOException ioe) argument
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.cpp775 itableOffsetEntry* ioe = offset_entry(0); local
777 MarkSweep::mark_and_push((oop*)&ioe->_interface);
778 ioe++;
792 itableOffsetEntry* ioe = offset_entry(0); local
794 PSParallelCompact::mark_and_push(cm, (oop*)&ioe->_interface);
795 ioe++;
809 itableOffsetEntry* ioe = offset_entry(0); local
811 MarkSweep::adjust_pointer((oop*)&ioe->_interface);
812 ioe++;
826 itableOffsetEntry* ioe local
844 itableOffsetEntry* ioe = offset_entry(0); local
860 itableOffsetEntry* ioe = offset_entry(0); local
898 itableOffsetEntry* ioe = offset_entry(i); local
906 itableOffsetEntry* ioe = offset_entry(size_offset_table() - 1); local
1159 itableOffsetEntry* ioe = (itableOffsetEntry*)klass->start_of_itable(); local
[all...]
H A DinstanceKlass.cpp2201 itableOffsetEntry* ioe = (itableOffsetEntry*)start_of_itable(); local
2202 int method_table_offset_in_words = ioe->offset()/wordSize;
2206 for (int cnt = 0 ; ; cnt ++, ioe ++) {
2213 klassOop ik = ioe->interface_klass();
2217 itableMethodEntry* ime = ioe->first_method_entry(as_klassOop());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java2296 catch (IOException ioe) {
2297 exception = ioe;
2361 catch (IOException ioe) {
2362 exception = ioe;
2466 XMLInputSource schemaSource, Element referElement, IOException ioe) {
2473 referElement, ioe);
2478 referElement, ioe);
2484 referElement, ioe);
2465 getSchemaDocument1(boolean mustResolve, boolean hasInput, XMLInputSource schemaSource, Element referElement, IOException ioe) argument

Completed in 119 milliseconds