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

1 2 34 5

  /external/bison/data/
glr.c 9 # (at your option) any later version.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 180 virtual int SetOption(talk_base::Socket::Option opt, int value) = 0;
pseudotcp.cc 373 void PseudoTcp::GetOption(Option opt, int* value) {
383 void PseudoTcp::SetOption(Option opt, int value) {
p2ptransportchannel.cc 860 // Since this connection is no longer an option, we can just set best to NULL
895 int P2PTransportChannel::SetOption(talk_base::Socket::Option opt, int value) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 75 virtual int SetOption(SocketType type, talk_base::Socket::Option opt,
76 int option) = 0;
channel.h 158 virtual int SetOption(SocketType type, talk_base::Socket::Option o, int val);
channel.cc 217 int BaseChannel::SetOption(SocketType type, talk_base::Socket::Option opt,
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 314 outputItem.type = WebMenuItemInfo::Option;
ChromeClientImpl.cpp 781 outputItem.type = WebMenuItemInfo::Option;
  /prebuilt/common/commons-cli/
commons-cli-1.2.jar 
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 243 int GetOption(Option opt, int* value) {
258 int SetOption(Option opt, int value) {
475 static int TranslateOption(Option opt, int* slevel, int* sopt) {
    [all...]
  /external/regex-re2/util/
pcre.cc 51 void PCRE::Init(const char* pattern, Option options, int match_limit,
64 error_ = new string("illegal regexp option");
66 << "Error compiling '" << pattern << "': illegal regexp option";
78 PCRE::PCRE(const char* pattern, Option option) {
79 Init(pattern, option, 0, 0, true);
84 PCRE::PCRE(const string& pattern, Option option) {
85 Init(pattern.c_str(), option, 0, 0, true);
88 Init(pattern.c_str(), re_option.option(), re_option.match_limit()
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 20 #include "clang/Driver/Option.h"
740 CmdArgs.push_back("-backend-option");
743 CmdArgs.push_back("-backend-option");
747 CmdArgs.push_back("-backend-option");
    [all...]
ToolChains.cpp 19 #include "clang/Driver/Option.h"
623 const Option *O = Opts.getOption(options::OPT_mmacosx_version_min_EQ);
627 const Option *O = Opts.getOption(options::OPT_miphoneos_version_min_EQ);
631 const Option *O = Opts.getOption(
637 const Option *O = Opts.getOption(options::OPT_mmacosx_version_min_EQ);
892 const Option *MCpu = Opts.getOption(options::OPT_mcpu_EQ);
893 const Option *MArch = Opts.getOption(options::OPT_march_EQ);
    [all...]
Driver.cpp 19 #include "clang/Driver/Option.h"
129 // option we used to determine the final phase.
179 // option.
569 llvm::errs() << "Option " << i << " - "
600 /// option.
807 // Validate the option here; we don't save the type here because its
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 229 this.albumSelect_.options[i] = new Option(album.title, i);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 13 # the Free Software Foundation; either version 2, or (at your option)
60 # Initialize the option processor:
64 # For a description of option declarations, see the documentation at
68 # List of option declarations (separated by whitespace)
78 $optionStart = "-"; # Dash is the default option starter
87 foreach $option (split(/\s+/,$group)) {
88 croak "Invalid option declaration `$option'"
89 unless $option =~ /^([^=:>]+)([=:][$typeChars]|>[^=:>]+)?$/o;
94 croak "Invalid synonym `$option'"
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 21 # License, or (at your option) any later version.
226 # Argument and option handling
232 # Option handling
421 if ($dline =~ /^Option:/) {;}
458 # If --show option is used, check all specified events appeared in the
867 # Sort function names into order dictated by --sort option.
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 63 defined only on per-packet base (f.e.\ jumbo payload option).
80 (f.e.\ in RSVP PATH messages or in some hop-by-hop option).
139 is aware of this field, it is necessary to set socket option
151 will set option \verb|IPV6_FLOWINFO| and after this he will receive
164 Besides that, in the spirit of RFC2292 the option \verb|IPV6_FLOWINFO|
178 After setting socket option \verb|IPV6_FLOWINFO|
263 Socket option \verb|IPV6_FLOWLABEL_MGR| allows to
402 \item \verb|Opt| is length of options, associated with the label. Option
  /external/stlport/
configure.bat 5 REM * to see available options, call with option --help
33 REM help option
44 REM option loop
48 REM platform option
88 echo Unknown option: %1
148 echo option:
162 echo this option.
168 echo Use this option to add any compilation flag to the build system. For instance
177 echo Use this option to customize the generated library name. The motif will be used
186 echo Option specially targetting build of the unit tests project without STLport. Thi
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 486 attribute [CustomGetter] HTMLOptionElementConstructor Option; // Usable with new operator
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 50 % warranty protection to some or all third parties, at your option).
53 % transferring a copy, and you may at your option offer warranty
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2627 milliseconds

1 2 34 5