/external/strace/tests/ |
mmap64.c | 1 #include "mmap.c"
|
mmap64.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (mmap64 +mmap.test ); do not edit. 4 . "${srcdir=.}/mmap.test"
|
old_mmap-P.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (old_mmap-P -e trace=mmap -P "/dev/full" 9>>/dev/full); do not edit. 4 run_strace_match_diff -e trace=mmap -P "/dev/full" 9>>/dev/full
|
old_mmap-v-none.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (old_mmap-v-none -a11 -e trace=mmap -e verbose=none); do not edit. 4 run_strace_match_diff -a11 -e trace=mmap -e verbose=none
|
/external/strace/tests-m32/ |
mmap64.c | 1 #include "mmap.c"
|
mmap64.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (mmap64 +mmap.test ); do not edit. 4 . "${srcdir=.}/mmap.test"
|
/external/strace/tests-mx32/ |
mmap64.c | 1 #include "mmap.c"
|
mmap64.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (mmap64 +mmap.test ); do not edit. 4 . "${srcdir=.}/mmap.test"
|
/external/valgrind/none/tests/ |
map_unaligned.stderr.exp | 2 unaligned mmap failed: Invalid argument
|
/art/test/071-dexfile-map-clean/ |
expected.txt | 2 Secondary dexfile mmap is clean
|
/cts/tests/tests/os/assets/minijail/ |
isolated-arm64.policy | 6 # mmap: flags in {MAP_SHARED|MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK|MAP_NORESERVE|MAP_FIXED|MAP_DENYWRITE} 7 mmap: arg3 in 0x24833
|
/bionic/libc/arch-arm64/syscalls/ |
mmap.S | 5 ENTRY(mmap) function 14 END(mmap) 16 ALIAS_SYMBOL(mmap64, mmap)
|
/bionic/libc/arch-x86_64/syscalls/ |
mmap.S | 5 ENTRY(mmap) function 16 END(mmap) 18 ALIAS_SYMBOL(mmap64, mmap)
|
/external/valgrind/none/tests/amd64-linux/ |
map_32bits.stderr.exp | 1 first mmap : 0x........ 2 last mmap ok: 0x........ 3 retry mmap ok: 0x........
|
map_32bits.c | 14 res = mmap (NULL, 64 * 1024, 20 perror ("first mmap"); 23 fprintf(stderr, "first mmap : %p\n", first); 26 fprintf(stderr, "last mmap ok: %p\n", last); 33 res = mmap (NULL, 64 * 1024, 37 perror ("retry mmap"); 40 fprintf(stderr, "retry mmap ok: %p\n", res);
|
/external/honggfuzz/examples/externalfuzzers/ |
lowBytesIncrease.py | 3 import os, sys, mmap 10 map = mmap.mmap(f.fileno(), 0)
|
rangeFuzz.py | 3 import mmap 14 mapped = mmap.mmap(f.fileno(), 0)
|
/external/swiftshader/third_party/LLVM/autoconf/m4/ |
func_mmap_file.m4 | 2 # Check for the ability to mmap a file.
5 [AC_CACHE_CHECK(for mmap of files,
16 fd = (int) mmap (0, 1, PROT_READ, MAP_SHARED, fd, 0);
23 AC_DEFINE([HAVE_MMAP_FILE],[],[Define if mmap() can map files into memory])
|
/external/valgrind/none/tests/mips32/ |
bug320057-mips32.stdout.exp | 3 mmap(); status: Success
|
/system/extras/mmap-perf/ |
unsupported.cpp | 4 fprintf(stderr, "mmap-perf is unsupported for 32-bit architectures\n");
|
/external/python/cpython2/Lib/test/ |
test_mmap.py | 6 mmap = import_module('mmap') variable 8 PAGESIZE = mmap.PAGESIZE 23 # Test mmap module on Unix systems and Windows 25 # Create a file to be mmap'ed. 33 m = mmap.mmap(f.fileno(), 2 * PAGESIZE) 61 # Test doing a regular expression match in an mmap'ed file 64 self.fail('regex match on mmap failed!') 83 # Try to seek beyond end of mmap.. [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_mmap.py | 6 mmap = import_module('mmap') variable 8 PAGESIZE = mmap.PAGESIZE 23 # Test mmap module on Unix systems and Windows 25 # Create a file to be mmap'ed. 33 m = mmap.mmap(f.fileno(), 2 * PAGESIZE) 61 # Test doing a regular expression match in an mmap'ed file 64 self.fail('regex match on mmap failed!') 83 # Try to seek beyond end of mmap.. [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_mmap.py | 6 mmap = import_module('mmap') variable 8 PAGESIZE = mmap.PAGESIZE 23 # Test mmap module on Unix systems and Windows 25 # Create a file to be mmap'ed. 33 m = mmap.mmap(f.fileno(), 2 * PAGESIZE) 61 # Test doing a regular expression match in an mmap'ed file 64 self.fail('regex match on mmap failed!') 83 # Try to seek beyond end of mmap.. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mmap.py | 6 mmap = import_module('mmap') variable 8 PAGESIZE = mmap.PAGESIZE 23 # Test mmap module on Unix systems and Windows 25 # Create a file to be mmap'ed. 33 m = mmap.mmap(f.fileno(), 2 * PAGESIZE) 61 # Test doing a regular expression match in an mmap'ed file 64 self.fail('regex match on mmap failed!') 83 # Try to seek beyond end of mmap.. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mmap.py | 6 mmap = import_module('mmap') variable 8 PAGESIZE = mmap.PAGESIZE 23 # Test mmap module on Unix systems and Windows 25 # Create a file to be mmap'ed. 33 m = mmap.mmap(f.fileno(), 2 * PAGESIZE) 61 # Test doing a regular expression match in an mmap'ed file 64 self.fail('regex match on mmap failed!') 83 # Try to seek beyond end of mmap.. [all...] |