/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/ |
roundr-op.l | 1 GAS for MMIX .*/roundr-op\.s page 1 15 GAS for MMIX .*/roundr-op\.s page 2
|
set.l | 1 GAS for MMIX .*/set\.s page 1 14 GAS for MMIX .*/set\.s page 2
|
sync-op.l | 1 GAS for MMIX .*/sync-op\.s page 1 15 GAS for MMIX .*/sync-op\.s page 2
|
/external/pdfium/fpdfsdk/ |
fpdf_progressive.cpp | 12 #include "core/fpdfapi/page/cpdf_page.h" 34 FPDF_PAGE page, 45 CPDF_Page* pPage = CPDFPageFromFPDFPage(page); 60 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y, 74 FPDF_EXPORT int FPDF_CALLCONV FPDF_RenderPage_Continue(FPDF_PAGE page, 79 CPDF_Page* pPage = CPDFPageFromFPDFPage(page); 98 FPDF_EXPORT void FPDF_CALLCONV FPDF_RenderPage_Close(FPDF_PAGE page) { 99 CPDF_Page* pPage = CPDFPageFromFPDFPage(page);
|
fpdfeditpage.cpp | 14 #include "core/fpdfapi/page/cpdf_form.h" 15 #include "core/fpdfapi/page/cpdf_formobject.h" 16 #include "core/fpdfapi/page/cpdf_imageobject.h" 17 #include "core/fpdfapi/page/cpdf_page.h" 18 #include "core/fpdfapi/page/cpdf_pageobject.h" 19 #include "core/fpdfapi/page/cpdf_pathobject.h" 20 #include "core/fpdfapi/page/cpdf_shadingobject.h" 61 return pObject && !pObject->GetString().Compare("Page"); 165 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetRotation(FPDF_PAGE page) { 166 CPDF_Page* pPage = CPDFPageFromFPDFPage(page); [all...] |
fpdfview_embeddertest.cpp | 38 void TestRenderPageBitmapWithMatrix(FPDF_PAGE page, 106 TEST_F(FPDFViewEmbeddertest, Page) { 108 FPDF_PAGE page = LoadPage(0); local 109 EXPECT_NE(nullptr, page); 111 EXPECT_EQ(612.0, FPDF_GetPageWidth(page)); 112 EXPECT_EQ(792.0, FPDF_GetPageHeight(page)); 115 EXPECT_TRUE(FPDF_GetPageBoundingBox(page, &rect)); 121 UnloadPage(page); 325 FPDF_PAGE page = LoadPage(0); local 326 EXPECT_NE(nullptr, page); 421 FPDF_PAGE page = LoadPage(0); local [all...] |
/frameworks/base/core/jni/android/graphics/pdf/ |
PdfRenderer.cpp | 47 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex); local 48 if (!page) { 50 "cannot load page"); 60 "cannot get page size"); 67 return reinterpret_cast<jlong>(page); 71 FPDF_PAGE page = reinterpret_cast<FPDF_PAGE>(pagePtr); local 72 FPDF_ClosePage(page); 78 FPDF_PAGE page = reinterpret_cast<FPDF_PAGE>(pagePtr); local 110 FPDF_RenderPageBitmapWithMatrix(bitmap, page, &transform, &clip, renderFlags);
|
PdfEditor.cpp | 114 FPDF_PAGE* page = (FPDF_PAGE*) FPDF_LoadPage(document, pageIndex); local 115 if (!page) { 117 "cannot open page"); 127 "cannot get page size"); 134 SkMatrix moveUp = SkMatrix::MakeTrans(0, FPDF_GetPageHeight(page)); 146 FPDF_ClosePage(page); 160 FPDFPage_TransFormWithClip(page, &transform, &clip); 162 FPDF_ClosePage(page); 169 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex); local 170 if (!page) { 196 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex); local 244 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex); local [all...] |
PdfDocument.cpp | 70 PageRecord* page = new PageRecord(width, height, contentRect); local 71 mPages.push_back(page); 72 mCurrentPage = page; 74 SkCanvas* canvas = page->mPictureRecorder->beginRecording( 93 PageRecord* page = mPages[i]; local 95 SkCanvas* canvas = document->beginPage(page->mWidth, page->mHeight, 96 &(page->mContentRect)); 97 canvas->drawPicture(page->mPicture);
|
/external/flac/libFLAC/ |
ogg_encoder_aspect.c | 67 /*@@@ what about the page? */ 100 * - The first packet is flushed to the first page. 102 * - Each metadata packet is flushed to page (this is not required, 197 while(ogg_stream_flush(&aspect->stream_state, &aspect->page) != 0) { 198 if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK) 200 if(write_callback(encoder, aspect->page.body, aspect->page.body_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STATUS_OK) 205 while(ogg_stream_pageout(&aspect->stream_state, &aspect->page) != 0) { 206 if(write_callback(encoder, aspect->page.header, aspect->page.header_len, 0, current_frame, client_data) != FLAC__STREAM_ENCODER_WRITE_STAT (…) [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);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/ |
TraceviewLauncher.java | 42 // workbench page has an editor area (typically the ddms perspective doesn't). 50 IWorkbenchPage page = window.getActivePage(); 51 if (page.isEditorAreaVisible() == false) { 53 if (page != null) 54 input= page.getInput(); 65 result[0] = IDE.openEditorOnFileStore(page, fileStore) != null;
|
/system/core/toolbox/ |
r.c | 70 void* page = mmap64(0, mmap_size, PROT_READ | PROT_WRITE, local 73 if(page == MAP_FAILED){ 81 uint32_t* x = (uint32_t*) (((uintptr_t) page) + (addr & 4095)); 87 uint16_t* x = (uint16_t*) (((uintptr_t) page) + (addr & 4095)); 93 uint8_t* x = (uint8_t*) (((uintptr_t) page) + (addr & 4095));
|
/external/autotest/client/tests/rmaptest/src/ |
rmap-test.c | 71 int page; local 73 for (page = 0; page < vmasize; page++) 74 p[page * pagesize]++; 92 int page; local 97 for (page = 0; page < vmasize; page++) {
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
PackagePageTest.java | 12 package org.jacoco.report.internal.html.page; 40 private PackagePage page; field in class:PackagePageTest 70 page = new PackagePage(node, null, sourceLocator, rootFolder, context); 71 page.render(); 103 page = new PackagePage(node, null, sourceLocator, rootFolder, context); 104 page.render(); 111 // Expect no source files page:
|
ReportPageTest.java | 12 package org.jacoco.report.internal.html.page; 34 private ReportPage page; field in class:ReportPageTest 72 page = new TestReportPage("Test", "el_group", rootpage); 77 assertFalse(page.isRootPage()); 88 assertEquals("../Test.html", page.getLink(base)); 93 page.render();
|
/external/pdfium/public/ |
fpdf_formfill.h | 218 * inclusive page range. 221 * bShrinkToFit - If true, the page is shrunk (if necessary) to 222 * fit within the imageable area of the printed page. 262 * Jump to a specified page. 269 * nPageNum - The specified page number, zero for the first 270 * page. 413 * page - Handle to the page. Returned by FPDF_LoadPage 415 * left - Left position of the client area in PDF page 417 * top - Top position of the client area in PDF page [all...] |
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68hc11/ |
far-hc11.s | 30 ldaa #%page(_far_no_tramp) 80 ;; <Read current page in A> 82 ;; <Set currenge page from B> 86 ldaa 2,x ; (4) Get saved page number 96 ;; <Read current page in A> ; (3) ldaa _current_page 98 ;; <Set current page from B> ; (4) staa _current_page
|
/external/ImageMagick/MagickCore/ |
transform.c | 560 page; 575 bounding_box=image->page; 581 page=(*geometry); 582 if (page.width == 0) 583 page.width=bounding_box.width; 584 if (page.height == 0) 585 page.height=bounding_box.height; 586 if (((bounding_box.x-page.x) >= (ssize_t) page.width) || 587 ((bounding_box.y-page.y) >= (ssize_t) page.height) | 555 page; local 906 page; local 1199 page; local 1340 page; local 2174 page; local 2319 page; local [all...] |
/external/toybox/kconfig/lxdialog/ |
textbox.c | 33 static const char *page; variable 64 page = buf; /* page is pointer to start of page to be displayed */ 121 /* Print first page of text */ 135 case 'g': /* First page */ 139 page = buf; 144 case 'G': /* Last page */ 149 page = buf + strlen(buf); 163 * should still be updated, and 'page' shoul [all...] |
/external/ImageMagick/coders/ |
djvu.c | 142 ddjvu_page_t *page; 259 ddjvu_page_t* page = message->m_any.page; 260 page_info* info = ddjvu_page_get_user_data(page); 262 printf("page decoding status: %d %s%s%s\n", 263 ddjvu_page_decoding_status(page), 264 status_color, status_name(ddjvu_page_decoding_status(page)), color_reset); 266 printf("the page LAYOUT changed: width x height: %d x %d @ %d dpi. Version %d, type %d\n", 267 // printf("page info:\n width x height: %d x %d @ %d dpi, version %d, type %d\n", 268 ddjvu_page_get_width(page), 139 ddjvu_page_t *page; member in struct:_LoadContext [all...] |
/external/curl/docs/cmdline-opts/ |
tcp-nodelay.d | 5 Turn on the TCP_NODELAY option. See the \fIcurl_easy_setopt(3)\fP man page for
|
/external/libcups/filter/ |
rasterbench.c | 178 cups_page_header2_t header; /* Page header */ 258 unsigned page, x, y; /* Looping vars */ local 261 cups_page_header2_t header; /* Page header */ 304 for (page = 0; page < TEST_PAGES; page ++) 311 if (page & 1) 323 if (page & 2) 327 header.cupsBitsPerPixel = (page & 1) ? 64 : 16; 332 header.cupsBitsPerPixel = (page & 1) ? 32 : 8 [all...] |
/external/piex/src/binary_parse/ |
cached_paged_byte_array.h | 46 PagedByteArray::PagePtr* page) const; 51 PagedByteArray::PagePtr page; member in struct:piex::binary_parse::CachedPagedByteArray::CachedPage 60 // Gets the index of the page if it is in the cache and returns true, else
|
/external/volley/ |
README.md | 7 page](https://developer.android.com/training/volley/index.html).
|