/external/openfst/src/include/fst/script/ |
disambiguate.h | 49 const DisambiguateOptions &opts = args->arg3; local 52 detargs.delta = opts.delta; 54 *(opts.weight_threshold.GetWeight<typename Arc::Weight>()); 55 detargs.state_threshold = opts.state_threshold; 56 detargs.subsequential_label = opts.subsequential_label; 62 const DisambiguateOptions &opts =
|
randequivalent.h | 56 const RandGenOptions<RandArcSelection> &opts = args->args.arg6; local 59 if (opts.arc_selector == UNIFORM_ARC_SELECTOR) { 62 ropts(arc_selector, opts.max_length, opts.npath); 66 } else if (opts.arc_selector == FAST_LOG_PROB_ARC_SELECTOR) { 69 ropts(arc_selector, opts.max_length, opts.npath); 76 ropts(arc_selector, opts.max_length, opts.npath); 98 fst::script::RandArcSelection> &opts); [all...] |
fst-class.h | 56 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const = 0; 121 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const { 122 return impl_->Write(ostr, opts); 153 const FstReadOptions &opts) { 154 if (!opts.header) { 158 const FstHeader &hdr = *opts.header; 161 return ReadTypedFst<MutableFstClass, MutableFst<Arc> >(stream, opts); 163 return ReadTypedFst<FstClass, Fst<Arc> >(stream, opts); 210 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const { 211 return impl_->Write(ostr, opts); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
mbo_getopt.c | 44 int mbo_getopt(int argc, char* const *argv, const mbo_opt_struct opts[], char **optarg, int *optind, int show_err) 84 if (opts[opts_idx].opt_char == '-') 89 else if (opts[opts_idx].opt_name && !strcmp(&argv[*optind][2], opts[opts_idx].opt_name)) 97 arg_start = 2 + strlen(opts[opts_idx].opt_name); 120 if (opts[opts_idx].opt_char == '-') 137 else if (argv[*optind][optchr] == opts[opts_idx].opt_char) 144 if (opts[opts_idx].need_param) 167 return opts[opts_idx].opt_char; 188 return opts[opts_idx].opt_char [all...] |
/external/chromium_org/tools/git/ |
mffr.py | 116 opts, args = parser.parse_args() 117 if opts.use_default_glob and opts.user_supplied_globs: 122 from_file = opts.input_filename != "" 127 if not opts.force_unsafe_run: 141 if opts.use_default_glob: 143 elif opts.user_supplied_globs: 144 global_file_globs = opts.user_supplied_globs 148 if opts.input_filename == '': 153 f = open(opts.input_filename [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-record.c | 66 struct perf_record_opts opts; member in struct:perf_record 200 struct perf_record_opts *opts = &rec->opts; local 203 perf_evlist__config(evlist, opts); 215 perf_evsel__open_strerror(pos, &opts->target, 229 if (perf_evlist__mmap(evlist, opts->mmap_pages, false) < 0) { 235 "(current value: %d)\n", opts->mmap_pages); 237 } else if (!is_power_of_2(opts->mmap_pages) && 238 (opts->mmap_pages != UINT_MAX)) { 274 if (!rec->opts.pipe_output) 356 struct perf_record_opts *opts = &rec->opts; local 788 struct perf_record_opts *opts = opt->value; local 809 struct perf_record_opts *opts = opt->value; local [all...] |
/external/libselinux/src/ |
label_internal.h | 20 int selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts, 22 int selabel_media_init(struct selabel_handle *rec, const struct selinux_opt *opts, 24 int selabel_x_init(struct selabel_handle *rec, const struct selinux_opt *opts, 27 const struct selinux_opt *opts, unsigned nopts) hidden; 29 const struct selinux_opt *opts, unsigned nopts) hidden;
|
/external/llvm/utils/Misc/ |
zkill | 92 if opts.debug: 112 if opts.debug: 138 global opts 202 (opts, args) = parser.parse_args() 204 if opts.listSignals: 213 signal = kSignals[opts.signalName] 215 if opts.verbose: 237 if opts.execName is not None: 239 if re_full_match(opts.execName, 241 if opts.execPath is not None [all...] |
/external/openfst/src/include/fst/ |
intersect.h | 39 explicit IntersectFstOptions(const CacheOptions &opts, 42 : ComposeFstOptions<A, M, F, T>(opts, mat1, mat2, filt, sttable) { } 71 const CacheOptions opts = CacheOptions()) { 74 SetImpl(CreateBase(fst1, fst2, opts)); 83 const IntersectFstOptions<A, M, F, T> &opts) { 86 SetImpl(CreateBase1(fst1, fst2, opts)); 145 const IntersectOptions &opts = IntersectOptions()) { 148 if (opts.filter_type == AUTO_FILTER) { 152 } else if (opts.filter_type == SEQUENCE_FILTER) { 156 } else if (opts.filter_type == ALT_SEQUENCE_FILTER) [all...] |
/external/chromium_org/remoting/protocol/ |
chromium_socket_factory.h | 25 int opts) OVERRIDE; 31 int opts) OVERRIDE;
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
packetsocketfactory.h | 53 int opts) = 0; 59 const ProxyInfo& proxy_info, const std::string& user_agent, int opts) = 0;
|
basicpacketsocketfactory.cc | 82 const SocketAddress& local_address, int min_port, int max_port, int opts) { 85 if (opts & PacketSocketFactory::OPT_TLS) { 105 if (opts & PacketSocketFactory::OPT_SSLTCP) { 106 ASSERT(!(opts & PacketSocketFactory::OPT_TLS)); 114 if (opts & PacketSocketFactory::OPT_STUN) 122 const ProxyInfo& proxy_info, const std::string& user_agent, int opts) { 148 if (opts & PacketSocketFactory::OPT_TLS) { 149 ASSERT(!(opts & PacketSocketFactory::OPT_SSLTCP)); 164 } else if (opts & PacketSocketFactory::OPT_SSLTCP) { 165 ASSERT(!(opts & PacketSocketFactory::OPT_TLS)) [all...] |
/external/e2fsprogs/misc/ |
util.h | 23 extern void parse_journal_opts(const char *opts);
|
/external/libnl/tests/ |
Makefile | 12 ifeq ($(shell [ ! -r ../Makefile.opts ] && echo 1),) 13 include ../Makefile.opts
|
/external/openfst/src/script/ |
determinize.cc | 26 const DeterminizeOptions& opts) { 29 DeterminizeArgs args(ifst, ofst, opts);
|
randgen.cc | 25 const RandGenOptions<RandArcSelection> &opts) { 28 RandGenArgs args(ifst, ofst, seed, opts);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
parse-options.c | 387 if (!strcmp(arg + 2, "list-opts")) 449 const struct option *opts, int full) 464 if (opts->type != OPTION_GROUP) 467 for (; opts->type != OPTION_END; opts++) { 471 if (opts->type == OPTION_GROUP) { 473 if (*opts->help) 474 fprintf(stderr, "%s\n", opts->help); 477 if (!full && (opts->flags & PARSE_OPT_HIDDEN)) 481 if (opts->short_name [all...] |
/external/clang/utils/ |
FuzzTest | 127 if opts.verbose: 132 if opts.log_dir: 133 stdout_log_path = os.path.join(opts.log_dir, '%s.out' % index) 134 stderr_log_path = os.path.join(opts.log_dir, '%s.err' % index) 143 test_result = (exit_code == opts.expected_exit_code or 144 exit_code in opts.extra_exit_codes) 151 if not opts.log_all and test_result: 157 elif not opts.succinct: 162 global opts 268 (opts, args) = parser.parse_args( [all...] |
/external/ipsec-tools/src/racoon/ |
nattraversal.c | 227 natt_fill_options (struct ph1natt_options *opts, int version) 229 if (! opts) 232 opts->version = version; 237 opts->float_port = 0; /* No port floating for those drafts */ 238 opts->payload_nat_d = ISAKMP_NPTYPE_NATD_DRAFT; 239 opts->payload_nat_oa = ISAKMP_NPTYPE_NATOA_DRAFT; 240 opts->mode_udp_tunnel = IPSECDOI_ATTR_ENC_MODE_UDPTUNNEL_DRAFT; 241 opts->mode_udp_transport = IPSECDOI_ATTR_ENC_MODE_UDPTRNS_DRAFT; 242 opts->encaps_type = UDP_ENCAP_ESPINUDP_NON_IKE; 248 opts->float_port = lcconf->port_isakmp_natt [all...] |
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
ip6t_opts.h | 29 __u16 opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv6/ |
ip6t_opts.h | 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
|
/development/ndk/platforms/android-L/include/linux/netfilter_ipv6/ |
ip6t_opts.h | 29 __u16 opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
|
/external/chromium_org/tools/grit/grit/tool/ |
unit.py | 23 def Run(self, opts, args):
|
/external/clang/include/clang/StaticAnalyzer/Frontend/ |
AnalysisConsumer.h | 42 AnalyzerOptionsRef opts,
|
CheckerRegistration.h | 24 CheckerManager *createCheckerManager(AnalyzerOptions &opts,
|