Home
last modified time | relevance | path

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

123

/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()
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()
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()
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()
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()
/external/marisa-trie/v0_1_5/tests/
Dtail-test.cc95 marisa_alpha::Mapper mapper; in TestBinaryTail() local
197 marisa_alpha::Mapper mapper; in TestTextTail() local
Dvector-test.cc68 marisa_alpha::Mapper mapper; in TestVector() local
179 marisa_alpha::Mapper mapper; in TestIntVector() local
/external/marisa-trie/tests/
Dtail-test.cc94 marisa::Mapper mapper; in TestBinaryTail() local
193 marisa::Mapper mapper; in TestTextTail() local
Dvector-test.cc66 marisa::Mapper mapper; in TestVector() local
175 marisa::Mapper mapper; in TestIntVector() local
/external/marisa-trie/lib/marisa/
Dtrie.cc12 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()
Dintvector.cc43 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()
Dtail.cc30 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()
Dbitvector.cc256 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/
Dtrie.cc12 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()
Dintvector.cc43 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()
Dtail.cc30 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()
Dbitvector.cc256 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/
Derrordocument.py155 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/
Dmap.h31 const M &mapper) { in ArcMap()
40 const M &mapper) { in StateMap()
/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()
/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/dexmaker/src/dx/java/com/android/dx/ssa/back/
DNullRegisterAllocator.java50 BasicRegisterMapper mapper = new BasicRegisterMapper(oldRegCount); in allocateRegisters() local
DSsaToRop.java105 RegisterMapper mapper = allocator.allocateRegisters(); in convert() local
219 BasicRegisterMapper mapper in moveParametersToHighRegisters() local
/external/icu/icu4c/source/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/marisa-trie/tools/
Dmarisa-lookup.cc34 marisa::Mapper mapper; in lookup() local
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-lookup.cc34 marisa_alpha::Mapper mapper; in lookup() local

123