Searched refs:getOption (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
H A DLocalSocket.java224 return ((Integer) impl.getOption(SocketOptions.SO_RCVBUF)).intValue();
232 return ((Integer) impl.getOption(SocketOptions.SO_TIMEOUT)).intValue();
240 return ((Integer) impl.getOption(SocketOptions.SO_SNDBUF)).intValue();
H A DLocalSocketImpl.java431 public Object getOption(int optID) throws IOException method in class:LocalSocketImpl
/frameworks/compile/slang/
H A Drs_cc_options.cpp136 if (A->getOption().getKind() == llvm::opt::Option::InputClass)
145 switch (A->getOption().getID()) {
161 switch (A->getOption().getID()) {
218 if (lastBitwidthArg->getOption().matches(OPT_m32)) {
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp288 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
300 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
312 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
361 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
455 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
552 if (arg->getOption().matches(kOpt_ExportDynamic)) {
690 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
705 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
720 mcld::errs() << "Invalid value for" << arg->getOption().getPrefixedName()
737 if (arg->getOption()
[all...]

Completed in 134 milliseconds