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

  /external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
UncachedOggStream.java 55 private OggPage lastPage = null;
72 return lastPage;
82 lastPage = op;
CachedOggStream.java 63 private OggPage lastPage;
80 return lastPage;
120 lastPage = op;
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 170 NSUInteger lastPage = [[[[_printOperation printInfo] dictionary] objectForKey:NSPrintLastPage] unsignedIntegerValue];
171 if (lastPage - firstPage >= _printingPageRects.size())
173 return lastPage;
244 NSUInteger lastPage = [self _lastPrintedPageNumber];
247 ASSERT(firstPage <= lastPage);
248 LOG(View, "WKPrintingView requesting PDF data for pages %u...%u", firstPage, lastPage);
260 _webFrame->page()->drawPagesToPDF(_webFrame.get(), firstPage - 1, lastPage - firstPage + 1, callback.get());
  /dalvik/vm/
LinearAlloc.cpp 463 int firstPage, lastPage;
466 lastPage = ((u1*)mem - (u1*)pHdr->mapAddr + (len-1)) / SYSTEM_PAGE_SIZE;
467 LOGVV("--- updating pages %d-%d (%d)", firstPage, lastPage, direction);
476 for (i = firstPage; i <= lastPage; i++) {
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 419 var lastPage = readCookie(cookiePath + "_lastpage");
420 if (lastPage) {
421 window.location = lastPage;
430 writeCookie("lastpage", path, "reference", null);
432 writeCookie("lastpage", path, "guide", null);
434 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-ds/assets/js/
docs.js 854 var lastPage = readCookie(cookiePath + "_lastpage");
855 if (lastPage) {
856 window.location = lastPage;
867 writeCookie("lastpage", path, "reference", null);
869 writeCookie("lastpage", path, "guide", null);
871 writeCookie("lastpage", path, "resources", null);
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 919 var lastPage = readCookie(cookiePath + "_lastpage");
920 if (lastPage) {
921 window.location = lastPage;
932 writeCookie("lastpage", path, "reference", null);
934 writeCookie("lastpage", path, "guide", null);
936 writeCookie("lastpage", path, "resources", null);
    [all...]

Completed in 3399 milliseconds