HomeSort by relevance Sort by last modified time
    Searched refs:opts (Results 351 - 375 of 744) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/targets/xorg-r300/
xorg.c 98 r300_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin)
  /external/mesa3d/src/gallium/targets/xorg-r600/
xorg.c 98 r600_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin)
  /external/mesa3d/src/gallium/targets/xorg-radeonsi/
xorg.c 98 radeonsi_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin)
  /external/openfst/src/include/fst/script/
compose.h 55 const ComposeOptions &opts = fst::script::ComposeOptions());
difference.h 59 const ComposeOptions &opts = fst::script::ComposeOptions());
intersect.h 58 const ComposeOptions &opts = fst::script::ComposeOptions());
  /external/oprofile/
oprofile_android 155 opts, args = getopt.getopt(self.argv[1:],
162 for o, a in opts:
212 opts, args = getopt.getopt(command_args,
218 for o, a in opts:
321 opts, args = getopt.getopt(command_args,
327 for o, a in opts:
442 opts, args = getopt.getopt(command_args, 'sap:',
452 for o, a in opts:
  /external/qemu/hw/
msmouse.c 67 CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 62 ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, local
65 mContext.startActivityAsUser(intent, opts.toBundle(), new UserHandle(
172 ActivityOptions opts = ActivityOptions.makeThumbnailScaleDownAnimation( local
185 mContext.startActivityAsUser(intent, opts.toBundle(), new UserHandle(
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flags.h 48 /* Used to set the level of -Wstrict-aliasing in OPTS, when no level
55 extern void set_Wstrict_aliasing (struct gcc_options *opts, int onoff);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flags.h 48 /* Used to set the level of -Wstrict-aliasing in OPTS, when no level
55 extern void set_Wstrict_aliasing (struct gcc_options *opts, int onoff);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flags.h 48 /* Used to set the level of -Wstrict-aliasing in OPTS, when no level
55 extern void set_Wstrict_aliasing (struct gcc_options *opts, int onoff);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flags.h 48 /* Used to set the level of -Wstrict-aliasing in OPTS, when no level
55 extern void set_Wstrict_aliasing (struct gcc_options *opts, int onoff);
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 125 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);
  /external/openfst/src/include/fst/
synchronize.h 85 SynchronizeFstImpl(const Fst<A> &fst, const SynchronizeFstOptions &opts)
86 : CacheImpl<A>(opts), fst_(fst.Copy()) {
368 SynchronizeFst(const Fst<A> &fst, const SynchronizeFstOptions &opts)
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);
factor-weight.h 51 FactorWeightOptions(const CacheOptions &opts, float d,
54 : CacheOptions(opts), delta(d), mode(m), final_ilabel(il),
183 FactorWeightFstImpl(const Fst<A> &fst, const FactorWeightOptions<A> &opts)
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)
414 : ImplToFst<Impl>(new Impl(fst, opts)) {}
    [all...]
relabel.h 215 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)) {}
    [all...]
vector-fst.h 207 static VectorFstImpl<A> *Read(istream &strm, const FstReadOptions &opts);
325 const FstReadOptions &opts) {
328 if (!impl->ReadHeader(strm, opts, kMinFileVersion, &hdr)) {
347 LOG(ERROR) << "VectorFst::Read: read failed: " << opts.source;
359 LOG(ERROR) << "VectorFst::Read: read failed: " << opts.source;
371 LOG(ERROR) << "VectorFst::Read: unexpected end of file: " << opts.source;
446 static VectorFst<A> *Read(istream &strm, const FstReadOptions &opts) {
447 Impl* impl = Impl::Read(strm, opts);
458 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const {
459 return WriteFst(*this, strm, opts);
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 78 explicit CacheBaseImpl(const CacheOptions &opts)
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)
378 : CacheBaseImpl< CacheState<A> >(opts) {}
synchronize.h 72 SynchronizeFstImpl(const Fst<A> &fst, const SynchronizeFstOptions &opts)
73 : CacheImpl<A>(opts), fst_(fst.Copy()) {
334 SynchronizeFst(const Fst<A> &fst, const SynchronizeFstOptions &opts)
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);
compose.h 79 explicit ComposeFstOptions(const CacheOptions &opts) : CacheOptions(opts) {}
107 const CacheOptions &opts)
108 :CacheImpl<A>(opts), fst1_(fst1.Copy()), fst2_(fst2.Copy()) {
346 const CacheOptions &opts)
347 :ComposeFstImplBase<A>(fst1, fst2, opts) {
698 const ComposeFstOptions<T> &opts)
699 : impl_(Init(fst1, fst2, opts)) { }
768 const ComposeFstOptions<T> &opts) {
794 return new ComposeFstImpl<A, T>(fst1, fst2, opts);
    [all...]
  /external/iproute2/tc/
m_ipt.c 55 static struct option *opts = original_opts; variable in typeref:struct:option
168 opts = original_opts;
423 c = getopt_long(argc, argv, "j:", opts, NULL);
435 opts =
436 merge_options(opts, m->extra_opts,
465 free_opts(opts);
523 free_opts(opts);
580 opts =
581 merge_options(opts, m->extra_opts,
611 free_opts(opts);
    [all...]
  /external/chromium_org/tools/resources/
optimize-png-files.sh 64 local opts=$*
68 pngout -q -k1 -s1 -f$j $opts $file
74 pngout -q -k1 -s1 -b$i -f$j $opts $file
384 while getopts o:r:h opts
386 case $opts in
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 445 Map<String, Object> opts;
455 ( optionsSpec {opts = $optionsSpec.opts; grammar.setOptions(opts, $optionsSpec.start);}
498 optionsSpec returns [Map<String, Object> opts=new HashMap<String, Object>()]
499 : OPTIONS^ (option[$opts] SEMI!)+ RCURLY!
502 option[Map<String, Object> opts]
505 $opts.put($id.text, $optionValue.value);
585 ruleAltList[$optionsSpec.opts]
604 ((GrammarAST)$tree.getChild(0)).setBlockOptions($optionsSpec.opts);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 141 case opts = options[ :compile_options ]
142 when Array then opts
143 else Shellwords.shellwords( opts.to_s )
146 case opts = options[ :java_options ]
147 when Array then opts
148 else Shellwords.shellwords( opts.to_s )

Completed in 1032 milliseconds

<<11121314151617181920>>