HomeSort by relevance Sort by last modified time
    Searched full:opts (Results 76 - 100 of 379) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/iptables/extensions/
libipt_comment.c 27 static struct option opts[] = { variable in typeref:struct:option
113 .extra_opts = opts
libipt_condition.c 22 static struct option opts[] = { variable in typeref:struct:option
98 .extra_opts = opts
libipt_helper.c 22 static struct option opts[] = { variable in typeref:struct:option
95 .extra_opts = opts
libipt_quota.c 15 static struct option opts[] = { variable in typeref:struct:option
100 .extra_opts = opts
libip6t_2connmark.c 42 static struct option opts[] = { variable in typeref:struct:option
145 .extra_opts = opts
libip6t_2hl.c 123 static struct option opts[] = { variable in typeref:struct:option
142 .extra_opts = opts
libip6t_2mark.c 23 static struct option opts[] = { variable in typeref:struct:option
136 .extra_opts = opts,
libip6t_HL.c 141 static struct option opts[] = { variable in typeref:struct:option
160 .extra_opts = opts
libip6t_REJECT.c 68 static struct option opts[] = { variable in typeref:struct:option
164 .extra_opts = opts,
libip6t_TCPMSS.c 30 static struct option opts[] = { variable in typeref:struct:option
128 .extra_opts = opts
libip6t_length.c 24 static struct option opts[] = { variable in typeref:struct:option
146 .extra_opts = opts,
libip6t_mac.c 26 static struct option opts[] = { variable in typeref:struct:option
133 .extra_opts = opts,
libip6t_state.c 26 static struct option opts[] = { variable in typeref:struct:option
157 .extra_opts = opts
libipt_2connmark.c 42 static struct option opts[] = { variable in typeref:struct:option
145 .extra_opts = opts
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
relabel.h 167 const RelabelFstOptions &opts)
168 : CacheImpl<A>(opts), fst_(fst.Copy()),
194 const RelabelFstOptions &opts)
195 : CacheImpl<A>(opts), fst_(fst.Copy()),
337 const RelabelFstOptions &opts)
338 : impl_(new RelabelFstImpl<A>(fst, ipairs, opairs, opts)) {}
349 const RelabelFstOptions &opts)
350 : impl_(new RelabelFstImpl<A>(fst, new_isymbols, new_osymbols, opts)) {}
mutable-fst.h 71 static MutableFst<A> *Read(istream &strm, const FstReadOptions &opts) {
72 FstReadOptions ropts(opts);
75 hdr = *opts.header;
77 if (!hdr.Read(strm, opts.source))
replace.h 40 ReplaceFstOptions(const CacheOptions &opts, int64 r)
41 : CacheOptions(opts), root(r), epsilon_on_replace(false) {}
99 const ReplaceFstOptions &opts)
100 : CacheImpl<A>(opts), opts_(opts) {
111 SetRoot(opts.root);
114 explicit ReplaceFstImpl(const ReplaceFstOptions &opts)
115 : CacheImpl<A>(opts), opts_(opts), root_(kNoLabel) {
551 const ReplaceFstOptions &opts)
    [all...]
vector-fst.h 198 static VectorFstImpl<A> *Read(istream &strm, const FstReadOptions &opts);
204 bool Write(ostream &strm, const FstWriteOptions &opts) const;
351 const FstReadOptions &opts) {
354 if (!impl->ReadHeaderAndSymbols(strm, opts, kMinFileVersion, &hdr))
366 LOG(ERROR) << "VectorFst::Read: read failed: " << opts.source;
377 LOG(ERROR) << "VectorFst::Read: read failed: " << opts.source;
421 const FstWriteOptions &opts) const {
425 WriteHeaderAndSymbols(strm, opts, kFileVersion, &hdr);
444 LOG(ERROR) << "VectorFst::Write: write failed: " << opts.source;
524 static VectorFst<A> *Read(istream &strm, const FstReadOptions &opts) {
    [all...]
  /external/bluetooth/bluez/compat/
hidd.c 79 struct l2cap_options opts; local
94 memset(&opts, 0, sizeof(opts));
95 opts.imtu = HIDP_DEFAULT_MTU;
96 opts.omtu = HIDP_DEFAULT_MTU;
97 opts.flush_to = 0xffff;
99 setsockopt(sk, SOL_L2CAP, L2CAP_OPTIONS, &opts, sizeof(opts));
117 struct l2cap_options opts; local
135 memset(&opts, 0, sizeof(opts))
    [all...]
  /external/icu4c/samples/coll/
coll.cpp 65 OptSpec opts[] = { variable
85 UBool processOptions(int argc, const char **argv, OptSpec opts[])
90 for (pOpt = opts; pOpt->name != 0; pOpt ++) {
241 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
  /external/icu4c/
runConfigureICU 9 OPTS=
73 OPTS="$OPTS --enable-debug"
77 OPTS="$OPTS --disable-release"
357 echo "Running ./configure $OPTS $@ for $THE_OS using $THE_COMP compiler"
359 if $configure $OPTS $@
  /external/iproute2/tc/
m_ipt.c 55 static struct option *opts = original_opts; variable in typeref:struct:option
168 opts = original_opts;
422 c = getopt_long(argc, argv, "j:", opts, NULL);
434 opts =
435 merge_options(opts, m->extra_opts,
464 free_opts(opts);
522 free_opts(opts);
579 opts =
580 merge_options(opts, m->extra_opts,
610 free_opts(opts);
    [all...]
  /external/bison/lib/
getopt_.h 181 options given in OPTS.
183 Return the option character from OPTS just read. Return -1 when
188 The OPTS string is a list of characters which are recognized option
192 If a letter in OPTS is followed by two colons, its argument is
199 If OPTS begins with `--', then non-option arguments are treated as
  /external/ppp/pppd/
auth.c 1693 struct wordlist *addrs, *opts; local
1921 struct wordlist *addrs, *opts; local
1986 struct wordlist *addrs, *opts; local
    [all...]
  /dalvik/
run-core-tests.sh 29 OPTS=`getopt -o dl: --long debug,log:,help -n $0 -- "$@"`
33 eval set -- "$OPTS"

Completed in 316 milliseconds

1 2 34 5 6 7 8 91011>>