HomeSort by relevance Sort by last modified time
    Searched refs:lastpage (Results 1 - 4 of 4) sorted by null

  /bootable/bootloader/legacy/arch_msm7k/
nand.c 530 unsigned lastpage = (ptn->start + ptn->length) * 64; local
539 while(page < lastpage) {
563 unsigned lastpage = (ptn->start + ptn->length) * 64; local
577 if(page >= lastpage) {
614 while(page < lastpage){
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.js 418 var lastPage = readCookie(cookiePath + "_lastpage");
419 if (lastPage) {
420 window.location = lastPage;
429 writeCookie("lastpage", path, "reference", null);
431 writeCookie("lastpage", path, "guide", null);
433 writeCookie("lastpage", path, "resources", null);
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 343 var lastPage = readCookie(cookiePath + "_lastpage");
344 if (lastPage) {
345 window.location = lastPage;
354 writeCookie("lastpage", path, "reference", null);
356 writeCookie("lastpage", path, "guide", null);
358 writeCookie("lastpage", path, "resources", null);
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 251 var lastPage = readCookie(cookiePath + "_lastpage");
252 if (lastPage) {
253 window.location = lastPage;
262 writeCookie("lastpage", path, "reference", null);
264 writeCookie("lastpage", path, "guide", null);

Completed in 154 milliseconds