/frameworks/av/media/libstagefright/ |
OggExtractor.cpp | 649 ssize_t pageSize; 650 while ((pageSize = readPage(offset, &page)) > 0) { 659 offset += (size_t)pageSize;
|
/external/valgrind/main/VEX/unused/ |
linker.c | 1161 int fd, pagesize; local [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
tcmalloc.cc | 1682 static size_t pagesize = 0; variable [all...] |
/external/blktrace/ |
blktrace.c | 154 int pagesize; member in struct:mmap_info 278 static int pagesize; variable 584 mip->pagesize = pagesize; 743 mip->fs_off = mip->fs_size & (mip->pagesize - 1); 871 hdr.page_size = pagesize; [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/ |
Linker.java | 600 final long pageSize = nativeGetPageSize(); 601 final int offsetLimit = (int) ((baseAddressMax - baseAddress) / pageSize); 620 address = baseAddress + offset * pageSize; [all...] |
/bionic/libc/kernel/common/linux/mtd/ |
nand.h | 245 unsigned long pagesize; member in struct:nand_flash_dev
|
/external/chromium_org/third_party/angle/src/compiler/ |
PoolAlloc.h | 197 size_t pageSize; // granularity of allocation from the OS
|
/external/chromium_org/third_party/sqlite/src/src/ |
vacuum.c | 168 /* A VACUUM cannot change the pagesize of an encrypted database. */
|
/external/e2fsprogs/resize/ |
main.c | 404 /* Round down to an even multiple of a pagesize */
|
/external/elfutils/libebl/ |
eblstrtab.c | 104 /* Cache for the pagesize. We correct this value a bit so that `malloc'
|
eblwstrtab.c | 105 /* Cache for the pagesize. We correct this value a bit so that `malloc'
|
/external/llvm/lib/Support/Unix/ |
Process.inc | 128 self_process::self_process() : PageSize(getPageSize()) {
|
/bionic/libc/bionic/ |
pthread_debug.cpp | 139 #define DBG_ALLOC_BLOCK_SIZE PAGESIZE 233 pList->alloc += PAGESIZE / objSize;
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_engine_browsertests.cc | 540 SCOPED_TRACE("setCandidateWindowProperties:pageSize test"); 548 " pageSize: 7,"
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
native_layer.js | 281 'pageWidth': documentInfo.pageSize.width, 282 'pageHeight': documentInfo.pageSize.height,
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Frame.cpp | 227 void Frame::setPrinting(bool printing, const FloatSize& pageSize, const FloatSize& originalPageSize, float maximumShrinkRatio, AdjustViewSizeOrNot shouldAdjustViewSize) 238 view()->forceLayoutForPagination(pageSize, originalPageSize, maximumShrinkRatio, shouldAdjustViewSize);
|
FrameView.cpp | [all...] |
FrameView.h | 241 void forceLayoutForPagination(const FloatSize& pageSize, const FloatSize& originalPageSize, float maximumShrinkFactor, AdjustViewSizeOrNot);
|
/external/elfutils/src/ |
ldscript.y | 163 if (likely (ld_state.pagesize == 0)) 164 ld_state.pagesize = $3;
|
/external/skia/gm/ |
gmmain.cpp | 648 SkISize pageSize = gm->getISize(); 651 dev = new SkPDFDevice(pageSize, pageSize, initialTransform); 653 SkRect content = SkRect::MakeWH(SkIntToScalar(pageSize.width()), 654 SkIntToScalar(pageSize.height())); 656 content.intersect(0, 0, SkIntToScalar(pageSize.width()), 657 SkIntToScalar(pageSize.height())); 661 dev = new SkPDFDevice(pageSize, contentSize, initialTransform); [all...] |
/frameworks/base/docs/html/training/printing/ |
custom-docs.jd | 198 MediaSize pageSize = printAttributes.getMediaSize(); 199 if (!pageSize.isPortrait()) {
|
/external/marisa-trie/ |
configure | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLSelectElement.cpp | 532 int pageSize = 0; 534 pageSize = toRenderListBox(renderer())->size() - 1; // -1 so we still show context. 540 int skipAmount = pageSize + ((direction == SkipForwards) ? startIndex : (edgeIndex - startIndex)); [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
margin_control_container.js | 408 control.setPageSize(this.documentInfo_.pageSize);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSParser.h | 521 PageSize,
|