Searched defs:option (Results 26 - 50 of 291) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_dccp.h21 __u8 option; member in struct:xt_dccp_info
H A Dxt_tcpudp.h10 __u8 option; /* TCP Option iff non-zero*/ member in struct:xt_tcp
20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
/external/smack/src/org/xbill/DNS/
H A DOptions.java51 String option = token.substring(0, index);
53 set(option, value);
65 /** Sets an option to "true" */
67 set(String option) { argument
70 table.put(option.toLowerCase(), "true");
73 /** Sets an option to the the supplied value */
75 set(String option, String value) { argument
78 table.put(option.toLowerCase(), value.toLowerCase());
81 /** Removes an option */
83 unset(String option) { argument
91 check(String option) argument
99 value(String option) argument
109 intValue(String option) argument
[all...]
/external/oprofile/libopt++/
H A Dpopt_options.cpp3 * option parsing
25 * option_base - base class for implementation of a command line option
27 * Every command line option added before calling parse_options()
33 * option_base - construct an option with the given options.
34 * @param option_name name part of long form e.g. --option
36 * @param help_str short description of the option
125 * option<void> - a binary option
127 * Use this option type for constructing specified / not-specified
146 * option<in
213 option::option(bool & value, char const * name, char short_name, char const * help) function in class:popt::option
221 option::option(int & value, char const * name, char short_name, function in class:popt::option
231 option::option(string & value, char const * name, char short_name, function in class:popt::option
241 option::option(vector<string> & value, char const * name, char short_name, function in class:popt::option
[all...]
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_api_unittest.cc32 AcceptOption* option = new AcceptOption(); local
35 option->description.reset(new std::string(description));
38 option->mime_types.reset(new std::vector<std::string>());
39 base::SplitString(mime_types, ',', option->mime_types.get());
43 option->extensions.reset(new std::vector<std::string>());
44 base::SplitString(extensions, ',', option->extensions.get());
47 return option;
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_pref_loader.h44 bool IsOptionSet(Options option) { argument
45 return (options_ & option) != 0;
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dkeyboard_handler.cc123 base::ListValue* option = new base::ListValue(); local
124 option->Append(new base::FundamentalValue(value));
125 option->Append(new base::StringValue(l10n_util::GetStringUTF16(
127 list_value->Append(option);
/external/chromium_org/chrome/installer/util/
H A Dproduct.h72 bool HasOption(const std::wstring& option) const {
73 return options_.find(option) != options_.end();
77 bool SetOption(const std::wstring& option, bool set) { argument
79 return options_.insert(option).second;
81 return options_.erase(option) != 0;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXMenuListPopup.cpp76 AXMenuListOption* option = toAXMenuListOption(object); local
77 option->setElement(element);
79 return option;
105 AXMenuListOption* option = menuListOptionAXObject(listItems[i]); local
106 if (option) {
107 option->setParent(this);
108 m_children.append(option);
134 // We defer creation of the children until updating the active option so that we don't
135 // create AXObjects for <option> elements while they're in the middle of removal.
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkListWidget.cpp13 const QStyleOptionViewItem &option,
18 QRect r = option.rect;
26 if(option.state & QStyle::State_Selected){
74 /* option.rect is a struct that Qt uses as a target to draw into. Following
88 r = option.rect.adjusted(5, 10, -10, -10);
92 r = option.rect.adjusted(19, 10, -10, -10);
97 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
100 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
106 r = option.rect.adjusted(kImageSpace, 0, -10, -7);
112 r = option
12 paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const argument
118 sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const argument
[all...]
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DEdge.cpp9 TracingStatus Value::NeedsTracing(NeedsTracingOption option) { argument
10 return value_->NeedsTracing(option);
/external/f2fs-tools/fsck/
H A Dmain.c42 int option = 0; local
49 while ((option = getopt(argc, argv, option_string)) != EOF) {
50 switch (option) {
68 MSG(0, "\tError: Unknown option %c\n", option);
85 while ((option = getopt(argc, argv, option_string)) != EOF) {
88 switch (option) {
121 MSG(0, "\tError: Unknown option %c\n", option);
/external/iproute2/include/linux/netfilter/
H A Dxt_tcpudp.h10 __u8 option; /* TCP Option iff non-zero*/ member in struct:xt_tcp
20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
/external/iptables/include/linux/netfilter/
H A Dxt_tcpudp.h10 __u8 option; /* TCP Option iff non-zero*/ member in struct:xt_tcp
20 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
/external/skia/debugger/QT/
H A DSkListWidget.cpp13 const QStyleOptionViewItem &option,
18 QRect r = option.rect;
26 if(option.state & QStyle::State_Selected){
74 /* option.rect is a struct that Qt uses as a target to draw into. Following
88 r = option.rect.adjusted(5, 10, -10, -10);
92 r = option.rect.adjusted(19, 10, -10, -10);
97 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
100 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
106 r = option.rect.adjusted(kImageSpace, 0, -10, -7);
112 r = option
12 paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const argument
118 sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const argument
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DCommandLine.java273 System.err.print("Unknown option ");
281 // Return true if an option exists.
283 private static boolean hasOption(Hashtable options, String option) { argument
284 if (Boolean.getBoolean(option)) return true;
285 else if (options.get(option) != Boolean.FALSE) return true;
/external/bison/darwin-lib/
H A Dgetopt.h10 (at your option) any later version.
65 # undef option macro
76 # define option __GETOPT_ID (option) macro
143 When 'getopt' finds an option that takes an argument,
146 each non-option ARGV-element is returned here. */
157 non-option elements that the caller should itself scan.
169 /* Set to an option character which was unrecognized. */
176 of 'struct option' terminated by an element containing a name which is
180 no_argument (or 0) if the option doe
196 struct option struct
[all...]
/external/bison/lib/
H A Dgetopt.in.h9 (at your option) any later version.
64 # undef option macro
75 # define option __GETOPT_ID (option) macro
132 When 'getopt' finds an option that takes an argument,
135 each non-option ARGV-element is returned here. */
146 non-option elements that the caller should itself scan.
158 /* Set to an option character which was unrecognized. */
165 of 'struct option' terminated by an element containing a name which is
169 no_argument (or 0) if the option doe
185 struct option struct
[all...]
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp_server.cc149 bool P2PSocketHostTcpServer::SetOption(P2PSocketOption option, argument
/external/chromium_org/sync/internal_api/test/
H A Dtest_internal_components_factory.cc18 StorageOption option,
21 storage_override_(option),
16 TestInternalComponentsFactory( const Switches& switches, StorageOption option, StorageOption* storage_used) argument
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLKeygenElement.cpp11 * version 2 of the License, or (at your option) any later version.
68 // Create a select element with one option element for each key size.
72 RefPtrWillBeRawPtr<HTMLOptionElement> option = HTMLOptionElement::create(document()); local
73 option->appendChild(Text::create(document(), keys[i]));
74 select->appendChild(option);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask_unittest.cc60 void SetTlsOptions(buzz::TlsOptions option);
67 void XmppLoginTaskTest::SetTlsOptions(buzz::TlsOptions option) { argument
68 engine_->SetTls(option);
/external/chromium_org/third_party/webrtc/base/
H A Doptionsfile.cc107 LOG(LS_WARNING) << "Ignoring operation for illegal option " << name;
125 bool OptionsFile::GetStringValue(const std::string& option, argument
128 << option;
129 if (!IsLegalName(option)) {
132 OptionsMap::const_iterator i = options_.find(option);
140 bool OptionsFile::GetIntValue(const std::string& option, argument
143 << option;
144 if (!IsLegalName(option)) {
147 OptionsMap::const_iterator i = options_.find(option);
154 bool OptionsFile::SetStringValue(const std::string& option, argument
165 SetIntValue(const std::string& option, int value) argument
175 RemoveValue(const std::string& option) argument
[all...]
/external/clang/docs/tools/
H A Ddump_format_style.py102 option = Option(str(field_name), str(field_type), comment) variable in class:read_options.State
103 options.append(option)
124 for option in options:
125 if not option.type in ['bool', 'unsigned', 'int', 'std::string',
127 if enums.has_key(option.type):
128 option.enum = enums[option.type]
130 raise Exception('Unknown type: %s' % option.type)
/external/google-tv-pairing-protocol/cpp/src/polo/encoding/
H A Dencodingoption.h26 // An encoding option for a challenge message consisting of an encoding scheme
49 // Creates a new encoding option.
58 // type specified by this encoding option. For example, a single symbol for
62 // Determines whether the given encoding option is the same as this one.
65 // Returns a string representation of this encoding option.
80 // Predicate for finding an encoding option.
85 explicit EncodingOptionPredicate(const EncodingOption& option) argument
86 : option_(option) {}

Completed in 3265 milliseconds

1234567891011>>