Searched refs:option (Results 51 - 75 of 936) sorted by relevance

1234567891011>>

/external/oprofile/pp/
H A Dopreport_options.cpp64 popt::option options_array[] = {
65 popt::option(options::callgraph, "callgraph", 'c',
67 popt::option(options::details, "details", 'd',
69 popt::option(options::symbols, "symbols", 'l',
72 popt::option(outfile, "output-file", 'o',
75 popt::option(sort, "sort", 's',
77 popt::option(options::reverse_sort, "reverse-sort", 'r',
79 popt::option(mergespec, "merge", 'm',
81 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
83 popt::option(exclude_symbol
[all...]
H A Doparchive_options.cpp46 popt::option options_array[] = {
47 popt::option(options::outdirectory, "output-directory", 'o',
49 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
51 popt::option(options::list_files, "list-files", 'l',
67 cerr << "Requires --output-directory option." << endl;
/external/libpcap/
H A Dbpf_dump.c34 bpf_dump(const struct bpf_program *p, int option) argument
41 if (option > 2) {
49 if (option > 1) {
/external/tcpdump/
H A Dbpf_dump.c38 bpf_dump(const struct bpf_program *p, int option) argument
45 if (option > 2) {
53 if (option > 1) {
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp27 const QStyleOptionViewItem &option,
34 QStyledItemDelegate::paint(painter, option, index);
54 opts.rect = option.rect;
26 paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const argument
H A Dsignalbar.h24 const QStyleOptionViewItem &option,
/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/chrome/installer/util/
H A Dfake_product_state.h28 void AddUninstallSwitch(const std::string& option) { argument
29 uninstall_command_.AppendSwitch(option);
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/android_platform/development/scripts/
H A Dstack126 for option, value in options:
127 if option == "--help":
129 elif option == "--symbols-dir":
131 elif option == "--symbols-zip":
133 elif option == "--arch":
135 elif option == "--chrome-symbols-dir":
137 elif option == "--more-info":
139 elif option == "--less-info":
/external/fonttools/Lib/fontTools/
H A Dttx.py29 are allowed. When no -t option is specified, all tables
38 -i Do NOT disassemble TT instructions: when this option is given,
43 -z <format> Specify a bitmap data export option for EBDT:
45 {'raw', 'extfile'} Each option does one of the following:
62 font file to be merged with the TTX file. This option is only
120 for option, value in rawOptions:
122 if option == "-h":
126 elif option == "-d":
128 print("The -d option value must be an existing directory")
131 elif option
[all...]
/external/fonttools/Tools/fontTools/
H A Dttx.py29 are allowed. When no -t option is specified, all tables
38 -i Do NOT disassemble TT instructions: when this option is given,
43 -z <format> Specify a bitmap data export option for EBDT:
45 {'raw', 'extfile'} Each option does one of the following:
62 font file to be merged with the TTX file. This option is only
120 for option, value in rawOptions:
122 if option == "-h":
126 elif option == "-d":
128 print("The -d option value must be an existing directory")
131 elif option
[all...]
/external/llvm/test/MC/X86/AlignedBundling/
H A Dbundle-lock-option-error.s4 # CHECK: error: invalid option
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_edit_creditcard_overlay.js120 var option = document.createElement('option');
121 option.text = text;
122 option.value = text;
123 expirationMonth.add(option, null);
134 var option = document.createElement('option');
135 option.text = text;
136 option.value = text;
137 expirationYear.add(option, nul
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionsCollection.idl9 * version 2 of the License, or (at your option) any later version.
34 [Custom, RaisesException] void add([Default=Undefined] optional HTMLOptionElement option, optional unsigned long index);
36 [MeasureAs=HTMLOptionsCollectionRemoveElement] void remove(HTMLOptionElement option); // non-standard
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dplgetopt.h52 PL_OPT_OK, /* all's well with the option */
54 PL_OPT_BAD /* invalid option (and value) */
59 char option; /* the name of the option */ member in struct:PLOptState
60 const char *value; /* the value of that option | NULL */
/external/iptables/include/linux/netfilter/
H A Dxt_dccp.h21 __u8 option; member in struct:xt_dccp_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_dccp.h21 __u8 option; member in struct:xt_dccp_info
/external/libpcap/tests/
H A Dpcap_compile_test.c8 bpf_dump(&p, option);
/external/qemu/android/
H A Dhelp.h37 /* appends the help for a given command-line option into a dynamic string
38 * returns 0 on success, or -1 on error (i.e. unknown option)
40 extern int android_help_for_option( const char* option, stralloc_t* out );
/external/stlport/stlport/stl/config/
H A D_prolog.h17 # pragma option push
18 # pragma option -Vx- -Ve- -a8 -b -pc
/external/chromium_org/components/cloud_devices/common/
H A Ddescription_items.h33 // static bool Load(const base::DictionaryValue& dict, ContentType* option);
36 // static void Save(ContentType option, base::DictionaryValue* dict);
61 bool Contains(const Option& option) const {
62 return std::find(options_.begin(), options_.end(), option) !=
66 void AddOption(const Option& option) { options_.push_back(option); } argument
76 // Ex: "<CAPABILITY_NAME>": { "option": [{ "is_default": true, <VALUE>},
102 bool Contains(const Option& option) const {
103 return std::find(options_.begin(), options_.end(), option) !=
112 void AddOption(const Option& option) { AddDefaultOptio argument
114 AddDefaultOption(const Option& option, bool is_default) argument
[all...]
/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/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...]

Completed in 2389 milliseconds

1234567891011>>