/external/libtextclassifier/native/actions/ |
D | actions_jni.cc | 377 JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetLocalesFromMmap() 389 jint GetVersionFromMmap(JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetVersionFromMmap() 402 JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetNameFromMmap() 536 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local 546 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local 556 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local 566 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local 576 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local 583 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
|
D | actions-suggestions.cc | 131 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap, const UniLib* unilib, in FromScopedMmap() 157 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap, in FromScopedMmap() 187 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap; in FromFileDescriptor() local 201 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap; in FromFileDescriptor() local 214 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in FromFileDescriptor() local 223 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in FromFileDescriptor() local 232 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in FromPath() local 241 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in FromPath() local
|
/external/libtextclassifier/native/annotator/ |
D | annotator_jni.cc | 441 JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetLocalesFromMmap() 454 jint GetVersionFromMmap(JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetVersionFromMmap() 467 JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetNameFromMmap() 911 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local 920 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local 929 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local 936 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local 943 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local 952 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
|
D | annotator.cc | 198 std::unique_ptr<ScopedMmap>* mmap, const UniLib* unilib, in FromScopedMmap() 226 std::unique_ptr<ScopedMmap>* mmap, std::unique_ptr<UniLib> unilib, in FromScopedMmap() 256 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(fd, offset, size)); in FromFileDescriptor() local 263 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(fd, offset, size)); in FromFileDescriptor() local 269 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(fd)); in FromFileDescriptor() local 276 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(fd)); in FromFileDescriptor() local 283 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(path)); in FromPath() local 290 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(path)); in FromPath() local 671 const ScopedMmap& mmap) { in InitializePersonNameEngineFromScopedMmap() 682 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(path)); in InitializePersonNameEngineFromPath() local [all …]
|
/external/llvm-project/libc/src/sys/mman/linux/ |
D | mmap.cpp | 22 void *LLVM_LIBC_ENTRYPOINT(mmap)(void *addr, size_t size, int prot, int flags, in LLVM_LIBC_ENTRYPOINT() argument
|
/external/arm-trusted-firmware/plat/socionext/synquacer/ |
D | sq_xlat_setup.c | 16 const struct mmap_region *mmap) in sq_mmap_setup()
|
/external/freetype/ |
D | meson_options.txt | 44 option('mmap', feature
|
/external/tinyalsa/ |
D | pcm_io.h | 41 void* (*mmap) (void *data, void *addr, size_t length, int prot, int flags, member
|
/external/tinyalsa_new/src/ |
D | pcm_io.h | 43 void *(*mmap) (void *data, void *addr, size_t length, int prot, int flags, member
|
/external/igt-gpu-tools/lib/ |
D | gem.h | 19 int (*mmap)(void **ptr, int drm_fd, uint32_t gem_handle, size_t size); member
|
/external/crosvm/kvm/tests/ |
D | dirty_log.rs | 23 let mmap = MemoryMappingBuilder::new(mem_size as usize) in test_run() localVariable
|
D | read_only_memory.rs | 25 let mmap = MemoryMappingBuilder::new(mem_size as usize) in test_run() localVariable
|
/external/elfutils/tests/ |
D | elfgetzdata.c | 47 bool mmap = strcmp (argv[1], "mmap") == 0; in main() local
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/ |
D | main.cpp | 37 intstr_mmap mmap; in main() local
|
/external/arm-trusted-firmware/plat/arm/common/ |
D | arm_bl1_fwu.c | 54 bl1_mem_info_t *mmap; in bl1_plat_mem_check() local
|
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | str_agp.h | 153 #define OUTREG64(mmap, addr, val) __raw_writeq((val), (mmap)+(addr)) argument 154 #define OUTREG32(mmap, addr, val) __raw_writel((val), (mmap)+(addr)) argument 155 #define OUTREG16(mmap, addr, val) __raw_writew((val), (mmap)+(addr)) argument 156 #define OUTREG8(mmap, addr, val) __raw_writeb((val), (mmap)+(addr)) argument 158 #define INREG64(mmap, addr) __raw_readq((mmap)+(addr)) argument 159 #define INREG32(mmap, addr) __raw_readl((mmap)+(addr)) argument 160 #define INREG16(mmap, addr) __raw_readw((mmap)+(addr)) argument 161 #define INREG8(mmap, addr) __raw_readb((mmap)+(addr)) argument
|
/external/crosvm/base/src/ |
D | lib.rs | 10 mod mmap; module
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_interceptors.cc | 19 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR() argument
|
/external/arm-trusted-firmware/lib/xlat_tables_v2/ |
D | xlat_tables_utils.c | 25 void xlat_mmap_print(__unused const mmap_region_t *mmap) in xlat_mmap_print() 37 void xlat_mmap_print(const mmap_region_t *mmap) in xlat_mmap_print()
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | dfsan_interceptors.cpp | 29 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR() argument
|
/external/compiler-rt/lib/profile/ |
D | WindowsMMap.c | 32 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | WindowsMMap.c | 28 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
|
/external/rust/crates/nix/src/sys/ |
D | mman.rs | 319 pub unsafe fn mmap(addr: *mut c_void, length: size_t, prot: ProtFlags, flags: MapFlags, fd: RawFd, … in mmap() function
|
/external/skqp/src/core/ |
D | SkTMultiMap.h | 132 explicit ConstIter(const SkTMultiMap* mmap) in ConstIter()
|
/external/toolchain-utils/heatmaps/ |
D | heatmap_generator.py | 46 def merge(self, mmap): argument
|