/third_party/musl/libc-test/src/functionalext/supplement/legacy/legacy_gtest/ |
H A D | legacy_getpagesize_test.cpp | 20 long pageSize = sysconf(_SC_PAGESIZE); in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/ |
H A D | mman_mprotect_test.cpp | 23 size_t pageSize = getpagesize(); in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_attr_setstack.c | 42 int pageSize = getpagesize(); in pthread_attr_setstack_0100() local
|
H A D | pthread_create.c | 92 int32_t pageSize = getpagesize(); in pthread_create_0400() local
|
/third_party/skia/tests/ |
H A D | PDFTaggedPruningTest.cpp | 29 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local 94 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
|
H A D | PDFTaggedLinkTest.cpp | 30 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
|
H A D | PDFTaggedTest.cpp | 28 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
|
H A D | PDFTaggedTableTest.cpp | 29 SkSize pageSize = SkSize::Make(612, 792); // U.S. Letter in DEF_TEST() local
|
/third_party/skia/tools/ |
H A D | ProcStats.cpp | 65 const long pageSize = sysconf(_SC_PAGESIZE); in getCurrResidentSetSizeBytes() local
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Memory.cpp | 74 static int pageSize = 0; in memoryPageSize() local
|
/third_party/skia/third_party/externals/piex/src/binary_parse/ |
H A D | cached_paged_byte_array.h | 42 virtual size_t pageSize() const { return paged_byte_array_->pageSize(); } in pageSize() function in piex::binary_parse::CachedPagedByteArray
|
H A D | range_checked_byte_ptr.cc | 53 size_t MemoryPagedByteArray::pageSize() const { return len_; } in pageSize() function in piex::binary_parse::__anon21691::MemoryPagedByteArray
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Memory.cpp | 63 static int pageSize = [] { in memoryPageSize() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | memory.cpp | 30 inline size_t pageSize() { in pageSize() function 62 inline size_t pageSize() { in pageSize() function 99 inline size_t pageSize() { in pageSize() function [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_memory_stream.cpp | 25 dng_memory_stream(dng_memory_allocator &allocator, dng_abort_sniffer *sniffer, uint32 pageSize) dng_memory_stream() argument
|
/third_party/skia/docs/examples/ |
H A D | PDF.cpp | 8 WritePDF(SkWStream* outputStream, const char* documentTitle, void (*writePage)(SkCanvas*, int page), int numberOfPages, SkSize pageSize) REG_FIDDLE() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PoolAlloc.cpp | 172 void PoolAllocator::initialize(int pageSize, int alignment) in initialize() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkBinaryRegistry.hpp | 158 const size_t pageSize = (size_t)(1<<ELEMENTS_PER_PAGE_LOG2)*sizeof(Element); in makePageResident() local
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | ExecutableMemory.cpp | 223 static int pageSize = [] { in memoryPageSize() local 275 size_t pageSize = memoryPageSize(); in allocateMemoryPages() local [all...] |
H A D | LLVMJIT.cpp | 270 size_t pageSize = rr::memoryPageSize(); variable 289 size_t pageSize = rr::memoryPageSize(); in protectMappedMemory() local
|
/third_party/glslang/glslang/Include/ |
H A D | PoolAlloc.h | 234 size_t pageSize; // granularity of allocation from the OS in initializeAllocation() member in glslang::TPoolAllocator
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | PoolAlloc.h | 210 size_t pageSize; // granularity of allocation from the OS member in TPoolAllocator
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureTests.cpp | 1405 GLint pageSize = de::max(pageSizeX, pageSizeY); in verifyTexStorageFullArrayCubeMipmapsError() local
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDocument.cpp | 274 SkISize pageSize = (SkSize{width, height} * fRasterScale).toRound(); in onBeginPage() local
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 198 HRESULT SkXPSDevice::createXpsPage(const XPS_SIZE& pageSize, in createXpsPage() argument 288 XPS_SIZE pageSize = { in endSheet() local
|