/external/junit-params/src/main/java/junitparams/ |
D | FileParameters.java | 36 Class<? extends DataMapper> mapper() default IdentityMapper.class; in mapper() method
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | DependencyRequestMapperTest.java | 104 DependencyRequestMapper mapper = DependencyRequestMapper.FOR_PROVIDER; in forProvider() local 116 DependencyRequestMapper mapper = DependencyRequestMapper.FOR_PRODUCER; in forProducer() local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | orc_jit_memory_mapper.cc | 34 std::unique_ptr<llvm::SectionMemoryManager::MemoryMapper> mapper) { in Registrar()
|
/external/junit-params/src/main/java/junitparams/custom/ |
D | FileParametersProvider.java | 29 DataMapper mapper = fileParameters.mapper().newInstance(); in paramsFromFile() local
|
/external/emma/core/java12/com/vladium/util/ |
D | IProperties.java | 70 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/ |
D | SkBitmapProcState.cpp | 357 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/ |
D | SkBitmapProcState.cpp | 357 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/ |
D | SimpleFontInstance.cpp | 97 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool fi… in mapCharToGlyph() argument
|
D | PortableFontInstance.cpp | 452 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool … in mapCharToGlyph() argument
|
/external/icu/icu4c/source/test/letest/ |
D | SimpleFontInstance.cpp | 99 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool fi… in mapCharToGlyph() argument
|
D | PortableFontInstance.cpp | 444 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool … in mapCharToGlyph() argument
|
/external/perf_data_converter/src/quipper/ |
D | perf_parser.cc | 571 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/ |
D | Trie2.java | 402 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/ |
D | Trie2.java | 400 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/ |
D | InstanceConfigurableElement.cpp | 79 bool CInstanceConfigurableElement::map(IMapper &mapper, std::string &strError) in map()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_opts_SSE2.cpp | 257 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/ |
D | SkBitmapProcState_opts_SSE2.cpp | 257 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/ |
D | soft_geo_mapper.cpp | 195 SmartPtr<SoftHandler> mapper = new SoftGeoMapper (); in create_soft_geo_mapper() local
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/ |
D | SQLiteLibraryLoader.java | 38 public SQLiteLibraryLoader(LibraryNameMapper mapper) { in SQLiteLibraryLoader()
|
/external/libxcam/tests/ |
D | test-soft-image.cpp | 351 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/ |
D | fpdf_sysfontinfo.cpp | 108 FPDF_EXPORT void FPDF_CALLCONV FPDF_AddInstalledFont(void* mapper, in FPDF_AddInstalledFont()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Futures.java | 91 ListenableFuture<V> future, Function<? super Exception, X> mapper) { in makeChecked()
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader.cc | 530 SectionMapper mapper(section_map); in MapSegmentSections() local
|
/external/skia/experimental/svg/model/ |
D | SkSVGRenderContext.cpp | 288 const SkSVGIDMapper& mapper, in SkSVGRenderContext()
|
/external/skqp/experimental/svg/model/ |
D | SkSVGRenderContext.cpp | 288 const SkSVGIDMapper& mapper, in SkSVGRenderContext()
|