/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
factor-weight.h | 39 FactorWeightOptions(const CacheOptions &opts, float d, bool of) 40 : CacheOptions(opts), delta(d), final_only(of) {} 162 FactorWeightFstImpl(const Fst<A> &fst, const FactorWeightOptions &opts) 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) 353 : impl_(new FactorWeightFstImpl<A, F>(fst, opts)) {}
|
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)) {}
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPNode.java | 298 PropertyOptions opts = getOptions(); local 302 opts.setHasLanguage(false); 307 opts.setHasType(false); 313 opts.setHasQualifiers(false); 325 PropertyOptions opts = getOptions(); local 327 opts.setHasQualifiers(false); 328 opts.setHasLanguage(false); 329 opts.setHasType(false);
|
/system/core/libsparse/ |
simg_dump.py | 36 opts, args = getopt.getopt(sys.argv[1:], 42 for o, a in opts:
|
/external/openfst/src/include/fst/ |
randgen.h | 348 RandGenFstImpl(const Fst<A> &fst, const RandGenFstOptions<S> &opts) 349 : CacheImpl<B>(opts), 351 arc_sampler_(opts.arc_sampler), 352 npath_(opts.npath), 353 weighted_(opts.weighted), 354 remove_total_weight_(opts.remove_total_weight), 521 RandGenFst(const Fst<A> &fst, const RandGenFstOptions<S> &opts) 522 : ImplToFst<Impl>(new Impl(fst, opts)) {} 682 const RandGenOptions<Selector> &opts) { 688 Sampler* arc_sampler = new Sampler(ifst, opts.arc_selector, opts.max_length) [all...] |
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);
|
/external/openfst/src/include/fst/extensions/pdt/ |
expand.h | 46 const CacheOptions &opts = CacheOptions(), 50 : CacheOptions(opts), keep_parentheses(kp), stack(s), state_table(st) {} 88 const ExpandFstOptions<A> &opts) 89 : CacheImpl<A>(opts), fst_(fst.Copy()), 90 stack_(opts.stack ? opts.stack: new PdtStack<StateId, Label>(parens)), 91 state_table_(opts.state_table ? opts.state_table : 93 own_stack_(opts.stack == 0), own_state_table_(opts.state_table == 0) [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
DefineGrammarItemsWalker.g | 210 Map<String, Object> opts=null; 213 : ^( RULE id=ID {opts = $RULE.getBlockOptions();} 230 grammar.defineRule($id.getToken(), $modifier.mod, opts, $start, $args, numAlts); 258 $b.start.setBlockOptions(opts); 477 Map<String, Object> opts = new HashMap<String, Object>(); 478 opts.put("greedy", "false"); 483 opts.put("k", 1); 485 block.setOptions(grammar,opts);
|
/external/chromium/build/util/ |
lastchange.py | 259 opts, args = parser.parse_args(argv[1:]) 261 out_file = opts.output 271 version_info = FetchVersionInfo(opts.default_lastchange) 273 if opts.revision_only:
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerRegistry.h | 120 SmallVectorImpl<CheckerOptInfo> &opts) const;
|
/external/emma/core/java12/com/vladium/emma/ |
runCommand.java | 63 final IOptsParser.IOpt [] opts = parsedopts.getOpts (); local 65 if (opts == null) // this means there were args parsing errors 75 for (int o = 0; o < opts.length; ++ o) 77 final IOptsParser.IOpt opt = opts [o]; 125 // process prefixed opts:
|
/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/samples/strsrch/ |
strsrch.cpp | 74 OptSpec opts[] = { variable 96 UBool processOptions(int argc, const char **argv, OptSpec opts[]) 101 for (pOpt = opts; pOpt->name != 0; pOpt ++) { 279 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
|
/external/ipsec-tools/src/racoon/ |
nattraversal.h | 81 int natt_fill_options (struct ph1natt_options *opts, int version);
|
/external/llvm/tools/lto/ |
LTOCodeGenerator.h | 55 void setCodeGenDebugOptions(const char *opts);
|
/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)
|
/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);
|