/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/ |
ld.info | 478 Turn off page alignment of sections, and mark the output as 484 do not page-align the data segment, and disable linking against 493 to be page-aligned. Note - this option does not enable linking 723 `max-page-size=VALUE' 724 Set the emulation maximum page size to VALUE. 726 `common-page-size=VALUE' 727 Set the emulation common page size to VALUE. [all...] |
gccinstall.info | 314 Please refer to the releases web page for information on how to [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
ld.info | 479 Turn off page alignment of sections, and mark the output as 485 do not page-align the data segment, and disable linking against 494 to be page-aligned. Note - this option does not enable linking 724 `max-page-size=VALUE' 725 Set the emulation maximum page size to VALUE. 727 `common-page-size=VALUE' 728 Set the emulation common page size to VALUE. [all...] |
gccinstall.info | 341 Please refer to the releases web page for information on how to [all...] |
/external/libffi/src/ |
dlmalloc.c | 64 32 bytes plus the remainder from a system page (the minimal 345 The system page size. To the extent possible, this malloc manages 346 memory from the system in page-size units. This may be (and 348 if WIN32, where page size is determined using getSystemInfo during 377 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS, 383 make this more than a page. However, systems with MMAP tend to 387 page and must be a power of two. Setting to 0 causes initialization 388 to either page size or win32 region size. (Note: In previous 408 value must be greater than page size to have any useful effect. To 734 Equivalent to memalign(pagesize, n), where pagesize is the page [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_malloc.c | 100 32 bytes plus the remainder from a system page (the minimal 381 The system page size. To the extent possible, this malloc manages 382 memory from the system in page-size units. This may be (and 384 if WIN32, where page size is determined using getSystemInfo during 413 DEFAULT_GRANULARITY default: page size if MORECORE_CONTIGUOUS, 419 make this more than a page. However, systems with MMAP tend to 423 page and must be a power of two. Setting to 0 causes initialization 424 to either page size or win32 region size. (Note: In previous 444 value must be greater than page size to have any useful effect. To [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/ |
gccinstall.info | 309 Please refer to the releases web page for information on how to [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
gccinstall.info | 314 Please refer to the releases web page for information on how to [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
gccinstall.info | 341 Please refer to the releases web page for information on how to [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/ |
gccinstall.info | 309 Please refer to the releases web page for information on how to [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/ |
gccinstall.info | 309 Please refer to the releases web page for information on how to [all...] |
/external/genext2fs/ |
genext2fs.c | [all...] |
/external/quake/quake/src/WinQuake/ |
wqreadme.txt | 507 Page flipping doesn't work properly in some modes on some
[all...] |
/external/webkit/WebCore/dom/ |
Node.cpp | 68 #include "Page.h" [all...] |
/external/webkit/WebCore/rendering/ |
RenderLayer.cpp | 67 #include "Page.h" 1537 Page* page = renderer()->document()->frame()->page(); local [all...] |
RenderObject.cpp | 39 #include "Page.h" 233 ASSERT(document()->page()); 235 return document()->page()->theme(); 292 // change we recurse infinitely when trying to render the CSS2 test page: [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabase.java | 326 * operate properly. Typically this memory will come from the page cache. [all...] |
/dalvik/docs/ |
prettify.js | 31 * 1) include this source file in an html page via 33 * 2) define style rules. See the example page for examples. [all...] |
/dalvik/vm/ |
Init.c | 304 /* The man page says that a -Xm value must be [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
SDL_dspvideo.c | 901 this->UpdateRects = DSp_DirectUpdate; /* hardware doesn't do update rects, must be page-flipped */ [all...] |
/external/webkit/SunSpider/ |
ChangeLog | 519 Provide the current URL in the SunSpider results page. Useful for 968 * hosted/sunspider.html: Added. Start page for browser-hosted test. 970 * hosted/sunspider-results.html: Added. Results page for browser-hosted
|
/external/webkit/WebCore/inspector/front-end/ |
InjectedScript.js | 68 // Called from within InspectorController on the 'inspected page' side. [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
activity-element.jd | 0 page.title=<activity> 79 For example, if an e-mail message contains a link to a web page, clicking 80 the link brings up an activity that can display the page. That activity [all...] |
/frameworks/base/docs/html/guide/topics/search/ |
adding-custom-suggestions.jd | 0 page.title=Adding Custom Suggestions 400 page. However, the Intent action can be whatever you want and can even be different for each [all...] |
/bionic/libc/bionic/ |
malloc_debug_common.c | 191 /* assume page size of 4096 bytes */
|