HomeSort by relevance Sort by last modified time
    Searched refs:option (Results 126 - 150 of 691) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter/
xt_tcpudp.h 19 u_int8_t option; member in struct:xt_tcp
  /external/bison/lib/
getopt_.h 8 the Free Software Foundation; either version 2, or (at your option)
109 When `getopt' finds an option that takes an argument,
112 each non-option ARGV-element is returned here. */
123 non-option elements that the caller should itself scan.
135 /* Set to an option character which was unrecognized. */
142 of `struct option' terminated by an element containing a name which is
146 no_argument (or 0) if the option does not take an argument,
147 required_argument (or 1) if the option requires an argument,
148 optional_argument (or 2) if the option takes an optional argument.
151 to the value given in the field `val' when the option is found, bu
161 struct option struct
    [all...]
  /external/bluetooth/bluez/src/
log.c 11 * (at your option) any later version.
99 int option = LOG_NDELAY | LOG_PID; local
110 option |= LOG_PERROR;
112 openlog("bluetoothd", option, LOG_DAEMON);
  /external/grub/lib/
getopt1.c 10 Free Software Foundation; either version 2, or (at your option) any
74 const struct option *long_options;
80 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
81 If an option that starts with '-' (not '--') doesn't match a long option,
82 but does match a short option, it is parsed as a short option
90 const struct option *long_options;
116 static struct option long_options[] =
135 printf ("option %s", long_options[option_index].name)
    [all...]
  /external/iptables/include/
xtables.h 55 * %XTTYPE_NONE: option takes no argument
100 * %XTOPT_INVERT: option is invertible (usable with !)
101 * %XTOPT_MAND: option is mandatory
102 * %XTOPT_MULTI: option may be specified multiple times
116 * @name: name of option
118 * @id: unique number (within extension) for option, 0-31
119 * @excl: bitmask of flags that cannot be used with this option
120 * @also: bitmask of flags that must be used with this option
121 * @flags: bitmask of option flags, see %XTOPT_*
139 * @entry: current option being processe
    [all...]
  /external/oprofile/libabi/tests/
abi_test.cpp 32 popt::option options_array[] = {
33 popt::option(db_filename, "db", 'd', "output db to file", "filename"),
34 popt::option(abi_filename, "abi", 'a', "output abi to file", "filename")
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.in.h 9 (at your option) any later version.
108 When `getopt' finds an option that takes an argument,
111 each non-option ARGV-element is returned here. */
122 non-option elements that the caller should itself scan.
134 /* Set to an option character which was unrecognized. */
141 of `struct option' terminated by an element containing a name which is
145 no_argument (or 0) if the option does not take an argument,
146 required_argument (or 1) if the option requires an argument,
147 optional_argument (or 2) if the option takes an optional argument.
150 to the value given in the field `val' when the option is found, bu
160 struct option struct
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 16 * version 2 of the License, or (at your option) any later version.
88 inline static void initStyleOption(QWidget *widget, QStyleOption& option)
91 option.initFrom(widget);
97 option.state = QStyle::State_Active | QStyle::State_Enabled;
357 QStyleOptionButton option; local
358 option.state |= QStyle::State_Small;
359 option.rect = originalRect;
361 QRect layoutRect = style->subElementRect(QStyle::SE_PushButtonLayoutItem, &option, 0);
649 QStyleOptionButton option;
650 initStyleOption(p.widget, option);
1455 QStyleOptionSlider option; local
    [all...]
