Searched defs:getOption (Results 1 - 12 of 12) sorted by relevance

/dalvik/dx/tests/083-ssa-phi-placement/
H A DBlort.java49 public Object getOption(int optID) throws RuntimeException method in class:Blort
/dalvik/libcore/luni/src/main/java/java/net/
H A DSocketOptions.java143 public Object getOption(int optID) throws SocketException; method in interface:SocketOptions
H A DSocketImpl.java206 public abstract Object getOption(int optID) throws SocketException; method in class:SocketImpl
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DDatagramSocketImplFactoryTest.java100 assertNull(dsi.getOption(0));
247 public Object getOption(int arg0) throws SocketException { method in class:DatagramSocketImplFactoryTest.TestDatagramSocketImpl
H A DSocketImplFactoryTest.java81 assertNull(si.getOption(0));
203 public Object getOption(int arg0) throws SocketException { method in class:SocketImplFactoryTest.MockSocketImpl
H A DSocketImplTest.java114 method = "getOption",
222 public Object getOption(int optID) throws SocketException { method in class:SocketImplTest.MockSocketImpl
H A DDatagramSocketImplTest.java140 method = "getOption",
328 public Object getOption(int optID) throws SocketException { method in class:MockDatagramSocketImpl
H A DDatagramSocketTest.java1352 public Object getOption(int arg0) throws SocketException {
2776 public Object getOption(int arg0) throws SocketException { method in class:DatagramSocketTest.TestDatagramSocketImpl
H A DServerSocketTest.java1395 public Object getOption(int arg0) throws SocketException { method in class:ServerSocketTest.MockSocketImpl
H A DSocketTest.java3334 public Object getOption(int arg0) throws SocketException { method in class:SocketTest.MockSocketImpl
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
H A DPlainDatagramSocketImpl.java157 public Object getOption(int optID) throws SocketException { method in class:PlainDatagramSocketImpl
182 int result = (((Byte) getOption(IP_MULTICAST_TTL)).byteValue()) & 0xFF;
193 byte result = ((Byte) getOption(IP_MULTICAST_TTL)).byteValue();
330 * IPv6 so we cannot get the value using the getOption. The option
H A DPlainSocketImpl.java286 public Object getOption(int optID) throws SocketException { method in class:PlainSocketImpl
342 * IPv6 so we cannot get the value using the getOption. The option

Completed in 232 milliseconds