| /external/chromium_org/third_party/libwebp/enc/ |
| token.c | 32 #define MAX_NUM_TOKEN 8192 // max number of token per page 65 VP8Tokens* const page = b->error_ ? NULL : (VP8Tokens*)malloc(sizeof(*page)); local 66 if (page == NULL) { 70 *b->last_page_ = page; 71 b->last_page_ = &page->next_; 73 b->tokens_ = page->tokens_; 74 page->next_ = NULL;
|
| /external/chromium_org/third_party/skia/src/pdf/ |
| SkPDFDocument.cpp | 63 // The page tree has both child and parent pointers, so it creates a 172 // Add the size of resources of substitute objects used on page 1. 176 // first page xref table and calculate the size. 207 // // TODO(vandebo): Save the file offset for the first page xref table. 245 SkPDFPage* page = new SkPDFPage(pdfDevice); local 247 fPages[pageNumber] = page; // Reference from new passed to fPages. 256 SkPDFPage* page = new SkPDFPage(pdfDevice); local 257 fPages.push(page); // Reference from new passed to fPages.
|
| /external/javassist/sample/evolve/ |
| DemoServer.java | 78 WebPage page = new WebPage();
local 79 page.show(out);
|
| /external/kernel-headers/original/linux/ |
| highmem.h | 10 static inline void flush_anon_page(struct page *page, unsigned long vmaddr) 16 static inline void flush_kernel_dcache_page(struct page *page) 32 static inline void *kmap(struct page *page) 35 return page_address(page); 38 #define kunmap(page) do { (void) (page); } while (0) 40 #define kmap_atomic(page, idx) page_address(page 61 struct page *page = alloc_page_vma(GFP_HIGHUSER, vma, vaddr); local [all...] |
| /external/replicaisland/src/com/replica/replicaisland/ |
| ConversationUtils.java | 59 } else if (parser.getName().equals("page")) { 60 ConversationPage page = new ConversationPage(); local 65 page.imageResource = value; 68 page.text = context.getText(value); 71 page.title = context.getString(value); 75 currentConversation.pages.add(page);
|
| /external/skia/src/pdf/ |
| SkPDFDocument.cpp | 63 // The page tree has both child and parent pointers, so it creates a 172 // Add the size of resources of substitute objects used on page 1. 176 // first page xref table and calculate the size. 207 // // TODO(vandebo): Save the file offset for the first page xref table. 245 SkPDFPage* page = new SkPDFPage(pdfDevice); local 247 fPages[pageNumber] = page; // Reference from new passed to fPages. 256 SkPDFPage* page = new SkPDFPage(pdfDevice); local 257 fPages.push(page); // Reference from new passed to fPages.
|
| /external/webp/src/enc/ |
| token.c | 32 #define MAX_NUM_TOKEN 8192 // max number of token per page 65 VP8Tokens* const page = b->error_ ? NULL : (VP8Tokens*)malloc(sizeof(*page)); local 66 if (page == NULL) { 70 *b->last_page_ = page; 71 b->last_page_ = &page->next_; 73 b->tokens_ = page->tokens_; 74 page->next_ = NULL;
|
| /external/yaffs2/yaffs2/direct/ |
| yaffs_fileem.c | 49 yflash_Page page[32]; // The pages in the block member in struct:__anon30763
|
| yaffs_flashif.c | 43 yflash_Page page[32]; // The pages in the block member in struct:__anon30769 129 memcpy(ramdisk.block[blk]->page[pg].data,data,512); 137 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt)); 159 memcpy(data,ramdisk.block[blk]->page[pg].data,512); 166 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(yaffs_PackedTags)); 189 if(ramdisk.block[blk]->page[pg].data[i] != 0xFF)
|
| yaffs_ramdisk.c | 47 yramdisk_Page page[32]; // The pages in the block member in struct:__anon30772 133 memcpy(ramdisk.block[blk]->page[pg].data,data,512); 142 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt)); 164 memcpy(data,ramdisk.block[blk]->page[pg].data,512); 172 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(pt)); 196 if(ramdisk.block[blk]->page[pg].data[i] != 0xFF)
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| SpringLoadedDragController.java | 54 int page = w.indexOfChild(mScreen); local 55 if (page != w.getCurrentPage()) { 56 w.snapToPage(page);
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| SpringLoadedDragController.java | 54 int page = w.indexOfChild(mScreen); local 55 if (page != w.getCurrentPage()) { 56 w.snapToPage(page);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
| OpenGLTraceAction.java | 78 IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage(); local 81 IDE.openEditorOnFileStore( page, fileStore );
|
| /frameworks/base/graphics/java/android/graphics/pdf/ |
| PdfDocument.java | 35 * open a new document and then for every page you want to add you start a page, 36 * write content to the page, and finish the page. After you are done with all 39 * created one by one, i.e. you can have only a single page to which you are 49 * // crate a page description 52 * // start a page 53 * Page page = document.startPage(pageInfo); 55 * // draw something on the page [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
| UiManifestPkgAttrNode.java | 268 IWorkbenchPage page = win.getActivePage(); local 269 if (page != null) { 271 page.openEditor(
|
| /development/samples/Wiktionary/src/com/example/android/wiktionary/ |
| SimpleWikiHelper.java | 51 * Wiktionary page. Use {@link String#format(String, Object...)} to insert 52 * the desired page title after escaping it as needed. 60 * any templates found on the requested page. This is useful when browsing 126 * Read and return the content for a specific Wiktionary page. This makes a 127 * lightweight API call, and trims out just the page content returned. 131 * @param title The exact title of the Wiktionary page requested. 133 * @return Exact content of page. 139 // Encode page title and expand templates if requested 151 JSONObject page = pages.getJSONObject((String) pages.keys().next()); local 152 JSONArray revisions = page.getJSONArray("revisions") [all...] |
| /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
| SimpleWikiHelper.java | 58 * Wiktionary page. Use {@link String#format(String, Object...)} to insert 59 * the desired page title after escaping it as needed. 67 * any templates found on the requested page. This is useful when browsing 133 * Read and return the content for a specific Wiktionary page. This makes a 134 * lightweight API call, and trims out just the page content returned. 138 * @param title The exact title of the Wiktionary page requested. 140 * @return Exact content of page. 146 // Encode page title and expand templates if requested 158 JSONObject page = pages.getJSONObject((String) pages.keys().next()); local 159 JSONArray revisions = page.getJSONArray("revisions") [all...] |
| /external/chromium/chrome/browser/printing/ |
| print_job.cc | 338 PrintedPage* page) 340 page_(page), 351 PrintedPage* JobEventDetails::page() const { function in class:printing::JobEventDetails
|
| print_job_worker.cc | 30 PrintedPage* page) { 34 details_ = new JobEventDetails(detail_type, document, page); 122 // Page numbers are 0-based. 225 // Find first page to print. 230 // the document's page count. 239 // Is the page available? 240 scoped_refptr<PrintedPage> page; local 241 if (!document_->GetPage(page_number_.ToInt(), &page)) { 242 // We need to wait for the page to be available. 249 // The page is there, print it [all...] |
| /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
| GetTitleTest.java | 79 * When the data has title info, the page title is set to it. 91 * When the data has empty title, the page title is set to the loaded content. 105 * When the data has no title, the page title is set to the loaded content. 118 * When url-file has the title info, the page title is set to it. 129 * When the loaded file has empty title, the page title is set to the url it loads from. 141 * When the loaded file has no title, the page title is set to the urk it loads from. 154 * used in the page's script then the page's title is reported incorrectly. 162 final String page = local 167 final String title = loadFromDataAndGetTitle(page); [all...] |
| /external/chromium_org/chrome/browser/printing/ |
| print_job.cc | 386 PrintedPage* page) 388 page_(page), 397 PrintedPage* JobEventDetails::page() const { return page_.get(); } function in class:printing::JobEventDetails
|
| print_job_worker.cc | 42 PrintedPage* page) { 43 JobEventDetails* details = new JobEventDetails(detail_type, document, page); 141 // Page numbers are 1-based in the dictionary. 142 // Page numbers are 0-based for the printing context. 250 // Find first page to print. 255 // the document's page count. 266 // Is the page available? 267 scoped_refptr<PrintedPage> page; local 268 if (!document_->GetPage(page_number_.ToInt(), &page)) { 269 // We need to wait for the page to be available [all...] |
| /external/chromium_org/chrome/browser/renderer_host/ |
| render_process_host_chrome_browsertest.cc | 66 base::ProcessHandle ShowSingletonTab(const GURL& page) { 67 chrome::ShowSingletonTab(browser(), page); local 69 CHECK(wc->GetURL() == page); 93 // Change the first tab to be the new tab page (TYPE_WEBUI). 186 // Change the first tab to be the new tab page (TYPE_WEBUI). 243 // Change the first tab to be the new tab page (TYPE_WEBUI). 260 // Navigate back to first page. It should be foreground again, and the second
|
| /external/chromium_org/chrome/browser/ui/app_list/ |
| extension_app_item.cc | 133 syncer::StringOrdinal page = prev ? prev->GetPageOrdinal() : local 135 GetExtensionSorting(profile_)->SetPageOrdinal(extension_id_, page); 142 // Handles both predecessor and successor are on the same page. 154 // page based ntp page ordinal.
|
| /external/chromium_org/third_party/WebKit/Source/core/editing/ |
| SpellCheckRequester.cpp | 34 #include "core/page/EditorClient.h" 35 #include "core/page/Frame.h" 36 #include "core/page/Page.h" 37 #include "core/page/Settings.h" 137 Page* page = m_frame->page(); local 138 if (!page) 140 return page->editorClient()->textChecker() [all...] |