HomeSort by relevance Sort by last modified time
    Searched refs:opts (Results 26 - 50 of 305) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 149 static Fst<A> *Read(istream &strm, const FstReadOptions &opts) {
150 FstReadOptions ropts(opts);
153 hdr = *opts.header;
155 if (!hdr.Read(strm, opts.source))
182 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const {
456 // If opts.header is non-null, skip read-in and use the option value.
457 // If opts.[io]symbols is non-null, read-in but use the option value.
458 bool ReadHeaderAndSymbols(istream &strm, const FstReadOptions& opts,
460 if (opts.header)
461 *hdr = *opts.header
    [all...]
expanded-fst.h 38 static ExpandedFst<A> *Read(istream &strm, const FstReadOptions &opts) {
39 FstReadOptions ropts(opts);
42 hdr = *opts.header;
44 if (!hdr.Read(strm, opts.source))
closure.h 76 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t)
77 : RationalFstOptions(opts), type(t) {}
106 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts)
107 : RationalFst<A>(opts) {
108 Impl()->InitClosure(fst, opts.type);
difference.h 67 const DifferenceFstOptions<T> &opts)
70 ComposeFstOptions<T | COMPOSE_FST2_RHO>(opts)) {
130 const DifferenceOptions &opts = DifferenceOptions()) {
134 if (opts.connect)
  /external/bluetooth/bluez/src/
btio.c 623 static gboolean parse_set_opts(struct set_opts *opts, GError **err,
629 memset(opts, 0, sizeof(*opts));
632 opts->defer = DEFAULT_DEFER_TIMEOUT;
633 opts->master = -1;
634 opts->sec_level = BT_IO_SEC_MEDIUM;
635 opts->mode = L2CAP_MODE_BASIC;
642 hci_devba(atoi(str + 3), &opts->src);
644 str2ba(str, &opts->src);
647 bacpy(&opts->src, va_arg(args, const bdaddr_t *))
1082 struct set_opts opts; local
1203 struct set_opts opts; local
1258 struct set_opts opts; local
    [all...]
  /external/webkit/WebKitTools/Scripts/
clean-header-guards 7 OptionParser.new do |opts|
8 opts.banner = "Usage: clean-header-guards [options]"
10 opts.on("--prefix [PREFIX]", "Append a header prefix to all guards") do |prefix|
  /external/qemu/
qemu-sockets-android.c 51 const char *opts, *h; local
89 opts = str + pos;
90 h = strstr(opts, ",to=");
92 if (strstr(opts, ",ipv4")) {
96 if (strstr(opts, ",ipv6")) {
168 sock_address_get_port(e) - port_offset, opts);
171 sock_address_get_port(e) - port_offset, opts);
269 char *path, *upath, *opts; local
272 opts = strchr(str, ',');
273 if (opts) {
    [all...]
  /external/bluetooth/bluez/test/
l2test.c 194 struct l2cap_options opts; local
219 memset(&opts, 0, sizeof(opts));
220 optlen = sizeof(opts);
222 if (getsockopt(sk, SOL_L2CAP, L2CAP_OPTIONS, &opts, &optlen) < 0) {
229 opts.omtu = omtu;
230 opts.imtu = imtu;
231 opts.mode = rfcmode;
233 opts.fcs = fcs;
234 opts.txwin_size = txwin_size
336 struct l2cap_options opts; local
    [all...]
  /external/clearsilver/cgi/
html.c 104 STRING *out, HTML_CONVERT_OPTS *opts)
289 if (opts->space_convert)
318 if (opts->newlines_convert)
369 if (opts->url_class)
371 err = string_appendf (out, "class=%s ", opts->url_class);
374 if (opts->url_target)
376 err = string_appendf (out, "target=\"%s\" ", opts->url_target);
381 if (opts->bounce_url)
418 new_url = sprintf_alloc(opts->bounce_url, esc_url);
441 if (opts->link_name)
    [all...]
html.h 37 HTML_CONVERT_OPTS *opts);
  /external/iptables/extensions/
libip6t_eui64.c 25 static struct option opts[] = { variable in typeref:struct:option
70 .extra_opts = opts,
libip6t_standard.c 19 static struct option opts[] = { variable in typeref:struct:option
60 .extra_opts = opts,
libipt_MIRROR.c 19 static struct option opts[] = { variable in typeref:struct:option
56 .extra_opts = opts
libipt_NOTRACK.c 19 static struct option opts[] = { variable in typeref:struct:option
57 .extra_opts = opts
libipt_standard.c 19 static struct option opts[] = { variable in typeref:struct:option
63 .extra_opts = opts
libip6t_hbh.c 27 " --%s-opts TYPE[:LEN][,TYPE[:LEN]...] \n"
33 static struct option opts[] = { variable in typeref:struct:option
35 { "hbh-opts", 1, 0, '2' },
40 static struct option opts[] = { variable in typeref:struct:option
42 { "dst-opts", 1, 0, '2' },
73 parse_options(const char *optsstr, u_int16_t *opts)
92 opts[i] = (u_int16_t)((parse_opts_num(cp,"opt") & 0x000000FF)<<8);
94 if (opts[i] == 0)
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
99 opts[i] |= (0x00FF)
    [all...]
libip6t_dst.c 29 " --" LNAME "-opts TYPE[:LEN][,TYPE[:LEN]...] \n"
34 static struct option opts[] = { variable in typeref:struct:option
36 { .name = LNAME "-opts", .has_arg = 1, .flag = 0, .val = '2' },
66 parse_options(const char *optsstr, u_int16_t *opts)
91 opts[i] = (u_int16_t)((parse_opts_num(cp,"opt") & 0x000000FF)<<8);
93 if (opts[i] == 0)
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
99 opts[i] |= (0x00FF);
102 printf("opts str: %s %s\n", cp, range);
103 printf("opts opt: %04X\n", opts[i])
    [all...]
libipt_NETMAP.c 17 static struct option opts[] = { variable in typeref:struct:option
29 IPTABLES_VERSION, opts[0].name);
132 "Unexpected `!' after --%s", opts[0].name);
148 MODULENAME" needs --%s", opts[0].name);
177 printf("--%s ", opts[0].name);
193 .extra_opts = opts
  /external/dropbear/
common-runopts.c 32 runopts opts; /* GLOBAL */ variable
  /external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java 64 final IOptsParser.IOpt [] opts = parsedopts.getOpts (); local
66 if (opts == null) // this means there were args parsing errors
77 for (int o = 0; o < opts.length; ++ o)
79 final IOptsParser.IOpt opt = opts [o];
99 // process prefixed opts:
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapDecode.java 71 BitmapFactory.Options opts = new BitmapFactory.Options(); local
74 opts.inJustDecodeBounds = true;
75 bm = BitmapFactory.decodeStream(is, null, opts);
77 // now opts.outWidth and opts.outHeight are the dimension of the
80 opts.inJustDecodeBounds = false; // this will request the bm
81 opts.inSampleSize = 4; // scaled down by 4
82 bm = BitmapFactory.decodeStream(is, null, opts);
  /external/bluetooth/bluez/tools/
parser.c 65 struct rfcomm_opts *opts; variable in typeref:struct:rfcomm_opts
482 opts = NULL;
489 opts = &rfcomm_opts[yyvsp[0].number];
491 opts = NULL;
497 if (opts)
498 opts->bind = yyvsp[0].number;
504 if (opts)
505 bacpy(&opts->bdaddr, yyvsp[0].bdaddr);
511 if (opts)
512 opts->channel = yyvsp[0].number
    [all...]
  /external/e2fsprogs/misc/
fsck.h 44 char *opts; member in struct:fs_info
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 66 final IOptsParser.IOpt [] opts = parsedopts.getOpts (); local
68 if (opts == null) // this means there were args parsing errors
79 for (int o = 0; o < opts.length; ++ o)
81 final IOptsParser.IOpt opt = opts [o];
105 // process prefixed opts:

Completed in 3356 milliseconds

12 3 4 5 6 7 8 91011>>