Home
last modified time | relevance | path

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

/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/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/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
485 const SkBitmapProcStateAutoMapper mapper(s, x, y); in ClampX_ClampY_filter_affine_SSE2() local
558 const SkBitmapProcStateAutoMapper mapper(s, x, y); in ClampX_ClampY_nofilter_affine_SSE2() local
/external/skia/src/core/
DSkBitmapProcState.cpp480 const SkBitmapProcStateAutoMapper mapper(s, x, y); in S32_D32_constX_shaderproc() local
512 const SkBitmapProcStateAutoMapper mapper(s, x, y); in S32_D32_constX_shaderproc() local
571 const SkBitmapProcStateAutoMapper mapper(*this, 0, 0, &pt); in setupForTranslate() local
769 const SkBitmapProcStateAutoMapper mapper(s, x, y); in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local
DSkBitmapProcState_matrixProcs.cpp297 const SkBitmapProcStateAutoMapper mapper(s, x, y); in nofilter_trans_preamble() 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/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/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp91 DLLEXPORT void STDCALL 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/skia/experimental/svg/model/
DSkSVGRenderContext.cpp226 const SkSVGIDMapper& mapper, in SkSVGRenderContext()
DSkSVGDOM.cpp362 const sk_sp<SkSVGNode>& svgNode, SkSVGIDMapper* mapper) { in parse_node_attributes()
/external/google-breakpad/src/common/mac/
Dmacho_reader.cc530 SectionMapper mapper(section_map); in MapSegmentSections() local