Searched
full:page (Results
1276 -
1300 of
3599) sorted by null
<<51525354555657585960>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreationPage.java | 78 * NewAndroidProjectCreationPage is a project creation page that provides the 123 /** Structure with the externally visible information from this Main Project page. */ 125 /** Structure with the externally visible information from the Test Project page. 126 * This is null if there's no such page, meaning the main project page is standalone. */ 164 * Creates a new project creation wizard page. 177 * Structure that collects all externally visible information from this page. 217 * Structure that collects all externally visible information from this page. 302 * from this page, to be used by the calling wizard or by other pages. 310 * test project page. This may be null [all...] |
/external/sqlite/dist/ |
sqlite3.c | 210 /* Maximum page size. The upper bound on this value is 32768. This a limit 212 ** and the fact that the page size must be a power of 2. 216 ** a process operating on a database with a page-size of 65536 bytes 217 ** crashes, then an instance of SQLite compiled with the default page-size 227 ** The default size of a database page. 239 ** with page size SQLITE_DEFAULT_PAGE_SIZE. However, based on certain [all...] |
sqlite3.c.orig | 210 /* Maximum page size. The upper bound on this value is 32768. This a limit 212 ** and the fact that the page size must be a power of 2. 216 ** a process operating on a database with a page-size of 65536 bytes 217 ** crashes, then an instance of SQLite compiled with the default page-size 227 ** The default size of a database page. 239 ** with page size SQLITE_DEFAULT_PAGE_SIZE. However, based on certain [all...] |
/bionic/libc/kernel/common/linux/ |
a.out.h | 121 #include <asm/page.h>
|
/bionic/libc/kernel/common/linux/raid/ |
md_k.h | 43 struct page *sb_page;
|
/bionic/linker/ |
Android.mk | 17 # This is aligned to 4K page boundary so that both GNU ld and gold work. Gold
|
/bootable/bootloader/legacy/include/msm7k/ |
gpio.h | 41 ** Since the _BASE need to be page-aligned when we're mapping them
|
/bootable/recovery/ |
bootloader.c | 29 static const int MISC_COMMAND_PAGE = 1; // bootloader command is this page
|
/cts/tools/signature-tools/src/signature/io/html/ |
HtmlDeltaExternalizer.java | 65 // write overview page
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/ |
PKCS5S1ParametersGenerator.java | 16 * RSA's PKCS5 Page</a>
|
PKCS5S2ParametersGenerator.java | 17 * RSA's PKCS5 Page</a>
|
/dalvik/tools/gdbjithelper/ |
gdbjithelper.c | 77 /* Each points to a two-page buffer */
|
/development/host/windows/usb/legacy/driver/ |
android_usb_driver_object.cpp | 110 #pragma code_seg("PAGE")
|
/development/pdk/docs/community/ |
groups-charter.jd | 0 page.title=Android Discussion Groups Charter
|
/development/pdk/docs/porting/ |
display_drivers.jd | 0 page.title=Display Drivers 35 <p>When a page flip is required, Android makes another <code>FBIOPUT_VSCREENINFO</code> ioctl call with a new y-offset pointing to the other buffer in video memory. This ioctl, in turn, invokes the driver's <code>.fb_pan_display</code> function in order to do the actual flip. If there isn't sufficient video memory, regular memory is used and is just copied into the video memory when it is time do the flip. After allocating the video memory and setting the pixel format, Android uses <code>mmap()</code> to map the memory into the process's address space. All writes to the frame buffer are done through this mmaped memory.</p> 344 <p>Both problems are caused by an incorrect implementation of the frame buffer's page flipping. Key events are captured, but the graphical interface appears to drop every other frame. </p> 345 <p>Android relies on a double buffer to smoothly render page flips (please see <a href="#androidDisplayDriverFunctionality">Functionality</a> for details).</p>
|
/development/samples/ApiDemos/res/xml/ |
preferences.xml | 53 <!-- This PreferenceScreen tag serves as a screen break (similar to page break
|
/development/simulator/app/ |
Shmem.h | 39 * for parent and child due to page size rounding.
|
/external/bluetooth/bluez/tools/ |
sdptool.1 | 124 Maxim Krasnyansky <maxk@qualcomm.com>. Man page written
|
/external/bluetooth/hcidump/src/ |
hcidump.8 | 148 man page by Fabrizio Gennari <fabrizio.gennari@philips.com>
|
/external/bzip2/ |
bz-fo.xsl | 24 <!-- insert cross references to page numbers --> 25 <xsl:param name="insert.xref.page.number" select="1"/> 27 <!-- <?custom-pagebreak?> inserts a page break at this point --> 29 <fo:block break-before='page'/>
|
/external/clearsilver/python/ |
README.txt | 24 the clearsilver download page here:
|
/external/dbus/ |
acinclude.m4 | 3 dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
|
/external/dbus/tools/ |
dbus-send.1 | 2 .\" dbus-send manual page.
|
dbus-uuidgen.1 | 2 .\" dbus-uuidgen manual page.
|
/external/dnsmasq/contrib/webmin/ |
README | 25 on the servers page of webmin (at least it doesn't for me!)
|
Completed in 749 milliseconds
<<51525354555657585960>>