/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() 208 StateMapFstImpl(const Fst<A> &fst, const C &mapper, in StateMapFstImpl() 217 StateMapFstImpl(const Fst<A> &fst, C *mapper, in StateMapFstImpl() 339 StateMapFst(const Fst<A> &fst, const C &mapper, in StateMapFst() 343 StateMapFst(const Fst<A> &fst, C* mapper, const StateMapFstOptions& opts) in StateMapFst() 346 StateMapFst(const Fst<A> &fst, const C &mapper) in StateMapFst() 349 StateMapFst(const Fst<A> &fst, C* mapper) in StateMapFst()
|
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() 332 ArcMapFstImpl(const Fst<A> &fst, const C &mapper, in ArcMapFstImpl() 343 ArcMapFstImpl(const Fst<A> &fst, C *mapper, in ArcMapFstImpl() 562 ArcMapFst(const Fst<A> &fst, const C &mapper, const ArcMapFstOptions& opts) in ArcMapFst() 565 ArcMapFst(const Fst<A> &fst, C* mapper, const ArcMapFstOptions& opts) in ArcMapFst() 568 ArcMapFst(const Fst<A> &fst, const C &mapper) in ArcMapFst() 571 ArcMapFst(const Fst<A> &fst, C* mapper) in ArcMapFst()
|
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()
|
/external/marisa-trie/v0_1_5/tests/ |
D | tail-test.cc | 95 marisa_alpha::Mapper mapper; in TestBinaryTail() local 197 marisa_alpha::Mapper mapper; in TestTextTail() local
|
D | vector-test.cc | 68 marisa_alpha::Mapper mapper; in TestVector() local 179 marisa_alpha::Mapper mapper; in TestIntVector() local
|
/external/marisa-trie/tests/ |
D | tail-test.cc | 94 marisa::Mapper mapper; in TestBinaryTail() local 193 marisa::Mapper mapper; in TestTextTail() local
|
D | vector-test.cc | 66 marisa::Mapper mapper; in TestVector() local 175 marisa::Mapper mapper; in TestIntVector() local
|
/external/marisa-trie/lib/marisa/ |
D | trie.cc | 12 void Trie::mmap(Mapper *mapper, const char *filename, in mmap() 22 Mapper mapper(ptr, size); in map() local 26 void Trie::map(Mapper &mapper) { in map()
|
D | intvector.cc | 43 void IntVector::mmap(Mapper *mapper, const char *filename, in mmap() 53 Mapper mapper(ptr, size); in map() local 57 void IntVector::map(Mapper &mapper) { in map()
|
D | tail.cc | 30 void Tail::mmap(Mapper *mapper, const char *filename, in mmap() 42 Mapper mapper(ptr, size); in map() local 46 void Tail::map(Mapper &mapper) { in map()
|
D | bitvector.cc | 256 void BitVector::mmap(Mapper *mapper, const char *filename, in mmap() 266 Mapper mapper(ptr, size); in map() local 270 void BitVector::map(Mapper &mapper) { in map()
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | trie.cc | 12 void Trie::mmap(Mapper *mapper, const char *filename, in mmap() 22 Mapper mapper(ptr, size); in map() local 26 void Trie::map(Mapper &mapper) { in map()
|
D | intvector.cc | 43 void IntVector::mmap(Mapper *mapper, const char *filename, in mmap() 53 Mapper mapper(ptr, size); in map() local 57 void IntVector::map(Mapper &mapper) { in map()
|
D | tail.cc | 30 void Tail::mmap(Mapper *mapper, const char *filename, in mmap() 42 Mapper mapper(ptr, size); in map() local 46 void Tail::map(Mapper &mapper) { in map()
|
D | bitvector.cc | 256 void BitVector::mmap(Mapper *mapper, const char *filename, in mmap() 266 Mapper mapper(ptr, size); in map() local 270 void BitVector::map(Mapper &mapper) { in map()
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | errordocument.py | 155 def __init__(self, app, mapper, global_conf=None, **params): argument 249 def custom_forward(app, mapper, global_conf=None, **kw): argument 265 def __init__(self, app, mapper, global_conf=None, **kw): argument
|
/external/openfst/src/include/fst/script/ |
D | map.h | 31 const M &mapper) { in ArcMap() 40 const M &mapper) { in StateMap()
|
/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()
|
/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/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
D | NullRegisterAllocator.java | 50 BasicRegisterMapper mapper = new BasicRegisterMapper(oldRegCount); in allocateRegisters() local
|
D | SsaToRop.java | 105 RegisterMapper mapper = allocator.allocateRegisters(); in convert() local 219 BasicRegisterMapper mapper in moveParametersToHighRegisters() local
|
/external/icu/icu4c/source/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/marisa-trie/tools/ |
D | marisa-lookup.cc | 34 marisa::Mapper mapper; in lookup() local
|
/external/marisa-trie/v0_1_5/tools/ |
D | marisa_alpha-lookup.cc | 34 marisa_alpha::Mapper mapper; in lookup() local
|