Searched defs:opts (Results 126 - 150 of 243) sorted by relevance

12345678910

/external/linux-tools-perf/util/
H A Dsort.c321 void setup_sorting(const char * const usagestr[], const struct option *opts) argument
329 usage_with_options(usagestr, opts);
/external/mesa3d/src/mesa/main/
H A Ddebug.c164 static const struct option opts[] = { local
184 for (i = 0; i < Elements(opts); i++) {
185 if (strstr(str, opts[i].name) || strcmp(str, "all") == 0)
186 MESA_VERBOSE |= opts[i].flag;
205 static const struct option opts[] = { local
217 for (i = 0; i < Elements(opts); i++) {
218 if (strstr(str, opts[i].name))
219 MESA_DEBUG_FLAGS |= opts[i].flag;
/external/openfst/src/include/fst/
H A Dconst-fst.h90 static ConstFstImpl<A, U> *Read(istream &strm, const FstReadOptions &opts);
205 const FstReadOptions &opts) {
208 if (!impl->ReadHeader(strm, opts, kMinFileVersion, &hdr)) {
221 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
227 impl->states_region_ = MappedFile::Map(&strm, opts, b);
229 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
236 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
242 impl->arcs_region_ = MappedFile::Map(&strm, opts, b);
244 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
282 static ConstFst<A, U> *Read(istream &strm, const FstReadOptions &opts) { argument
204 Read(istream &strm, const FstReadOptions &opts) argument
343 WriteFst(const F &fst, ostream &strm, const FstWriteOptions &opts) argument
[all...]
H A Dfactor-weight.h51 FactorWeightOptions(const CacheOptions &opts, float d, argument
54 : CacheOptions(opts), delta(d), mode(m), final_ilabel(il),
183 FactorWeightFstImpl(const Fst<A> &fst, const FactorWeightOptions<A> &opts) argument
184 : CacheImpl<A>(opts),
186 delta_(opts.delta),
187 mode_(opts.mode),
188 final_ilabel_(opts.final_ilabel),
189 final_olabel_(opts.final_olabel) {
413 FactorWeightFst(const Fst<A> &fst, const FactorWeightOptions<A> &opts) argument
414 : ImplToFst<Impl>(new Impl(fst, opts)) {}
[all...]
H A Dmatcher-fst.h113 const FstReadOptions &opts) {
114 Impl *impl = Impl::Read(strm, opts);
125 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const {
126 return GetImpl()->Write(strm, opts);
112 Read(istream &strm, const FstReadOptions &opts) argument
H A Dmutable-fst.h88 static MutableFst<A> *Read(istream &strm, const FstReadOptions &opts) { argument
89 FstReadOptions ropts(opts);
92 hdr = *opts.header;
94 if (!hdr.Read(strm, opts.source))
H A Drelabel.h215 const RelabelFstOptions &opts)
216 : CacheImpl<A>(opts), fst_(fst.Copy()),
244 const RelabelFstOptions &opts)
245 : CacheImpl<A>(opts), fst_(fst.Copy()),
406 const RelabelFstOptions &opts)
407 : ImplToFst<Impl>(new Impl(fst, ipairs, opairs, opts)) {}
419 const RelabelFstOptions &opts)
421 fst.OutputSymbols(), new_osymbols, opts)) {}
436 const RelabelFstOptions &opts)
438 new_osymbols, opts)) {}
212 RelabelFstImpl(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs, const RelabelFstOptions &opts) argument
239 RelabelFstImpl(const Fst<A>& fst, const SymbolTable* old_isymbols, const SymbolTable* new_isymbols, const SymbolTable* old_osymbols, const SymbolTable* new_osymbols, const RelabelFstOptions &opts) argument
403 RelabelFst(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs, const RelabelFstOptions &opts) argument
416 RelabelFst(const Fst<A>& fst, const SymbolTable* new_isymbols, const SymbolTable* new_osymbols, const RelabelFstOptions &opts) argument
431 RelabelFst(const Fst<A>& fst, const SymbolTable* old_isymbols, const SymbolTable* new_isymbols, const SymbolTable* old_osymbols, const SymbolTable* new_osymbols, const RelabelFstOptions &opts) argument
[all...]
H A Dstate-map.h209 const StateMapFstOptions& opts)
210 : CacheImpl<B>(opts),
218 const StateMapFstOptions& opts)
219 : CacheImpl<B>(opts),
340 const StateMapFstOptions& opts)
341 : ImplToFst<Impl>(new Impl(fst, mapper, opts)) {}
343 StateMapFst(const Fst<A> &fst, C* mapper, const StateMapFstOptions& opts) argument
344 : ImplToFst<Impl>(new Impl(fst, mapper, opts)) {}
208 StateMapFstImpl(const Fst<A> &fst, const C &mapper, const StateMapFstOptions& opts) argument
217 StateMapFstImpl(const Fst<A> &fst, C *mapper, const StateMapFstOptions& opts) argument
339 StateMapFst(const Fst<A> &fst, const C &mapper, const StateMapFstOptions& opts) argument
H A Dsynchronize.h85 SynchronizeFstImpl(const Fst<A> &fst, const SynchronizeFstOptions &opts) argument
86 : CacheImpl<A>(opts), fst_(fst.Copy()) {
368 SynchronizeFst(const Fst<A> &fst, const SynchronizeFstOptions &opts) argument
369 : ImplToFst<Impl>(new Impl(fst, opts)) {}
450 SynchronizeFstOptions opts; local
451 opts.gc_limit = 0; // Cache only the last state for fastest copy.
452 *ofst = SynchronizeFst<Arc>(ifst, opts);
/external/oprofile/libpopt/
H A Dpopthelp.c692 const void ** opts; member in struct:poptDone_s
722 const void * that = done->opts[i];
733 done->opts[done->nopts++] = (const void *) opt->arg;
792 cursor = done->maxopts * sizeof(*done->opts);
794 done->opts = memset(alloca(cursor), 0, cursor);
796 done->opts[done->nopts++] = (const void *) con->options;
/external/qemu/android/
H A Dmain.c181 AndroidOptions opts[1]; local
188 if ( android_parse_options( &argc, &argv, opts ) < 0 ) {
196 handle_ui_options(opts);
246 if (opts->version) {
266 if (opts->snapshot_list) {
267 if (opts->snapstorage == NULL) {
269 avd = createAVD(opts, &inAndroidBuild);
270 opts->snapstorage = avdInfo_getSnapStoragePath(avd);
271 if (opts->snapstorage != NULL) {
272 D("autoconfig: -snapstorage %s", opts
[all...]
/external/qemu/hw/
H A Dqdev.c106 int qdev_device_help(QemuOpts *opts) argument
115 driver = qemu_opt_get(opts, "driver");
126 if (!qemu_opt_get(opts, "?")) {
151 DeviceState *qdev_device_add(QemuOpts *opts) argument
161 driver = qemu_opt_get(opts, "driver");
176 path = qemu_opt_get(opts, "bus");
202 id = qemu_opts_id(opts);
206 if (qemu_opt_foreach(opts, set_property, qdev, 1) != 0) {
214 qdev->opts = opts;
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h78 explicit CacheBaseImpl(const CacheOptions &opts) argument
81 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0),
82 cache_limit_(opts.gc_limit > kMinCacheLimit || opts.gc_limit == 0 ?
83 opts.gc_limit : kMinCacheLimit) {}
377 explicit CacheImpl(const CacheOptions &opts) argument
378 : CacheBaseImpl< CacheState<A> >(opts) {}
H A Dconst-fst.h68 static ConstFstImpl<A> *Read(istream &strm, const FstReadOptions &opts);
70 bool Write(ostream &strm, const FstWriteOptions &opts) const;
162 const FstReadOptions &opts) {
165 if (!impl->ReadHeaderAndSymbols(strm, opts, kMinFileVersion, &hdr))
180 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
189 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
197 const FstWriteOptions &opts) const {
202 WriteHeaderAndSymbols(strm, opts, kFileVersion, &hdr);
215 LOG(ERROR) << "ConstFst::Write: Write failed: " << opts.source;
276 static ConstFst<A> *Read(istream &strm, const FstReadOptions &opts) { argument
161 Read(istream &strm, const FstReadOptions &opts) argument
[all...]
H A Dfactor-weight.h39 FactorWeightOptions(const CacheOptions &opts, float d, bool of) argument
40 : CacheOptions(opts), delta(d), final_only(of) {}
162 FactorWeightFstImpl(const Fst<A> &fst, const FactorWeightOptions &opts) argument
163 : CacheImpl<A>(opts), fst_(fst.Copy()), delta_(opts.delta),
164 final_only_(opts.final_only) {
352 FactorWeightFst(const Fst<A> &fst, const FactorWeightOptions &opts) argument
353 : impl_(new FactorWeightFstImpl<A, F>(fst, opts)) {}
H A Dsynchronize.h72 SynchronizeFstImpl(const Fst<A> &fst, const SynchronizeFstOptions &opts) argument
73 : CacheImpl<A>(opts), fst_(fst.Copy()) {
334 SynchronizeFst(const Fst<A> &fst, const SynchronizeFstOptions &opts) argument
335 : impl_(new SynchronizeFstImpl<A>(fst, opts)) {}
452 SynchronizeFstOptions opts; local
453 opts.gc_limit = 0; // Cache only the last state for fastest copy.
454 *ofst = SynchronizeFst<Arc>(ifst, opts);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediasessionclient.h118 int opts) {
119 return channel_manager_->SetAudioOptions(in_name, out_name, opts);
117 SetAudioOptions(const std::string& in_name, const std::string& out_name, int opts) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.h118 UColOptionSet *opts; member in struct:__anon10989
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp129 OptSpec opts[] = { variable
229 UBool ProcessOptions(int argc, const char **argv, OptSpec opts[]) argument
238 for (pOpt = opts; pOpt->name != 0; pOpt++) {
641 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) {
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediaengine.h307 bool SetOptions(int opts) { return true; } argument
347 bool SetOptions(int opts) { return true; } argument
/external/chromium_org/v8/samples/
H A Dprocess.cc88 virtual bool Initialize(map<string, string>* opts,
99 bool InstallMaps(map<string, string>* opts, map<string, string>* output);
156 bool JsHttpRequestProcessor::Initialize(map<string, string>* opts, argument
179 if (!InstallMaps(opts, output))
236 bool JsHttpRequestProcessor::InstallMaps(map<string, string>* opts, argument
241 Handle<Object> opts_obj = WrapMap(opts);
/external/clang/lib/Lex/
H A DPreprocessor.cpp58 DiagnosticsEngine &diags, LangOptions &opts,
63 : PPOpts(PPOpts), Diags(&diags), LangOpts(opts), Target(target),
66 Identifiers(opts, IILookup), IncrementalProcessing(IncrProcessing),
57 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, DiagnosticsEngine &diags, LangOptions &opts, const TargetInfo *target, SourceManager &SM, HeaderSearch &Headers, ModuleLoader &TheModuleLoader, IdentifierInfoLookup *IILookup, bool OwnsHeaders, bool DelayInitialization, bool IncrProcessing) argument
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp125 RewriteOptions opts) const {
144 EndOff = RB.getMappedOffset(EndOff, opts.IncludeInsertsAtEndOfRange);
145 StartOff = RB.getMappedOffset(StartOff, !opts.IncludeInsertsAtBeginOfRange);
157 int Rewriter::getRangeSize(SourceRange Range, RewriteOptions opts) const {
158 return getRangeSize(CharSourceRange::getTokenRange(Range), opts);
292 RewriteOptions opts) {
296 getEditBuffer(FID).RemoveText(StartOffs, Length, opts.RemoveLineIfEmpty);
291 RemoveText(SourceLocation Start, unsigned Length, RewriteOptions opts) argument
/external/e2fsprogs/misc/
H A Ddumpe2fs.c410 static void parse_extended_opts(const char *opts, blk_t *superblock, argument
417 len = strlen(opts);
424 strcpy(buf, opts);
/external/icu4c/i18n/
H A Ducol_tok.h118 UColOptionSet *opts; member in struct:__anon18316

Completed in 479 milliseconds

12345678910