HomeSort by relevance Sort by last modified time
    Searched refs:mapper (Results 126 - 150 of 422) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.7/
xstream-1.4.7.jar 
  /external/perf_data_converter/src/quipper/
perf_parser.cc 570 // time to create an address mapper for a process. Example, for pid 0.
571 AddressMapper* mapper = GetOrCreateProcessMapper(pidtid.first).first; local
574 mapper->GetMappedAddressAndListIterator(ip, &mapped_addr, &ip_iter);
577 mapper->GetMappedIDAndOffset(ip, ip_iter, &id, &dso_and_offset->offset_);
613 AddressMapper* mapper = GetOrCreateProcessMapper(event->pid()).first; local
657 if (!mapper->MapWithID(start, len, id, pgoff, true)) {
658 mapper->DumpToLog();
665 if (!mapper->GetMappedAddressAndListIterator(start, &mapped_addr,
705 DVLOG(1) << "Found an existing process mapper with pid: " << pid;
727 std::unique_ptr<AddressMapper> mapper; local
    [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 357 const SkBitmapProcStateAutoMapper mapper(s, x, y);
365 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
367 yTemp = mapper.intY();
389 const SkBitmapProcStateAutoMapper mapper(s, x, y);
395 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
397 iY2 = mapper.intY();
448 const SkBitmapProcStateAutoMapper mapper(*this, 0, 0, &pt);
463 fFilterOneX = mapper.intX();
464 fFilterOneY = mapper.intY();
613 const SkBitmapProcStateAutoMapper mapper(s, x, y)
    [all...]
  /external/skqp/src/core/
SkBitmapProcState.cpp 357 const SkBitmapProcStateAutoMapper mapper(s, x, y);
365 yTemp = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
367 yTemp = mapper.intY();
389 const SkBitmapProcStateAutoMapper mapper(s, x, y);
395 iY2 = SkFractionalIntToInt(mapper.fractionalIntY() * s.fPixmap.height());
397 iY2 = mapper.intY();
448 const SkBitmapProcStateAutoMapper mapper(*this, 0, 0, &pt);
463 fFilterOneX = mapper.intX();
464 fFilterOneY = mapper.intY();
613 const SkBitmapProcStateAutoMapper mapper(s, x, y)
    [all...]
  /hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
Gralloc1Hal.h 19 #include <mapper-hal/2.1/MapperHal.h>
20 #include <mapper-passthrough/2.0/Gralloc1Hal.h>
25 namespace mapper { namespace in namespace:android::hardware::graphics
180 } // namespace mapper
  /hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
Gralloc1Hal.h 28 #include <mapper-passthrough/2.0/GrallocBufferDescriptor.h>
40 using mapper::V2_0::BufferDescriptor;
41 using mapper::V2_0::Error;
42 using mapper::V2_0::passthrough::grallocDecodeBufferDescriptor;
86 mapper::V2_0::IMapper::BufferDescriptorInfo descriptorInfo;
278 Error createDescriptor(const mapper::V2_0::IMapper::BufferDescriptorInfo& info,
  /dalvik/dx/src/com/android/dx/ssa/
MoveParamCombiner.java 109 RegisterMapper mapper = new RegisterMapper() {
133 use.mapSourceRegisters(mapper);
NormalSsaInsn.java 46 public final void mapSourceRegisters(RegisterMapper mapper) {
48 RegisterSpecList newSources = mapper.map(oldSources);
  /frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/
ProGuardTester.kt 112 val mapper = ProGuardTypesMapper(context)
113 val result = mapper.replaceType(given)
124 val mapper = ProGuardTypesMapper(context)
125 val result = mapper.replaceMethodArgs(given)
  /hardware/interfaces/graphics/mapper/2.0/
IMapper.hal 17 package android.hardware.graphics.mapper@2.0;
86 * with the rest of the mapper or with other in-process libraries.
98 * another instance of the mapper.
160 * signaled when it is safe for the mapper to lock the buffer. If
196 * signaled when it is safe for the mapper to lock the buffer. If
225 * object will be signaled when the mapper has completed any
  /external/parameter-framework/upstream/parameter/
InstanceConfigurableElement.h 84 bool map(IMapper &mapper, std::string &strError);
  /external/pdfium/public/
fpdf_sysfontinfo.h 76 * pMapper - An opaque pointer to internal font mapper, used
85 * Use the system font mapper to get a font handle from requested
92 * If the system supports native font mapper (like Windows),
253 * mapper - Opaque pointer to Foxit font mapper
259 FPDF_EXPORT void FPDF_CALLCONV FPDF_AddInstalledFont(void* mapper,
  /hardware/intel/img/hwcomposer/merrifield/include/
BufferManager.h 53 void unmap(BufferMapper *mapper);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferManager.h 53 void unmap(BufferMapper *mapper);
  /hardware/interfaces/graphics/mapper/2.1/vts/functional/
VtsHalGraphicsMapperV2_1TargetTest.cpp 21 #include <android/hardware/graphics/mapper/2.1/IMapper.h>
22 #include <mapper-vts/2.1/MapperVts.h>
27 namespace mapper { namespace in namespace:android::hardware::graphics
37 // Test environment for graphics.mapper.
224 } // namespace mapper
230 using android::hardware::graphics::mapper::V2_1::vts::GraphicsMapperHidlEnvironment;
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoEncTest.cpp 26 #include <android/hardware/graphics/mapper/2.0/IMapper.h>
27 #include <android/hardware/graphics/mapper/2.0/types.h>
577 sp<android::hardware::graphics::mapper::V2_0::IMapper> mapper = local
578 android::hardware::graphics::mapper::V2_0::IMapper::getService();
579 EXPECT_NE(mapper.get(), nullptr);
580 if (mapper.get() == nullptr) return 1;
583 android::hardware::graphics::mapper::V2_0::IMapper::Rect rect;
584 android::hardware::graphics::mapper::V2_0::YCbCrLayout ycbcrLayout;
585 android::hardware::graphics::mapper::V2_0::Error error
696 sp<android::hardware::graphics::mapper::V2_0::IMapper> mapper = local
    [all...]
  /frameworks/native/libs/ui/
Gralloc2.cpp 67 void Mapper::preload() {
68 android::hardware::preloadPassthroughService<hardware::graphics::mapper::V2_0::IMapper>();
71 Mapper::Mapper()
73 mMapper = hardware::graphics::mapper::V2_0::IMapper::getService();
75 LOG_ALWAYS_FATAL("gralloc-mapper is missing");
78 LOG_ALWAYS_FATAL("gralloc-mapper must be in passthrough mode");
85 Gralloc2::Error Mapper::validateBufferDescriptorInfo(
100 Error Mapper::createDescriptor(
123 const hardware::graphics::mapper::V2_0::IMapper::BufferDescriptorInfo info =
    [all...]
  /hardware/google/av/media/sfplugin/
Codec2InfoBuilder.cpp 158 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = local
193 if (mapper && mapper->mapProfile(pl.profile, &sdkProfile)
194 && mapper->mapLevel(pl.level, &sdkLevel)) {
198 } else if (!mapper) {
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 109 /** Register mapper which will be our result */
110 private final InterferenceRegisterMapper mapper; field in class:FirstFitLocalCombiningAllocator
139 mapper = new InterferenceRegisterMapper(
200 return mapper;
571 int moveRopReg = mapper.oldToNew(moveReg);
575 int checkRopReg = mapper.oldToNew(checkReg);
599 int moveRopReg = mapper.oldToNew(moveReg);
600 int checkRopReg = mapper.oldToNew(checkReg);
675 || mapper.interferes(ssaSpec, ropReg));
788 mapper.addMapping(ssaSpec.getReg(), ropReg, category)
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 257 const SkBitmapProcStateAutoMapper mapper(s, x, y);
258 const SkFixed fy = mapper.fixedY();
263 SkFixed fx = mapper.fixedX();
374 const SkBitmapProcStateAutoMapper mapper(s, x, y);
376 *xy++ = SkClampMax(mapper.intY(), maxY);
377 SkFixed fx = mapper.fixedX();
  /external/skqp/src/opts/
SkBitmapProcState_opts_SSE2.cpp 257 const SkBitmapProcStateAutoMapper mapper(s, x, y);
258 const SkFixed fy = mapper.fixedY();
263 SkFixed fx = mapper.fixedX();
374 const SkBitmapProcStateAutoMapper mapper(s, x, y);
376 *xy++ = SkClampMax(mapper.intY(), maxY);
377 SkFixed fx = mapper.fixedX();
  /device/generic/goldfish/gralloc/
Android.mk 29 mapper.cpp
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
Android.mk 22 mapper.cpp \
  /external/junit-params/src/test/java/junitparams/usage/
SamplesOfUsageTest.java 114 @FileParameters(value = "src/test/resources/test.csv", mapper = PersonMapper.class)
122 @FileParameters(value = "classpath:with_header.csv", mapper = CsvWithHeaderMapper.class)

Completed in 1068 milliseconds

1 2 3 4 56 7 8 91011>>