HomeSort by relevance Sort by last modified time
    Searched refs:nopts (Results 1 - 19 of 19) sorted by null

  /external/libselinux/src/
label_internal.h 21 unsigned nopts) hidden;
23 unsigned nopts) hidden;
25 unsigned nopts) hidden;
27 const struct selinux_opt *opts, unsigned nopts) hidden;
29 const struct selinux_opt *opts, unsigned nopts) hidden;
label.c 21 unsigned nopts);
68 unsigned nopts)
86 rec->validating = selabel_is_validate_set(opts, nopts);
88 if ((*initfuncs[backend])(rec, opts, nopts)) {
label_android_property.c 286 unsigned nopts)
300 return init(rec, opts, nopts);
avc.c 104 int avc_open(struct selinux_opt *opts, unsigned nopts)
108 while (nopts--)
109 switch(opts[nopts].type) {
112 avc_enforcing = !!opts[nopts].value;
label_file.c 676 unsigned nopts)
690 return init(rec, opts, nopts);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
randgen.h 129 RandGenOptions<ArcSelector> nopts(opts);
130 nopts.source = ifst.Start();
131 nopts.dest = ofst->Start();
132 for (; nopts.npath > 0; --nopts.npath)
133 RandGen(ifst, ofst, nopts);
149 RandGenOptions<ArcSelector> nopts(opts);
150 nopts.source = iarc.nextstate;
151 nopts.dest = oarc.nextstate;
152 --nopts.max_length
    [all...]
difference.h 131 DifferenceFstOptions<> nopts; local
132 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
133 *ofst = DifferenceFst<Arc>(ifst1, ifst2, nopts);
intersect.h 121 IntersectFstOptions<> nopts; local
122 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
123 *ofst = IntersectFst<Arc>(ifst1, ifst2, nopts);
determinize.h 712 DeterminizeFstOptions nopts; local
713 nopts.delta = opts.delta;
714 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
715 *ofst = DeterminizeFst<Arc>(ifst, nopts);
compose.h 901 ComposeFstOptions<> nopts; local
    [all...]
  /external/openfst/src/include/fst/
add-on.h 201 FstReadOptions nopts(opts);
203 if (!nopts.header) {
204 hdr.Read(strm, nopts.source);
205 nopts.header = &hdr;
207 AddOnImpl<F, T> *impl = new AddOnImpl<F, T>(nopts.header->FstType());
208 if (!impl->ReadHeader(strm, nopts, kMinFileVersion, &hdr))
215 LOG(ERROR) << "AddOnImpl::Read: Bad add-on header: " << nopts.source;
233 impl = new AddOnImpl<F, T>(*fst, nopts.header->FstType(), t);
242 FstWriteOptions nopts(opts);
243 nopts.write_isymbols = false; // Let contained FST hold any symbols
    [all...]
intersect.h 149 CacheOptions nopts; local
150 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
151 *ofst = IntersectFst<Arc>(ifst1, ifst2, nopts);
difference.h 166 CacheOptions nopts; local
167 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
168 *ofst = DifferenceFst<Arc>(ifst1, ifst2, nopts);
compose.h 583 ComposeFstImplOptions<M, M, F, T> nopts(opts, opts.matcher1, opts.matcher2,
585 return CreateBase2(fst1, fst2, nopts);
595 ComposeFstOptions<Arc> nopts(opts);
596 return CreateBase1(fst1, fst2, nopts);
602 ComposeFstOptions<Arc, M, F> nopts(opts);
603 return CreateBase1(fst1, fst2, nopts);
609 ComposeFstOptions<Arc, M, F> nopts(opts);
610 return CreateBase1(fst1, fst2, nopts);
705 CacheOptions nopts; local
706 nopts.gc_limit = 0; // Cache only the last state for fastest copy
    [all...]
determinize.h 986 DeterminizeFstOptions<Arc> nopts; local
    [all...]
  /external/libselinux/include/selinux/
label.h 62 * @nopts: number of elements in opts array or zero for no options.
72 unsigned nopts);
avc.h 196 * @nopts: number of elements in opts array or zero for no options.
202 int avc_open(struct selinux_opt *opts, unsigned nopts);
  /bionic/libc/unistd/
getopt_long.c 137 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
144 nopts = opt_end - panonopt_end;
145 ncycle = gcd(nnonopts, nopts);
155 pos += nopts;
  /external/oprofile/libpopt/
popthelp.c 690 int nopts; member in struct:poptDone_s
720 for (i = 0; i < done->nopts; i++) {
729 if (opt->arg == NULL || i < done->nopts)
732 if (done->nopts < done->maxopts)
733 done->opts[done->nopts++] = (const void *) opt->arg;
790 done->nopts = 0;
796 done->opts[done->nopts++] = (const void *) con->options;

Completed in 7395 milliseconds