HomeSort by relevance Sort by last modified time
    Searched full:mapper (Results 26 - 50 of 70) sorted by null

12 3

  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
dm-ioctl.h 17 #define DM_DIR "mapper"
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
dm-ioctl.h 17 #define DM_DIR "mapper"
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
dm-ioctl.h 17 #define DM_DIR "mapper"
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
dm-ioctl.h 17 #define DM_DIR "mapper"
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
dm-ioctl.h 17 #define DM_DIR "mapper"
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 29 * A register mapper that keeps track of the accumulated interference
32 * Please note that this mapper requires that the old namespace does not
NormalSsaInsn.java 41 public final void mapSourceRegisters(RegisterMapper mapper) {
43 RegisterSpecList newSources = mapper.map(oldSources);
BasicRegisterMapper.java 108 * Adds a mapping to the mapper. If oldReg has already been mapped,
ConstCollector.java 358 RegisterMapper mapper = new RegisterMapper() { local
380 use.mapSourceRegisters(mapper);
PhiInsn.java 244 public final void mapSourceRegisters(RegisterMapper mapper) {
247 o.regSpec = mapper.map(old);
SsaMethod.java 364 * @param mapper maps old registers to new.
366 public void mapRegisters(RegisterMapper mapper) {
369 insn.mapRegisters(mapper);
373 registerCount = mapper.getNewRegisterCount();
SsaRenamer.java 269 private final RenamingMapper mapper; field in class:SsaRenamer.BlockRenamer
282 mapper = new RenamingMapper();
466 insn.mapSourceRegisters(mapper);
555 insn.mapSourceRegisters(mapper);
  /external/webkit/WebCore/plugins/qt/
PluginContainerQt.cpp 91 // Qt window mapper, and thus receiving events from the Qt event system.
94 // will already be in the window mapper, and thus creating a wrapper, stops
  /external/skia/src/effects/
SkGradientShader.cpp 84 int colorCount, SkShader::TileMode mode, SkUnitMapper* mapper);
157 int colorCount, SkShader::TileMode mode, SkUnitMapper* mapper) {
162 fMapper = mapper;
163 mapper->safeRef();
602 SkShader::TileMode mode, SkUnitMapper* mapper)
603 : Gradient_Shader(colors, pos, colorCount, mode, mapper)
918 SkShader::TileMode mode, SkUnitMapper* mapper)
919 : Gradient_Shader(colors, pos, colorCount, mode, mapper)
    [all...]
  /external/guava/src/com/google/common/util/concurrent/
Futures.java 137 Future<T> future, Function<Exception, E> mapper) {
138 return new MappingCheckedFuture<T, E>(makeListenable(future), mapper);
488 final Function<Exception, E> mapper;
491 Function<Exception, E> mapper) {
494 this.mapper = mapper;
499 return mapper.apply(e);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
project.h 31 // Mapper to implement projection per arc.
minimize.h 540 GallicToNewSymbolsMapper<A, STRING_LEFT> mapper(sfst);
541 Map(gfst, fst, mapper);
  /external/kernel-headers/original/linux/
dm-ioctl.h 13 #define DM_DIR "mapper" /* Slashes not supported */
19 * A traditional ioctl interface for the device mapper.
  /external/e2fsprogs/
configure.in 492 [ --enable-blkid-devmapper build with device-mapper support],
495 echo "Disabling device-mapper support"
501 echo "Enabling device-mapper support"
515 [AC_MSG_ERROR([device-mapper library not found])],
532 echo "Disabling device-mapper support by default"
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 70 * @return a register mapper to apply to the {@code SsaMethod}
  /external/e2fsprogs/misc/
blkid.8.in 76 decreasing priority are Device Mapper, EVMS, LVM, MD, and finally regular
  /packages/apps/Launcher2/res/values-da/
strings.xml 38 <string name="group_live_folders" msgid="2664945399140647217">"Mapper"</string>
  /packages/apps/Launcher2/res/values-nb/
strings.xml 38 <string name="group_live_folders" msgid="2664945399140647217">"Mapper"</string>
  /external/e2fsprogs/lib/blkid/
devname.c 166 * device-mapper support
309 rc = asprintf(&device, "mapper/%s", names->name);
  /external/skia/src/images/
fpdfemb.h     [all...]

Completed in 134 milliseconds

12 3