Home
last modified time | relevance | path

Searched defs:Mapper (Results 1 – 25 of 75) sorted by relevance

123

/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dworker.rs64 struct Mapper { struct
69 impl Mapper { argument
93 impl fuse::Mapper for Mapper { implementation
/aosp_15_r20/external/pytorch/c10/test/util/
H A DMetaprogramming_test.cpp215 struct Mapper { in TEST() struct
216 std::string operator()(int32_t a) const { in TEST()
219 int32_t operator()(const std::string& a) const { in TEST()
232 struct Mapper { in TEST() struct
233 std::string operator()(std::string&& a) const { in TEST()
236 std::string operator()(const std::string& a) const { in TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/idna/src/
Duts46.rs74 struct Mapper<'a> { struct
81 impl<'a> Iterator for Mapper<'a> { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp529 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates()
610 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
751 InstructionMapper &Mapper, in outline()
877 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1053 InstructionMapper Mapper; in doOutline() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1013 InstructionMapper &Mapper, std::vector<OutlinedFunction> &FunctionList) { in findCandidates()
1096 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
1196 InstructionMapper &Mapper, in outline()
1296 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1452 InstructionMapper Mapper; in doOutline() local
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DMapFunctionsToDefinitions.cpp12 class Mapper : public TIntermTraverser class
18 Mapper() : TIntermTraverser(true, false, false) {} in Mapper() function in Mapper
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DMapperJITLinkMemoryManager.h31 auto Mapper = MemoryMapperType::Create(std::forward<Args>(A)...); in CreateWithMapper() local
65 std::unique_ptr<MemoryMapper> Mapper; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DMapperJITLinkMemoryManager.h31 auto Mapper = MemoryMapperType::Create(std::forward<Args>(A)...); in CreateWithMapper() local
65 std::unique_ptr<MemoryMapper> Mapper; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DMapperJITLinkMemoryManager.h31 auto Mapper = MemoryMapperType::Create(std::forward<Args>(A)...); in CreateWithMapper() local
65 std::unique_ptr<MemoryMapper> Mapper; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h31 auto Mapper = MemoryMapperType::Create(std::forward<Args>(A)...); in CreateWithMapper() local
65 std::unique_ptr<MemoryMapper> Mapper; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DMapperJITLinkMemoryManager.h31 auto Mapper = MemoryMapperType::Create(std::forward<Args>(A)...); in CreateWithMapper() local
65 std::unique_ptr<MemoryMapper> Mapper; variable
/aosp_15_r20/packages/services/Mtp/src/com/android/mtp/
DMapper.java42 class Mapper { class
51 Mapper(MtpDatabase database) { in Mapper() method in Mapper
/aosp_15_r20/external/crosvm/fuse/src/
H A Dserver.rs100 pub trait Mapper { trait
129 impl<'a, M: Mapper> Mapper for &'a M { impl
1587 M: Mapper, in set_up_mapping()
1644 M: Mapper, in remove_mapping()
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/mapimp.dir/
Da.go9 func Mapper[F, T any](s []F, f func(F) T) []T { func
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/map/
H A D__init__.py2 from torch.utils.data.datapipes.map.callable import MapperMapDataPipe as Mapper unknown
/aosp_15_r20/external/cronet/android/tools/license/
H A Dconstants.py19 def create_license_post_processing(*args: Mapper) -> Callable:
H A Dmapper.py9 class Mapper: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/misc/
DConfusableIdentifierCheck.h49 llvm::StringMap<llvm::SmallVector<Entry>> Mapper; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/misc/
DConfusableIdentifierCheck.h49 llvm::StringMap<llvm::SmallVector<Entry>> Mapper; variable
/aosp_15_r20/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/
H A DMapper.h81 using Mapper = detail::MapperImpl<IMapper, MapperHal>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/misc/
DConfusableIdentifierCheck.h49 llvm::StringMap<llvm::SmallVector<Entry>> Mapper; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/misc/
DConfusableIdentifierCheck.h49 llvm::StringMap<llvm::SmallVector<Entry>> Mapper; variable
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/iter/
H A D__init__.py3 MapperIterDataPipe as Mapper, unknown
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue47896.go29 type Mapper[T any] func(s Scanner, t T) error type
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/io/
H A Dmapper.cc20 Mapper::Mapper() in Mapper() function in marisa::grimoire::io::Mapper

123