Home
last modified time | relevance | path

Searched refs:Apply (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/external/openfst/src/extensions/pdt/
Dpdtscript.cc51 Apply<Operation<PdtComposeArgs> >("PdtCompose", ifst1.ArcType(), &args); in PdtCompose()
59 Apply<Operation<PdtExpandArgs> >("PdtExpand", ifst.ArcType(), &args); in PdtExpand()
81 Apply<Operation<PdtReplaceArgs> >("PdtReplace", ofst->ArcType(), &args); in PdtReplace()
89 Apply<Operation<PdtReverseArgs> >("PdtReverse", ifst.ArcType(), &args); in PdtReverse()
98 Apply<Operation<PdtShortestPathArgs> >("PdtShortestPath", in PdtShortestPath()
105 Apply<Operation<PrintPdtInfoArgs> >("PrintPdtInfo", ifst.ArcType(), &args); in PrintPdtInfo()
/external/openfst/src/extensions/far/
Dfarscript.cc49 Apply<Operation<FarCompileStringsArgs> >("FarCompileStrings", arc_type, in FarCompileStrings()
64 Apply<Operation<FarCreateArgs> >("FarCreate", arc_type, &args); in FarCreate()
73 Apply<Operation<FarEqualArgs> >("FarEqual", arc_type, &args_with_retval); in FarEqual()
89 Apply<Operation<FarExtractArgs> >("FarExtract", arc_type, &args); in FarExtract()
99 Apply<Operation<FarInfoArgs> >("FarInfo", arc_type, &args); in FarInfo()
120 Apply<Operation<FarPrintStringsArgs> >("FarPrintStrings", arc_type, in FarPrintStrings()
/external/openfst/src/script/
Dprune.cc29 Apply<Operation<PruneArgs1> >("Prune", fst->ArcType(), &args); in Prune()
37 Apply<Operation<PruneArgs2> >("Prune", fst->ArcType(), &args); in Prune()
47 Apply<Operation<PruneArgs3> >("Prune", ifst.ArcType(), &args); in Prune()
55 Apply<Operation<PruneArgs4> >("Prune", fst->ArcType(), &args); in Prune()
Dshortest-distance.cc29 Apply<Operation<ShortestDistanceArgs1> >("ShortestDistance", fst.ArcType(), in ShortestDistance()
38 Apply<Operation<ShortestDistanceArgs2> >("ShortestDistance", ifst.ArcType(), in ShortestDistance()
46 Apply<Operation<ShortestDistanceArgs3> >("ShortestDistance", ifst.ArcType(), in ShortestDistance()
Drmepsilon.cc30 Apply<Operation<RmEpsilonArgs1> >("RmEpsilon", ifst.ArcType(), &args); in RmEpsilon()
38 Apply<Operation<RmEpsilonArgs2> >("RmEpsilon", fst->ArcType(), &args); in RmEpsilon()
45 Apply<Operation<RmEpsilonArgs3> >("RmEpsilon", fst->ArcType(), &args); in RmEpsilon()
Drelabel.cc32 Apply<Operation<RelabelArgs1> >("Relabel", ofst->ArcType(), &args); in Relabel()
41 Apply<Operation<RelabelArgs2> >("Relabel", ofst->ArcType(), &args); in Relabel()
49 Apply<Operation<RelabelArgs3> >("Relabel", fst->ArcType(), &args); in Relabel()
Dconcat.cc29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args); in Concat()
37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args); in Concat()
Dpush.cc28 Apply<Operation<PushArgs1> >("Push", ofst->ArcType(), &args); in Push()
37 Apply<Operation<PushArgs2> >("Push", ifst.ArcType(), &args); in Push()
Dshortest-path.cc30 Apply<Operation<ShortestPathArgs1> >("ShortestPath", ifst.ArcType(), &args); in ShortestPath()
40 Apply<Operation<ShortestPathArgs2> >("ShortestPath", ifst.ArcType(), &args); in ShortestPath()
Dcompose.cc31 Apply<Operation<ComposeArgs1> >("Compose", ifst1.ArcType(), &args); in Compose()
40 Apply<Operation<ComposeArgs2> >("Compose", ifst1.ArcType(), &args); in Compose()
Ddifference.cc30 Apply<Operation<DifferenceArgs1> >("Difference", ifst1.ArcType(), &args); in Difference()
39 Apply<Operation<DifferenceArgs2> >("Difference", ifst1.ArcType(), &args); in Difference()
Dintersect.cc30 Apply<Operation<IntersectArgs1> >("Intersect", ifst1.ArcType(), &args); in Intersect()
39 Apply<Operation<IntersectArgs2> >("Intersect", ifst1.ArcType(), &args); in Intersect()
Drandequivalent.cc33 Apply<Operation<RandEquivalentArgs1> >("RandEquivalent", fst1.ArcType(), in RandEquivalent()
47 Apply<Operation<RandEquivalentArgs2> >( in RandEquivalent()
Dconnect.cc25 Apply<Operation<MutableFstClass> >("Connect", fst->ArcType(), fst); in Connect()
Dinvert.cc25 Apply<Operation<MutableFstClass> >("Invert", fst->ArcType(), fst); in Invert()
Dverify.cc27 Apply<Operation<VerifyArgs> >("Verify", fst.ArcType(), &args); in Verify()
Dtopsort.cc27 Apply<Operation<TopSortArgs> >("TopSort", fst->ArcType(), &args); in TopSort()
Darcsort.cc27 Apply<Operation<ArcSortArgs> >("ArcSort", fst->ArcType(), &args); in ArcSort()
Ddecode.cc28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args); in Decode()
Dproject.cc27 Apply<Operation<ProjectArgs> >("Project", ofst->ArcType(), &args); in Project()
Dclosure.cc27 Apply<Operation<ClosureArgs> >("Closure", fst->ArcType(), &args); in Closure()
/external/v8/src/
Dproxy.js36 return %Apply(construct, UNDEFINED, arguments, 0, %_ArgumentsLength());
73 var result = %Apply(callTrap, obj, arguments, 0, %_ArgumentsLength());
80 return %Apply(%_IsConstructCall() ? constructTrap : callTrap,
187 return %Apply(DerivedEnumerateTrap, handler, [], 0, 0)
/external/v8/test/mjsunit/harmony/
Dproxies-function.js115 assertEquals(42, %Apply(f, o, [11, 31], 0, 2))
118 assertEquals(42, %Apply(f, null, [11, 31], 0, 2))
145 assertEquals(24, %Apply(ff, {}, [12, 13], 0, 1))
148 assertEquals(24, %Apply(ff, {}, [12, 13], 0, 2))
175 assertEquals(42, %Apply(fff, {}, [], 0, 0))
178 assertEquals(42, %Apply(fff, {}, [12, 13], 0, 0))
181 assertEquals(42, %Apply(fff, {}, [12, 13], 0, 2))
217 assertEquals(27, %Apply(f, o, [12, 13, 14], 1, 2))
285 assertThrows(function(){ %Apply({}, f, [], 3, 0) }, "myexn")
286 assertThrows(function(){ %Apply({}, f, [3, 4], 0, 1) }, "myexn")
[all …]
/external/clang/test/SemaCXX/
Dclass-base-member-init.cpp105 void Apply(Foo processor);
108 Apply(Bar()); in Fetch()
/external/iptables/extensions/
Dlibxt_connlimit.man16 Apply the limit onto the source group. This is the default if
20 Apply the limit onto the destination group.

12345678910>>...13