/system/extras/libc_test/ |
main.cpp | 234 long pagesize = sysconf(_SC_PAGE_SIZE); local 235 char *memory = (char*)memalign(pagesize, 2 * pagesize); 242 if (mprotect(&memory[pagesize], pagesize, PROT_NONE) != 0) { 247 size_t max_size = pagesize < MAX_STRING_TEST_SIZE ? pagesize-1 : MAX_STRING_TEST_SIZE; 257 string = &memory[pagesize-i-1]; 442 long pagesize = sysconf(_SC_PAGE_SIZE); 443 char *memory = (char*)memalign(pagesize, 2 * pagesize) [all...] |
/external/chromium_org/skia/ext/ |
vector_platform_device_skia.h | 23 SK_API VectorPlatformDeviceSkia(const SkISize& pageSize,
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFDeviceFlattener.h | 25 SK_API SkPDFDeviceFlattener(const SkSize& pageSize, const SkRect* trimBox = NULL);
|
/external/chromium_org/third_party/sqlite/src/test/ |
vacuum2.test | 72 set pageSize [db eval {pragma page_size}] 82 expr {[file size test.db]/$pageSize} 96 expr {[file size test.db]/$pageSize} 118 expr {[file size test.db]/$pageSize}
|
/external/chromium_org/third_party/sqlite/src/tool/ |
rollback-test.c | 9 ** rollback-test new [-utf8] [-utf16le] [-utf16be] [-pagesize=N] DATABASE 20 "Usage: %s new [-utf8] [-utf16le] [-utf16be] [-pagesize=N] DATABASE\n" 89 }else if( strncmp(argv[i], "-pagesize=", 10)==0 ){ 92 sprintf(zBuf, "PRAGMA pagesize=%d", szPg);
|
spaceanal.tcl | 34 set pageSize [db one {PRAGMA page_size}] 203 global pageSize file_pgcnt 252 set storage [expr {$total_pages*$pageSize}] 297 [percent $int_unused [expr {$int_pages*$pageSize}] {of index space}] 301 [percent $leaf_unused [expr {$leaf_pages*$pageSize}] {of primary space}] 303 [percent $ovfl_unused [expr {$ovfl_pages*$pageSize}] {of overflow space}] 315 proc autovacuum_overhead {filePages pageSize} { 330 set ptrsPerPage [expr double($pageSize/5)] 340 # pageSize: Size of each page in bytes. 361 set file_pgcnt [expr {$file_bytes/$pageSize}] [all...] |
/external/elfutils/lib/ |
crc32_file.c | 71 const size_t pagesize = sysconf (_SC_PAGE_SIZE); local 72 mapsize = ((mapsize / 2) + pagesize - 1) & -pagesize; 73 while (mapsize >= pagesize
|
/external/skia/src/pdf/ |
SkPDFDeviceFlattener.h | 25 SK_API SkPDFDeviceFlattener(const SkSize& pageSize, const SkRect* trimBox = NULL);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
malloc_hook_mmap_linux.h | 101 static int pagesize = 0; variable 102 if (!pagesize) pagesize = getpagesize(); 105 if (offset & (pagesize - 1)) { 113 (off_t) (offset / pagesize));
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
malloc_hook_mmap_linux.h | 75 static int pagesize = 0; variable 76 if (!pagesize) pagesize = getpagesize(); 79 if (offset & (pagesize - 1)) { 87 (off_t) (offset / pagesize));
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PrintContext.cpp | 72 FloatSize pageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(printRect.width(), printRect.height()), FloatSize(documentRect.width(), documentRect.height())); 73 float pageWidth = pageSize.width(); 74 float pageHeight = pageSize.height(); 329 return String::number(style->pageSize().width().value()) + ' ' + String::number(style->pageSize().height().value()); 341 IntSize pageSize(width, height); 342 frame->document()->pageSizeAndMarginsInPixels(pageNumber, pageSize, marginTop, marginRight, marginBottom, marginLeft); 344 return "(" + String::number(pageSize.width()) + ", " + String::number(pageSize.height()) + ") " +
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
IndexedDBModel.js | 331 * @param {number} pageSize 334 loadObjectStoreData: function(databaseId, objectStoreName, idbKeyRange, skipCount, pageSize, callback) 336 this._requestData(databaseId, databaseId.name, objectStoreName, "", idbKeyRange, skipCount, pageSize, callback); 345 * @param {number} pageSize 348 loadIndexData: function(databaseId, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback) 350 this._requestData(databaseId, databaseId.name, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback); 360 * @param {number} pageSize 363 _requestData: function(databaseId, databaseName, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, callback) 391 IndexedDBAgent.requestData(databaseId.securityOrigin, databaseName, objectStoreName, indexName, skipCount, pageSize, keyRange ? keyRange : undefined, innerCallback.bind(this));
|
/bionic/libc/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/development/ndk/platforms/android-3/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/ |
landscape.js | 95 (doc.pageSize.width > doc.pageSize.height) :
|
/external/openfst/src/lib/ |
mapped-file.cc | 69 int pagesize = getpagesize(); local 70 off_t offset = pos % pagesize;
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
limits.h | 108 #ifndef PAGESIZE 110 #define PAGESIZE PAGE_SIZE
|