Home
last modified time | relevance | path

Searched defs:mapper (Results 1 – 25 of 30) sorted by relevance

12

/external/openfst/src/include/fst/
Dmap.h32 void Map(MutableFst<A> *fst, C* mapper) { in Map()
37 void Map(MutableFst<A> *fst, C mapper) { in Map()
42 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { in Map()
47 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) { in Map()
61 MapFst(const Fst<A> &fst, const C &mapper, const MapFstOptions& opts) in MapFst()
64 MapFst(const Fst<A> &fst, C* mapper, const MapFstOptions& opts) in MapFst()
67 MapFst(const Fst<A> &fst, const C &mapper) in MapFst()
70 MapFst(const Fst<A> &fst, C* mapper) : ArcMapFst<A, B, C>(fst, mapper) {} in MapFst()
Dstate-map.h90 void StateMap(MutableFst<A> *fst, C* mapper) { in StateMap()
121 void StateMap(MutableFst<A> *fst, C mapper) { in StateMap()
130 void StateMap(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { in StateMap()
177 void StateMap(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) { in StateMap()
210 StateMapFstImpl(const Fst<A> &fst, const C &mapper, in StateMapFstImpl()
219 StateMapFstImpl(const Fst<A> &fst, C *mapper, in StateMapFstImpl()
337 StateMapFst(const Fst<A> &fst, const C &mapper, in StateMapFst()
341 StateMapFst(const Fst<A> &fst, C* mapper, const StateMapFstOptions& opts) in StateMapFst()
344 StateMapFst(const Fst<A> &fst, const C &mapper) in StateMapFst()
347 StateMapFst(const Fst<A> &fst, C* mapper) in StateMapFst()
Dencode.h315 EncodeMapper(const EncodeMapper& mapper) in EncodeMapper()
324 EncodeMapper(const EncodeMapper& mapper, EncodeType type) in EncodeMapper()
466 void Encode(MutableFst<A> *fst, EncodeMapper<A>* mapper) { in Encode()
473 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) { in Decode()
Darc-map.h112 void ArcMap(MutableFst<A> *fst, C* mapper) { in ArcMap()
191 void ArcMap(MutableFst<A> *fst, C mapper) { in ArcMap()
200 void ArcMap(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { in ArcMap()
293 void ArcMap(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) { in ArcMap()
334 ArcMapFstImpl(const Fst<A> &fst, const C &mapper, in ArcMapFstImpl()
345 ArcMapFstImpl(const Fst<A> &fst, C *mapper, in ArcMapFstImpl()
564 ArcMapFst(const Fst<A> &fst, const C &mapper, const ArcMapFstOptions& opts) in ArcMapFst()
567 ArcMapFst(const Fst<A> &fst, C* mapper, const ArcMapFstOptions& opts) in ArcMapFst()
570 ArcMapFst(const Fst<A> &fst, const C &mapper) in ArcMapFst()
573 ArcMapFst(const Fst<A> &fst, C* mapper) in ArcMapFst()
/external/skia/samplecode/
DSampleGradients.cpp68 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeLinear()
74 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeRadial()
83 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeSweep()
92 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2Radial()
105 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2RadialConcentric()
DSampleShaderText.cpp65 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeLinear()
71 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeRadial()
80 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeSweep()
89 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2Radial()
DSampleSlides.cpp176 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeLinear()
182 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeRadial()
191 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeSweep()
200 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2Radial()
/external/openfst/src/include/fst/script/
Dmap.h31 const M &mapper) { in ArcMap()
40 const M &mapper) { in StateMap()
/external/skia/gm/
Dshadertext.cpp66 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeLinear()
72 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeRadial()
81 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeSweep()
90 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2Radial()
Dgradients.cpp37 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeLinear()
43 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeRadial()
52 SkShader::TileMode tm, SkUnitMapper* mapper) { in MakeSweep()
61 SkShader::TileMode tm, SkUnitMapper* mapper) { in Make2Radial()
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DNullRegisterAllocator.java50 BasicRegisterMapper mapper = new BasicRegisterMapper(oldRegCount); in allocateRegisters() local
DFirstFitAllocator.java65 BasicRegisterMapper mapper in allocateRegisters() local
DSsaToRop.java105 RegisterMapper mapper = allocator.allocateRegisters(); in convert() local
219 BasicRegisterMapper mapper in moveParametersToHighRegisters() local
/external/guava/guava/src/com/google/common/util/concurrent/
DFutures.java80 ListenableFuture<V> future, Function<Exception, X> mapper) { in makeChecked()
/external/skia/bench/
DGradientBench.cpp43 SkShader::TileMode tm, SkUnitMapper* mapper, in MakeLinear()
50 SkShader::TileMode tm, SkUnitMapper* mapper, in MakeRadial()
62 SkShader::TileMode tm, SkUnitMapper* mapper, in MakeSweep()
73 SkShader::TileMode tm, SkUnitMapper* mapper, in Make2Radial()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaInsn.java152 public final void mapRegisters(RegisterMapper mapper) { in mapRegisters()
165 abstract public void mapSourceRegisters(RegisterMapper mapper); in mapSourceRegisters()
DNormalSsaInsn.java41 public final void mapSourceRegisters(RegisterMapper mapper) { in mapSourceRegisters()
DConstCollector.java373 RegisterMapper mapper = new RegisterMapper() { in updateConstUses() local
DPhiInsn.java265 public final void mapSourceRegisters(RegisterMapper mapper) { in mapSourceRegisters()
/external/icu4c/layout/
DLEFontInstance.cpp50 …le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage… in mapCharsToGlyphs() argument
85 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filter… in mapCharToGlyph() argument
/external/emma/core/java12/com/vladium/util/
DIProperties.java70 public static IProperties create (final IMapper mapper) in create()
85 public static IProperties wrap (final Properties properties, final IMapper mapper) in wrap()
299 PropertiesImpl (final HashMap values, final IMapper mapper) in PropertiesImpl()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dmap.h81 void Map(MutableFst<A> *fst, C* mapper) { in Map()
149 void Map(MutableFst<A> *fst, C mapper) { in Map()
158 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { in Map()
231 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) { in Map()
269 MapFstImpl(const Fst<A> &fst, const C &mapper, in MapFstImpl()
279 MapFstImpl(const Fst<A> &fst, C *mapper, in MapFstImpl()
464 MapFst(const Fst<A> &fst, const C &mapper, in MapFst()
468 MapFst(const Fst<A> &fst, C* mapper, in MapFst()
472 MapFst(const Fst<A> &fst, const C &mapper) in MapFst()
476 MapFst(const Fst<A> &fst, C* mapper) in MapFst()
Dencode.h213 EncodeMapper(const EncodeMapper& mapper) in EncodeMapper()
220 EncodeMapper(const EncodeMapper& mapper, EncodeType type) in EncodeMapper()
320 void Encode(MutableFst<A> *fst, EncodeMapper<A>* mapper) { in Encode()
326 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) { in Decode()
/external/icu4c/test/letest/
DSimpleFontInstance.cpp91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool fi… in mapCharToGlyph() argument
/external/skia/src/effects/
DSkGradientShader.cpp237 int colorCount, SkShader::TileMode mode, SkUnitMapper* mapper) { in Gradient_Shader()
837 SkShader::TileMode mode, SkUnitMapper* mapper) in Linear_Gradient()
1420 SkShader::TileMode mode, SkUnitMapper* mapper) in Radial_Gradient()
1916 SkUnitMapper* mapper) in Two_Point_Radial_Gradient()
2105 const SkScalar pos[], int count, SkUnitMapper* mapper) in Sweep_Gradient()
2504 SkUnitMapper* mapper) { in CreateLinear()
2518 SkUnitMapper* mapper) { in CreateRadial()
2536 SkUnitMapper* mapper) { in CreateTwoPointRadial()
2550 int count, SkUnitMapper* mapper) { in CreateSweep()

12