/external/openfst/src/include/fst/ |
D | map.h | 32 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()
|
D | state-map.h | 90 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()
|
D | encode.h | 315 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()
|
D | arc-map.h | 112 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/ |
D | SampleGradients.cpp | 68 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()
|
D | SampleShaderText.cpp | 65 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()
|
D | SampleSlides.cpp | 176 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/ |
D | map.h | 31 const M &mapper) { in ArcMap() 40 const M &mapper) { in StateMap()
|
/external/skia/gm/ |
D | shadertext.cpp | 66 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()
|
D | gradients.cpp | 37 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/ |
D | NullRegisterAllocator.java | 50 BasicRegisterMapper mapper = new BasicRegisterMapper(oldRegCount); in allocateRegisters() local
|
D | FirstFitAllocator.java | 65 BasicRegisterMapper mapper in allocateRegisters() local
|
D | SsaToRop.java | 105 RegisterMapper mapper = allocator.allocateRegisters(); in convert() local 219 BasicRegisterMapper mapper in moveParametersToHighRegisters() local
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Futures.java | 80 ListenableFuture<V> future, Function<Exception, X> mapper) { in makeChecked()
|
/external/skia/bench/ |
D | GradientBench.cpp | 43 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/ |
D | SsaInsn.java | 152 public final void mapRegisters(RegisterMapper mapper) { in mapRegisters() 165 abstract public void mapSourceRegisters(RegisterMapper mapper); in mapSourceRegisters()
|
D | NormalSsaInsn.java | 41 public final void mapSourceRegisters(RegisterMapper mapper) { in mapSourceRegisters()
|
D | ConstCollector.java | 373 RegisterMapper mapper = new RegisterMapper() { in updateConstUses() local
|
D | PhiInsn.java | 265 public final void mapSourceRegisters(RegisterMapper mapper) { in mapSourceRegisters()
|
/external/icu4c/layout/ |
D | LEFontInstance.cpp | 50 …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/ |
D | IProperties.java | 70 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/ |
D | map.h | 81 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()
|
D | encode.h | 213 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/ |
D | SimpleFontInstance.cpp | 91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool fi… in mapCharToGlyph() argument
|
/external/skia/src/effects/ |
D | SkGradientShader.cpp | 237 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()
|