Home
last modified time | relevance | path

Searched refs:getOption (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
DLocalSocket.java224 return ((Integer) impl.getOption(SocketOptions.SO_RCVBUF)).intValue(); in getReceiveBufferSize()
232 return ((Integer) impl.getOption(SocketOptions.SO_TIMEOUT)).intValue(); in getSoTimeout()
240 return ((Integer) impl.getOption(SocketOptions.SO_SNDBUF)).intValue(); in getSendBufferSize()
DLocalSocketImpl.java431 public Object getOption(int optID) throws IOException in getOption() method in LocalSocketImpl
/frameworks/compile/slang/
Drs_cc_options.cpp114 if (A->getOption().getKind() == llvm::opt::Option::InputClass) in ParseArguments()
123 switch (A->getOption().getID()) { in ParseArguments()
139 switch (A->getOption().getID()) { in ParseArguments()
200 if (lastBitwidthArg->getOption().matches(OPT_m32)) { in ParseArguments()
/frameworks/base/api/
Dsystem-current.txt45847 method public abstract java.lang.Object getOption(int) throws java.net.SocketException;
Dcurrent.txt43318 method public abstract java.lang.Object getOption(int) throws java.net.SocketException;