/external/openfst/src/extensions/pdt/ |
D | pdtscript.cc | 51 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/ |
D | farscript.cc | 49 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/ |
D | prune.cc | 29 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()
|
D | shortest-distance.cc | 29 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()
|
D | rmepsilon.cc | 30 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()
|
D | relabel.cc | 32 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()
|
D | concat.cc | 29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args); in Concat() 37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args); in Concat()
|
D | push.cc | 28 Apply<Operation<PushArgs1> >("Push", ofst->ArcType(), &args); in Push() 37 Apply<Operation<PushArgs2> >("Push", ifst.ArcType(), &args); in Push()
|
D | shortest-path.cc | 30 Apply<Operation<ShortestPathArgs1> >("ShortestPath", ifst.ArcType(), &args); in ShortestPath() 40 Apply<Operation<ShortestPathArgs2> >("ShortestPath", ifst.ArcType(), &args); in ShortestPath()
|
D | compose.cc | 31 Apply<Operation<ComposeArgs1> >("Compose", ifst1.ArcType(), &args); in Compose() 40 Apply<Operation<ComposeArgs2> >("Compose", ifst1.ArcType(), &args); in Compose()
|
D | difference.cc | 30 Apply<Operation<DifferenceArgs1> >("Difference", ifst1.ArcType(), &args); in Difference() 39 Apply<Operation<DifferenceArgs2> >("Difference", ifst1.ArcType(), &args); in Difference()
|
D | intersect.cc | 30 Apply<Operation<IntersectArgs1> >("Intersect", ifst1.ArcType(), &args); in Intersect() 39 Apply<Operation<IntersectArgs2> >("Intersect", ifst1.ArcType(), &args); in Intersect()
|
D | randequivalent.cc | 33 Apply<Operation<RandEquivalentArgs1> >("RandEquivalent", fst1.ArcType(), in RandEquivalent() 47 Apply<Operation<RandEquivalentArgs2> >( in RandEquivalent()
|
D | connect.cc | 25 Apply<Operation<MutableFstClass> >("Connect", fst->ArcType(), fst); in Connect()
|
D | invert.cc | 25 Apply<Operation<MutableFstClass> >("Invert", fst->ArcType(), fst); in Invert()
|
D | verify.cc | 27 Apply<Operation<VerifyArgs> >("Verify", fst.ArcType(), &args); in Verify()
|
D | topsort.cc | 27 Apply<Operation<TopSortArgs> >("TopSort", fst->ArcType(), &args); in TopSort()
|
D | arcsort.cc | 27 Apply<Operation<ArcSortArgs> >("ArcSort", fst->ArcType(), &args); in ArcSort()
|
D | decode.cc | 28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args); in Decode()
|
D | project.cc | 27 Apply<Operation<ProjectArgs> >("Project", ofst->ArcType(), &args); in Project()
|
D | closure.cc | 27 Apply<Operation<ClosureArgs> >("Closure", fst->ArcType(), &args); in Closure()
|
/external/v8/src/ |
D | proxy.js | 36 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/ |
D | proxies-function.js | 115 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/ |
D | class-base-member-init.cpp | 105 void Apply(Foo processor); 108 Apply(Bar()); in Fetch()
|
/external/iptables/extensions/ |
D | libxt_connlimit.man | 16 Apply the limit onto the source group. This is the default if 20 Apply the limit onto the destination group.
|