HomeSort by relevance Sort by last modified time
    Searched defs:mapper (Results 1 - 14 of 14) sorted by null

  /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;
SsaToRop.java 111 RegisterMapper mapper = allocator.allocateRegisters(); local
115 System.out.println(((BasicRegisterMapper)mapper).toHuman());
120 ssaMeth.mapRegisters(mapper);
225 BasicRegisterMapper mapper local
231 mapper.addMapping(i, regCount - paramWidth + i, 1);
233 mapper.addMapping(i, i - paramWidth, 1);
242 ssaMeth.mapRegisters(mapper);
FirstFitLocalCombiningAllocator.java 58 /** Register mapper which will be our result */
59 private final InterferenceRegisterMapper mapper; field in class:FirstFitLocalCombiningAllocator
88 mapper = new InterferenceRegisterMapper(
145 return mapper;
491 ropReg = mapper.oldToNew(moveReg);
493 ropReg = mapper.oldToNew(checkReg);
546 || mapper.interferes(ssaSpec, ropReg));
654 mapper.addMapping(ssaSpec.getReg(), ropReg, category);
762 int rangeStart = mapper.oldToNew(ssaCenterReg) + rangeStartOffset;
884 && mapper.oldToNew(ssaReg) == ropReg)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 358 RegisterMapper mapper = new RegisterMapper() { local
380 use.mapSourceRegisters(mapper);
SsaRenamer.java 302 private final RenamingMapper mapper; field in class:SsaRenamer.BlockRenamer
315 mapper = new RenamingMapper();
499 insn.mapSourceRegisters(mapper);
590 insn.mapSourceRegisters(mapper);
EscapeAnalysis.java 665 RegisterMapper mapper = new RegisterMapper() { local
683 use.mapSourceRegisters(mapper);
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 1406 final IntToString mapper = mapping[j]; local
    [all...]
  /frameworks/base/libs/ui/
InputReader.cpp 654 InputMapper* mapper = mMappers[i]; local
655 mapper->dump(dump);
659 void InputDevice::addMapper(InputMapper* mapper) {
660 mMappers.add(mapper);
672 InputMapper* mapper = mMappers[i]; local
673 mapper->configure();
674 mSources |= mapper->getSources();
681 InputMapper* mapper = mMappers[i]; local
682 mapper->reset();
689 InputMapper* mapper = mMappers[i] local
699 InputMapper* mapper = mMappers[i]; local
720 InputMapper* mapper = mMappers[i]; local
736 InputMapper* mapper = mMappers[i]; local
748 InputMapper* mapper = mMappers[i]; local
    [all...]
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp 841 FakeInputMapper* mapper = new FakeInputMapper(device, sources); local
842 device->addMapper(mapper);
845 return mapper;
952 FakeInputMapper* mapper = NULL; local
953 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, String8("fake"),
955 mapper->setKeyCodeState(AKEYCODE_A, AKEY_STATE_DOWN);
967 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
975 << "Should return value provided by mapper when device id is < 0 and one of the devices supports some of the sources.";
979 FakeInputMapper* mapper = NULL; local
980 ASSERT_NO_FATAL_FAILURE(mapper = addDeviceWithFakeInputMapper(1, String8("fake")
1006 FakeInputMapper* mapper = NULL; local
1033 FakeInputMapper* mapper = NULL; local
1076 FakeInputMapper* mapper = NULL; local
1356 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1363 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1374 SwitchInputMapper* mapper = new SwitchInputMapper(mDevice); local
1415 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1423 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1460 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1480 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1525 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1565 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1580 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, DISPLAY_ID, local
1656 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1668 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1680 KeyboardInputMapper* mapper = new KeyboardInputMapper(mDevice, -1, local
1722 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1729 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1742 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1790 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1814 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1835 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1870 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1890 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1909 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, -1); local
1923 TrackballInputMapper* mapper = new TrackballInputMapper(mDevice, DISPLAY_ID); local
2125 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, -1); local
2133 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2141 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2168 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2195 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2211 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2244 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2270 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2319 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2433 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2501 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2584 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2644 SingleTouchInputMapper* mapper = new SingleTouchInputMapper(mDevice, DISPLAY_ID); local
2776 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice, DISPLAY_ID); local
3027 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice, DISPLAY_ID); local
3187 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice, DISPLAY_ID); local
3232 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice, DISPLAY_ID); local
3273 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice, DISPLAY_ID); local
3329 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice, DISPLAY_ID); local
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/emma/lib/
emma.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 444 milliseconds