HomeSort by relevance Sort by last modified time
    Searched refs:Apply (Results 26 - 50 of 89) sorted by null

12 3 4

  /external/openfst/src/script/
encode.cc 29 Apply<Operation<EncodeArgs> >("Encode", ofst->ArcType(), &args);
epsnormalize.cc 29 Apply<Operation<EpsNormalizeArgs> >("EpsNormalize", ifst.ArcType(), &args);
equal.cc 30 Apply<Operation<EqualArgs> >("Equal", fst1.ArcType(), &args_with_retval);
equivalent.cc 31 Apply<Operation<EquivalentArgs> >("Equivalent", fst1.ArcType(),
info.cc 31 Apply<Operation<InfoArgs> >("PrintFstInfo", f.ArcType(), &args);
map.cc 29 Apply<Operation<MapArgs> >("Map", ifst.ArcType(), &args_with_retval);
minimize.cc 28 Apply<Operation<MinimizeArgs> >("Minimize", ofst1->ArcType(), &args);
project.cc 27 Apply<Operation<ProjectArgs> >("Project", ofst->ArcType(), &args);
randgen.cc 29 Apply<Operation<RandGenArgs> >("RandGen", ifst.ArcType(), &args);
reverse.cc 29 Apply<Operation<ReverseArgs> >("Reverse", fst1.ArcType(), &args);
reweight.cc 28 Apply<Operation<ReweightArgs> >("Reweight", fst->ArcType(), &args);
synchronize.cc 28 Apply<Operation<SynchronizeArgs> >("Synchronize", ifst.ArcType(), &args);
union.cc 29 Apply<Operation<UnionArgs> >("Union", fst1->ArcType(), &args);
compose.cc 31 Apply<Operation<ComposeArgs1> >("Compose", ifst1.ArcType(), &args);
40 Apply<Operation<ComposeArgs2> >("Compose", ifst1.ArcType(), &args);
difference.cc 30 Apply<Operation<DifferenceArgs1> >("Difference", ifst1.ArcType(), &args);
39 Apply<Operation<DifferenceArgs2> >("Difference", ifst1.ArcType(), &args);
intersect.cc 30 Apply<Operation<IntersectArgs1> >("Intersect", ifst1.ArcType(), &args);
39 Apply<Operation<IntersectArgs2> >("Intersect", ifst1.ArcType(), &args);
push.cc 28 Apply<Operation<PushArgs1> >("Push", ofst->ArcType(), &args);
37 Apply<Operation<PushArgs2> >("Push", ifst.ArcType(), &args);
randequivalent.cc 33 Apply<Operation<RandEquivalentArgs1> >("RandEquivalent", fst1.ArcType(),
47 Apply<Operation<RandEquivalentArgs2> >(
shortest-path.cc 30 Apply<Operation<ShortestPathArgs1> >("ShortestPath", ifst.ArcType(), &args);
40 Apply<Operation<ShortestPathArgs2> >("ShortestPath", ifst.ArcType(), &args);
compile.cc 35 Apply<Operation<FstCompileArgs> >("CompileFst", arc_type, &args);
draw.cc 47 Apply<Operation<FstDrawerArgs> >("DrawFst", fst.ArcType(), &args);
print.cc 33 Apply<Operation<FstPrinterArgs> >("PrintFst", fst.ArcType(), &args);
  /external/chromium/chrome/browser/policy/
asynchronous_policy_provider_unittest.cc 26 EXPECT_CALL(*store_, Apply(policy::kPolicySyncDisabled, _)).Times(1);
53 EXPECT_CALL(*store_, Apply(policy::kPolicyJavascriptEnabled, _)).Times(1);
configuration_policy_provider.cc 33 store->Apply(i->policy_type, value->DeepCopy());
48 store->Apply(i->policy_type, value->DeepCopy());
  /external/chromium/chrome/browser/extensions/
extensions_quota_service.h 96 // carry through multiple calls to Apply. It "holds" tokens, which are
148 // Determines if sufficient quota exists (according to the Apply
159 virtual bool Apply(Bucket* bucket, const base::TimeTicks& event_time) = 0;
178 virtual bool Apply(Bucket* bucket, const base::TimeTicks& event_time);
189 virtual bool Apply(Bucket* bucket, const base::TimeTicks& event_time);

Completed in 115 milliseconds

12 3 4