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

1 2 3 4 5 6 7

  /frameworks/base/services/input/tests/
InputReader_test.cpp 1001 FakeInputMapper* mapper = new FakeInputMapper(device, sources); local
1002 device->addMapper(mapper);
1005 return mapper;
1036 FakeInputMapper* mapper = NULL; local
1037 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, 0, String8("fake"),
1039 mapper->setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN);
1063 FakeInputMapper* mapper = NULL; local
1090 FakeInputMapper* mapper = NULL; local
1117 FakeInputMapper* mapper = NULL; local
1161 FakeInputMapper* mapper = NULL; local
1484 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1491 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1502 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1547 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1560 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1668 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1713 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1736 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1813 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1825 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1837 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1858 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, local
1966 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1974 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
1982 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2013 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2032 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2087 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2111 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2135 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2172 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2190 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2241 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2417 CursorInputMapper* mapper = new CursorInputMapper(mDevice); local
2647 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2656 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2667 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2677 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2687 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2716 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2745 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2761 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2812 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
2934 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3008 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3099 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3123 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3185 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3230 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3391 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3527 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3600 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice); local
3815 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4092 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4268 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4439 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4489 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4527 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4580 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4614 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4643 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4804 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
4955 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
5027 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice); local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
NullRegisterAllocator.java 47 BasicRegisterMapper mapper = new BasicRegisterMapper(oldRegCount); local
50 mapper.addMapping(i, i*2, 2);
53 return mapper;
FirstFitAllocator.java 63 BasicRegisterMapper mapper local
99 mapper.addMapping(i, newReg, maxCategory);
102 mapper.addMapping(i, nextNewRegister, maxCategory);
125 mapper.addMapping(j, newReg, maxCategory);
136 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/chromium_org/third_party/skia/include/effects/
SkGradientShader.h 46 @param mapper May be NULL. Callback to modify the spread of the colors.
51 SkUnitMapper* mapper = NULL,
69 @param mapper May be NULL. Callback to modify the spread of the colors.
74 SkUnitMapper* mapper = NULL,
95 @param mapper May be NULL. Callback to modify the spread of the colors.
104 SkUnitMapper* mapper = NULL,
120 SkUnitMapper* mapper = NULL,
137 @param mapper May be NULL. Callback to modify the spread of the colors.
141 int count, SkUnitMapper* mapper = NULL,
  /external/skia/include/effects/
SkGradientShader.h 46 @param mapper May be NULL. Callback to modify the spread of the colors.
51 SkUnitMapper* mapper = NULL,
69 @param mapper May be NULL. Callback to modify the spread of the colors.
74 SkUnitMapper* mapper = NULL,
95 @param mapper May be NULL. Callback to modify the spread of the colors.
104 SkUnitMapper* mapper = NULL,
120 SkUnitMapper* mapper = NULL,
137 @param mapper May be NULL. Callback to modify the spread of the colors.
141 int count, SkUnitMapper* mapper = NULL,
  /external/chromium_org/third_party/icu/source/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/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...]
  /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...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_parser.h 43 // The NetworkDeviceParser does not take ownership of the |mapper|.
44 explicit NetworkDeviceParser(const EnumMapper<PropertyIndex>* mapper);
56 const EnumMapper<PropertyIndex>& mapper() const { function in class:chromeos::NetworkDeviceParser
97 // The NetworkParser does not take ownership of the |mapper|.
98 explicit NetworkParser(const EnumMapper<PropertyIndex>* mapper);
115 const EnumMapper<PropertyIndex>& mapper() const { function in class:chromeos::NetworkParser
  /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/skia/gm/
gradientDirtyLaundry.cpp 39 SkShader::TileMode tm, SkUnitMapper* mapper) {
41 data.fCount, tm, mapper);
45 SkShader::TileMode tm, SkUnitMapper* mapper) {
50 data.fPos, data.fCount, tm, mapper);
54 SkShader::TileMode, SkUnitMapper* mapper) {
59 data.fPos, data.fCount, mapper);
64 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 222 * <code>mapCharToGlyph(ch, mapper)</code> on each one. It also handles surrogate
232 * @param mapper - the character mapper.
240 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
245 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
248 * @param mapper - the character mapper
257 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
262 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
265 * @param mapper - the character mappe
    [all...]
  /art/test/StackWalk/
stack_walk_jni.cc 113 TestReferenceMapVisitor mapper(soa.Self());
114 mapper.WalkStack();
124 TestReferenceMapVisitor mapper(soa.Self());
125 mapper.WalkStack();

Completed in 1354 milliseconds

1 2 3 4 5 6 7