HomeSort by relevance Sort by last modified time
    Searched full:pagesize (Results 251 - 275 of 415) sorted by null

<<11121314151617

  /external/chromium_org/third_party/angle_dx11/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'
eblgstrtab.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_ibus_browserttests.cc 509 SCOPED_TRACE("setCandidateWindowProperties:pageSize test");
514 " pageSize: 7,"
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.cpp 225 void Frame::setPrinting(bool printing, const FloatSize& pageSize, const FloatSize& originalPageSize, float maximumShrinkRatio, AdjustViewSizeOrNot shouldAdjustViewSize)
236 view()->forceLayoutForPagination(pageSize, originalPageSize, maximumShrinkRatio, shouldAdjustViewSize);
FrameView.cpp     [all...]
FrameView.h 248 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;
  /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 537 int pageSize = 0;
539 pageSize = toRenderListBox(renderer())->size() - 1; // -1 so we still show context.
545 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/chrome/common/extensions/api/
input_ime.json 218 "pageSize": {
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 672 // TODO(vandebo) change pageSize to SkSize.
673 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
676 fPageSize(pageSize),
685 fInitialTransform.setTranslate(0, SkIntToScalar(pageSize.fHeight));
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 736 // TODO(vandebo) change pageSize to SkSize.
737 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
740 fPageSize(pageSize),
749 fInitialTransform.setTranslate(0, SkIntToScalar(pageSize.fHeight));
    [all...]
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 115 int pageSize = sysconf(_SC_PAGE_SIZE);
116 if (pageSize == -1) {
125 mBufferSize = (dataSize + pageSize - 1) & ~(pageSize - 1);
    [all...]
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 315 //adreno needs page aligned offsets. Align the fbsize to pagesize.
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 315 //adreno needs page aligned offsets. Align the fbsize to pagesize.
  /hardware/qcom/display/msm8x26/libgralloc/
framebuffer.cpp 315 //adreno needs page aligned offsets. Align the fbsize to pagesize.
  /bionic/libc/include/sys/
exec_elf.h 712 #define AT_PAGESZ 6 /* PAGESIZE */
733 #define AT_SUN_LPGSIZE 2007 /* large pagesize */
    [all...]

Completed in 4562 milliseconds

<<11121314151617