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

1 2 3 4

  /frameworks/base/services/input/tests/
InputReader_test.cpp 979 FakeInputMapper* mapper = new FakeInputMapper(device, sources); local
980 device->addMapper(mapper);
983 return mapper;
1014 FakeInputMapper* mapper = NULL; local
1015 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, String8("fake"),
1017 mapper->setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN);
1029 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1037 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
1041 FakeInputMapper* mapper = NULL; local
1068 FakeInputMapper* mapper = NULL; local
1095 FakeInputMapper* mapper = NULL; local
1139 FakeInputMapper* mapper = NULL; local
1458 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1465 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1476 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1517 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1530 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1638 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1683 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1706 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1783 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1795 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1807 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1828 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1936 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1944 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1952 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1983 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2002 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2057 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2081 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2105 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2142 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2160 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2211 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2387 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2617 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2626 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2637 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2647 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2657 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2686 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2715 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2731 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2782 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2904 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2978 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3069 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3093 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3155 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3200 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3361 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3497 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3570 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3785 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4062 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4238 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4409 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4459 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4497 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4550 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4584 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4613 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4774 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4925 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4997 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...]
arc-map.h 66 // (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
    [all...]
encode.h 287 // 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)
316 : flags_(mapper.flags_),
317 type_(mapper.type_),
318 table_(mapper.table_),
324 EncodeMapper(const EncodeMapper& mapper, EncodeType type)
325 : flags_(mapper.flags_),
327 table_(mapper.table_),
328 error_(mapper.error_)
    [all...]
  /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 @param mapper May be NULL. Callback to modify the spread of the colors.
114 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;
  /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);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
  /external/skia/samplecode/
SampleGradients.cpp 68 SkShader::TileMode tm, SkUnitMapper* mapper) {
70 data.fCount, tm, mapper);
74 SkShader::TileMode tm, SkUnitMapper* mapper) {
79 data.fPos, data.fCount, tm, mapper);
83 SkShader::TileMode tm, SkUnitMapper* mapper) {
88 data.fPos, data.fCount, mapper);
92 SkShader::TileMode tm, SkUnitMapper* mapper) {
101 data.fColors, data.fPos, data.fCount, tm, mapper);
105 SkShader::TileMode tm, SkUnitMapper* mapper) {
112 data.fColors, data.fPos, data.fCount, tm, mapper);
    [all...]
SampleShaderText.cpp 65 SkShader::TileMode tm, SkUnitMapper* mapper) {
67 data.fCount, tm, mapper);
71 SkShader::TileMode tm, SkUnitMapper* mapper) {
76 data.fPos, data.fCount, tm, mapper);
80 SkShader::TileMode tm, SkUnitMapper* mapper) {
85 data.fPos, data.fCount, mapper);
89 SkShader::TileMode tm, SkUnitMapper* mapper) {
98 data.fColors, data.fPos, data.fCount, tm, mapper);
102 SkShader::TileMode tm, SkUnitMapper* mapper);
  /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 201 * <code>mapCharToGlyph(ch, mapper)</code> on each one. It also handles surrogate
211 * @param mapper - the character mapper.
219 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
224 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
227 * @param mapper - the character mapper
236 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
241 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
244 * @param mapper - the character mappe
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.cpp 107 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
112 CHECK_EQ(0, mapper.lock(mBuf->handle,
129 GraphicBufferMapper &mapper = GraphicBufferMapper::get(); local
132 CHECK_EQ(0, mapper.unlock(mBuf->handle));
  /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);
87 SkShader::TileMode tm, SkUnitMapper* mapper,
  /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);
gradients.cpp 37 SkShader::TileMode tm, SkUnitMapper* mapper) {
39 data.fCount, tm, mapper);
43 SkShader::TileMode tm, SkUnitMapper* mapper) {
48 data.fPos, data.fCount, tm, mapper);
52 SkShader::TileMode tm, SkUnitMapper* mapper) {
57 data.fPos, data.fCount, mapper);
61 SkShader::TileMode tm, SkUnitMapper* mapper) {
70 data.fColors, data.fPos, data.fCount, tm, mapper);
74 SkShader::TileMode tm, SkUnitMapper* mapper);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h 47 // Mapper Interface - class determinies how arcs and final weights
50 // class Mapper {
54 // // Specifies final action the mapper requires (see above).
55 // // The mapper will be passed final weights as arcs of the
59 // // mapper. It takes as argument the input Fst's known properties.
64 // method of the mapper to determine how to treat final weights,
71 // we pass the mapper. We allow passing the mapper by pointer
72 // for cases that we need to change the state of the user's mapper.
73 // This is the case with the encode mapper, which is reused durin
    [all...]
encode.h 187 // A mapper to encode/decode weighted transducers. Encoding of an
192 // The Encode mapper stores the encoding in a local hash table (EncodeTable)
213 EncodeMapper(const EncodeMapper& mapper)
214 : ref_count_(mapper.ref_count_ + 1),
215 flags_(mapper.flags_),
216 type_(mapper.type_),
217 table_(mapper.table_) { }
220 EncodeMapper(const EncodeMapper& mapper, EncodeType type)
221 : ref_count_(mapper.ref_count_ + 1),
222 flags_(mapper.flags_)
    [all...]

Completed in 358 milliseconds

1 2 3 4