Home
last modified time | relevance | path

Searched defs:mmap (Results 1 – 25 of 73) sorted by relevance

123

/external/libtextclassifier/actions/
Dactions_jni.cc268 jstring GetLocalesFromMmap(JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetLocalesFromMmap()
280 jint GetVersionFromMmap(JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetVersionFromMmap()
292 jstring GetNameFromMmap(JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetNameFromMmap()
391 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
398 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
405 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
Dactions-suggestions.cc103 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap, const UniLib* unilib, in FromScopedMmap()
129 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap, in FromScopedMmap()
159 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap; in FromFileDescriptor() local
173 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap; in FromFileDescriptor() local
186 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in FromFileDescriptor() local
195 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in FromFileDescriptor() local
204 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in FromPath() local
213 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in FromPath() local
/external/libtextclassifier/annotator/
Dannotator_jni.cc357 jstring GetLocalesFromMmap(JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetLocalesFromMmap()
369 jint GetVersionFromMmap(JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetVersionFromMmap()
381 jstring GetNameFromMmap(JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetNameFromMmap()
650 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
659 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
666 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
675 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
682 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
691 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
Dannotator.cc128 std::unique_ptr<ScopedMmap>* mmap, const UniLib* unilib, in FromScopedMmap()
152 std::unique_ptr<ScopedMmap>* mmap, std::unique_ptr<UniLib> unilib, in FromScopedMmap()
178 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(fd, offset, size)); in FromFileDescriptor() local
185 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(fd, offset, size)); in FromFileDescriptor() local
191 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(fd)); in FromFileDescriptor() local
198 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(fd)); in FromFileDescriptor() local
205 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(path)); in FromPath() local
212 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(path)); in FromPath() local
216 Annotator::Annotator(std::unique_ptr<ScopedMmap>* mmap, const Model* model, in Annotator()
227 Annotator::Annotator(std::unique_ptr<ScopedMmap>* mmap, const Model* model, in Annotator()
/external/perf_data_converter/src/quipper/
Dhuge_page_deducer.cc132 const MMapEvent& mmap = events.Get(i).mmap_event(); in FindRange() local
188 MMapEvent* mmap = event->mutable_mmap_event(); in UpdateRangeFromNext() local
282 const MMapEvent& mmap = event->mmap_event(); in CombineMappings() local
Dperf_serializer.cc495 const struct mmap_event& mmap = event.mmap; in SerializeMMapEvent() local
509 struct mmap_event& mmap = event->mmap; in DeserializeMMapEvent() local
522 const struct mmap2_event& mmap = event.mmap2; in SerializeMMap2Event() local
542 struct mmap2_event& mmap = event->mmap2; in DeserializeMMap2Event() local
Dperf_serializer_test.cc479 const PerfDataProto::MMapEvent& mmap = event.mmap_event(); in TEST() local
492 const PerfDataProto::MMapEvent& mmap = event.mmap_event(); in TEST() local
/external/elfutils/tests/
Delfgetzdata.c47 bool mmap = strcmp (argv[1], "mmap") == 0; in main() local
/external/u-boot/tools/
Dmingw_support.c24 void *mmap(void *addr, size_t len, int prot, int flags, int fd, int offset) in mmap() function
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dstr_agp.h153 #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/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cc19 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR() argument
/external/u-boot/arch/arm/cpu/arm926ejs/armada100/
Ddram.c31 struct armd1ddr_map_registers mmap[2]; member
/external/compiler-rt/lib/profile/
DWindowsMMap.c32 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
/external/skia/src/core/
DSkTMultiMap.h132 explicit ConstIter(const SkTMultiMap* mmap) in ConstIter()
/external/skqp/src/core/
DSkTMultiMap.h132 explicit ConstIter(const SkTMultiMap* mmap) in ConstIter()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_linux_mipsx.go140 func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, offset int64) (xaddr uintptr, … func
Dsyscall_linux_arm.go165 func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, offset int64) (xaddr uintptr, … func
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dprocess_memory_stats.h60 const MmapInfo* mmap(size_t index) const { return mmaps_[index].get(); } in mmap() function
/external/python/cpython2/Tools/freeze/
Dextensions_win32.ini37 [mmap] section
38 dsp=%PYTHONPREFIX%\PCBuild\mmap.dsp argument
/external/python/cpython3/Tools/freeze/
Dextensions_win32.ini37 [mmap] section
38 dsp=%PYTHONPREFIX%\PCbuild\mmap.dsp argument
/external/strace/
Dmem.c162 SYS_FUNC(mmap) in SYS_FUNC() argument
/external/python/cpython2/Lib/test/
Dtest_mmap.py6 mmap = import_module('mmap') variable
/external/skqp/src/ports/
DSkOSFile_win.cpp101 SkAutoWinMMap mmap(CreateFileMapping(file, nullptr, PAGE_READONLY, 0, 0, nullptr)); in sk_fdmmap() local
/external/python/cpython3/Lib/test/
Dtest_mmap.py12 mmap = import_module('mmap') variable
/external/skia/src/ports/
DSkOSFile_win.cpp101 SkAutoWinMMap mmap(CreateFileMapping(file, nullptr, PAGE_READONLY, 0, 0, nullptr)); in sk_fdmmap() local

123