Home
last modified time | relevance | path

Searched defs:kPageSize (Results 1 – 18 of 18) sorted by relevance

/frameworks/libs/binary_translation/base/
Dmemfd_backed_mmap.cc37 const size_t kPageSize = sysconf(_SC_PAGE_SIZE); in CreateAndFillMemfd() local
76 const size_t kPageSize = sysconf(_SC_PAGE_SIZE); in CreateMemfdBackedMapOrDie() local
/frameworks/libs/binary_translation/base/include/berberis/base/
Dpage_size.h51 inline const PageSize kPageSize; variable
/frameworks/libs/binary_translation/tests/ndk_program_tests/riscv64/
Druntime_code_patching_test.cc87 const long kPageSize = sysconf(_SC_PAGESIZE); in TEST() local
Dhandle_not_executable_test.cc80 const long kPageSize = sysconf(_SC_PAGESIZE); in TEST() local
/frameworks/libs/binary_translation/tests/ndk_program_tests/arm/
Dhandle_not_executable_test.cc90 const long kPageSize = sysconf(_SC_PAGESIZE); in TEST() local
/frameworks/libs/binary_translation/tests/ndk_program_tests/arm64/
Dhandle_not_executable_test.cc80 const long kPageSize = sysconf(_SC_PAGESIZE); in TEST() local
/frameworks/base/libs/protoutil/tests/
DEncodedBuffer_test.cpp24 const size_t kPageSize = getpagesize(); variable
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dproc_self_maps_test.cc31 const size_t kPageSize = sysconf(_SC_PAGESIZE); variable
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp268 static const size_t kPageSize = getpagesize(); in copyFileIfChanged() local
536 static const size_t kPageSize = getpagesize(); in app_compat_16kb_enabled() local
709 static const size_t kPageSize = getpagesize(); in checkAlignment() local
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp242 static const size_t kPageSize = getpagesize(); in decodeFrames() local
/frameworks/base/libs/protoutil/src/
DEncodedBuffer.cpp30 const size_t kPageSize = getpagesize(); variable
/frameworks/av/media/utils/tests/
Dshared_memory_allocator_tests.cpp29 const size_t kPageSize = getpagesize(); variable
/frameworks/base/services/core/jni/
Dcom_android_server_am_CachedAppOptimizer.cpp55 static const size_t kPageSize = getpagesize(); variable
/frameworks/native/vulkan/libvulkan/
Dlayers_extensions.cpp382 static const size_t kPageSize = getpagesize(); in ForEachFileInZip() local
/frameworks/av/media/codec2/vndk/
DC2DmaBufAllocator.cpp173 static const size_t kPageSize = getpagesize(); in map() local
DC2AllocatorIon.cpp182 static const size_t kPageSize = getpagesize(); in map() local
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp475 static const size_t kPageSize = getpagesize(); in decodeNFrames() local
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc587 const size_t kPageSize = sysconf(_SC_PAGE_SIZE); in TestVleXXff() local