HomeSort by relevance Sort by last modified time
    Searched full:mmap (Results 101 - 125 of 1306) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/ndk/platforms/android-3/include/linux/
android_pmem.h 44 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:pmem_file_operations
  /external/chromium/base/test/
test_file_util_mac.cc 16 // talking with Amit Singh, the safest is to mmap the file with MAP_FILE (the
  /external/chromium/net/disk_cache/
mapped_file_posix.cc 24 buffer_ = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED,
  /external/expat/
ConfigureChecks.cmake 22 check_function_exists("mmap" HAVE_MMAP)
  /external/expat/vms/
expat_config.h 12 /* Define if you have a working `mmap' system call. */
  /external/libffi/darwin-x86/
fficonfig.h 59 /* Define to 1 if you have the `mmap' function. */
62 /* Define if mmap with MAP_ANON(YMOUS) works. */
65 /* Define if mmap of /dev/zero works. */
68 /* Define if read-only mmap of a plain file works. */
  /external/libffi/
fficonfig.h.in 58 /* Define to 1 if you have the `mmap' function. */
61 /* Define if mmap with MAP_ANON(YMOUS) works. */
64 /* Define if mmap of /dev/zero works. */
67 /* Define if read-only mmap of a plain file works. */
  /external/libffi/linux-arm/
fficonfig.h 58 /* Define to 1 if you have the `mmap' function. */
61 /* Define if mmap with MAP_ANON(YMOUS) works. */
64 /* Define if mmap of /dev/zero works. */
67 /* Define if read-only mmap of a plain file works. */
  /external/libffi/linux-mips/
fficonfig.h 58 /* Define to 1 if you have the `mmap' function. */
61 /* Define if mmap with MAP_ANON(YMOUS) works. */
64 /* Define if mmap of /dev/zero works. */
67 /* Define if read-only mmap of a plain file works. */
  /external/libffi/linux-x86/
fficonfig.h 58 /* Define to 1 if you have the `mmap' function. */
61 /* Define if mmap with MAP_ANON(YMOUS) works. */
64 /* Define if mmap of /dev/zero works. */
67 /* Define if read-only mmap of a plain file works. */
  /external/marisa-trie/tools/
marisa-find.cc 32 " -m, --mmap-dictionary use memory-mapped I/O to load a dictionary"
92 trie.mmap(&mapper, args[0]);
95 << ": failed to mmap a dictionary file: " << args[0] << std::endl;
150 { "mmap-dictionary", 0, NULL, 'm' },
marisa-predict.cc 25 " -m, --mmap-dictionary use memory-mapped I/O to load a dictionary"
46 trie.mmap(&mapper, args[0]);
49 << ": failed to mmap a dictionary file: " << args[0] << std::endl;
109 { "mmap-dictionary", 0, NULL, 'm' },
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-find.cc 32 " -m, --mmap-dictionary use memory-mapped I/O to load a dictionary"
92 trie.mmap(&mapper, args[0]);
95 << ": failed to mmap a dictionary file: " << args[0] << std::endl;
150 { "mmap-dictionary", 0, NULL, 'm' },
marisa_alpha-predict.cc 25 " -m, --mmap-dictionary use memory-mapped I/O to load a dictionary"
46 trie.mmap(&mapper, args[0]);
49 << ": failed to mmap a dictionary file: " << args[0] << std::endl;
109 { "mmap-dictionary", 0, NULL, 'm' },
  /external/oprofile/module/
compat24.h 47 /* 2.4.3 introduced rw mmap semaphore */
  /external/valgrind/main/memcheck/tests/
sigaltstack.c 21 char *stk = (char *)mmap(0, size, PROT_READ|PROT_WRITE|PROT_EXEC,
  /frameworks/base/include/androidfw/
VirtualKeyMap.h 61 VirtualKeyMap* mMap;
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCCompilerDriver.cpp 33 "mmap",
  /frameworks/native/libs/binder/
MemoryHeapBase.cpp 123 // if it didn't work, let mmap() fail.
127 void* base = (uint8_t*)mmap(0, size,
130 ALOGE("mmap(fd=%d, size=%u) failed (%s)",
135 //ALOGD("mmap(fd=%d, base=%p, size=%lu)", fd, base, size);
  /packages/inputmethods/LatinIME/java/
Android.mk 33 # Do not compress dictionary files to mmap dict data runtime
  /packages/inputmethods/LatinIME/tests/
Android.mk 22 # Do not compress dictionary files to mmap dict data runtime
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
android_pmem.h 44 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:pmem_file_operations
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
android_pmem.h 44 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:pmem_file_operations
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
android_pmem.h 44 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:pmem_file_operations
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
android_pmem.h 44 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:pmem_file_operations

Completed in 1397 milliseconds

1 2 3 45 6 7 8 91011>>