HomeSort by relevance Sort by last modified time
    Searched defs:PAGESIZE (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/iproute2/doc/
Makefile 13 PAGESIZE=a4
  /external/ltp/testcases/kernel/syscalls/mprotect/
mprotect03.c 51 #ifndef PAGESIZE
52 #define PAGESIZE 4096
85 * mmap the PAGESIZE bytes as read only.
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.h 46 #define PAGESIZE 4096
  /development/ndk/platforms/android-9/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mmap.py 8 PAGESIZE = mmap.PAGESIZE
29 f.write('\0'* PAGESIZE)
31 f.write('\0'* (PAGESIZE-3) )
33 m = mmap.mmap(f.fileno(), 2 * PAGESIZE)
39 self.assertEqual(m.find('foo'), PAGESIZE)
41 self.assertEqual(len(m), 2*PAGESIZE)
52 m[PAGESIZE +3: PAGESIZE +3+3] = 'bar'
57 self.assertEqual(m[PAGESIZE-1 : PAGESIZE + 7], '\0foobar\0')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mmap.py 8 PAGESIZE = mmap.PAGESIZE
29 f.write('\0'* PAGESIZE)
31 f.write('\0'* (PAGESIZE-3) )
33 m = mmap.mmap(f.fileno(), 2 * PAGESIZE)
39 self.assertEqual(m.find('foo'), PAGESIZE)
41 self.assertEqual(len(m), 2*PAGESIZE)
52 m[PAGESIZE +3: PAGESIZE +3+3] = 'bar'
57 self.assertEqual(m[PAGESIZE-1 : PAGESIZE + 7], '\0foobar\0'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mmap.py 8 PAGESIZE = mmap.PAGESIZE
29 f.write('\0'* PAGESIZE)
31 f.write('\0'* (PAGESIZE-3) )
33 m = mmap.mmap(f.fileno(), 2 * PAGESIZE)
39 self.assertEqual(m.find('foo'), PAGESIZE)
41 self.assertEqual(len(m), 2*PAGESIZE)
52 m[PAGESIZE +3: PAGESIZE +3+3] = 'bar'
57 self.assertEqual(m[PAGESIZE-1 : PAGESIZE + 7], '\0foobar\0'
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE

Completed in 346 milliseconds

1 2 3 4 5