HomeSort by relevance Sort by last modified time
    Searched refs:Option (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunport.h 82 virtual int SetOption(talk_base::Socket::Option opt, int value);
transportchannelproxy.cc 66 int TransportChannelProxy::SetOption(talk_base::Socket::Option opt, int value) {
udpport.cc 93 int UDPPort::SetOption(talk_base::Socket::Option opt, int value) {
tcpport.h 70 virtual int SetOption(talk_base::Socket::Option opt, int value);
relayport.cc 64 int SetSocketOption(talk_base::Socket::Option opt, int value);
133 // Sets this option on the socket of each connection.
134 int SetSocketOption(talk_base::Socket::Option opt, int value);
347 int RelayPort::SetOption(talk_base::Socket::Option opt, int value) {
388 int RelayConnection::SetSocketOption(talk_base::Socket::Option opt,
586 int RelayEntry::SetSocketOption(talk_base::Socket::Option opt, int value) {
587 // Set the option on all available sockets.
rawtransportchannel.cc 85 int RawTransportChannel::SetOption(talk_base::Socket::Option opt, int value) {
153 // Another option is to classify the NAT type early and not offer the raw
stunport.cc 196 int StunPort::SetOption(talk_base::Socket::Option opt, int value) {
tcpport.cc 133 int TCPPort::SetOption(talk_base::Socket::Option opt, int value) {
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 222 /* string -> ExecutionEngine.t -> llvalue option */
225 CAMLlocal1(Option);
229 Option = alloc(1, 0);
230 Field(Option, 0) = Val_op(Found);
231 CAMLreturn(Option);
  /external/llvm/include/llvm/CodeGen/
MachinePassRegistry.h 14 // and deletions, so that the appropriate command option is updated.
128 void initialize(cl::Option &O) {
131 // Add existing passes to option.
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 7 * version 2 of the License, or (at your option) any later version.
41 enum ItemType { Option, Group, Separator };
  /external/clang/lib/Driver/
ArgList.cpp 13 #include "clang/Driver/Option.h"
29 const Option &O = (*Current)->getOption();
303 Arg *DerivedArgList::MakeFlagArg(const Arg *BaseArg, const Option *Opt) const {
309 Arg *DerivedArgList::MakePositionalArg(const Arg *BaseArg, const Option *Opt,
317 Arg *DerivedArgList::MakeSeparateArg(const Arg *BaseArg, const Option *Opt,
325 Arg *DerivedArgList::MakeJoinedArg(const Arg *BaseArg, const Option *Opt,
  /external/webkit/Source/WebCore/editing/
TypingCommand.h 51 enum Option {
  /external/webkit/Source/WebKit/chromium/src/
ExternalPopupMenu.cpp 141 popupItem.type = WebMenuItemInfo::Option;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
IssueReporter.java 21 import com.android.tradefed.config.Option;
50 @Option(name = "issue-server", description = "Server url to post test failures to.")
80 * This is only called when the --bugreport option is enabled.
  /external/chromium/third_party/libjingle/source/talk/base/
asynctcpsocket.cc 145 int AsyncTCPSocket::GetOption(Socket::Option opt, int* value) {
149 int AsyncTCPSocket::SetOption(Socket::Option opt, int value) {
win32socketserver.cc 395 int Win32Socket::GetOption(Option opt, int* value) {
406 int Win32Socket::SetOption(Option opt, int value) {
572 int Win32Socket::TranslateOption(Option opt, int* slevel, int* sopt) {
  /external/clang/tools/driver/
driver.cpp 19 #include "clang/Driver/Option.h"
79 /// 'xOPTION': Removes all instances of the literal argument OPTION.
81 /// 'XOPTION': Removes all instances of the literal argument OPTION,
122 std::string Option = Edit.substr(1, std::string::npos);
124 if (Option == Args[i]) {
380 // Note that ParseDiagnosticArgs() uses the cc1 option table.
  /frameworks/compile/slang/
llvm-rs-cc.cpp 27 #include "clang/Driver/Option.h"
58 using clang::driver::Option;
76 OPT_INVALID = 0, // This is not an option ID.
77 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
81 #undef OPTION
85 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
87 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
201 if (A->getOption().getKind() == Option::InputClass)
222 slangAssert(false && "Invalid option in M group!");
246 slangAssert(false && "Invalid option in output type group!")
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
feed.js 10 * option page.
367 element.options[element.options.length] = new Option(
375 element.options[element.options.length] = new Option(keywords[i],
  /external/icu4c/config/
icu-config-bottom 41 echo " --icudata-install-dir Print path to install data to - use as --install option to pkgdata(1)"
42 echo " --icudata-mode Print default ICU pkgdata mode (dll) - use as --mode option to pkgdata(1)."
64 echo " --incpkgdatafile Print path to pkgdata.inc (for -O option of pkgdata)"
100 echo "### Try the --prefix= option " 1>&2
102 echo "### (If you want to disable this check, use the --noverify option)" 1>&2
383 echo ${ME}: ERROR Unknown Option $arg 1>&2
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 209 void PseudoTcpChannel::GetOption(PseudoTcp::Option opt, int* value) {
216 void PseudoTcpChannel::SetOption(PseudoTcp::Option opt, int value) {
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.cpp 8 * version 2 of the License, or (at your option) any later version.
243 case QWebSelectData::Option:
QtMaemoWebPopup.cpp 7 * version 2 of the License, or (at your option) any later version.
44 if (m_data.itemType(i) == QWebSelectData::Option) {
160 void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const
162 QStyledItemDelegate::paint(painter, option, index);
164 if (option.state & QStyle::State_Selected)
165 painter->drawPixmap(option.rect.width() - tickMark.rect().width(), option.rect.y() + (option.rect.height() / 2 - tickMark.rect().height() / 2), tickMark);
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebPlugin.cpp 7 * version 2 of the License, or (at your option) any later version.
41 if (m_data.itemType(i) == QWebSelectData::Option) {
156 void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const
158 QStyledItemDelegate::paint(painter, option, index);
160 if (option.state & QStyle::State_Selected)
161 painter->drawPixmap(option.rect.width() - tickMark.rect().width(), option.rect.y() + (option.rect.height() / 2 - tickMark.rect().height() / 2), tickMark);

Completed in 966 milliseconds

1 23 4 5