HomeSort by relevance Sort by last modified time
    Searched refs:mapper (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /frameworks/base/services/input/tests/
InputReader_test.cpp 995 FakeInputMapper* mapper = new FakeInputMapper(device, sources); local
996 device->addMapper(mapper);
999 return mapper;
1030 FakeInputMapper* mapper = NULL; local
1031 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, String8("fake"),
1033 mapper->setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN);
1057 FakeInputMapper* mapper = NULL; local
1084 FakeInputMapper* mapper = NULL; local
1111 FakeInputMapper* mapper = NULL; local
1155 FakeInputMapper* mapper = NULL; local
1474 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1481 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1492 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1537 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1550 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1658 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1703 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1726 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1803 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1815 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1827 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1848 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1956 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1964 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1972 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2003 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2022 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2077 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2101 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2125 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2162 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2180 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2231 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2407 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2637 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2646 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2657 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2667 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2677 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2706 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2735 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2751 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2802 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2924 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2998 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3089 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3113 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3175 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3220 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3381 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3517 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3590 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3805 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4082 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4258 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4429 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4479 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4517 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4570 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4604 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4633 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4794 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4945 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5017 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
NullRegisterAllocator.java 50 BasicRegisterMapper mapper = new BasicRegisterMapper(oldRegCount); local
53 mapper.addMapping(i, i*2, 2);
56 return mapper;
FirstFitAllocator.java 65 BasicRegisterMapper mapper local
101 mapper.addMapping(i, newReg, maxCategory);
104 mapper.addMapping(i, nextNewRegister, maxCategory);
127 mapper.addMapping(j, newReg, maxCategory);
138 return mapper;
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
NullRegisterAllocator.java 50 BasicRegisterMapper mapper = new BasicRegisterMapper(oldRegCount); local
53 mapper.addMapping(i, i*2, 2);
56 return mapper;
FirstFitAllocator.java 65 BasicRegisterMapper mapper local
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/
map.h 32 void Map(MutableFst<A> *fst, C* mapper) {
33 ArcMap(fst, mapper);
37 void Map(MutableFst<A> *fst, C mapper) {
38 ArcMap(fst, mapper);
42 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C* mapper) {
43 ArcMap(ifst, ofst, mapper);
47 void Map(const Fst<A> &ifst, MutableFst<B> *ofst, C mapper) {
48 ArcMap(ifst, ofst, mapper);
61 MapFst(const Fst<A> &fst, const C &mapper, const MapFstOptions& opts)
62 : ArcMapFst<A, B, C>(fst, mapper, opts) {
    [all...]
state-map.h 52 // 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) {
    [all...]
  /external/skia/legacy/include/effects/
SkGradientShader.h 39 @param mapper May be NULL. Callback to modify the spread of the colors.
44 SkUnitMapper* mapper = NULL);
61 @param mapper May be NULL. Callback to modify the spread of the colors.
66 SkUnitMapper* mapper = NULL);
86 @param mapper May be NULL. Callback to modify the spread of the colors.
95 SkUnitMapper* mapper = NULL);
110 @param mapper May be NULL. Callback to modify the spread of the colors.
114 int count, SkUnitMapper* mapper = NULL);
  /external/skia/include/effects/
SkGradientShader.h 39 @param mapper May be NULL. Callback to modify the spread of the colors.
44 SkUnitMapper* mapper = NULL);
61 @param mapper May be NULL. Callback to modify the spread of the colors.
66 SkUnitMapper* mapper = NULL);
86 @param mapper May be NULL. Callback to modify the spread of the colors.
95 SkUnitMapper* mapper = NULL);
110 SkUnitMapper* mapper = NULL);
126 @param mapper May be NULL. Callback to modify the spread of the colors.
130 int count, SkUnitMapper* mapper = NULL);
  /external/icu4c/test/letest/
SimpleFontInstance.cpp 91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
93 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
100 return LEFontInstance::mapCharToGlyph(ch, mapper);
SimpleFontInstance.h 49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
  /external/marisa-trie/lib/marisa/
