Searched refs:mapper (Results 1 - 25 of 92) sorted by relevance

1234

/external/libunwind/tests/
H A Drun-ptrace-mapper2 ./test-ptrace -c -n -t ./mapper $*
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DNullRegisterAllocator.java50 BasicRegisterMapper mapper = new BasicRegisterMapper(oldRegCount);
53 mapper.addMapping(i, i*2, 2);
56 return mapper;
H A DFirstFitAllocator.java65 BasicRegisterMapper mapper
101 mapper.addMapping(i, newReg, maxCategory);
104 mapper.addMapping(i, nextNewRegister, maxCategory);
127 mapper.addMapping(j, newReg, maxCategory);
138 return mapper;
/external/openfst/src/include/fst/
H A Dmap.h32 void Map(MutableFst<A> *fst, C* mapper) { argument
33 ArcMap(fst, mapper);
37 void Map(MutableFst<A> *fst, C mapper) { argument
38 ArcMap(fst, mapper);
42 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) { argument
43 ArcMap(ifst, ofst, mapper);
47 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) { argument
48 ArcMap(ifst, ofst, mapper);
61 MapFst(const Fst<A> &fst, const C &mapper, const MapFstOptions& opts) argument
62 : ArcMapFst<A, B, C>(fst, mapper, opt
64 MapFst(const Fst<A> &fst, C* mapper, const MapFstOptions& opts) argument
67 MapFst(const Fst<A> &fst, const C &mapper) argument
70 MapFst(const Fst<A> &fst, C* mapper) argument
[all...]
H A Dstate-map.h52 // StateMapper(const StateMapper &mapper, const Fst<A> *fst = 0);
70 // // Specifies input symbol table action the mapper requires (see above).
72 // // Specifies output symbol table action the mapper requires (see above).
75 // // mapper. It takes as argument the input Fst's known properties.
82 // we pass the mapper. We allow passing the mapper by pointer
83 // for cases that we need to change the state of the user's mapper.
84 // We also include map versions that pass the mapper
87 // Maps an arc type A using a mapper function object C, passed
90 void StateMap(MutableFst<A> *fst, C* mapper) { argument
121 StateMap(MutableFst<A> *fst, C mapper) argument
130 StateMap(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) argument
177 StateMap(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) argument
208 StateMapFstImpl(const Fst<A> &fst, const C &mapper, const StateMapFstOptions& opts) argument
217 StateMapFstImpl(const Fst<A> &fst, C *mapper, const StateMapFstOptions& opts) argument
339 StateMapFst(const Fst<A> &fst, const C &mapper, const StateMapFstOptions& opts) argument
343 StateMapFst(const Fst<A> &fst, C* mapper, const StateMapFstOptions& opts) argument
346 StateMapFst(const Fst<A> &fst, const C &mapper) argument
349 StateMapFst(const Fst<A> &fst, C* mapper) argument
411 IdentityStateMapper(const IdentityStateMapper<A> &mapper, const Fst<A> *fst = 0) argument
452 ArcSumMapper(const ArcSumMapper<A> &mapper, const Fst<A> *fst = 0) argument
536 ArcUniqueMapper(const ArcUniqueMapper<A> &mapper, const Fst<A> *fst = 0) argument
[all...]
H A Darc-map.h66 // (They may set by the mapper).
81 // // Specifies final action the mapper requires (see above).
82 // // The mapper will be passed final weights as arcs of the
85 // // Specifies input symbol table action the mapper requires (see above).
87 // // Specifies output symbol table action the mapper requires (see above).
90 // // mapper. It takes as argument the input Fst's known properties.
95 // method of the mapper to determine how to treat final weights,
102 // we pass the mapper. We allow passing the mapper by pointer
103 // for cases that we need to change the state of the user's mapper
112 ArcMap(MutableFst<A> *fst, C* mapper) argument
191 ArcMap(MutableFst<A> *fst, C mapper) argument
200 ArcMap(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) argument
293 ArcMap(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) argument
332 ArcMapFstImpl(const Fst<A> &fst, const C &mapper, const ArcMapFstOptions& opts) argument
343 ArcMapFstImpl(const Fst<A> &fst, C *mapper, const ArcMapFstOptions& opts) argument
562 ArcMapFst(const Fst<A> &fst, const C &mapper, const ArcMapFstOptions& opts) argument
565 ArcMapFst(const Fst<A> &fst, C* mapper, const ArcMapFstOptions& opts) argument
568 ArcMapFst(const Fst<A> &fst, const C &mapper) argument
571 ArcMapFst(const Fst<A> &fst, C* mapper) argument
[all...]
H A Dencode.h287 // A mapper to encode/decode weighted transducers. Encoding of an
292 // The Encode mapper stores the encoding in a local hash table (EncodeTable)
315 EncodeMapper(const EncodeMapper& mapper) argument
316 : flags_(mapper.flags_),
317 type_(mapper.type_),
318 table_(mapper.table_),
324 EncodeMapper(const EncodeMapper& mapper, EncodeType type) argument
325 : flags_(mapper.flags_),
327 table_(mapper.table_),
328 error_(mapper
466 Encode(MutableFst<A> *fst, EncodeMapper<A>* mapper) argument
473 Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) argument
[all...]
/external/chromium_org/third_party/icu/source/test/letest/
H A DSimpleFontInstance.cpp91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const argument
93 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
100 return LEFontInstance::mapCharToGlyph(ch, mapper);
H A DSimpleFontInstance.h49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DSimpleFontInstance.cpp91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const argument
93 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
100 return LEFontInstance::mapCharToGlyph(ch, mapper);
H A DSimpleFontInstance.h49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
/external/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.cpp91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const argument
93 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
100 return LEFontInstance::mapCharToGlyph(ch, mapper);
H A DSimpleFontInstance.h49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
/external/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.cpp91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const argument
93 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
100 return LEFontInstance::mapCharToGlyph(ch, mapper);
H A DSimpleFontInstance.h49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaInsn.java150 * @param mapper {@code non-null;} mapping from old to new registers
152 public final void mapRegisters(RegisterMapper mapper) { argument
155 result = mapper.map(result);
157 mapSourceRegisters(mapper);
163 * @param mapper new mapping
165 abstract public void mapSourceRegisters(RegisterMapper mapper); argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jar ... org.eclipse.equinox.internal.event.mapper.EventRedeliverer eventRedeliverer private org.eclipse.equinox. ...
/external/icu/icu4c/source/layout/
H A DLEFontInstance.cpp50 le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const
71 glyphStorage[out] = mapCharToGlyph(code, mapper, filterZeroWidth);
80 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
82 return mapCharToGlyph(ch, mapper, TRUE);
85 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const argument
87 LEUnicode32 mappedChar = mapper->mapChar(ch);
49 mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const argument
H A DLEFontInstance.h226 * <code>mapCharToGlyph(ch, mapper)</code> on each one. It also handles surrogate
236 * @param mapper - the character mapper.
244 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
249 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
252 * @param mapper - the character mapper
261 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
266 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
269 * @param mapper
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h188 // A mapper to encode/decode weighted transducers. Encoding of an
193 // The Encode mapper stores the encoding in a local hash table (EncodeTable)
214 EncodeMapper(const EncodeMapper& mapper) argument
215 : ref_count_(mapper.ref_count_ + 1),
216 flags_(mapper.flags_),
217 type_(mapper.type_),
218 table_(mapper.table_) { }
221 EncodeMapper(const EncodeMapper& mapper, EncodeType type) argument
222 : ref_count_(mapper.ref_count_ + 1),
223 flags_(mapper
321 Encode(MutableFst<A> *fst, EncodeMapper<A>* mapper) argument
327 Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) argument
[all...]
/external/chromium_org/components/gcm_driver/
H A Dgcm_account_mapper_unittest.cc253 GCMAccountMapper* mapper() { return account_mapper_.get(); } function in class:gcm::GCMAccountMapperTest
285 mapper()->Initialize(GCMAccountMapper::AccountMappings());
293 mapper()->Initialize(GCMAccountMapper::AccountMappings());
303 mapper()->SetAccountTokens(account_tokens);
326 mapper()->Initialize(account_mappings);
354 mapper()->Initialize(GCMAccountMapper::AccountMappings());
358 mapper()->SetAccountTokens(account_tokens);
365 mapper()->SetAccountTokens(account_tokens);
380 mapper()->Initialize(GCMAccountMapper::AccountMappings());
386 mapper()
[all...]
/external/chromium_org/content/browser/resources/media/
H A Ddisjoint_range_set.js111 * @param {function(int, int)} mapper Maps a range to an array element.
112 * @return {Array} An array of each mapper(range).
114 map: function(mapper) {
124 return mapper(s, ranges[s]);
/external/pdfium/fpdfsdk/include/
H A Dfpdf_sysfontinfo.h74 * pMapper - An opaque pointer to internal font mapper, used when calling FPDF_AddInstalledFont
82 * Use the system font mapper to get a font handle from requested parameters
88 * If the system supports native font mapper (like Windows), implementation can implement this method to get a font handle.
98 * bExact - Pointer to an boolean value receiving the indicator whether mapper found the exact match.
99 * If mapper is not sure whether it's exact match, ignore this paramter.
201 * mapper - Opaque pointer to Foxit font mapper
207 DLLEXPORT void STDCALL FPDF_AddInstalledFont(void* mapper, const char* face, int charset);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.cpp374 ScopedPageMapper mapper; local
376 mapper.MapReadWrite(before);
381 ScopedPageMapper mapper; local
383 mapper.MapReadWrite(after);
405 ScopedPageMapper mapper; local
407 mapper.MapReadWrite(entry->l_prev);
412 ScopedPageMapper mapper; local
414 mapper.MapReadWrite(entry->l_next);
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java65 * Creates an empty IProperties set with an optional property mapper.
67 * @param mapper [may be null]
70 public static IProperties create (final IMapper mapper) argument
72 return new PropertiesImpl (null, mapper);
77 * with an optional property mapper. Note that 'properties' content is
82 * @param mapper [may be null]
85 public static IProperties wrap (final Properties properties, final IMapper mapper) argument
99 return new PropertiesImpl (map, mapper); // note: map is a defensive clone
109 * @return [never null; an empty property set with a null mapper is created
299 PropertiesImpl (final HashMap values, final IMapper mapper) argument
[all...]

Completed in 1835 milliseconds

1234