HomeSort by relevance Sort by last modified time
    Searched full:apply (Results 776 - 800 of 7701) sorted by null

<<31323334353637383940>>

  /external/openfst/src/script/
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);
print.cc 33 Apply<Operation<FstPrinterArgs> >("PrintFst", fst.ArcType(), &args);
project.cc 27 Apply<Operation<ProjectArgs> >("Project", ofst->ArcType(), &args);
randgen.cc 29 Apply<Operation<RandGenArgs> >("RandGen", ifst.ArcType(), &args);
replace.cc 37 Apply<Operation<ReplaceArgs> >("Replace", ofst->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);
topsort.cc 27 Apply<Operation<TopSortArgs> >("TopSort", fst->ArcType(), &args);
union.cc 29 Apply<Operation<UnionArgs> >("Union", fst1->ArcType(), &args);
verify.cc 27 Apply<Operation<VerifyArgs> >("Verify", fst.ArcType(), &args);
  /external/sepolicy/
NOTICE 19 limitation will apply even if NSA has been advised of the possibility
  /external/skia/include/effects/
SkRectShaderImageFilter.h 24 * @param rect Rectangle of output pixels in which to apply the shader.
  /external/skia/src/animator/
SkAnimateActive.h 69 SkTDOperandPtrArray fSaveRestore; // if apply has restore="true"
SkDisplayApply.cpp 94 void SkApply::append(SkApply* apply) {
98 fActive->append(apply);
179 // currently, if an apply is in a g and scopes a statement in another g, it ends up as members
308 debugOut.append(" apply enable id=");
336 // now that one apply might embed another, only the parent apply should replace the scope
338 // similarly, an apply added by an add immediate has already been located in the display list
367 SkApply* apply = (SkApply*) (*parentList)[old]; local
368 if (apply != this && apply->fActive == NULL
    [all...]
SkDrawPaint.h 40 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply);
  /external/srec/config/en.us/grammars/
digits.grxml 5 digits. For best accuracy, is is always better to apply constraints
  /external/v8/src/
proxy.js 55 return %Apply(construct, void 0, arguments, 0, %_ArgumentsLength());
77 var result = %Apply(callTrap, obj, arguments, 0, %_ArgumentsLength());
84 return %Apply(%_IsConstructCall() ? constructTrap : callTrap,
185 return %Apply(DerivedEnumerateTrap, handler, [], 0, 0)
  /external/webp/src/utils/
quant_levels_dec.h 23 // Apply post-processing to input 'data' of size 'width'x'height' assuming
  /external/webrtc/
android-webrtc.mk 9 # These defines will apply to all source files
  /external/wpa_supplicant_8/src/crypto/
rc4.c 44 /* Apply RC4 to data */

Completed in 666 milliseconds

<<31323334353637383940>>