Home
last modified time | relevance | path

Searched defs:mapper (Results 1 – 25 of 34) sorted by relevance

12

/external/junit-params/src/main/java/junitparams/
DFileParameters.java36 Class<? extends DataMapper> mapper() default IdentityMapper.class; in mapper() method
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DDependencyRequestMapperTest.java104 DependencyRequestMapper mapper = DependencyRequestMapper.FOR_PROVIDER; in forProvider() local
116 DependencyRequestMapper mapper = DependencyRequestMapper.FOR_PRODUCER; in forProducer() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dorc_jit_memory_mapper.cc34 std::unique_ptr<llvm::SectionMemoryManager::MemoryMapper> mapper) { in Registrar()
/external/junit-params/src/main/java/junitparams/custom/
DFileParametersProvider.java29 DataMapper mapper = fileParameters.mapper().newInstance(); in paramsFromFile() local
/external/emma/core/java12/com/vladium/util/
DIProperties.java70 public static IProperties create (final IMapper mapper) in create()
85 public static IProperties wrap (final Properties properties, final IMapper mapper) in wrap()
299 PropertiesImpl (final HashMap values, final IMapper mapper) in PropertiesImpl()
/external/skia/src/core/
DSkBitmapProcState.cpp357 const SkBitmapProcStateAutoMapper mapper(s, x, y); in S32_D32_constX_shaderproc() local
389 const SkBitmapProcStateAutoMapper mapper(s, x, y); in S32_D32_constX_shaderproc() local
448 const SkBitmapProcStateAutoMapper mapper(*this, 0, 0, &pt); in setupForTranslate() local
613 const SkBitmapProcStateAutoMapper mapper(s, x, y); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local
/external/skqp/src/core/
DSkBitmapProcState.cpp357 const SkBitmapProcStateAutoMapper mapper(s, x, y); in S32_D32_constX_shaderproc() local
389 const SkBitmapProcStateAutoMapper mapper(s, x, y); in S32_D32_constX_shaderproc() local
448 const SkBitmapProcStateAutoMapper mapper(*this, 0, 0, &pt); in setupForTranslate() local
613 const SkBitmapProcStateAutoMapper mapper(s, x, y); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local
/external/icu/icu4c/source/test/perf/leperf/
DSimpleFontInstance.cpp97 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool fi… in mapCharToGlyph() argument
DPortableFontInstance.cpp452 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool … in mapCharToGlyph() argument
/external/icu/icu4c/source/test/letest/
DSimpleFontInstance.cpp99 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool fi… in mapCharToGlyph() argument
DPortableFontInstance.cpp444 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool … in mapCharToGlyph() argument
/external/perf_data_converter/src/quipper/
Dperf_parser.cc571 AddressMapper* mapper = GetOrCreateProcessMapper(pidtid.first).first; in MapIPAndPidAndGetNameAndOffset() local
613 AddressMapper* mapper = GetOrCreateProcessMapper(event->pid()).first; in MapMmapEvent() local
727 std::unique_ptr<AddressMapper> mapper; in GetOrCreateProcessMapper() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTrie2.java402 public Iterator<Range> iterator(ValueMapper mapper) { in iterator()
420 public Iterator<Range> iteratorForLeadSurrogate(char lead, ValueMapper mapper) { in iteratorForLeadSurrogate()
987 private ValueMapper mapper; field in Trie2.Trie2Iterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrie2.java400 public Iterator<Range> iterator(ValueMapper mapper) { in iterator()
418 public Iterator<Range> iteratorForLeadSurrogate(char lead, ValueMapper mapper) { in iteratorForLeadSurrogate()
985 private ValueMapper mapper; field in Trie2.Trie2Iterator
/external/parameter-framework/upstream/parameter/
DInstanceConfigurableElement.cpp79 bool CInstanceConfigurableElement::map(IMapper &mapper, std::string &strError) in map()
/external/skia/src/opts/
DSkBitmapProcState_opts_SSE2.cpp257 const SkBitmapProcStateAutoMapper mapper(s, x, y); in ClampX_ClampY_filter_scale_SSE2() local
374 const SkBitmapProcStateAutoMapper mapper(s, x, y); in ClampX_ClampY_nofilter_scale_SSE2() local
/external/skqp/src/opts/
DSkBitmapProcState_opts_SSE2.cpp257 const SkBitmapProcStateAutoMapper mapper(s, x, y); in ClampX_ClampY_filter_scale_SSE2() local
374 const SkBitmapProcStateAutoMapper mapper(s, x, y); in ClampX_ClampY_nofilter_scale_SSE2() local
/external/libxcam/modules/soft/
Dsoft_geo_mapper.cpp195 SmartPtr<SoftHandler> mapper = new SoftGeoMapper (); in create_soft_geo_mapper() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/
DSQLiteLibraryLoader.java38 public SQLiteLibraryLoader(LibraryNameMapper mapper) { in SQLiteLibraryLoader()
/external/libxcam/tests/
Dtest-soft-image.cpp351 SmartPtr<GeoMapper> mapper = GeoMapper::create_soft_geo_mapper (); in remap_topview_buf() local
722 SmartPtr<GeoMapper> mapper = GeoMapper::create_soft_geo_mapper (); in main() local
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp108 FPDF_EXPORT void FPDF_CALLCONV FPDF_AddInstalledFont(void* mapper, in FPDF_AddInstalledFont()
/external/guava/guava/src/com/google/common/util/concurrent/
DFutures.java91 ListenableFuture<V> future, Function<? super Exception, X> mapper) { in makeChecked()
/external/google-breakpad/src/common/mac/
Dmacho_reader.cc530 SectionMapper mapper(section_map); in MapSegmentSections() local
/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp288 const SkSVGIDMapper& mapper, in SkSVGRenderContext()
/external/skqp/experimental/svg/model/
DSkSVGRenderContext.cpp288 const SkSVGIDMapper& mapper, in SkSVGRenderContext()

12