intvector.cc 43 void IntVector::mmap(Mapper *mapper, const char *filename,
45 MARISA_THROW_IF(mapper == NULL, MARISA_PARAM_ERROR);
46 Mapper temp_mapper;
49 temp_mapper.swap(mapper);
53 Mapper mapper(ptr, size);
54 map(mapper);
57 void IntVector::map(Mapper &mapper) {
    [all...]
trie.cc 12 void Trie::mmap(Mapper *mapper, const char *filename,
14 MARISA_THROW_IF(mapper == NULL, MARISA_PARAM_ERROR);
15 Mapper temp_mapper;
18 temp_mapper.swap(mapper);
22 Mapper mapper(ptr, size);
23 map(mapper);
26 void Trie::map(Mapper &mapper) {
    [all...]
tail.h 16 void mmap(Mapper *mapper, const char *filename,
19 void map(Mapper &mapper);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
intvector.cc 43 void IntVector::mmap(Mapper *mapper, const char *filename,
45 MARISA_ALPHA_THROW_IF(mapper == NULL, MARISA_ALPHA_PARAM_ERROR);
46 Mapper temp_mapper;
49 temp_mapper.swap(mapper);
53 Mapper mapper(ptr, size);
54 map(mapper);
57 void IntVector::map(Mapper &mapper) {
    [all...]
trie.cc 12 void Trie::mmap(Mapper *mapper, const char *filename,
14 MARISA_ALPHA_THROW_IF(mapper == NULL, MARISA_ALPHA_PARAM_ERROR);
15 Mapper temp_mapper;
18 temp_mapper.swap(mapper);
22 Mapper mapper(ptr, size);
23 map(mapper);
26 void Trie::map(Mapper &mapper) {
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaInsn.java 150 * @param mapper {@code non-null;} mapping from old to new registers
152 public final void mapRegisters(RegisterMapper mapper) {
155 result = mapper.map(result);
157 mapSourceRegisters(mapper);
163 * @param mapper new mapping
165 abstract public void mapSourceRegisters(RegisterMapper mapper);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaInsn.java 150 * @param mapper {@code non-null;} mapping from old to new registers
152 public final void mapRegisters(RegisterMapper mapper) {
155 result = mapper.map(result);
157 mapSourceRegisters(mapper);
163 * @param mapper new mapping
165 abstract public void mapSourceRegisters(RegisterMapper mapper);
  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.cpp 106 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
111 CHECK_EQ(0, mapper.lock(mBuf->handle,
128 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
131 CHECK_EQ(0, mapper.unlock(mBuf->handle));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
  /external/icu4c/layout/
LEFontInstance.cpp 50 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
87 LEUnicode32 mappedChar = mapper->mapChar(ch);
LEFontInstance.h 220 * <code>mapCharToGlyph(ch, mapper)</code> on each one. It also handles surrogate
230 * @param mapper - the character mapper.
238 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
243 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
246 * @param mapper - the character mapper
255 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
260 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
263 * @param mapper - the character mappe
    [all...]
  /external/skia/gm/
shadertext.cpp 66 SkShader::TileMode tm, SkUnitMapper* mapper) {
68 data.fCount, tm, mapper);
72 SkShader::TileMode tm, SkUnitMapper* mapper) {
77 data.fPos, data.fCount, tm, mapper);
81 SkShader::TileMode tm, SkUnitMapper* mapper) {
86 data.fPos, data.fCount, mapper);
90 SkShader::TileMode tm, SkUnitMapper* mapper) {
99 data.fColors, data.fPos, data.fCount, tm, mapper);
103 SkShader::TileMode tm, SkUnitMapper* mapper);
  /external/skia/bench/
GradientBench.cpp 43 SkShader::TileMode tm, SkUnitMapper* mapper,
46 data.fCount, tm, mapper);
50 SkShader::TileMode tm, SkUnitMapper* mapper,
57 data.fPos, data.fCount, tm, mapper);
62 SkShader::TileMode tm, SkUnitMapper* mapper,
68 data.fPos, data.fCount, mapper);
73 SkShader::TileMode tm, SkUnitMapper* mapper,
83 data.fColors, data.fPos, data.fCount, tm, mapper);
88 SkShader::TileMode tm, SkUnitMapper* mapper,
97 data.fColors, data.fPos, data.fCount, tm, mapper);
    [all...]
  /external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h 88 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
92 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;

Completed in 798 milliseconds

1 2 3 4 5 6