QtMobileWebStyle.cpp 7 * version 2 of the License, or (at your option) any later version.
134 void QtMobileWebStyle::drawControl(ControlElement element, const QStyleOption* option, QPainter* painter, const QWidget* widget) const
138 QRect rect = option->rect;
139 const bool disabled = !(option->state & State_Enabled);
155 if (option->state & State_Off)
168 const bool disabled = !(option->state & State_Enabled);
169 QPixmap radio = findRadio(option->rect.size(), option->state & State_On, disabled);
172 painter->drawPixmap(option->rect.x(), option->rect.y(), radio)
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 36 /// and the PBQP option <--> storage location map).
71 /// Returns true if the given PBQP option represents a physical register,
73 bool isPRegOption(unsigned vreg, unsigned option) const {
76 return !isSpillOption(vreg, option);
79 /// Returns true if the given PBQP option represents spilling, false
81 bool isSpillOption(unsigned vreg, unsigned option) const {
82 // We hardcode option zero as the spill option.
83 return option == 0;
89 /// Get PReg for option
    [all...]
  /external/skia/bench/
bench_compare.py 84 for option, value in opts:
85 if option == "-o":
87 elif option == "-n":
89 elif option == "-h":
91 elif option == "-f":
95 assert False, "unhandled option"
  /system/media/wilhelm/src/
entry.c 60 const SLEngineOption *option = pEngineOptions; local
62 for (i = 0; i < numOptions; ++i, ++option) {
63 switch (option->feature) {
65 threadSafe = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize
68 lossOfControlGlobal = SL_BOOLEAN_FALSE != (SLboolean) option->data; // normalize
71 SL_LOGE("unknown engine option: feature=%u data=%u",
72 option->feature, option->data);
  /external/oprofile/libopt++/
popt_options.cpp 3 * 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<int> - a integer optio
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/oprofile/pp/
common_option.cpp 42 popt::option common_options_array[] = {
43 popt::option(verbose_strings, "verbose", 'V',
46 popt::option(options::session_dir, "session-dir", '\0',
48 popt::option(options::image_path, "image-path", 'p',
50 popt::option(options::root_path, "root", 'R',
223 demangle_type handle_demangle_option(string const & option)
225 if (option == "none")
227 if (option == "smart")
229 if (option == "normal")
232 throw op_runtime_error("invalid option --demangle=" + option)
    [all...]
opgprof_options.cpp 41 popt::option options_array[] = {
42 popt::option(options::gmon_filename, "output-filename", 'o',
45 popt::option(options::threshold_opt, "threshold", 't',
  /external/iproute2/tc/
m_xt_old.c 8 * 2 of the License, or (at your option) any later version.
60 static struct option original_opts[] = {
65 static struct option *opts = original_opts;
82 static void free_opts(struct option *local_opts)
92 static struct option *
93 merge_options(struct option *oldopts, const struct option *newopts,
96 struct option *merge;
104 merge = malloc(sizeof (struct option) * (num_new + num_old + 1));
105 memcpy(merge, oldopts, num_old * sizeof (struct option));
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl 48 # command line option defaults
69 # command line option definition
371 my ($option, $value, $lastopt);
378 while (($option, $value) = nextOption()) {
380 if ($option eq "a") {
385 } elsif ($option eq "b") {
389 } elsif ($option eq "c") {
393 } elsif (($option eq "e") || (($option eq "") && ($lastopt eq "e"))) {
397 } elsif ($option eq "f")
    [all...]
  /frameworks/base/media/java/android/media/
MediaMetadataRetriever.java 193 * the given option if possible, and returns it as a bitmap. This is
201 * negative, time position and option will ignored, and any frame
204 * @param option a hint on how the frame is found. Use
219 public Bitmap getFrameAtTime(long timeUs, int option) {
220 if (option < OPTION_PREVIOUS_SYNC ||
221 option > OPTION_CLOSEST) {
222 throw new IllegalArgumentException("Unsupported option: " + option);
225 return _getFrameAtTime(timeUs, option);
240 * negative, time position and option will ignored, and any fram
    [all...]
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 66 public int getsockoptByte(FileDescriptor fd, int level, int option) throws ErrnoException { return os.getsockoptByte(fd, level, option); }
67 public InetAddress getsockoptInAddr(FileDescriptor fd, int level, int option) throws ErrnoException { return os.getsockoptInAddr(fd, level, option); }
68 public int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException { return os.getsockoptInt(fd, level, option); }
69 public StructLinger getsockoptLinger(FileDescriptor fd, int level, int option) throws ErrnoException { return os.getsockoptLinger(fd, level, option); }
70 public StructTimeval getsockoptTimeval(FileDescriptor fd, int level, int option) throws ErrnoException { return os.getsockoptTimeval(fd, level, option); }
    [all...]
Os.java 58 public int getsockoptByte(FileDescriptor fd, int level, int option) throws ErrnoException;
59 public InetAddress getsockoptInAddr(FileDescriptor fd, int level, int option) throws ErrnoException;
60 public int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException;
61 public StructLinger getsockoptLinger(FileDescriptor fd, int level, int option) throws ErrnoException;
62 public StructTimeval getsockoptTimeval(FileDescriptor fd, int level, int option) throws ErrnoException;
101 public void setsockoptByte(FileDescriptor fd, int level, int option, int value) throws ErrnoException;
102 public void setsockoptIfreq(FileDescriptor fd, int level, int option, String value) throws ErrnoException;
103 public void setsockoptInt(FileDescriptor fd, int level, int option, int value) throws ErrnoException;
104 public void setsockoptIpMreqn(FileDescriptor fd, int level, int option, int value) throws ErrnoException;
105 public void setsockoptGroupReq(FileDescriptor fd, int level, int option, StructGroupReq value) throws ErrnoException
    [all...]
  /external/dbus/tools/
dbus-uuidgen.c 9 * (at your option) any later version.
53 const char *option,
58 if (strlen(arg) < strlen(option))
61 fn = arg + strlen(option);
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLOptionsCollectionCustom.cpp 7 * version 2 of the License, or (at your option) any later version.
73 HTMLOptionElement* option = toHTMLOptionElement(exec->argument(0)); local
76 imp->add(option, ec);
85 imp->add(option, index, ec);
  /development/tools/findunused/
findunusedstrings 7 -p option prints out unused strings, otherwise a total count is printed
8 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/

Completed in 530 milliseconds

1 2 3 4 56 7 8 91011>>